We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4686 commit 4abc0afCopy full SHA for 4abc0af
kernel/dist/kernel/gen_kheaders.sh
@@ -87,7 +87,7 @@ find $cpio_dir -type f -print0 |
87
# pre-sorted, as --sort=name might not be available.
88
find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
89
tar "${KBUILD_BUILD_TIMESTAMP:+--mtime=$KBUILD_BUILD_TIMESTAMP}" \
90
- --owner=0 --group=0 --numeric-owner --no-recursion \
+ --uid=0 --gid=0 --numeric-owner --no-recursion \
91
-I $XZ -cf $tarfile -C $cpio_dir/ -T - > /dev/null
92
93
echo $headers_md5 > kernel/kheaders.md5
0 commit comments