Commit eea8bdcb59e0 for kernel

commit eea8bdcb59e02729a33a8666f7b0b5e30e6cb736
Merge: cbb4c6d9af7d ef6a1dca8de4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Aug 30 10:42:40 2026 -0700

    Merge tag 'cocci-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

    Pull Coccinelle updates from Julia Lawall:

     - Clean up a number of the semantic patches in the scripts/coccinelle
       directory, particularly with respect to functions that no longer
       exist in the kernel (Sang-Heon Jeon)

       He and I have also done some reorganizations that improve
       performance.

     - Eliminate some false positives (me)

     - Fix an out of date URL (相浦彰)

    * tag 'cocci-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
      coccinelle: ifnulldev_put: update error message
      coccinelle: ifnulldev_put: update outdated helper names
      coccinelle: atomic_as_refcounter: drop atomic_long_dec_and_lock
      coccinelle: kfree_mismatch: drop vmalloc_exec
      coccinelle: pool_zalloc-simple: drop the pci_pool_alloc rules
      coccinelle: zalloc-simple: drop the kmem_alloc rules
      coccinelle: alloc_cast: drop removed allocators
      coccinelle: remove obsolete pci_free_consistent.cocci
      scripts: coccinelle: devm_free: reduce false positives
      coccinelle: misc: struct_size: drop unneeded parentheses
      coccinelle: mini_lock: improve performance when searching loops
      coccinelle: api: check for macro context
      coccinelle: update Coccinelle website URL
      coccinelle: misc: minmax: avoid unhelpful isomorphisms
      coccinelle: misc: minmax: check for the presence of if cases
      coccinelle: misc: minmax: drop unneeded parentheses
      coccinelle: misc: minmax: improve performance when no candidate exists
      coccinelle: double_lock: improve performance when no double lock exists