]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Merge branch 'master' of gitolite.kernel.org:/pub/scm/linux/kernel/git/stable/stable...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Nov 2024 15:12:28 +0000 (16:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Nov 2024 15:12:28 +0000 (16:12 +0100)
1  2 
queue-5.10/series
queue-5.15/series
queue-6.1/series
queue-6.6/series

index 4290e0d343689ff1844828eb0e4b4e850f565c06,b057a95faa30f25ffad21c74c714c351aeeb107d..1f0ed8514eb2bb6af1c92d35a746eb11893f1821
@@@ -30,11 -30,7 +30,15 @@@ media-s5p-jpeg-prevent-buffer-overflows
  media-cx24116-prevent-overflows-on-snr-calculus.patch
  media-pulse8-cec-fix-data-timestamp-at-pulse8_setup.patch
  media-v4l2-tpg-prevent-the-risk-of-a-division-by-zero.patch
 +pwm-imx-tpm-use-correct-modulo-value-for-epwm-mode.patch
 +drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_gprwave_read.patch
 +drm-amdgpu-prevent-null-pointer-dereference-if-atif-is-not-supported.patch
 +dm-cache-correct-the-number-of-origin-blocks-to-match-the-target-length.patch
 +dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
 +dm-cache-optimize-dirty-bit-checking-with-find_next_bit-when-resizing.patch
 +dm-cache-fix-potential-out-of-bounds-access-on-the-first-resume.patch
 +dm-unstriped-cast-an-operand-to-sector_t-to-prevent-potential-uint32_t-overflow.patch
+ io_uring-rename-kiocb_end_write-local-helper.patch
+ fs-create-kiocb_-start-end-_write-helpers.patch
+ io_uring-use-kiocb_-start-end-_write-helpers.patch
+ io_uring-rw-fix-missing-nowait-check-for-o_direct-st.patch
index cecd15caae62950ead68e654f03c3fa36a35ff94,ce6f57d40539c368afadd74142655a808e56e421..9d99b2c57009d51e733689dc10ea4fd7c95f7424
@@@ -35,14 -35,8 +35,19 @@@ media-cx24116-prevent-overflows-on-snr-
  media-pulse8-cec-fix-data-timestamp-at-pulse8_setup.patch
  media-v4l2-tpg-prevent-the-risk-of-a-division-by-zero.patch
  media-v4l2-ctrls-api-fix-error-handling-for-v4l2_g_ctrl.patch
 +pwm-imx-tpm-use-correct-modulo-value-for-epwm-mode.patch
 +drm-amdgpu-adjust-debugfs-eviction-and-ib-access-permissions.patch
 +drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_gprwave_read.patch
 +drm-amdgpu-prevent-null-pointer-dereference-if-atif-is-not-supported.patch
 +thermal-drivers-qcom-lmh-remove-false-lockdep-backtrace.patch
 +dm-cache-correct-the-number-of-origin-blocks-to-match-the-target-length.patch
 +dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
 +dm-cache-optimize-dirty-bit-checking-with-find_next_bit-when-resizing.patch
 +dm-cache-fix-potential-out-of-bounds-access-on-the-first-resume.patch
 +dm-unstriped-cast-an-operand-to-sector_t-to-prevent-potential-uint32_t-overflow.patch
 +alsa-usb-audio-add-quirk-for-hp-320-fhd-webcam.patch
+ posix-cpu-timers-clear-tick_dep_bit_posix_timer-on-c.patch
+ io_uring-rename-kiocb_end_write-local-helper.patch
+ fs-create-kiocb_-start-end-_write-helpers.patch
+ io_uring-use-kiocb_-start-end-_write-helpers.patch
+ io_uring-rw-fix-missing-nowait-check-for-o_direct-st.patch
index 320d65573dbd59886cca806fa866ae07dbf36a1c,8430f9482352f163e683f3c32d40227bbda54071..b1f842d9837f67628ae2043f316f9c11961a2b50
@@@ -52,16 -52,4 +52,17 @@@ can-mcp251xfd-mcp251xfd_ring_alloc-fix-
  ksmbd-fix-slab-use-after-free-in-ksmbd_smb2_session_create.patch
  ksmbd-fix-the-missing-xa_store-error-check.patch
  ksmbd-fix-slab-use-after-free-in-smb3_preauth_hash_rsp.patch
 +pwm-imx-tpm-use-correct-modulo-value-for-epwm-mode.patch
 +drm-amdgpu-adjust-debugfs-eviction-and-ib-access-permissions.patch
 +drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_gprwave_read.patch
 +drm-amdgpu-prevent-null-pointer-dereference-if-atif-is-not-supported.patch
 +thermal-drivers-qcom-lmh-remove-false-lockdep-backtrace.patch
 +dm-cache-correct-the-number-of-origin-blocks-to-match-the-target-length.patch
 +dm-cache-fix-flushing-uninitialized-delayed_work-on-cache_ctr-error.patch
 +dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
 +dm-cache-optimize-dirty-bit-checking-with-find_next_bit-when-resizing.patch
 +dm-cache-fix-potential-out-of-bounds-access-on-the-first-resume.patch
 +dm-unstriped-cast-an-operand-to-sector_t-to-prevent-potential-uint32_t-overflow.patch
 +alsa-usb-audio-add-quirk-for-hp-320-fhd-webcam.patch
 +alsa-hda-realtek-fix-headset-mic-on-tuxedo-gemini-17-gen3.patch
+ posix-cpu-timers-clear-tick_dep_bit_posix_timer-on-c.patch
index 00fc6effd749a4242f5474426f5bf0b77f4bebdf,1760dd2043804971b8556b95421f94824e7e3790..11de21defa56447fabc1f2189bb11b29bad02161
@@@ -71,18 -71,4 +71,19 @@@ ksmbd-fix-slab-use-after-free-in-ksmbd_
  ksmbd-check-outstanding-simultaneous-smb-operations.patch
  ksmbd-fix-the-missing-xa_store-error-check.patch
  ksmbd-fix-slab-use-after-free-in-smb3_preauth_hash_rsp.patch
 +pwm-imx-tpm-use-correct-modulo-value-for-epwm-mode.patch
 +rpmsg-glink-handle-rejected-intent-request-better.patch
 +drm-amdgpu-adjust-debugfs-eviction-and-ib-access-permissions.patch
 +drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_gprwave_read.patch
 +drm-amdgpu-adjust-debugfs-register-access-permissions.patch
 +drm-amdgpu-fix-dpx-valid-mode-check-on-gc-9.4.3.patch
 +drm-amdgpu-prevent-null-pointer-dereference-if-atif-is-not-supported.patch
 +thermal-drivers-qcom-lmh-remove-false-lockdep-backtrace.patch
 +dm-cache-correct-the-number-of-origin-blocks-to-match-the-target-length.patch
 +dm-cache-fix-flushing-uninitialized-delayed_work-on-cache_ctr-error.patch
 +dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
 +dm-cache-optimize-dirty-bit-checking-with-find_next_bit-when-resizing.patch
 +dm-cache-fix-potential-out-of-bounds-access-on-the-first-resume.patch
 +dm-unstriped-cast-an-operand-to-sector_t-to-prevent-potential-uint32_t-overflow.patch
 +alsa-usb-audio-add-quirk-for-hp-320-fhd-webcam.patch
+ posix-cpu-timers-clear-tick_dep_bit_posix_timer-on-c.patch