]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Sep 2025 11:37:32 +0000 (13:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Sep 2025 11:37:32 +0000 (13:37 +0200)
commit89c60851ac348361b8b9889ff73a6d2efa9bc997
tree9902fc7bb94d56a5f56ced85efcfcb1554089238
parentc54a56267f995cb5dfda6d8637d6e6eedfc6b21f
6.6-stable patches

added patches:
minmax-don-t-use-max-in-situations-that-want-a-c-constant-expression.patch
minmax-fix-up-min3-and-max3-too.patch
minmax-improve-macro-expansion-and-type-checking.patch
minmax-make-generic-min-and-max-macros-available-everywhere.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
13 files changed:
queue-6.6/minmax-don-t-use-max-in-situations-that-want-a-c-constant-expression.patch [new file with mode: 0644]
queue-6.6/minmax-fix-up-min3-and-max3-too.patch [new file with mode: 0644]
queue-6.6/minmax-improve-macro-expansion-and-type-checking.patch [new file with mode: 0644]
queue-6.6/minmax-make-generic-min-and-max-macros-available-everywhere.patch [new file with mode: 0644]
queue-6.6/minmax-simplify-min-max-clamp-implementation.patch [new file with mode: 0644]
queue-6.6/minmax.h-add-whitespace-around-operators-and-after-commas.patch [new file with mode: 0644]
queue-6.6/minmax.h-move-all-the-clamp-definitions-after-the-min-max-ones.patch [new file with mode: 0644]
queue-6.6/minmax.h-reduce-the-define-expansion-of-min-max-and-clamp.patch [new file with mode: 0644]
queue-6.6/minmax.h-remove-some-defines-that-are-only-expanded-once.patch [new file with mode: 0644]
queue-6.6/minmax.h-simplify-the-variants-of-clamp.patch [new file with mode: 0644]
queue-6.6/minmax.h-update-some-comments.patch [new file with mode: 0644]
queue-6.6/minmax.h-use-build_bug_on_msg-for-the-lo-hi-test-in-clamp.patch [new file with mode: 0644]
queue-6.6/series