]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2025 08:16:13 +0000 (10:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2025 08:16:13 +0000 (10:16 +0200)
commitd8487b0e7f3ea053b4a2fc845ac4cf3185675b3e
treeec8c88828209e19bf1b685c411885c8051f4b6c3
parentd58fa422730c234e5c56da39789bb6527bc1fe1d
5.15-stable patches

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