]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2025 09:46:47 +0000 (10:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2025 09:46:47 +0000 (10:46 +0100)
commitffb2c7148fe2a6dde2040c18b3b365eee7acaead
tree87ebb60eff77ee9e4afd2419ae9f22b83999652b
parent274392fc9c89d318cb86c0a29923b740ed1f6ada
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
61 files changed:
queue-6.12/documentation-rust-add-coding-guidelines-on-lints.patch [new file with mode: 0644]
queue-6.12/documentation-rust-discuss-in-the-guidelines.patch [new file with mode: 0644]
queue-6.12/drm-panic-allow-verbose-boolean-for-clarity.patch [new file with mode: 0644]
queue-6.12/drm-panic-allow-verbose-version-check.patch [new file with mode: 0644]
queue-6.12/drm-panic-avoid-reimplementing-iterator-find.patch [new file with mode: 0644]
queue-6.12/drm-panic-correctly-indent-continuation-of-line-in-list-item.patch [new file with mode: 0644]
queue-6.12/drm-panic-prefer-eliding-lifetimes.patch [new file with mode: 0644]
queue-6.12/drm-panic-remove-redundant-field-when-assigning-value.patch [new file with mode: 0644]
queue-6.12/drm-panic-remove-unnecessary-borrow-in-alignment_pattern.patch [new file with mode: 0644]
queue-6.12/kbuild-rust-remove-the-alloc-crate-and-globalalloc.patch [new file with mode: 0644]
queue-6.12/maintainers-add-entry-for-the-rust-alloc-module.patch [new file with mode: 0644]
queue-6.12/rust-alloc-add-__gfp_nowarn-to-flags.patch [new file with mode: 0644]
queue-6.12/rust-alloc-add-allocator-trait.patch [new file with mode: 0644]
queue-6.12/rust-alloc-add-box-to-prelude.patch [new file with mode: 0644]
queue-6.12/rust-alloc-add-module-allocator_test.patch [new file with mode: 0644]
queue-6.12/rust-alloc-add-vec-to-prelude.patch [new file with mode: 0644]
queue-6.12/rust-alloc-fix-arraylayout-allocations.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-allocator-for-kmalloc.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-cmalloc-in-module-allocator_test.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-collect-for-intoiter.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-contains-for-flags.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-intoiterator-for-vec.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-kernel-box.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-kernel-vec-type.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-kvmalloc-allocator.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-reallocfunc.patch [new file with mode: 0644]
queue-6.12/rust-alloc-implement-vmalloc-allocator.patch [new file with mode: 0644]
queue-6.12/rust-alloc-introduce-arraylayout.patch [new file with mode: 0644]
queue-6.12/rust-alloc-make-allocator-module-public.patch [new file with mode: 0644]
queue-6.12/rust-alloc-remove-extension-of-std-s-box.patch [new file with mode: 0644]
queue-6.12/rust-alloc-remove-vecext-extension.patch [new file with mode: 0644]
queue-6.12/rust-alloc-rename-kernelallocator-to-kmalloc.patch [new file with mode: 0644]
queue-6.12/rust-alloc-separate-aligned_size-from-krealloc_aligned.patch [new file with mode: 0644]
queue-6.12/rust-alloc-update-module-comment-of-alloc.rs.patch [new file with mode: 0644]
queue-6.12/rust-enable-clippy-ignored_unit_patterns-lint.patch [new file with mode: 0644]
queue-6.12/rust-enable-clippy-s-check-private-items.patch [new file with mode: 0644]
queue-6.12/rust-enable-clippy-undocumented_unsafe_blocks-lint.patch [new file with mode: 0644]
queue-6.12/rust-enable-clippy-unnecessary_safety_comment-lint.patch [new file with mode: 0644]
queue-6.12/rust-enable-clippy-unnecessary_safety_doc-lint.patch [new file with mode: 0644]
queue-6.12/rust-enable-rustdoc-unescaped_backticks-lint.patch [new file with mode: 0644]
queue-6.12/rust-error-check-for-config-test-in-error-name.patch [new file with mode: 0644]
queue-6.12/rust-error-make-conversion-functions-public.patch [new file with mode: 0644]
queue-6.12/rust-error-optimize-error-type-to-use-nonzero.patch [new file with mode: 0644]
queue-6.12/rust-error-use-core-alloc-layouterror.patch [new file with mode: 0644]
queue-6.12/rust-fix-size_t-in-bindgen-prototypes-of-c-builtins.patch [new file with mode: 0644]
queue-6.12/rust-init-remove-unneeded.patch [new file with mode: 0644]
queue-6.12/rust-introduce-.clippy.toml.patch [new file with mode: 0644]
queue-6.12/rust-kbuild-expand-rusttest-target-for-macros.patch [new file with mode: 0644]
queue-6.12/rust-map-__kernel_size_t-and-friends-also-to-usize-isize.patch [new file with mode: 0644]
queue-6.12/rust-provide-proper-code-documentation-titles.patch [new file with mode: 0644]
queue-6.12/rust-replace-clippy-dbg_macro-with-disallowed_macros.patch [new file with mode: 0644]
queue-6.12/rust-sort-global-rust-flags.patch [new file with mode: 0644]
queue-6.12/rust-start-using-the-attribute.patch [new file with mode: 0644]
queue-6.12/rust-str-test-replace-alloc-format.patch [new file with mode: 0644]
queue-6.12/rust-sync-remove-unneeded.patch [new file with mode: 0644]
queue-6.12/rust-treewide-switch-to-our-kernel-box-type.patch [new file with mode: 0644]
queue-6.12/rust-treewide-switch-to-the-kernel-vec-type.patch [new file with mode: 0644]
queue-6.12/rust-types-avoid-repetition-in-as-from-bytes-impls.patch [new file with mode: 0644]
queue-6.12/rust-use-custom-ffi-integer-types.patch [new file with mode: 0644]
queue-6.12/rust-workqueue-remove-unneeded.patch [new file with mode: 0644]
queue-6.12/series