[GIT PULL] aspeed: First batch of driver fixes for 7.2

Andrew Jeffery <[email protected]> Tue, 04 Aug 2026 16:14:50 +0930
Newsgroups org.ozlabs.lists.linux-aspeed,dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel
Message-ID <3da63bea367b3490b041c909a4503cc2b5e9c394.camel@codeconstruct.com.au>
Hello SoC maintainers,

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482=
:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git tags/aspeed=
-7.2-driver-fixes-0

for you to fetch changes up to 1acef6d85bfd98bd9dfe1f08bffa397a4dda8a6f:

  soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read (2026-07=
-22 22:10:54 +0930)

----------------------------------------------------------------
aspeed: First batch of driver fixes for 7.2

This time it's a single fix for a kfifo overrun, caused by the the lpc-snoo=
p
driver implementation behaving as multiple consumers.

----------------------------------------------------------------
Karthikeyan KS (1):
      soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

 drivers/soc/aspeed/Makefile           |  1 +
 drivers/soc/aspeed/aspeed-lpc-snoop.c | 38 ++++++++++++++++++++++++-------=
----
 2 files changed, 27 insertions(+), 12 deletions(-)