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

From: Andrew Jeffery

Date: Tue Aug 04 2026 - 02:51:10 EST


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-snoop
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(-)