The quilt patch titled Subject: minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix has been removed from the -mm tree. Its filename was minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix.patch This patch was dropped because it was folded into minmax-sanity-check-constant-bounds-when-clamping.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix Date: Tue Oct 18 11:59:57 AM PDT 2022 s@&&\@&& \@ Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: "Jason A. Donenfeld" <Jason@xxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/minmax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/include/linux/minmax.h~minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix +++ a/include/linux/minmax.h @@ -52,8 +52,8 @@ #define __careful_clamp(val, lo, hi) ({ \ __clamp_input_check(lo, hi) + \ - __builtin_choose_expr(__typecheck(val, lo) && __typecheck(val, hi) &&\ - __typecheck(hi, lo) && __is_constexpr(val) &&\ + __builtin_choose_expr(__typecheck(val, lo) && __typecheck(val, hi) && \ + __typecheck(hi, lo) && __is_constexpr(val) && \ __is_constexpr(lo) && __is_constexpr(hi), \ __clamp(val, lo, hi), \ __clamp_once(val, lo, hi, __UNIQUE_ID(__val), \ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memremap_pages-replace-zone_device_page_init-with-pgmap_request_folios-fix.patch mm-gup-remove-foll_migration-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-checkpatch-fixes.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-v3-fix.patch kasan-allow-sampling-page_alloc-allocations-for-hw_tags-fix.patch mm-hugetlb-convert-move_hugetlb_state-to-folios-fix.patch mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch minmax-sanity-check-constant-bounds-when-clamping.patch proc-report-open-files-as-size-in-stat-for-proc-pid-fd-v3-fix.patch