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:   Sat, 21 Jan 2023 16:30:01 +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.2-rc5

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.2-rc5

for you to fetch changes up to 739790605705ddcf18f21782b9c99ad7d53a8c11:

  prlimit: do_prlimit needs to have a speculation check (2023-01-21 16:14:17 +0100)

----------------------------------------------------------------
Driver core fixes for 6.2-rc5

Here are 3 small driver and kernel core fixes for 6.2-rc5.  They
include:
  - potential gadget fixup in do_prlimit
  - device property refcount leak fix
  - test_async_probe bugfix for reported problem.

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

----------------------------------------------------------------
Chen Zhongjin (1):
      driver core: Fix test_async_probe_init saves device in wrong array

Greg Kroah-Hartman (1):
      prlimit: do_prlimit needs to have a speculation check

Yang Yingliang (1):
      device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()

 drivers/base/property.c                     | 18 ++++++++++++------
 drivers/base/test/test_async_driver_probe.c |  2 +-
 kernel/sys.c                                |  2 ++
 3 files changed, 15 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ