[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <35e4b33f-d9e4-41d6-8a47-644fda5b1b7f@t-8ch.de>
Date: Wed, 28 May 2025 18:16:21 +0200
From: Thomas Weißschuh <thomas@...ch.de>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>, "Rafael J. Wysocki" <rafael@...nel.org>,
Danilo Krummrich <dakr@...nel.org>, linux-kernel@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [GIT PULL] Driver core changes for 6.16-rc1
Hi Greg,
On 2025-05-28 17:56:52+0200, Greg KH wrote:
> The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:
>
> Linux 6.15-rc6 (2025-05-11 14:54:11 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-6.16-rc1
>
> for you to fetch changes up to 071d8e4c2a3b0999a9b822e2eb8854784a350f8a:
>
> kernfs: Relax constraint in draining guard (2025-05-21 14:23:13 +0200)
>
> ----------------------------------------------------------------
> Driver core changes for 6.16-rc1
>
> Here are the driver core / kernfs changes for 6.16-rc1.
>
> Not a huge number of changes this development cycle, here's the summary
> of what is included in here:
> - kernfs locking tweaks, pushing some global locks down into a per-fs
> image lock
> - rust driver core and pci device bindings added for new features.
> - sysfs const work for bin_attributes. This churn should now be
> completed for those types of attributes
This is missing the switch away and removal of the transitional
struct members, "read_new", "write_new" and "bin_attrs_new".
These are the actually churny changes.
I have a branch with those, based on current linux-next/master, at
https://git.kernel.org/pub/scm/linux/kernel/git/thomas.weissschuh/linux.git b4/sysfs-const-bin_attr-final
(Has not yet passed 0day, but earlier versions this week did)
Do you want me to resubmit it to you? Now or shortly before the end of
the merge window?
> - auxbus device creation helpers added
> - fauxbus fix for creating sysfs files after the probe completed
> properly
> - other tiny updates for driver core things.
>
> All of these have been in linux-next for over a week with no reported
> issues.
<snip>
> Thomas Weißschuh (2):
> sysfs: constify bin_attribute argument of bin_attribute::read/write()
> sysfs: constify attribute_group::bin_attrs
<snip>
Thomas
Powered by blists - more mailing lists