mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
Sashiko (locally) reports a logical issues in mmio_guard_ioremap_hook()
mmio_guard_ioremap_hook() attempts to handle unaligned addresses and
sizes. However, aligning the start address before adding the size, might
shift the end to the page before.
Fixes:
|
||
|---|---|---|
| .. | ||
| arm-cca-guest | ||
| efi_secret | ||
| guest | ||
| pkvm-guest | ||
| sev-guest | ||
| tdx-guest | ||
| tdx-host | ||
| Kconfig | ||
| Makefile | ||
| tsm-core.c | ||