Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp193038ybp; Thu, 3 Oct 2019 12:07:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqwg7JUtHCDdCZOg+d0l9So4QiTJCiaB3iq3qRG7O8LrCnG95GAz+ruS3tJdzXCr0F81rsi1 X-Received: by 2002:a17:906:f846:: with SMTP id ks6mr9180365ejb.192.1570129664360; Thu, 03 Oct 2019 12:07:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129664; cv=none; d=google.com; s=arc-20160816; b=I9qHH/G1T3gVm1tgHeBm7/UtfjLA+fCyafyUIwOhT5KpdMNHKcWa/x52owVBszoH7/ cJyy+Zu5w4uqgoMT9PLcypHDSi5L6ThQ4tx5Ea9p1Hr8G5tycdV2XWYdtKu2hFGIkjWo dJNOPnabimT8wTqIJVqkQWsZsVqF6h04ljgxakzY+dr6YDyPyktGAIYrCxKodkxiWOn6 fvv+gHx87XfirthyXTw7m/FQkg4Y8s45cgLUz26mg4bfnY1tYFYj6kWKrYfpOlxzuOcd 8M8nXWDkkdD9Zg6dG+nHP2QYep9JkaEK+UdDtlhJe+eYs+UDoK9EbQwljX6K/5SZm96a e77g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=Bb+kjQrR0L7BIIFYIKnkmPeWJ3SbgIFUDAQowud79Gs=; b=iqrB9v1FY0jmSBPFUIp33vpwvSXZOx40eNpLDcS7RL1GvI8592LdYe7MuqJWL6wMP+ BAS4remVkIHVxKCLylEHiBkPRS4BYTZQYrzGarIaYXHyQzZ7x6dmiQ0QNwUGnq8+0vzi mw0m4NeNfMFbd7tIypUqSYN396h7I3UyaHEJDs54TYtxAJxoyWL5CE67jAotDaZSClL7 Ttfa+tP+98atTxCAoULAZcWSvzIpAW+zdL5NgklDJAB7bdOWV82hx19rk+eFicH5O7Bj z4esysVVudg/pHRn8J1ic6Bv/jeVUY3GHzaFr1WSBZJiXxO5zHub+M9D60QvF+1jZ32K xO1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q30si2294979eda.5.2019.10.03.12.07.20; Thu, 03 Oct 2019 12:07:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389671AbfJCSfo (ORCPT + 99 others); Thu, 3 Oct 2019 14:35:44 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44710 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388309AbfJCSfo (ORCPT ); Thu, 3 Oct 2019 14:35:44 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: bbrezillon) with ESMTPSA id DD9C028ECEA Date: Thu, 3 Oct 2019 20:35:36 +0200 From: Boris Brezillon To: Vitor Soares Cc: "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-i3c@lists.infradead.org" , "bbrezillon@kernel.org" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "pgaj@cadence.com" , "Joao.Pinto@synopsys.com" , "stable@vger.kernel.org" Subject: Re: [PATCH v3 2/5] i3c: master: make sure ->boardinfo is initialized in add_i3c_dev_locked() Message-ID: <20191003203536.218a3cd8@collabora.com> In-Reply-To: References: <20191003162943.4a0d0274@collabora.com> Organization: Collabora X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Oct 2019 17:37:40 +0000 Vitor Soares wrote: > Hi Boris, > > From: Boris Brezillon > Date: Thu, Oct 03, 2019 at 15:29:43 > > > On Thu, 5 Sep 2019 12:00:35 +0200 > > Vitor Soares wrote: > > > > > The newdev->boardinfo assignment was missing in > > > i3c_master_add_i3c_dev_locked() and hence the ->of_node info isn't > > > propagated to i3c_dev_desc. > > > > > > Fix this by trying to initialize device i3c_dev_boardinfo if available. > > > > > > Cc: > > > Fixes: 3a379bbcea0a ("i3c: Add core I3C infrastructure") > > > Signed-off-by: Vitor Soares > > > --- > > > Change in v3: > > > - None > > > > > > Changes in v2: > > > - Change commit message > > > - Change i3c_master_search_i3c_boardinfo(newdev) to > > > i3c_master_init_i3c_dev_boardinfo(newdev) > > > - Add fixes, stable tags > > > > > > /** > > > * i3c_master_add_i3c_dev_locked() - add an I3C slave to the bus > > > * @master: master used to send frames on the bus > > > @@ -1818,8 +1834,9 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master, > > > u8 addr) > > > { > > > struct i3c_device_info info = { .dyn_addr = addr }; > > > - struct i3c_dev_desc *newdev, *olddev; > > > u8 old_dyn_addr = addr, expected_dyn_addr; > > > + enum i3c_addr_slot_status addrstatus; > > > + struct i3c_dev_desc *newdev, *olddev; > > > struct i3c_ibi_setup ibireq = { }; > > > bool enable_ibi = false; > > > int ret; > > > @@ -1878,6 +1895,8 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master, > > > if (ret) > > > goto err_detach_dev; > > > > > > + i3c_master_init_i3c_dev_boardinfo(newdev); > > > + > > > /* > > > * Depending on our previous state, the expected dynamic address might > > > * differ: > > > @@ -1895,7 +1914,11 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master, > > > else > > > expected_dyn_addr = newdev->info.dyn_addr; > > > > > > - if (newdev->info.dyn_addr != expected_dyn_addr) { > > > + addrstatus = i3c_bus_get_addr_slot_status(&master->bus, > > > + expected_dyn_addr); > > > + > > > + if (newdev->info.dyn_addr != expected_dyn_addr && > > > + addrstatus == I3C_ADDR_SLOT_FREE) { > > > > First, this change shouldn't be part of this patch, since the commit > > message only mentions the boardinfo init stuff, > > This is not an issue, I can create a patch just for boardinfo init fix. > > > not the extra 'is slot > > free check'. > > Even ignoring patch 1, it is necessary to check if the slot is free > because if SETDASA fails the boardinfo->init_dyn_addr can be assigned to > another device. That's why we need to check if expected_dyn_addr is free. Correct. I thought we were already pre-reserving the init_addr (as described here [1]), but it looks like the code is buggy. That's probably something we should fix (we should reserve ->init_i3c_addr here [2], not ->dyn_addr). > > > Plus, I want the fix to be backported so we should avoid > > any unneeded deps. > > > > But even with those 2 things addressed, I'm still convinced the > > 'free desc when device is not reachable' change you do in patch 1 is > > not that great, > > If I'm doing wrong I really appreciate you tell me the reason. I just think it's easier to keep track of things (like reserved addresses) if the descriptor stays around even if the device is not yet accessible. > > > and the fact that you can't pre-reserve the address to > > make sure no one uses it until the device had a chance to show up tends > > to prove me right. > > This is a different corner case and I though we agreed that the framework > doesn't provide guarantees to assign boardinfo->init_dyn_addr [1]. Well, it doesn't, but we should try hard to not use addresses that have been requested by a device. > > Yet, I don't disagree with the idea of pre-reserve the > boardinfo->init_dyn_addr. > I can do this but we need to align how it should be done. Keep the device around even if SETDASA fails and make sure the ->init_dyn_addr is reserved. It's how it was supposed to work, there's just a bug in the logic. > > > > > Can we please do what I suggest and solve the "not enough dev slots" > > problem later on (if we really have to). > > I have this use case where the HC has only 4 slot for 4 devices. > Sometimes the one or more devices can be sleeping and when they trigger > HJ there is no space in HC. Let's address that separately please. I want to solve one problem at a time. [1]https://elixir.bootlin.com/linux/latest/source/drivers/i3c/master.c#L1330 [2]https://elixir.bootlin.com/linux/latest/source/drivers/i3c/master.c#L1307