]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2025 13:48:27 +0000 (15:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2025 13:48:27 +0000 (15:48 +0200)
commit37c71b96ff37b6a069569841b1baa51be72299b2
tree62cf2a6815f5bc3fd018ccc89bed84084a8053ed
parent432957664aa10604f5d39c41e6892efb63e9e67c
5.10-stable patches

added patches:
btrfs-remove-duplicated-in_range-macro.patch
minmax-add-a-few-more-min_t-max_t-users.patch
minmax-add-in_range-macro.patch
minmax-allow-comparisons-of-int-against-unsigned-char-short.patch
minmax-allow-min-max-clamp-if-the-arguments-have-the-same-signedness.patch
minmax-avoid-overly-complicated-constant-expressions-in-vm-code.patch
minmax-clamp-more-efficiently-by-avoiding-extra-comparison.patch
minmax-deduplicate-__unconst_integer_typeof.patch
minmax-don-t-use-max-in-situations-that-want-a-c-constant-expression.patch
minmax-fix-header-inclusions.patch
minmax-fix-indentation-of-__cmp_once-and-__clamp_once.patch
minmax-fix-up-min3-and-max3-too.patch
minmax-improve-macro-expansion-and-type-checking.patch
minmax-introduce-min-max-_array.patch
minmax-make-generic-min-and-max-macros-available-everywhere.patch
minmax-relax-check-to-allow-comparison-between-unsigned-arguments-and-signed-constants.patch
minmax-sanity-check-constant-bounds-when-clamping.patch
minmax-simplify-and-clarify-min_t-max_t-implementation.patch
minmax-simplify-min-max-clamp-implementation.patch
minmax.h-add-whitespace-around-operators-and-after-commas.patch
minmax.h-move-all-the-clamp-definitions-after-the-min-max-ones.patch
minmax.h-reduce-the-define-expansion-of-min-max-and-clamp.patch
minmax.h-remove-some-defines-that-are-only-expanded-once.patch
minmax.h-simplify-the-variants-of-clamp.patch
minmax.h-update-some-comments.patch
minmax.h-use-build_bug_on_msg-for-the-lo-hi-test-in-clamp.patch
overflow-tracing-define-the-is_signed_type-macro-once.patch
28 files changed:
queue-5.10/btrfs-remove-duplicated-in_range-macro.patch [new file with mode: 0644]
queue-5.10/minmax-add-a-few-more-min_t-max_t-users.patch [new file with mode: 0644]
queue-5.10/minmax-add-in_range-macro.patch [new file with mode: 0644]
queue-5.10/minmax-allow-comparisons-of-int-against-unsigned-char-short.patch [new file with mode: 0644]
queue-5.10/minmax-allow-min-max-clamp-if-the-arguments-have-the-same-signedness.patch [new file with mode: 0644]
queue-5.10/minmax-avoid-overly-complicated-constant-expressions-in-vm-code.patch [new file with mode: 0644]
queue-5.10/minmax-clamp-more-efficiently-by-avoiding-extra-comparison.patch [new file with mode: 0644]
queue-5.10/minmax-deduplicate-__unconst_integer_typeof.patch [new file with mode: 0644]
queue-5.10/minmax-don-t-use-max-in-situations-that-want-a-c-constant-expression.patch [new file with mode: 0644]
queue-5.10/minmax-fix-header-inclusions.patch [new file with mode: 0644]
queue-5.10/minmax-fix-indentation-of-__cmp_once-and-__clamp_once.patch [new file with mode: 0644]
queue-5.10/minmax-fix-up-min3-and-max3-too.patch [new file with mode: 0644]
queue-5.10/minmax-improve-macro-expansion-and-type-checking.patch [new file with mode: 0644]
queue-5.10/minmax-introduce-min-max-_array.patch [new file with mode: 0644]
queue-5.10/minmax-make-generic-min-and-max-macros-available-everywhere.patch [new file with mode: 0644]
queue-5.10/minmax-relax-check-to-allow-comparison-between-unsigned-arguments-and-signed-constants.patch [new file with mode: 0644]
queue-5.10/minmax-sanity-check-constant-bounds-when-clamping.patch [new file with mode: 0644]
queue-5.10/minmax-simplify-and-clarify-min_t-max_t-implementation.patch [new file with mode: 0644]
queue-5.10/minmax-simplify-min-max-clamp-implementation.patch [new file with mode: 0644]
queue-5.10/minmax.h-add-whitespace-around-operators-and-after-commas.patch [new file with mode: 0644]
queue-5.10/minmax.h-move-all-the-clamp-definitions-after-the-min-max-ones.patch [new file with mode: 0644]
queue-5.10/minmax.h-reduce-the-define-expansion-of-min-max-and-clamp.patch [new file with mode: 0644]
queue-5.10/minmax.h-remove-some-defines-that-are-only-expanded-once.patch [new file with mode: 0644]
queue-5.10/minmax.h-simplify-the-variants-of-clamp.patch [new file with mode: 0644]
queue-5.10/minmax.h-update-some-comments.patch [new file with mode: 0644]
queue-5.10/minmax.h-use-build_bug_on_msg-for-the-lo-hi-test-in-clamp.patch [new file with mode: 0644]
queue-5.10/overflow-tracing-define-the-is_signed_type-macro-once.patch [new file with mode: 0644]
queue-5.10/series