Skip to content

Commit 479fde4

Browse files
committed
Revert "kheaders: Ignore silly-rename files"
This reverts commit 973b710. As I mentioned in the review [1], I do not believe this was the correct fix. Commit 41a0005 ("kheaders: prevent `find` from seeing perl temp files") addressed the root cause of the issue. I asked David to test it but received no response. Commit 973b710 ("kheaders: Ignore silly-rename files") merely worked around the issue by excluding such files, rather than preventing their creation. I have reverted the latter commit, hoping the issue has already been resolved by the former. If the silly-rename files come back, I will restore this change (or preferably, investigate the root cause). [1]: https://lore.kernel.org/lkml/CAK7LNAQndCMudAtVRAbfSfnV+XhSMDcnP-s1_GAQh8UiEdLBSg@mail.gmail.com/ Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 87bb368 commit 479fde4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/gen_kheaders.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ rm -f "${tmpdir}.contents.txt"
8989

9090
# Create archive and try to normalize metadata for reproducibility.
9191
tar "${KBUILD_BUILD_TIMESTAMP:+--mtime=$KBUILD_BUILD_TIMESTAMP}" \
92-
--exclude=".__afs*" --exclude=".nfs*" \
9392
--owner=0 --group=0 --sort=name --numeric-owner --mode=u=rw,go=r,a+X \
9493
-I $XZ -cf $tarfile -C "${tmpdir}/" . > /dev/null
9594

0 commit comments

Comments
 (0)