summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorSang-Heon Jeon <ekffu200098@gmail.com>2026-07-01 00:04:11 +0900
committerMike Rapoport (Microsoft) <rppt@kernel.org>2026-07-01 09:22:41 +0300
commit21e95a4b6f34770571eeeaa6adb535efba1b7281 (patch)
treec3dda01e13346cf63a1eaf492a85d74f03ee6688 /scripts/Makefile.thinlto
parent3db1a9ccf9290ea3fe01aadf3bd743ef7032b24a (diff)
downloadlinux-next-21e95a4b6f34770571eeeaa6adb535efba1b7281.tar.gz
linux-next-21e95a4b6f34770571eeeaa6adb535efba1b7281.zip
powerpc64/kasan: Remove unreachable invalid range check in kasan_init_phys_region()
kasan_init() maps each memblock region with for_each_mem_range() and passes it to kasan_init_phys_region(), which does nothing 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> Link: https://patch.msgid.link/20260630150413.1718632-7-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