[GIT PULL] Char/Misc driver fixes for 6.11-rc4
From: Greg KH
Date: Sun Aug 18 2024 - 11:39:38 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)