Re: [PATCH] kbuild: Fix permissions of modules.builtin.modinfo
From: Ethan Zuo
Date: Wed Jan 28 2026 - 01:16:11 EST
Thank you for your reply, sir.
My apologies for the double mail; I realized I missed the CC list.
On 1/28/26 4:59 AM, Nathan Chancellor wrote:
Would it be better to do what the previous submission did and justThat looks more reasonable. I'll send out the v2 patch shortly.
remove the execute bit via 'chmod -x'? That seems to be slightly more
common in the kernel (even though there are very few uses of 'chmod'
throughout Makefile instances) and seems to get at the issue a little
bit more. Not sure if the creation of these files respects umask, in
case someone had a more restrictive one, but that might be contrived.