Commit b278813
committed
Merge tag 'v6.1.128' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into linux-msft-wsl-6.1.y
This is the 6.1.128 stable release
* tag 'v6.1.128' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux:
Linux 6.1.128
drm/v3d: Assign job pointer to NULL before signaling the fence
ASoC: samsung: midas_wm1811: Fix 'Headphone Switch' control creation
smb: client: fix NULL ptr deref in crypto_aead_setkey()
Input: xpad - add support for wooting two he (arm)
Input: xpad - add unofficial Xbox 360 wireless receiver clone
Input: atkbd - map F23 key to support default copilot shortcut
ALSA: usb-audio: Add delay quirk for USB Audio Device
Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
smb: client: fix UAF in async decryption
wifi: iwlwifi: add a few rate index validity checks
scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
ext4: fix access to uninitialised lock in fc replay path
vfio/platform: check the bounds of read/write syscalls
Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
block: fix integer overflow in BLKSECDISCARD
net: sched: fix ets qdisc OOB Indexing
io_uring: fix waiters missing wake ups
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
xfs: respect the stable writes flag on the RT device
xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
xfs: dquot recovery does not validate the recovered dquot
xfs: clean up dqblk extraction
xfs: inode recovery does not validate the recovered inode
xfs: fix internal error from AGFL exhaustion
xfs: up(ic_sema) if flushing data device fails
xfs: only remap the written blocks in xfs_reflink_end_cow_extent
xfs: abort intent items when recovery intents fail
xfs: factor out xfs_defer_pending_abort
xfs: allow read IO and FICLONE to run concurrently
xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
xfs: introduce protection for drop nlink
xfs: make sure maxlen is still congruent with prod when rounding down
xfs: fix units conversion error in xfs_bmap_del_extent_delay
xfs: rt stubs should return negative errnos when rt disabled
xfs: prevent rt growfs when quota is enabled
xfs: hoist freeing of rt data fork extent mappings
xfs: bump max fsgeom struct version
softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
regmap: detach regmap from dev on regmap_exit
ASoC: samsung: Add missing depends on I2C
ASoC: samsung: midas_wm1811: Map missing jack kcontrols
irqchip/sunxi-nmi: Add missing SKIP_WAKE flag
drm/amd/display: Use HW lock mgr for PSR1
scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
seccomp: Stub for !CONFIG_SECCOMP
ASoC: samsung: Add missing selects for MFD_WM8994
ASoC: wm8994: Add depends on MFD coreFile tree
55 files changed
+767
-187
lines changed- block
- drivers
- base/regmap
- gpu/drm
- amd/display/dc/dce
- v3d
- hid
- input
- joystick
- keyboard
- irqchip
- net/wireless/intel/iwlwifi
- dvm
- mvm
- scsi
- usb
- gadget/function
- serial
- vfio/platform
- fs
- ext4
- gfs2
- smb/client
- xfs
- libxfs
- include/linux
- io_uring
- kernel
- net
- ipv4
- ipv6
- sched
- sound
- soc
- codecs
- samsung
- usb
- tools/testing/selftests/net
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+767
-187
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
655 | 666 | | |
656 | 667 | | |
657 | 668 | | |
| |||
1536 | 1547 | | |
1537 | 1548 | | |
1538 | 1549 | | |
| 1550 | + | |
1539 | 1551 | | |
1540 | 1552 | | |
1541 | 1553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
125 | | - | |
| 129 | + | |
126 | 130 | | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
162 | | - | |
| 168 | + | |
163 | 169 | | |
| 170 | + | |
| 171 | + | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
511 | 510 | | |
512 | 511 | | |
513 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1447 | 1447 | | |
1448 | 1448 | | |
1449 | 1449 | | |
1450 | | - | |
1451 | | - | |
| 1450 | + | |
1452 | 1451 | | |
1453 | 1452 | | |
1454 | 1453 | | |
| |||
2073 | 2072 | | |
2074 | 2073 | | |
2075 | 2074 | | |
2076 | | - | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
| 2075 | + | |
2080 | 2076 | | |
2081 | 2077 | | |
2082 | 2078 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| 370 | + | |
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments