diff options
| author | Sang-Heon Jeon <ekffu200098@gmail.com> | 2026-07-01 00:04:06 +0900 |
|---|---|---|
| committer | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2026-07-01 09:22:40 +0300 |
| commit | f6e6c57f2e100813be6d5882060fef81cb6f32de (patch) | |
| tree | df39c002c716a18eedacf21ae1bee649bfdc17bd /scripts/Makefile.thinlto | |
| parent | dc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff) | |
| download | linux-next-f6e6c57f2e100813be6d5882060fef81cb6f32de.tar.gz linux-next-f6e6c57f2e100813be6d5882060fef81cb6f32de.zip | |
arm64: mm: remove unreachable invalid range check in kasan_init_shadow()
kasan_init_shadow() maps each memblock region with for_each_mem_range()
and breaks the loop when start >= end. for_each_mem_range() never returns
an invalid range, so start < end always.
Therefore the start >= end check is unreachable, so remove it.
No functional change.
Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Reviewed-by: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Link: https://patch.msgid.link/20260630150413.1718632-2-ekffu200098@gmail.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
