aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
diff options
context:
space:
mode:
authorRichard Acayan <[email protected]>2024-06-05 17:58:09 +0000
committerMasahiro Yamada <[email protected]>2024-06-06 23:42:14 +0000
commit96c965667b9dbbd713acdffa95ebab8c225f8595 (patch)
tree71f7fbc4d1eccde00d10d8d70e1e68c75c149013 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
parentkconfig: remove wrong expr_trans_bool() (diff)
downloadkernel-96c965667b9dbbd713acdffa95ebab8c225f8595.tar.gz
kernel-96c965667b9dbbd713acdffa95ebab8c225f8595.zip
kbuild: explicitly run mksysmap as sed script from link-vmlinux.sh
In commit b18b047002b7 ("kbuild: change scripts/mksysmap into sed script"), the mksysmap script was transformed into a sed script, made directly executable with "#!/bin/sed -f". Apparently, the path to sed is different on NixOS. The shebang can't use the env command, otherwise the "sed -f" command would be treated as a single argument. This can be solved with the -S flag, but that is a GNU extension. Explicitly use sed instead of relying on the executable shebang to fix NixOS builds without breaking build environments using Busybox. Fixes: b18b047002b7 ("kbuild: change scripts/mksysmap into sed script") Reported-by: Kent Overstreet <[email protected]> Signed-off-by: Richard Acayan <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Tested-by: Dmitry Safonov <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c')
0 files changed, 0 insertions, 0 deletions