diff options
| author | Sang-Heon Jeon <ekffu200098@gmail.com> | 2026-07-01 00:04:07 +0900 |
|---|---|---|
| committer | Mike Rapoport (Microsoft) <rppt@kernel.org> | 2026-07-01 09:22:40 +0300 |
| commit | 68d3b7d58237b8794d9343210d4c90b8381cfa96 (patch) | |
| tree | 78ecb29f7e3a2e4fc1a585b25a8e94a9a38918f4 /scripts/Makefile.thinlto | |
| parent | f6e6c57f2e100813be6d5882060fef81cb6f32de (diff) | |
| download | linux-next-68d3b7d58237b8794d9343210d4c90b8381cfa96.tar.gz linux-next-68d3b7d58237b8794d9343210d4c90b8381cfa96.zip | |
LoongArch: remove unreachable invalid range check in kasan_init()
kasan_init() populates the linear mapping shadow 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-3-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
