From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BA1BF347503; Wed, 8 Apr 2026 16:57:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775667458; cv=none; b=uWTQp91w7hDcAzF+0KbHBYaVSk2nRakMVdRTyDQdfL+h/tvrUpIsZdPDXPAKhYGTvDyE4ONJIucBkkP1yikit2i21abmJI+xzfeZ3HQWEWR+sHxt+EUyNBhWasaIgte2GfK3jjbsOqJ0KW9V5tP/Fzg5mgQakNG8V8n+2i1otjQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775667458; c=relaxed/simple; bh=TSoeUXlgXH8Id4vYAnP139iSG/GBAmuilTv4/38sppw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=AYdfHeSIkzXsJcR6Wh5+mmv8GF1jotmilzcYhk21Fsb7s+bPLSPwXzFqdb2V05dB5SZN+Jo8kbvs0r2tZ1Fq2zB5ZSZ0JU1uxBOGJ8LZKjjKrm1jRlHH+tb8s8dX3J5vZeuqckrZEMnePbv9kPfrwiJk5nEFDoPczxQOqIJNmY0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UYnztJT3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UYnztJT3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80797C19421; Wed, 8 Apr 2026 16:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775667458; bh=TSoeUXlgXH8Id4vYAnP139iSG/GBAmuilTv4/38sppw=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=UYnztJT3NAozh9+rPNkiS8mTmYvo8ka5gZ2YoPN/WnY+m6Ia5+LMYnf1T+P3gCGmu TqEVVpxNjKmptIUfcq7UNrWI9418oA1E6Y9Qzeuqg+iDPq/rwDO+XiludU9Pd9TyrM YVXW9qG5xLevNcBaghxW9m2SFzpRDPQiIIqxa3O8SDeVzhtv7WalGApblfZdvpiMlT 6MXxweyMzDknf6RbrUepI7UbUERl+r3dmjGs/iR5SUVy7myw9KrLMVqtFsKNkw97zg W1S0NB2BJdFxIUTp06ezPb1LZpr9DPNis05mIJ4BqFhKeX9KFX3TVOpIRm/KKE5mGS YQfgU+VT7duCg== Date: Wed, 8 Apr 2026 11:57:37 -0500 From: Bjorn Helgaas To: Vasily Gorbik Cc: Bjorn Helgaas , Niklas Schnelle , Jonathan Corbet , Lukas Wunner , Shuah Khan , Farhan Ali , Alexander Gordeev , Christian Borntraeger , Gerald Schaefer , Gerd Bayer , Heiko Carstens , Julian Ruess , Matthew Rosato , Peter Oberparleiter , Ramesh Errabolu , Sven Schnelle , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, Randy Dunlap Subject: Re: [PATCH v8 0/2] PCI: s390: Expose the UID as an arch specific PCI slot attribute Message-ID: <20260408165737.GA295659@bhelgaas> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Apr 08, 2026 at 02:18:18PM +0200, Vasily Gorbik wrote: > On Tue, Apr 07, 2026 at 03:24:44PM +0200, Niklas Schnelle wrote: > > Add a mechanism for architecture specific attributes on > > PCI slots in order to add the user-defined ID (UID) as an s390 specific > > PCI slot attribute. First though improve some issues with the s390 specific > > documentation of PCI sysfs attributes noticed during development. > > > Niklas Schnelle (2): > > docs: s390/pci: Improve and update PCI documentation > > PCI: s390: Expose the UID as an arch specific PCI slot attribute > > > > Documentation/arch/s390/pci.rst | 151 +++++++++++++++++++++++++++------------- > > arch/s390/include/asm/pci.h | 4 ++ > > arch/s390/pci/pci_sysfs.c | 20 ++++++ > > drivers/pci/slot.c | 13 +++- > > 4 files changed, 140 insertions(+), 48 deletions(-) > > Bjorn, would you like to take this through the PCI tree? I think Niklas > phrased the subject with that in mind. > > Otherwise, I can take it through the s390 tree. If so, could you give > me your Acked-by? I did ack it, but I guess it was a previous version: https://lore.kernel.org/all/20260407193205.GA247806@bhelgaas It'd be great if you merged it via s390. The interesting parts are really in arch/s390.