* [GIT PULL] Driver core fixes for 6.18-rc3
@ 2025-10-25 11:57 Danilo Krummrich
2025-10-25 18:12 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2025-10-25 11:57 UTC (permalink / raw)
To: Linus Torvalds
Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Saravana Kannan,
Andrew Morton, rust-for-linux, linux-kernel
Hi Linus,
Please pull these driver-core fixes.
All commits have been in linux-next for a couple rounds; no conflicts expected.
- Danilo
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -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.18-rc3
for you to fetch changes up to 2eead19334516c8e9927c11b448fbe512b1f18a1:
arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() (2025-10-22 08:06:28 +0200)
----------------------------------------------------------------
Driver core fixes for 6.18-rc3
- In Device::parent(), do not make any assumptions on the device
context of the parent device.
- Check visibility before changing ownership of a sysfs attribute
group.
- In topology_parse_cpu_capacity(), replace an incorrect usage of
PTR_ERR_OR_ZERO() with IS_ERR_OR_NULL().
- In devcoredump, fix a circular locking dependency between
struct devcd_entry::mutex and kernfs.
- Do not warn about a pending fw_devlink sync state.
----------------------------------------------------------------
Danilo Krummrich (1):
rust: device: fix device context of Device::parent()
Fernando Fernandez Mancera (1):
sysfs: check visibility before changing group attribute ownership
Kaushlendra Kumar (1):
arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()
Maarten Lankhorst (1):
devcoredump: Fix circular locking dependency with devcd->mutex.
Ulf Hansson (1):
driver core: fw_devlink: Don't warn about sync_state() pending
drivers/base/arch_topology.c | 2 +-
drivers/base/core.c | 2 +-
drivers/base/devcoredump.c | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
fs/sysfs/group.c | 26 +++++++++++++++++++-----
rust/kernel/auxiliary.rs | 8 +-------
rust/kernel/device.rs | 4 ++--
6 files changed, 109 insertions(+), 69 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-25 18:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-25 11:57 [GIT PULL] Driver core fixes for 6.18-rc3 Danilo Krummrich
2025-10-25 18:12 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®