Commit 5668ba23042e for kernel

commit 5668ba23042e54757a19bffbb9e325a206a2227e
Merge: a7c7074b58d2 2c30f9745625
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Aug 8 16:25:59 2026 -0700

    Merge tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

    Pull char / misc and documentation fixes from Greg KH:
     "Here are some small char/misc and nvmem and documentation fixes for
      7.2-rc7 to resolve some reported issues.  Included in here are:

       - updates to the documentation for the kernel threat model and
         security bugs to get the LLMs to actually follow what we have been
         asking them to do (i.e. not claim security issues for things we do
         not consider security issues.)

       - nvmem driver fixes which required a tiny "layout" driver to be
         added.

       - fastrpc driver fixes

       - mei driver fix

       - counter driver fix

       - binder driver fix

      All of these have been in linux-next this week with no reported
      problems"

    * tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
      docs: security-bugs: clarify some mandatory steps for AI reports
      docs: coding-assistant: explain important steps when looking for bugs
      docs: security-bugs: clarify what counts as a valid version
      docs: threat-model: move fake devices out of "non production use"
      docs: threat-model: clarify "security bug" vs "vulnerability"
      counter: microchip-tcb-capture: Fix DT channel validation
      mei: pull kvfree out of spinlock
      rust_binder: do not query current thread for all ioctls
      nvmem: layouts: Add fixed-layout driver
      nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI
      misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
      misc: fastrpc: fix channel ctx ref leak when session alloc fails
      misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke
      misc: fastrpc: Remove buffer from list prior to unmap operation
      misc: fastrpc: Fix initial memory allocation for Audio PD memory pool