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]
Message-ID: <ZsIVqh8N4QstYXVh@kroah.com>
Date: Sun, 18 Aug 2024 17:39:22 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.11-rc4

The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:

  Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.11-rc4

for you to fetch changes up to 2374bf7558de915edc6ec8cb10ec3291dfab9594:

  char: xillybus: Check USB endpoints when probing device (2024-08-16 09:57:56 +0200)

----------------------------------------------------------------
Char/Misc fixes for 6.11-rc4

Here are some small char/misc fixes for 6.11-rc4 to resolve reported
problems.  Included in here are:
  - fastrpc revert of a change that broke userspace
  - xillybus fixes for reported issues

Half of these have been in linux-next this week with no reported
problems, I don't know if the last bit of xillybus driver changes made
it in, but they are "obviously correct" so will be safe :)

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

----------------------------------------------------------------
Eli Billauer (3):
      char: xillybus: Don't destroy workqueue from work item running on it
      char: xillybus: Refine workqueue handling
      char: xillybus: Check USB endpoints when probing device

Griffin Kroah-Hartman (1):
      Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"

 drivers/char/xillybus/xillyusb.c | 42 ++++++++++++++++++++++++++++++++--------
 drivers/misc/fastrpc.c           | 22 +++------------------
 include/uapi/misc/fastrpc.h      |  3 ---
 3 files changed, 37 insertions(+), 30 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ