All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO
@ 2026-02-10  2:43 Jamin Lin
  2026-02-10  2:43 ` [PATCH v2 1/2] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers Jamin Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jamin Lin @ 2026-02-10  2:43 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Steven Lee, Troy Lee,
	Andrew Jeffery, Joel Stanley, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: Jamin Lin, Troy Lee, Kane Chen

v1:
 1. Fix Out-of-Bounds access by using dynamic register array

v2:
 1. Fix Out-of-Bounds access by increasing static array size
 2. Increase I2C device register size to 0xA0 for AST2700 A1

Jamin Lin (2):
  hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers
  hw/i2c/aspeed_i2c: Increase I2C device register size to 0xA0

 include/hw/i2c/aspeed_i2c.h |  3 +-
 hw/i2c/aspeed_i2c.c         | 58 ++++++++++++++++++-------------------
 2 files changed, 29 insertions(+), 32 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-13 12:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  2:43 [PATCH v2 0/2] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO Jamin Lin
2026-02-10  2:43 ` [PATCH v2 1/2] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers Jamin Lin
2026-02-10 14:57   ` Cédric Le Goater
2026-02-10  2:43 ` [PATCH v2 2/2] hw/i2c/aspeed_i2c: Increase I2C device register size to 0xA0 Jamin Lin
2026-02-10  8:05   ` Cédric Le Goater
2026-02-11 12:10 ` [PATCH v2 0/2] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO Cédric Le Goater
2026-02-13 12:15 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.