From: Lukas Wunner <lukas@wunner.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
linux-kernel@vger.kernel.org
Cc: Michael Ellerman <mpe@ellerman.id.au>,
linuxppc-dev@lists.ozlabs.org, Jean Delvare <jdelvare@suse.com>,
Guenter Roeck <linux@roeck-us.net>,
linux-hwmon@vger.kernel.org,
Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>,
linux-rdma@vger.kernel.org,
Shuai Xue <xueshuai@linux.alibaba.com>,
Will Deacon <will@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Jonathan Cameron <jonathan.cameron@huawei.com>,
Yicong Yang <yangyicong@hisilicon.com>,
Jijie Shao <shaojijie@huawei.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Khuong Dinh <khuong@os.amperecomputing.com>,
linux-arm-kernel@lists.infradead.org,
Corentin Chary <corentin.chary@gmail.com>,
"Luke D. Jones" <luke@ljones.dev>,
Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
ibm-acpi-devel@lists.sourceforge.net,
Azael Avalos <coproscefalo@gmail.com>,
Hans de Goede <hdegoede@redhat.com>,
Ilpo Jaervinen <ilpo.jarvinen@linux.intel.com>,
platform-driver-x86@vger.kernel.org,
Anil Gurumur thy <anil.gurumurthy@qlogic.com>,
Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>,
Tyrel Datwyler <tyreld@linux.ibm.com>,
Nilesh Javali <njavali@marvell.com>,
GR-QLogic-Storage-Upstream@marvell.com,
Don Brace <don.brace@microchip.com>,
storagedev@microchip.com,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 0/6] Deduplicate string exposure in sysfs
Date: Sat, 4 May 2024 16:31:42 +0200 [thread overview]
Message-ID: <ZjZGzg5LFU2AT3_D@wunner.de> (raw)
In-Reply-To: <cover.1713608122.git.lukas@wunner.de>
Dear Greg,
On Sat, Apr 20, 2024 at 10:00:00PM +0200, Lukas Wunner wrote:
> Introduce a generic ->show() callback to expose a string as a device
> attribute in sysfs. Deduplicate various identical callbacks across
> the tree.
>
> Result: Minus 216 LoC, minus 1576 bytes vmlinux size (x86_64 allyesconfig).
>
> This is a byproduct of my upcoming PCI device authentication v2 patches.
>
>
> Lukas Wunner (6):
> driver core: Add device_show_string() helper for sysfs attributes
> hwmon: Use device_show_string() helper for sysfs attributes
> IB/qib: Use device_show_string() helper for sysfs attributes
> perf: Use device_show_string() helper for sysfs attributes
> platform/x86: Use device_show_string() helper for sysfs attributes
> scsi: Use device_show_string() helper for sysfs attributes
This series hasn't been applied to driver-core-next AFAICS and the
merge window is drawing closer.
So far only patches 1, 2 and 5 have been ack'ed by the respective
subsystem maintainers. If the missing acks are the reason it hasn't
been applied, would it be possibe to apply only 1, 2 and 5?
I would then resubmit the other ones individually to the subsystem
maintainers in the next cycle.
Thanks!
Lukas
WARNING: multiple messages have this Message-ID (diff)
From: Lukas Wunner <lukas@wunner.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
linux-kernel@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
Tyrel Datwyler <tyreld@linux.ibm.com>,
storagedev@microchip.com, Yicong Yang <yangyicong@hisilicon.com>,
ibm-acpi-devel@lists.sourceforge.net,
Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
Will Deacon <will@kernel.org>, Jijie Shao <shaojijie@huawei.com>,
Khuong Dinh <khuong@os.amperecomputing.com>,
Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>,
Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>,
linux-rdma@vger.kernel.org, "Luke D. Jones" <luke@ljones.dev>,
Nilesh Javali <njavali@marvell.com>,
Ilpo Jaervinen <ilpo.jarvinen@linux.intel.com>,
Guenter Roeck <linux@roeck-us.net>,
platform-driver-x86@vger.kernel.org,
Jean Delvare <jdelvare@suse.com>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
Hans de Goede <hdegoede@redhat.com>,
Jonathan Cameron <jonathan.cameron@huawei.com>,
Azael Avalos <coproscefalo@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-hwmon@vger.kernel.org, linux-scsi@vger.kernel.org,
"Martin K. Petersen" <mart in.petersen@oracle.com>,
Don Brace <don.brace@microchip.com>,
Bjorn Andersson <andersson@kernel.org>,
Anil Gurumur thy <anil.gurumurthy@qlogic.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
GR-QLogic-Storage-Upstream@marvell.com,
Shuai Xue <xueshuai@linux.alibaba.com>,
Corentin Chary <corentin.chary@gmail.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 0/6] Deduplicate string exposure in sysfs
Date: Sat, 4 May 2024 16:31:42 +0200 [thread overview]
Message-ID: <ZjZGzg5LFU2AT3_D@wunner.de> (raw)
In-Reply-To: <cover.1713608122.git.lukas@wunner.de>
Dear Greg,
On Sat, Apr 20, 2024 at 10:00:00PM +0200, Lukas Wunner wrote:
> Introduce a generic ->show() callback to expose a string as a device
> attribute in sysfs. Deduplicate various identical callbacks across
> the tree.
>
> Result: Minus 216 LoC, minus 1576 bytes vmlinux size (x86_64 allyesconfig).
>
> This is a byproduct of my upcoming PCI device authentication v2 patches.
>
>
> Lukas Wunner (6):
> driver core: Add device_show_string() helper for sysfs attributes
> hwmon: Use device_show_string() helper for sysfs attributes
> IB/qib: Use device_show_string() helper for sysfs attributes
> perf: Use device_show_string() helper for sysfs attributes
> platform/x86: Use device_show_string() helper for sysfs attributes
> scsi: Use device_show_string() helper for sysfs attributes
This series hasn't been applied to driver-core-next AFAICS and the
merge window is drawing closer.
So far only patches 1, 2 and 5 have been ack'ed by the respective
subsystem maintainers. If the missing acks are the reason it hasn't
been applied, would it be possibe to apply only 1, 2 and 5?
I would then resubmit the other ones individually to the subsystem
maintainers in the next cycle.
Thanks!
Lukas
next prev parent reply other threads:[~2024-05-04 14:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-20 20:00 [PATCH 0/6] Deduplicate string exposure in sysfs Lukas Wunner
2024-04-20 20:00 ` Lukas Wunner
2024-04-20 20:00 ` Lukas Wunner
2024-04-20 20:00 ` [PATCH 1/6] driver core: Add device_show_string() helper for sysfs attributes Lukas Wunner
2024-04-20 20:00 ` Lukas Wunner
2024-04-22 5:38 ` Michael Ellerman
2024-04-20 20:00 ` [PATCH 2/6] hwmon: Use " Lukas Wunner
2024-04-20 21:46 ` Guenter Roeck
2024-04-20 20:00 ` [PATCH 3/6] IB/qib: " Lukas Wunner
2024-04-20 20:00 ` [PATCH 4/6] perf: " Lukas Wunner
2024-04-20 20:00 ` Lukas Wunner
2024-04-20 20:00 ` [PATCH 5/6] platform/x86: " Lukas Wunner
2024-04-22 13:52 ` Hans de Goede
2024-04-20 20:00 ` [PATCH 6/6] scsi: " Lukas Wunner
2024-05-04 14:31 ` Lukas Wunner [this message]
2024-05-04 14:31 ` [PATCH 0/6] Deduplicate string exposure in sysfs Lukas Wunner
2024-05-04 15:36 ` Greg Kroah-Hartman
2024-05-04 15:36 ` Greg Kroah-Hartman
2024-05-04 15:36 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZjZGzg5LFU2AT3_D@wunner.de \
--to=lukas@wunner.de \
--cc=GR-QLogic-Storage-Upstream@marvell.com \
--cc=andersson@kernel.org \
--cc=anil.gurumurthy@qlogic.com \
--cc=coproscefalo@gmail.com \
--cc=corentin.chary@gmail.com \
--cc=dennis.dalessandro@cornelisnetworks.com \
--cc=don.brace@microchip.com \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=hmh@hmh.eng.br \
--cc=ibm-acpi-devel@lists.sourceforge.net \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jdelvare@suse.com \
--cc=jejb@linux.ibm.com \
--cc=jonathan.cameron@huawei.com \
--cc=khuong@os.amperecomputing.com \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=luke@ljones.dev \
--cc=mark.rutland@arm.com \
--cc=martin.petersen@oracle.com \
--cc=mpe@ellerman.id.au \
--cc=njavali@marvell.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=shaojijie@huawei.com \
--cc=storagedev@microchip.com \
--cc=sudarsana.kalluru@qlogic.com \
--cc=tyreld@linux.ibm.com \
--cc=will@kernel.org \
--cc=xueshuai@linux.alibaba.com \
--cc=yangyicong@hisilicon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.