]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jun 2026 11:43:56 +0000 (12:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jun 2026 11:43:56 +0000 (12:43 +0100)
commitdf00162d1db4202941b062b273fb5f72b1a9b680
tree18dd5803999acec599767a9a104b82e2c4c470f4
parenta2812e209d63754be9b8ab622d993871d35700a4
6.6-stable patches

added patches:
arm64-scripts-sorttable-implement-sorting-mcount_loc-at-boot-for-arm64.patch
ftrace-check-against-is_kernel_text-instead-of-kaslr_offset.patch
ftrace-do-not-over-allocate-ftrace-memory.patch
ftrace-have-ftrace-pages-output-reflect-freed-pages.patch
ftrace-test-mcount_loc-addr-before-calling-ftrace_call_addr.patch
ftrace-update-the-mcount_loc-check-of-skipped-entries.patch
scripts-sorttable-add-helper-functions-for-elf_ehdr.patch
scripts-sorttable-add-helper-functions-for-elf_shdr.patch
scripts-sorttable-add-helper-functions-for-elf_sym.patch
scripts-sorttable-allow-matches-to-functions-before-function-entry.patch
scripts-sorttable-always-use-an-array-for-the-mcount_loc-sorting.patch
scripts-sorttable-convert-elf_ehdr-to-union.patch
scripts-sorttable-convert-elf_sym-macro-over-to-a-union.patch
scripts-sorttable-fix-endianness-handling-in-build-time-mcount-sort.patch
scripts-sorttable-get-start-stop_mcount_loc-from-elf-file-directly.patch
scripts-sorttable-have-mcount-rela-sort-use-direct-values.patch
scripts-sorttable-have-the-orc-code-use-the-_r-functions-to-read.patch
scripts-sorttable-make-compare_extable-into-two-functions.patch
scripts-sorttable-move-code-from-sorttable.h-into-sorttable.c.patch
scripts-sorttable-remove-unneeded-elf_rel.patch
scripts-sorttable-remove-unused-macro-defines.patch
scripts-sorttable-remove-unused-write-functions.patch
scripts-sorttable-replace-elf_shdr-macro-with-a-union.patch
scripts-sorttable-use-a-structure-of-function-pointers-for-elf-helpers.patch
scripts-sorttable-use-normal-sort-if-theres-no-relocs-in-the-mcount-section.patch
scripts-sorttable-use-uint64_t-for-mcount-sorting.patch
scripts-sorttable-zero-out-weak-functions-in-mcount_loc-table.patch
28 files changed:
queue-6.6/arm64-scripts-sorttable-implement-sorting-mcount_loc-at-boot-for-arm64.patch [new file with mode: 0644]
queue-6.6/ftrace-check-against-is_kernel_text-instead-of-kaslr_offset.patch [new file with mode: 0644]
queue-6.6/ftrace-do-not-over-allocate-ftrace-memory.patch [new file with mode: 0644]
queue-6.6/ftrace-have-ftrace-pages-output-reflect-freed-pages.patch [new file with mode: 0644]
queue-6.6/ftrace-test-mcount_loc-addr-before-calling-ftrace_call_addr.patch [new file with mode: 0644]
queue-6.6/ftrace-update-the-mcount_loc-check-of-skipped-entries.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-add-helper-functions-for-elf_ehdr.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-add-helper-functions-for-elf_shdr.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-add-helper-functions-for-elf_sym.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-allow-matches-to-functions-before-function-entry.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-always-use-an-array-for-the-mcount_loc-sorting.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-convert-elf_ehdr-to-union.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-convert-elf_sym-macro-over-to-a-union.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-fix-endianness-handling-in-build-time-mcount-sort.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-get-start-stop_mcount_loc-from-elf-file-directly.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-have-mcount-rela-sort-use-direct-values.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-have-the-orc-code-use-the-_r-functions-to-read.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-make-compare_extable-into-two-functions.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-move-code-from-sorttable.h-into-sorttable.c.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-remove-unneeded-elf_rel.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-remove-unused-macro-defines.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-remove-unused-write-functions.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-replace-elf_shdr-macro-with-a-union.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-use-a-structure-of-function-pointers-for-elf-helpers.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-use-normal-sort-if-theres-no-relocs-in-the-mcount-section.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-use-uint64_t-for-mcount-sorting.patch [new file with mode: 0644]
queue-6.6/scripts-sorttable-zero-out-weak-functions-in-mcount_loc-table.patch [new file with mode: 0644]
queue-6.6/series