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>] [day] [month] [year] [list]
Date:   Fri, 18 Nov 2022 10:28:29 +0100
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 fixes for 6.1-rc6

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.1-rc6

for you to fetch changes up to 1edfe4ea16ca2c9e91ec6cecd446b13636724e4f:

  kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id() (2022-11-10 19:03:42 +0100)

----------------------------------------------------------------
Driver core fixes for 6.1-rc6

Here are 2 small driver core fixes for 6.1-rc6:
	- utsname fix, this one should already be in your tree as it
	  came from a different tree earlier.
	- kernfs bugfix for a much reported syzbot report that seems to
	  keep getting triggered.

Both of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Petr Vorel (1):
      kernel/utsname_sysctl.c: Add missing enum uts_proc value

Tejun Heo (1):
      kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()

 fs/kernfs/dir.c         | 14 ++++++++++++--
 include/linux/utsname.h |  1 +
 2 files changed, 13 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ