Merge tag 'v6.6.58' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.58 stable release

Change-Id: I63d6cf8072f7c2c30592eadef2cca530b986a0b4
This commit is contained in:
Mauro (mdrjr) Ribeiro
2024-11-04 12:31:13 -03:00
118 changed files with 1125 additions and 573 deletions

View File

@@ -173,7 +173,13 @@
/* use ioctl encoding for uring command */
#define UBLK_F_CMD_IOCTL_ENCODE (1UL << 6)
/* Copy between request and user buffer by pread()/pwrite() */
/*
* Copy between request and user buffer by pread()/pwrite()
*
* Not available for UBLK_F_UNPRIVILEGED_DEV, otherwise userspace may
* deceive us by not filling request buffer, then kernel uninitialized
* data may be leaked.
*/
#define UBLK_F_USER_COPY (1UL << 7)
/*