summaryrefslogtreecommitdiff
path: root/scripts/nsdeps
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-11-29 14:16:14 +0300
committerWill Deacon <will@kernel.org>2023-12-12 14:13:53 +0300
commit060260a6be47ae163b0c71a6d0902d065b68f3d2 (patch)
treeb53bb13ea83613980569835171f537266d8e7e60 /scripts/nsdeps
parentbcf1eed3f8a0b83824b41da82d226cf36320be76 (diff)
downloadlinux-060260a6be47ae163b0c71a6d0902d065b68f3d2.tar.xz
arm64: idreg-override: Avoid sprintf() for simple string concatenation
Instead of using sprintf() with the "%s.%s=" format, where the first string argument is always the same in the inner loop of match_options(), use simple memcpy() for string concatenation, and move the first copy to the outer loop. This removes the dependency on sprintf(), which will be difficult to fulfil when we move this code into the early mini C runtime. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20231129111555.3594833-61-ardb@google.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/nsdeps')
0 files changed, 0 insertions, 0 deletions