public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
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

  parent reply	other threads:[~2024-05-04 14:32 UTC|newest]

Thread overview: 5+ 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 ` [PATCH 1/6] driver core: Add device_show_string() helper for sysfs attributes Lukas Wunner
2024-04-22  5:38   ` Michael Ellerman
2024-05-04 14:31 ` Lukas Wunner [this message]
2024-05-04 15:36   ` [PATCH 0/6] Deduplicate string exposure in sysfs 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$(echo .)de \
    --cc=coproscefalo@gmail$(echo .)com \
    --cc=dennis.dalessandro@cornelisnetworks$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=hdegoede@redhat$(echo .)com \
    --cc=hmh@hmh$(echo .)eng.br \
    --cc=ibm-acpi-devel@lists$(echo .)sourceforge.net \
    --cc=ilpo.jarvinen@linux$(echo .)intel.com \
    --cc=jdelvare@suse$(echo .)com \
    --cc=jejb@linux$(echo .)ibm.com \
    --cc=jonathan.cameron@huawei$(echo .)com \
    --cc=khuong@os$(echo .)amperecomputing.com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-hwmon@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=linux-scsi@vger$(echo .)kernel.org \
    --cc=linux@roeck-us$(echo .)net \
    --cc=luke@ljones$(echo .)dev \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=njavali@marvell$(echo .)com \
    --cc=platform-driver-x86@vger$(echo .)kernel.org \
    --cc=rafael@kernel$(echo .)org \
    --cc=shaojijie@huawei$(echo .)com \
    --cc=storagedev@microchip$(echo .)com \
    --cc=sudarsana.kalluru@qlogic$(echo .)com \
    --cc=tyreld@linux$(echo .)ibm.com \
    --cc=will@kernel$(echo .)org \
    --cc=yangyicong@hisilicon$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox