The quilt patch titled Subject: percpu-remove-intermediate-variable-in-percpu_ptr-fix has been removed from the -mm tree. Its filename was percpu-remove-intermediate-variable-in-percpu_ptr-fix.patch This patch was dropped because it was folded into percpu-remove-intermediate-variable-in-percpu_ptr.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: percpu-remove-intermediate-variable-in-percpu_ptr-fix Date: Thu Dec 19 02:46:23 PM PST 2024 simplification, per Uros Cc: Gal Pressman <gal@xxxxxxxxxx> Cc: Uros Bizjak <ubizjak@xxxxxxxxx> Cc: Bill Wendling <morbo@xxxxxxxxxx> Cc: Christoph Lameter <cl@xxxxxxxxx> Cc: Dennis Zhou <dennis@xxxxxxxxxx> Cc: Justin Stitt <justinstitt@xxxxxxxxxx> Cc: Nathan Chancellor <nathan@xxxxxxxxxx> Cc: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/percpu-defs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/include/linux/percpu-defs.h~percpu-remove-intermediate-variable-in-percpu_ptr-fix +++ a/include/linux/percpu-defs.h @@ -221,9 +221,7 @@ do { \ } while (0) #define PERCPU_PTR(__p) \ -({ \ - (typeof(*(__p)) __force __kernel *)((__force unsigned long)(__p)); \ -}) + (typeof(*(__p)) __force __kernel *)((__force unsigned long)(__p)) #ifdef CONFIG_SMP _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are percpu-remove-intermediate-variable-in-percpu_ptr.patch mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch mm-page_alloc-add-some-detailed-comments-in-can_steal_fallback-fix.patch mm-introduce-mmap_lock_speculate_try_beginretry-fix.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption-fix.patch mm-remove-an-avoidable-load-of-page-refcount-in-page_ref_add_unless-fix.patch mm-fix-outdated-incorrect-code-comments-for-handle_mm_fault-fix.patch mm-huge_memoryc-rename-shadowed-local.patch replace-free-hugepage-folios-after-migration-fix.patch xarray-port-tests-to-kunit-fix.patch fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix.patch