lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 16 Jun 2024 12:51:04 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Stephen Rothwell <sfr@...b.auug.org.au>,
	Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core / sysfs fixes for 6.10-rc4

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

  ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.10-rc4

for you to fetch changes up to c0a40097f0bc81deafc15f9195d1fb54595cd6d0:

  drivers: core: synchronize really_probe() and dev_uevent() (2024-06-04 18:14:51 +0200)

----------------------------------------------------------------
Driver core / sysfs fixes for 6.10-rc4

Here are 3 small changes for 6.10-rc4 that resolve reported problems,
and finally drop an unused api call.  These are:
  - removal of devm_device_add_groups(), all the callers of this are
    finally gone after the 6.10-rc1 merge (changes came in through
    different trees), so it's safe to remove.
  - much reported sysfs build error fixed up for systems that did not
    have sysfs enabled
  - driver core sync issue fix for a many reported issue over the years
    that no one really paid much attention to, until Dirk finally
    tracked down the real issue and made the "obviously correct and
    simple" fix for it.

All of these have been in linux-next for over a week with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Dirk Behme (1):
      drivers: core: synchronize really_probe() and dev_uevent()

Greg Kroah-Hartman (1):
      driver core: remove devm_device_add_groups()

Lukas Wunner (1):
      sysfs: Unbreak the build around sysfs_bin_attr_simple_read()

 drivers/base/core.c    | 48 +++---------------------------------------------
 include/linux/device.h |  2 --
 include/linux/sysfs.h  |  9 +++++++++
 3 files changed, 12 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ