]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/log
thirdparty/kernel/stable-queue.git
4 months ago5.15-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 10:37:18 +0000 (11:37 +0100)] 
5.15-stable patches

added patches:
alsa-hda-intel-add-dell-alc3271-to-power_save-denylist.patch
alsa-hda-realtek-update-alc222-depop-optimize.patch
drm-radeon-fix-rs400_gpu_init-for-ati-mobility-radeon-xpress-200m.patch
gpio-aggregator-protect-driver-attr-handlers-against-module-unload.patch
gpio-rcar-use-raw_spinlock-to-protect-register-access.patch
hid-appleir-fix-potential-null-dereference-at-raw-event-handle.patch
platform-x86-thinkpad_acpi-add-battery-quirk-for-thinkpad-x131e.patch
revert-of-reserved-memory-fix-using-wrong-number-of-cells-to-get-property-alignment.patch
x86-cacheinfo-validate-cpuid-leaf-0x2-edx-output.patch
x86-cpu-properly-parse-cpuid-leaf-0x2-tlb-descriptor-0x63.patch
x86-cpu-validate-cpuid-leaf-0x2-edx-output.patch

4 months ago5.10-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 10:37:08 +0000 (11:37 +0100)] 
5.10-stable patches

added patches:
alsa-hda-intel-add-dell-alc3271-to-power_save-denylist.patch
alsa-hda-realtek-update-alc222-depop-optimize.patch
drm-radeon-fix-rs400_gpu_init-for-ati-mobility-radeon-xpress-200m.patch
gpio-aggregator-protect-driver-attr-handlers-against-module-unload.patch
hid-appleir-fix-potential-null-dereference-at-raw-event-handle.patch
platform-x86-thinkpad_acpi-add-battery-quirk-for-thinkpad-x131e.patch
revert-of-reserved-memory-fix-using-wrong-number-of-cells-to-get-property-alignment.patch
x86-cacheinfo-validate-cpuid-leaf-0x2-edx-output.patch
x86-cpu-properly-parse-cpuid-leaf-0x2-tlb-descriptor-0x63.patch
x86-cpu-validate-cpuid-leaf-0x2-edx-output.patch

4 months ago5.4-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 10:36:56 +0000 (11:36 +0100)] 
5.4-stable patches

added patches:
alsa-hda-intel-add-dell-alc3271-to-power_save-denylist.patch
alsa-hda-realtek-update-alc222-depop-optimize.patch
drm-radeon-fix-rs400_gpu_init-for-ati-mobility-radeon-xpress-200m.patch
hid-appleir-fix-potential-null-dereference-at-raw-event-handle.patch
platform-x86-thinkpad_acpi-add-battery-quirk-for-thinkpad-x131e.patch
revert-of-reserved-memory-fix-using-wrong-number-of-cells-to-get-property-alignment.patch
x86-cacheinfo-validate-cpuid-leaf-0x2-edx-output.patch
x86-cpu-properly-parse-cpuid-leaf-0x2-tlb-descriptor-0x63.patch
x86-cpu-validate-cpuid-leaf-0x2-edx-output.patch

4 months ago6.12-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:46:47 +0000 (10:46 +0100)] 
6.12-stable patches

added patches:
documentation-rust-add-coding-guidelines-on-lints.patch
documentation-rust-discuss-in-the-guidelines.patch
drm-panic-allow-verbose-boolean-for-clarity.patch
drm-panic-allow-verbose-version-check.patch
drm-panic-avoid-reimplementing-iterator-find.patch
drm-panic-correctly-indent-continuation-of-line-in-list-item.patch
drm-panic-prefer-eliding-lifetimes.patch
drm-panic-remove-redundant-field-when-assigning-value.patch
drm-panic-remove-unnecessary-borrow-in-alignment_pattern.patch
kbuild-rust-remove-the-alloc-crate-and-globalalloc.patch
maintainers-add-entry-for-the-rust-alloc-module.patch
rust-alloc-add-__gfp_nowarn-to-flags.patch
rust-alloc-add-allocator-trait.patch
rust-alloc-add-box-to-prelude.patch
rust-alloc-add-module-allocator_test.patch
rust-alloc-add-vec-to-prelude.patch
rust-alloc-fix-arraylayout-allocations.patch
rust-alloc-implement-allocator-for-kmalloc.patch
rust-alloc-implement-cmalloc-in-module-allocator_test.patch
rust-alloc-implement-collect-for-intoiter.patch
rust-alloc-implement-contains-for-flags.patch
rust-alloc-implement-intoiterator-for-vec.patch
rust-alloc-implement-kernel-box.patch
rust-alloc-implement-kernel-vec-type.patch
rust-alloc-implement-kvmalloc-allocator.patch
rust-alloc-implement-reallocfunc.patch
rust-alloc-implement-vmalloc-allocator.patch
rust-alloc-introduce-arraylayout.patch
rust-alloc-make-allocator-module-public.patch
rust-alloc-remove-extension-of-std-s-box.patch
rust-alloc-remove-vecext-extension.patch
rust-alloc-rename-kernelallocator-to-kmalloc.patch
rust-alloc-separate-aligned_size-from-krealloc_aligned.patch
rust-alloc-update-module-comment-of-alloc.rs.patch
rust-enable-clippy-ignored_unit_patterns-lint.patch
rust-enable-clippy-s-check-private-items.patch
rust-enable-clippy-undocumented_unsafe_blocks-lint.patch
rust-enable-clippy-unnecessary_safety_comment-lint.patch
rust-enable-clippy-unnecessary_safety_doc-lint.patch
rust-enable-rustdoc-unescaped_backticks-lint.patch
rust-error-check-for-config-test-in-error-name.patch
rust-error-make-conversion-functions-public.patch
rust-error-optimize-error-type-to-use-nonzero.patch
rust-error-use-core-alloc-layouterror.patch
rust-fix-size_t-in-bindgen-prototypes-of-c-builtins.patch
rust-init-remove-unneeded.patch
rust-introduce-.clippy.toml.patch
rust-kbuild-expand-rusttest-target-for-macros.patch
rust-map-__kernel_size_t-and-friends-also-to-usize-isize.patch
rust-provide-proper-code-documentation-titles.patch
rust-replace-clippy-dbg_macro-with-disallowed_macros.patch
rust-sort-global-rust-flags.patch
rust-start-using-the-attribute.patch
rust-str-test-replace-alloc-format.patch
rust-sync-remove-unneeded.patch
rust-treewide-switch-to-our-kernel-box-type.patch
rust-treewide-switch-to-the-kernel-vec-type.patch
rust-types-avoid-repetition-in-as-from-bytes-impls.patch
rust-use-custom-ffi-integer-types.patch
rust-workqueue-remove-unneeded.patch

4 months agodrop queue-6.1/net-enetc-vfs-do-not-support-hwtstamp_tx_onestep_syn.patch
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:32:37 +0000 (10:32 +0100)] 
drop queue-6.1/net-enetc-vfs-do-not-support-hwtstamp_tx_onestep_syn.patch

doesn't build :(

4 months ago6.13-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:32:27 +0000 (10:32 +0100)] 
6.13-stable patches

added patches:
loongarch-use-asm_reachable.patch

4 months ago6.12-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:32:15 +0000 (10:32 +0100)] 
6.12-stable patches

added patches:
loongarch-use-asm_reachable.patch

4 months ago6.13-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:19:25 +0000 (10:19 +0100)] 
6.13-stable patches

added patches:
x86-amd_nb-use-rdmsr_safe-in-amd_get_mmconfig_range.patch
x86-microcode-amd-add-some-forgotten-models-to-the-sha-check.patch

4 months ago6.12-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:19:17 +0000 (10:19 +0100)] 
6.12-stable patches

added patches:
x86-amd_nb-use-rdmsr_safe-in-amd_get_mmconfig_range.patch
x86-microcode-amd-add-some-forgotten-models-to-the-sha-check.patch

4 months ago6.6-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:19:09 +0000 (10:19 +0100)] 
6.6-stable patches

added patches:
x86-amd_nb-use-rdmsr_safe-in-amd_get_mmconfig_range.patch
x86-microcode-amd-add-some-forgotten-models-to-the-sha-check.patch

4 months ago6.1-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 09:18:58 +0000 (10:18 +0100)] 
6.1-stable patches

added patches:
x86-amd_nb-use-rdmsr_safe-in-amd_get_mmconfig_range.patch

4 months agomove 6.6 queue back in place
Greg Kroah-Hartman [Sun, 9 Mar 2025 08:56:22 +0000 (09:56 +0100)] 
move 6.6 queue back in place

4 months agoLinux 6.6.82 v6.6.82
Greg Kroah-Hartman [Sun, 9 Mar 2025 08:55:24 +0000 (09:55 +0100)] 
Linux 6.6.82

4 months ago6.6-stable patches
Greg Kroah-Hartman [Sun, 9 Mar 2025 08:42:25 +0000 (09:42 +0100)] 
6.6-stable patches

added patches:
series
x86-boot-32-de-uglify-the-2-3-level-paging-difference-in-mk_early_pgtbl_32.patch
x86-boot-32-disable-stackprotector-and-tracing-for-mk_early_pgtbl_32.patch
x86-boot-32-restructure-mk_early_pgtbl_32.patch
x86-boot-32-temporarily-map-initrd-for-microcode-loading.patch
x86-boot-use-__pa_nodebug-in-mk_early_pgtbl_32.patch
x86-microcode-provide-config_microcode_initrd32.patch

4 months agomove 6.6 queue off to the side for a bit
Greg Kroah-Hartman [Sun, 9 Mar 2025 08:42:13 +0000 (09:42 +0100)] 
move 6.6 queue off to the side for a bit

4 months agofix up efi patch for 6.6
Greg Kroah-Hartman [Sun, 9 Mar 2025 08:31:24 +0000 (09:31 +0100)] 
fix up efi patch for 6.6

4 months agoFixes for 5.4
Sasha Levin [Sat, 8 Mar 2025 14:08:46 +0000 (09:08 -0500)] 
Fixes for 5.4

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 5.10
Sasha Levin [Sat, 8 Mar 2025 14:08:45 +0000 (09:08 -0500)] 
Fixes for 5.10

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 5.15
Sasha Levin [Sat, 8 Mar 2025 14:08:45 +0000 (09:08 -0500)] 
Fixes for 5.15

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 6.1
Sasha Levin [Sat, 8 Mar 2025 14:08:44 +0000 (09:08 -0500)] 
Fixes for 6.1

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 6.6
Sasha Levin [Sat, 8 Mar 2025 14:08:43 +0000 (09:08 -0500)] 
Fixes for 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 6.12
Sasha Levin [Sat, 8 Mar 2025 14:08:42 +0000 (09:08 -0500)] 
Fixes for 6.12

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months agoFixes for 6.13
Sasha Levin [Sat, 8 Mar 2025 14:08:41 +0000 (09:08 -0500)] 
Fixes for 6.13

Signed-off-by: Sasha Levin <sashal@kernel.org>
4 months ago6.13-stable patches
Greg Kroah-Hartman [Sat, 8 Mar 2025 06:11:36 +0000 (07:11 +0100)] 
6.13-stable patches

added patches:
rust-block-fix-formatting-in-gendisk-doc.patch
series

4 months ago6.12-stable patches
Greg Kroah-Hartman [Sat, 8 Mar 2025 06:11:10 +0000 (07:11 +0100)] 
6.12-stable patches

added patches:
rust-block-fix-formatting-in-gendisk-doc.patch
series

4 months agoLinux 6.13.6 v6.13.6
Greg Kroah-Hartman [Fri, 7 Mar 2025 17:28:46 +0000 (18:28 +0100)] 
Linux 6.13.6

4 months agoLinux 6.12.18 v6.12.18
Greg Kroah-Hartman [Fri, 7 Mar 2025 17:26:09 +0000 (18:26 +0100)] 
Linux 6.12.18

4 months agoLinux 6.1.130 v6.1.130
Greg Kroah-Hartman [Fri, 7 Mar 2025 15:57:27 +0000 (16:57 +0100)] 
Linux 6.1.130

4 months agoLinux 6.6.81 v6.6.81
Greg Kroah-Hartman [Fri, 7 Mar 2025 15:46:25 +0000 (16:46 +0100)] 
Linux 6.6.81

4 months agodrop a bunch of rdma patches from 6.1
Greg Kroah-Hartman [Thu, 6 Mar 2025 14:29:56 +0000 (15:29 +0100)] 
drop a bunch of rdma patches from 6.1

Not all were in 6.6 and the fixes for the fixes were getting just too
deep and messy to make it worth it.

4 months ago6.1-stable patches
Greg Kroah-Hartman [Thu, 6 Mar 2025 14:20:43 +0000 (15:20 +0100)] 
6.1-stable patches

added patches:
rdma-mlx5-fix-mkey-cache-wq-flush.patch
rdma-mlx5-fix-mr-cache-temp-entries-cleanup.patch
rdma-mlx5-remove-not-used-cache-disable-flag.patch

4 months ago6.1-stable patches
Greg Kroah-Hartman [Thu, 6 Mar 2025 14:14:10 +0000 (15:14 +0100)] 
6.1-stable patches

added patches:
rdma-mlx5-change-check-for-cacheable-mkeys.patch
rdma-mlx5-check-reg_create-create-for-errors.patch
rdma-mlx5-ensure-created-mkeys-always-have-a-populated-rb_key.patch
rdma-mlx5-fix-assigning-access-flags-to-cache-mkeys.patch
rdma-mlx5-fix-counter-update-on-mr-cache-mkey-creation.patch
rdma-mlx5-fix-mkey-cache-possible-deadlock-on-cleanup.patch
rdma-mlx5-fix-mr-cache-debugfs-error-in-ib-representors-mode.patch
rdma-mlx5-follow-rb_key.ats-when-creating-new-mkeys.patch
rdma-mlx5-limit-usage-of-over-sized-mkeys-from-the-mr-cache.patch
rdma-mlx5-remove-extra-unlock-on-error-path.patch
rdma-mlx5-uncacheable-mkey-has-neither-rb_key-or-cache_ent.patch

4 months agodrop some patches from 6.12 and 6.13
Greg Kroah-Hartman [Thu, 6 Mar 2025 14:06:44 +0000 (15:06 +0100)] 
drop some patches from 6.12 and 6.13

4 months agofix up queue-6.6/scsi-ufs-core-fix-deadlock-during-rtc-update.patch
Greg Kroah-Hartman [Thu, 6 Mar 2025 13:16:14 +0000 (14:16 +0100)] 
fix up queue-6.6/scsi-ufs-core-fix-deadlock-during-rtc-update.patch

4 months ago6.6-stable patches
Greg Kroah-Hartman [Thu, 6 Mar 2025 09:31:18 +0000 (10:31 +0100)] 
6.6-stable patches

added patches:
scsi-ufs-core-cancel-rtc-work-during-ufshcd_remove.patch
scsi-ufs-core-fix-another-deadlock-during-rtc-update.patch
scsi-ufs-core-fix-deadlock-during-rtc-update.patch
scsi-ufs-core-start-the-rtc-update-work-later.patch
x86-microcode-amd-fix-a-wsometimes-uninitialized-clang-false-positive.patch

4 months ago6.12-stable patches
Greg Kroah-Hartman [Thu, 6 Mar 2025 09:17:29 +0000 (10:17 +0100)] 
6.12-stable patches

added patches:
thermal-gov_power_allocator-add-missing-null-pointer-check.patch

4 months agodrop 3 6.6 patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 17:40:58 +0000 (18:40 +0100)] 
drop 3 6.6 patches

4 months ago6.12-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 17:25:16 +0000 (18:25 +0100)] 
6.12-stable patches

added patches:
x86-microcode-amd-add-get_patch_level.patch
x86-microcode-amd-get-rid-of-the-_load_microcode_amd-forward-declaration.patch
x86-microcode-amd-have-__apply_microcode_amd-return-bool.patch
x86-microcode-amd-load-only-sha256-checksummed-patches.patch
x86-microcode-amd-merge-early_apply_microcode-into-its-single-callsite.patch
x86-microcode-amd-remove-ugly-linebreak-in-__verify_patch_section-signature.patch
x86-microcode-amd-remove-unused-save_microcode_in_initrd_amd-declarations.patch
x86-microcode-amd-return-bool-from-find_blobs_in_containers.patch

4 months ago6.6-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 17:25:00 +0000 (18:25 +0100)] 
6.6-stable patches

added patches:
x86-apic-provide-apic_force_nmi_on_cpu.patch
x86-microcode-32-move-early-loading-after-paging-enable.patch
x86-microcode-add-per-cpu-control-field.patch
x86-microcode-add-per-cpu-result-state.patch
x86-microcode-amd-add-get_patch_level.patch
x86-microcode-amd-cache-builtin-initrd-microcode-early.patch
x86-microcode-amd-cache-builtin-microcode-too.patch
x86-microcode-amd-flush-patch-buffer-mapping-after-application.patch
x86-microcode-amd-get-rid-of-the-_load_microcode_amd-forward-declaration.patch
x86-microcode-amd-have-__apply_microcode_amd-return-bool.patch
x86-microcode-amd-load-only-sha256-checksummed-patches.patch
x86-microcode-amd-make-__verify_patch_size-return-bool.patch
x86-microcode-amd-merge-early_apply_microcode-into-its-single-callsite.patch
x86-microcode-amd-pay-attention-to-the-stepping-dynamically.patch
x86-microcode-amd-return-bool-from-find_blobs_in_containers.patch
x86-microcode-amd-split-load_microcode_amd.patch
x86-microcode-amd-use-cached-microcode-for-ap-load.patch
x86-microcode-amd-use-correct-per-cpu-ucode_cpu_info.patch
x86-microcode-amd-use-the-family-model-stepping-encoded-in-the-patch-id.patch
x86-microcode-clarify-the-late-load-logic.patch
x86-microcode-clean-up-mc_cpu_down_prep.patch
x86-microcode-get-rid-of-the-schedule-work-indirection.patch
x86-microcode-handle-nosmt-correctly.patch
x86-microcode-handle-offline-cpus-correctly.patch
x86-microcode-intel-cleanup-code-further.patch
x86-microcode-intel-remove-unnecessary-cache-writeback-and-invalidation.patch
x86-microcode-intel-reuse-intel_cpu_collect_info.patch
x86-microcode-intel-rework-intel_cpu_collect_info.patch
x86-microcode-intel-rework-intel_find_matching_signature.patch
x86-microcode-intel-rip-out-mixed-stepping-support-for-intel-cpus.patch
x86-microcode-intel-save-the-microcode-only-after-a-successful-late-load.patch
x86-microcode-intel-set-new-revision-only-after-a-successful-update.patch
x86-microcode-intel-simplify-and-rename-generic_load_microcode.patch
x86-microcode-intel-simplify-early-loading.patch
x86-microcode-intel-simplify-scan_microcode.patch
x86-microcode-intel-switch-to-kvmalloc.patch
x86-microcode-intel-unify-microcode-apply-functions.patch
x86-microcode-mop-up-early-loading-leftovers.patch
x86-microcode-prepare-for-minimal-revision-check.patch
x86-microcode-protect-against-instrumentation.patch
x86-microcode-provide-new-control-functions.patch
x86-microcode-remove-pointless-apply-invocation.patch
x86-microcode-rendezvous-and-load-in-nmi.patch
x86-microcode-replace-the-all-in-one-rendevous-handler.patch
x86-microcode-rework-early-revisions-reporting.patch
x86-microcode-sanitize-__wait_for_cpus.patch

4 months ago6.13-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 17:18:02 +0000 (18:18 +0100)] 
6.13-stable patches

added patches:
x86-microcode-amd-add-get_patch_level.patch
x86-microcode-amd-get-rid-of-the-_load_microcode_amd-forward-declaration.patch
x86-microcode-amd-have-__apply_microcode_amd-return-bool.patch
x86-microcode-amd-load-only-sha256-checksummed-patches.patch
x86-microcode-amd-merge-early_apply_microcode-into-its-single-callsite.patch
x86-microcode-amd-remove-ugly-linebreak-in-__verify_patch_section-signature.patch
x86-microcode-amd-remove-unused-save_microcode_in_initrd_amd-declarations.patch
x86-microcode-amd-return-bool-from-find_blobs_in_containers.patch

4 months ago6.12-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:29:59 +0000 (15:29 +0100)] 
6.12-stable patches

added patches:
amdgpu-pm-legacy-fix-suspend-resume-issues.patch
efi-don-t-map-the-entire-mokvar-table-to-determine-its-size.patch

4 months ago6.6-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:23:56 +0000 (15:23 +0100)] 
6.6-stable patches

added patches:
arm64-dts-rockchip-disable-dma-for-uart5-on-px30-ringneck.patch
gve-set-xdp-redirect-target-only-when-it-is-available.patch
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
net-reference-bpf_redirect_info-via-task_struct-on-preempt_rt.patch
tun-add-missing-bpf_net_ctx_clear-in-do_xdp_generic.patch
tun-assign-missing-bpf_net_context.patch

4 months ago6.1-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:23:47 +0000 (15:23 +0100)] 
6.1-stable patches

added patches:
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
media-mtk-vcodec-potential-null-pointer-deference-in-scp.patch
mm-memory-use-exception-ip-to-search-exception-tables.patch
pfifo_tail_enqueue-drop-new-packet-when-sch-limit-0.patch
ptrace-introduce-exception_ip-arch-hook.patch
squashfs-check-the-inode-number-is-not-the-invalid-value-of-zero.patch

4 months ago5.15-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:23:39 +0000 (15:23 +0100)] 
5.15-stable patches

added patches:
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
pfifo_tail_enqueue-drop-new-packet-when-sch-limit-0.patch

4 months ago5.10-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:23:29 +0000 (15:23 +0100)] 
5.10-stable patches

added patches:
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
pfifo_tail_enqueue-drop-new-packet-when-sch-limit-0.patch

4 months ago5.4-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 14:23:17 +0000 (15:23 +0100)] 
5.4-stable patches

added patches:
pfifo_tail_enqueue-drop-new-packet-when-sch-limit-0.patch

4 months ago6.1-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 13:09:28 +0000 (14:09 +0100)] 
6.1-stable patches

added patches:
amdgpu-pm-legacy-fix-suspend-resume-issues.patch
drm-amd-display-fixed-integer-types-and-null-check-locations.patch

4 months ago6.13-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 13:04:18 +0000 (14:04 +0100)] 
6.13-stable patches

added patches:
efi-don-t-map-the-entire-mokvar-table-to-determine-its-size.patch

4 months ago6.6-stable patches
Greg Kroah-Hartman [Wed, 5 Mar 2025 13:03:20 +0000 (14:03 +0100)] 
6.6-stable patches

added patches:
amdgpu-pm-legacy-fix-suspend-resume-issues.patch
revert-rtla-timerlat_hist-set-osnoise_workload-for-kernel-threads.patch
revert-rtla-timerlat_top-set-osnoise_workload-for-kernel-threads.patch
rtla-timerlat_hist-set-osnoise_workload-for-kernel-threads.patch
rtla-timerlat_top-set-osnoise_workload-for-kernel-threads.patch

5 months agodrop some patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:44:43 +0000 (18:44 +0100)] 
drop some patches

5 months ago6.13-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:15:22 +0000 (18:15 +0100)] 
6.13-stable patches

added patches:
alsa-hda-realtek-fix-microphone-regression-on-asus-n705ud.patch
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
amdgpu-pm-legacy-fix-suspend-resume-issues.patch
arm64-hugetlb-fix-flush_hugetlb_tlb_range-invalidation-level.patch
arm64-hugetlb-fix-huge_ptep_get_and_clear-for-non-present-ptes.patch
arm64-mm-fix-boot-panic-on-ampere-altra.patch
block-remove-zone-write-plugs-when-handling-native-zone-append-writes.patch
btrfs-do-regular-iput-instead-of-delayed-iput-during-extent-map-shrinking.patch
btrfs-fix-data-overwriting-bug-during-buffered-write-when-block-size-page-size.patch
btrfs-fix-use-after-free-on-inode-when-scanning-root-during-em-shrinking.patch
btrfs-skip-inodes-without-loaded-extent-maps-when-shrinking-extent-maps.patch
dm-integrity-avoid-divide-by-zero-in-table-status-in-inline-mode.patch
dm-vdo-add-missing-spin_lock_init.patch
drm-amd-display-add-a-quirk-to-enable-edp0-on-dp1.patch
drm-amd-display-disable-psr-su-on-edp-panels.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
drm-amdgpu-disable-bar-resize-on-dell-g5-se.patch
drm-amdgpu-init-return-value-in-amdgpu_ttm_clear_buffer.patch
drm-amdkfd-preserve-cp_hqd_pq_control-on-update_mqd.patch
drm-fbdev-dma-add-shadow-buffering-for-deferred-i-o.patch
drm-xe-regs-remove-a-duplicate-definition-for-ring_ctl_size-size.patch
drm-xe-userptr-fix-efault-handling.patch
drm-xe-userptr-restore-invalidation-list-on-error.patch
efi-don-t-map-the-entire-mokvar-table-to-determine-its-size.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
fuse-revert-back-to-__readahead_folio-for-readahead.patch
gve-unlink-old-napi-when-stopping-a-queue-using-queue-api.patch
i2c-amd-asf-fix-eoi-register-write-to-enable-successive-interrupts.patch
i2c-ls2x-fix-frequency-division-register-access.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
ima-reset-ima_nonaction_rule_flags-after-post_setattr.patch
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
iommu-vt-d-fix-suspicious-rcu-usage.patch
iommu-vt-d-remove-device-comparison-in-context_setup_pass_through_cb.patch
kvm-arm64-ensure-a-vmid-is-allocated-before-programming-vttbr_el2.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch
net-enetc-add-missing-enetc4_link_deinit.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch
net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch
net-enetc-remove-the-mm_lock-from-the-enetc-v4-driver.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
net-enetc-vfs-do-not-support-hwtstamp_tx_onestep_sync.patch
net-phy-qcom-qca807x-fix-condition-for-dac_dsp_bias_current.patch
net-stmmac-dwmac-loongson-add-fix_soc_reset-callback.patch
perf-core-add-rcu-read-lock-protection-to-perf_iterate_ctx.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
perf-x86-fix-low-freqency-setting-issue.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-exynos5-usbdrd-gs101-ensure-power-is-gated-to-ss-phy-in-phy_exit.patch
phy-tegra-xusb-reset-vbus-id-override.patch
rcuref-plug-slowpath-race-in-rcuref_put.patch
riscv-atomic-do-proper-sign-extension-also-for-unsigned-in-arch_cmpxchg.patch
riscv-cacheinfo-use-of_property_present-for-non-boolean-properties.patch
riscv-cpufeature-use-bitmap_equal-instead-of-memcmp.patch
riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch
riscv-signal-fix-signal-frame-size.patch
riscv-signal-fix-signal_minsigstksz.patch
rseq-selftests-fix-riscv-rseq_offset_deref_addv-inline-asm.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
sched_ext-fix-pick_task_scx-picking-non-queued-tasks-when-it-s-called-without-balance.patch
scsi-ufs-core-bsg-fix-crash-when-arpmb-command-fails.patch
selftests-landlock-test-tcp-accesses-with-protocol-ipproto_tcp.patch
selftests-landlock-test-that-mptcp-actions-are-not-restricted.patch
tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago6.12-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:14:57 +0000 (18:14 +0100)] 
6.12-stable patches

added patches:
alsa-hda-realtek-fix-microphone-regression-on-asus-n705ud.patch
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
arm64-hugetlb-fix-flush_hugetlb_tlb_range-invalidation-level.patch
arm64-hugetlb-fix-huge_ptep_get_and_clear-for-non-present-ptes.patch
arm64-mm-fix-boot-panic-on-ampere-altra.patch
block-remove-zone-write-plugs-when-handling-native-zone-append-writes.patch
dm-integrity-avoid-divide-by-zero-in-table-status-in-inline-mode.patch
dm-vdo-add-missing-spin_lock_init.patch
drm-amd-display-add-a-quirk-to-enable-edp0-on-dp1.patch
drm-amd-display-disable-psr-su-on-edp-panels.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
drm-amdgpu-disable-bar-resize-on-dell-g5-se.patch
drm-amdgpu-init-return-value-in-amdgpu_ttm_clear_buffer.patch
drm-amdkfd-preserve-cp_hqd_pq_control-on-update_mqd.patch
drm-xe-regs-remove-a-duplicate-definition-for-ring_ctl_size-size.patch
drm-xe-userptr-fix-efault-handling.patch
drm-xe-userptr-restore-invalidation-list-on-error.patch
efi-don-t-map-the-entire-mokvar-table-to-determine-its-size.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-ls2x-fix-frequency-division-register-access.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
ima-reset-ima_nonaction_rule_flags-after-post_setattr.patch
intel_idle-handle-older-cpus-which-stop-the-tsc-in-deeper-c-states-correctly.patch
iommu-vt-d-fix-suspicious-rcu-usage.patch
iommu-vt-d-remove-device-comparison-in-context_setup_pass_through_cb.patch
kvm-arm64-ensure-a-vmid-is-allocated-before-programming-vttbr_el2.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch
net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
net-enetc-vfs-do-not-support-hwtstamp_tx_onestep_sync.patch
net-phy-qcom-qca807x-fix-condition-for-dac_dsp_bias_current.patch
net-stmmac-dwmac-loongson-add-fix_soc_reset-callback.patch
perf-core-add-rcu-read-lock-protection-to-perf_iterate_ctx.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
perf-x86-fix-low-freqency-setting-issue.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-exynos5-usbdrd-gs101-ensure-power-is-gated-to-ss-phy-in-phy_exit.patch
phy-tegra-xusb-reset-vbus-id-override.patch
rcuref-plug-slowpath-race-in-rcuref_put.patch
riscv-cacheinfo-use-of_property_present-for-non-boolean-properties.patch
riscv-cpufeature-use-bitmap_equal-instead-of-memcmp.patch
riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch
riscv-signal-fix-signal-frame-size.patch
riscv-signal-fix-signal_minsigstksz.patch
rseq-selftests-fix-riscv-rseq_offset_deref_addv-inline-asm.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
sched_ext-fix-pick_task_scx-picking-non-queued-tasks-when-it-s-called-without-balance.patch
scsi-ufs-core-bsg-fix-crash-when-arpmb-command-fails.patch
selftests-landlock-test-tcp-accesses-with-protocol-ipproto_tcp.patch
selftests-landlock-test-that-mptcp-actions-are-not-restricted.patch
tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago6.6-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:14:35 +0000 (18:14 +0100)] 
6.6-stable patches

added patches:
alsa-hda-realtek-fix-microphone-regression-on-asus-n705ud.patch
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
drm-amd-display-disable-psr-su-on-edp-panels.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-ls2x-fix-frequency-division-register-access.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch
net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
perf-core-add-rcu-read-lock-protection-to-perf_iterate_ctx.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
perf-x86-fix-low-freqency-setting-issue.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
rcuref-plug-slowpath-race-in-rcuref_put.patch
riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch
riscv-signal-fix-signal-frame-size.patch
rseq-selftests-fix-riscv-rseq_offset_deref_addv-inline-asm.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
scsi-ufs-core-bsg-fix-crash-when-arpmb-command-fails.patch
tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago6.1-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:01:12 +0000 (18:01 +0100)] 
6.1-stable patches

added patches:
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
drm-amd-display-disable-psr-su-on-edp-panels.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
mptcp-reset-when-mptcp-opts-are-dropped-after-join.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_tso_buffs.patch
net-enetc-keep-track-of-correct-tx-bd-count-in-enetc_map_tx_tso_buffs.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
perf-x86-fix-low-freqency-setting-issue.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
riscv-futex-sign-extend-compare-value-in-atomic-cmpxchg.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
tracing-fix-bad-hist-from-corrupting-named_triggers-list.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago5.15-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:00:59 +0000 (18:00 +0100)] 
5.15-stable patches

added patches:
alsa-usb-audio-re-add-sample-rate-quirk-for-pioneer-djm-900nxs2.patch
drm-amd-display-fix-hpd-after-gpu-reset.patch
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
net-enetc-correct-the-xdp_tx-statistics.patch
net-enetc-fix-the-off-by-one-issue-in-enetc_map_tx_buffs.patch
net-enetc-update-udp-checksum-when-updating-origintimestamp-field.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago5.10-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 17:00:47 +0000 (18:00 +0100)] 
5.10-stable patches

added patches:
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
i2c-npcm-disable-interrupt-enable-bit-before-devm_request_irq.patch
kvm-nvmx-process-events-on-nested-vm-exit-if-injectable-irq-or-nmi-is-pending.patch
mptcp-always-handle-address-removal-under-msk-socket-lock.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
vmlinux.lds-ensure-that-const-vars-with-relocations-are-mapped-r-o.patch

5 months ago5.4-stable patches
Greg Kroah-Hartman [Tue, 4 Mar 2025 16:54:04 +0000 (17:54 +0100)] 
5.4-stable patches

added patches:
ftrace-avoid-potential-division-by-zero-in-function_stat_show.patch
perf-core-fix-low-freq-setting-via-ioc_period.patch
phy-exynos5-usbdrd-fix-mpll_multiplier-and-ssc_refclksel-masks-in-refclk.patch
phy-tegra-xusb-reset-vbus-id-override.patch
sched-core-prevent-rescheduling-when-interrupts-are-disabled.patch
usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch

5 months agoFixes for 6.1
Sasha Levin [Mon, 3 Mar 2025 07:38:30 +0000 (02:38 -0500)] 
Fixes for 6.1

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.6
Sasha Levin [Mon, 3 Mar 2025 07:38:29 +0000 (02:38 -0500)] 
Fixes for 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.12
Sasha Levin [Mon, 3 Mar 2025 07:38:28 +0000 (02:38 -0500)] 
Fixes for 6.12

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.13
Sasha Levin [Mon, 3 Mar 2025 07:38:28 +0000 (02:38 -0500)] 
Fixes for 6.13

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoDrop mips-fix-mips_get_syscall_arg-for-o32.patch from 5.4
Sasha Levin [Mon, 3 Mar 2025 07:27:08 +0000 (02:27 -0500)] 
Drop mips-fix-mips_get_syscall_arg-for-o32.patch from 5.4

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.4
Sasha Levin [Sun, 2 Mar 2025 14:46:05 +0000 (09:46 -0500)] 
Fixes for 5.4

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.10
Sasha Levin [Sun, 2 Mar 2025 14:46:05 +0000 (09:46 -0500)] 
Fixes for 5.10

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.15
Sasha Levin [Sun, 2 Mar 2025 14:46:04 +0000 (09:46 -0500)] 
Fixes for 5.15

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.1
Sasha Levin [Sun, 2 Mar 2025 14:46:03 +0000 (09:46 -0500)] 
Fixes for 6.1

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.6
Sasha Levin [Sun, 2 Mar 2025 14:46:02 +0000 (09:46 -0500)] 
Fixes for 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.12
Sasha Levin [Sun, 2 Mar 2025 14:46:02 +0000 (09:46 -0500)] 
Fixes for 6.12

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.13
Sasha Levin [Sun, 2 Mar 2025 14:46:01 +0000 (09:46 -0500)] 
Fixes for 6.13

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.4
Sasha Levin [Sat, 1 Mar 2025 14:19:57 +0000 (09:19 -0500)] 
Fixes for 5.4

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.10
Sasha Levin [Sat, 1 Mar 2025 14:19:56 +0000 (09:19 -0500)] 
Fixes for 5.10

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.15
Sasha Levin [Sat, 1 Mar 2025 14:19:54 +0000 (09:19 -0500)] 
Fixes for 5.15

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.1
Sasha Levin [Sat, 1 Mar 2025 14:19:53 +0000 (09:19 -0500)] 
Fixes for 6.1

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.6
Sasha Levin [Sat, 1 Mar 2025 14:19:52 +0000 (09:19 -0500)] 
Fixes for 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.12
Sasha Levin [Sat, 1 Mar 2025 14:19:52 +0000 (09:19 -0500)] 
Fixes for 6.12

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.13
Sasha Levin [Sat, 1 Mar 2025 14:19:51 +0000 (09:19 -0500)] 
Fixes for 6.13

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.4
Sasha Levin [Fri, 28 Feb 2025 04:41:25 +0000 (23:41 -0500)] 
Fixes for 5.4

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.10
Sasha Levin [Fri, 28 Feb 2025 04:41:24 +0000 (23:41 -0500)] 
Fixes for 5.10

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 5.15
Sasha Levin [Fri, 28 Feb 2025 04:41:23 +0000 (23:41 -0500)] 
Fixes for 5.15

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.1
Sasha Levin [Fri, 28 Feb 2025 04:41:22 +0000 (23:41 -0500)] 
Fixes for 6.1

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.6
Sasha Levin [Fri, 28 Feb 2025 04:41:22 +0000 (23:41 -0500)] 
Fixes for 6.6

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.12
Sasha Levin [Fri, 28 Feb 2025 04:41:21 +0000 (23:41 -0500)] 
Fixes for 6.12

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoFixes for 6.13
Sasha Levin [Fri, 28 Feb 2025 04:41:20 +0000 (23:41 -0500)] 
Fixes for 6.13

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agomailbot: handle ranges in subjects
Sasha Levin [Thu, 27 Feb 2025 16:24:22 +0000 (11:24 -0500)] 
mailbot: handle ranges in subjects

Signed-off-by: Sasha Levin <sashal@kernel.org>
5 months agoLinux 6.13.5 v6.13.5
Greg Kroah-Hartman [Thu, 27 Feb 2025 12:34:56 +0000 (04:34 -0800)] 
Linux 6.13.5

5 months agoLinux 6.12.17 v6.12.17
Greg Kroah-Hartman [Thu, 27 Feb 2025 12:31:59 +0000 (04:31 -0800)] 
Linux 6.12.17

5 months agoLinux 6.6.80 v6.6.80
Greg Kroah-Hartman [Thu, 27 Feb 2025 12:17:56 +0000 (04:17 -0800)] 
Linux 6.6.80

5 months agodrop temp-6.1
Greg Kroah-Hartman [Thu, 27 Feb 2025 12:07:52 +0000 (04:07 -0800)] 
drop temp-6.1

5 months ago6.1-stable patches
Greg Kroah-Hartman [Thu, 27 Feb 2025 12:07:16 +0000 (04:07 -0800)] 
6.1-stable patches

added patches:
netfilter-allow-exp-not-to-be-removed-in-nf_ct_find_expectation.patch

5 months agosave off a 6.1 patch for later
Greg Kroah-Hartman [Wed, 26 Feb 2025 14:19:00 +0000 (15:19 +0100)] 
save off a 6.1 patch for later

5 months ago6.1-stable patches
Greg Kroah-Hartman [Tue, 25 Feb 2025 07:57:15 +0000 (08:57 +0100)] 
6.1-stable patches

added patches:
spi-atmel-quadspi-fix-wrong-register-value-written-to-mr.patch

5 months agodrop gpio patch
Greg Kroah-Hartman [Tue, 25 Feb 2025 06:46:43 +0000 (07:46 +0100)] 
drop gpio patch

5 months ago6.1-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:19:04 +0000 (15:19 +0100)] 
6.1-stable patches

added patches:
spi-atmel-quadspi-avoid-overwriting-delay-register-settings.patch

5 months ago6.13-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:13:59 +0000 (15:13 +0100)] 
6.13-stable patches

added patches:
drm-amdgpu-bump-version-for-rv-pco-compute-fix.patch
drm-amdgpu-gfx9-manually-control-gfxoff-for-cs-on-rv.patch

5 months ago6.12-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:11:30 +0000 (15:11 +0100)] 
6.12-stable patches

added patches:
arm64-dts-rockchip-change-eth-phy-mode-to-rgmii-id-for-orangepi-r1-plus-lts.patch
drm-amdgpu-bump-version-for-rv-pco-compute-fix.patch
drm-amdgpu-gfx9-manually-control-gfxoff-for-cs-on-rv.patch
selftests-mm-build-with-o2.patch

5 months ago6.6-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:09:22 +0000 (15:09 +0100)] 
6.6-stable patches

added patches:
arm64-dts-rockchip-change-eth-phy-mode-to-rgmii-id-for-orangepi-r1-plus-lts.patch
md-fix-md_seq_ops-regressions.patch
md-fix-missing-flush-of-sync_work.patch
nilfs2-eliminate-staggered-calls-to-kunmap-in-nilfs_rename.patch
nilfs2-handle-errors-that-nilfs_prepare_chunk-may-return.patch
nilfs2-move-page-release-outside-of-nilfs_delete_entry-and-nilfs_set_link.patch
perf-x86-intel-fix-arch_perfmon_num_counter_leaf.patch
x86-cpu-kvm-srso-fix-possible-missing-ibpb-on-vm-exit.patch

5 months ago6.1-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:09:05 +0000 (15:09 +0100)] 
6.1-stable patches

added patches:
block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
block-bfq-split-sync-bfq_queues-on-a-per-actuator-basis.patch
media-mediatek-vcodec-fix-h264-multi-stateless-decoder-smatch-warning.patch
x86-cpu-kvm-srso-fix-possible-missing-ibpb-on-vm-exit.patch

5 months ago5.15-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:08:50 +0000 (15:08 +0100)] 
5.15-stable patches

added patches:
x86-cpu-kvm-srso-fix-possible-missing-ibpb-on-vm-exit.patch

5 months ago5.10-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:08:29 +0000 (15:08 +0100)] 
5.10-stable patches

added patches:
x86-cpu-kvm-srso-fix-possible-missing-ibpb-on-vm-exit.patch

5 months ago5.4-stable patches
Greg Kroah-Hartman [Mon, 24 Feb 2025 14:08:07 +0000 (15:08 +0100)] 
5.4-stable patches

added patches:
batman-adv-drop-unmanaged-elp-metric-worker.patch
batman-adv-ignore-neighbor-throughput-metrics-in-error-case.patch