summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorSang-Heon Jeon <ekffu200098@gmail.com>2026-07-01 00:04:07 +0900
committerMike Rapoport (Microsoft) <rppt@kernel.org>2026-07-01 09:22:40 +0300
commit68d3b7d58237b8794d9343210d4c90b8381cfa96 (patch)
tree78ecb29f7e3a2e4fc1a585b25a8e94a9a38918f4 /scripts/Makefile.thinlto
parentf6e6c57f2e100813be6d5882060fef81cb6f32de (diff)
downloadlinux-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