[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=whwDyVKYtv+65N=ixfHR82Hxn2gm+VLqNR-PY-de3wXnA@mail.gmail.com>
Date: Fri, 24 Feb 2023 12:37:52 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Paul Eggert <eggert@...ucla.edu>
Cc: Nathan Chancellor <nathan@...nel.org>,
Guenter Roeck <linux@...ck-us.net>,
stable <stable@...r.kernel.org>, patches@...ts.linux.dev,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org,
Pavel Machek <pavel@...x.de>,
Jon Hunter <jonathanh@...dia.com>,
Florian Fainelli <f.fainelli@...il.com>,
Sudip Mukherjee <sudipm.mukherjee@...il.com>,
srw@...dewatkins.net, rwarsow@....de,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jim Meyering <meyering@...com>
Subject: Re: diffutils file mode (was Re: [PATCH 5.15 00/37] 5.15.96-rc2 review)
On Fri, Feb 24, 2023 at 12:20 PM Paul Eggert <eggert@...ucla.edu> wrote:
>
> Thanks for pointing this out. I added this to our list of things to do,
> by installing the attached patch to the GNU diffutils TODO file. If this
> patch's wording isn't right, please let me know, as I haven't read this
> whole email thread, just the three emails sent directly to me.
Looks good to me.
The whole thread isn't actually any more interesting, it was mainly a
lot of "how did the bits get lost" confusion because it wasn't clear
whether it was some local script or quilt or whatever that lost sight
of the executable bit.
It starts with a report about how the lost bit results in a build error at
https://lore.kernel.org/lkml/adc1b0b7-f837-fbb4-332b-4ce18fc55709@roeck-us.net/
and there's discussion about how this has happened before and how our
kernel Makefiles generally should try to not execute scripts directly
exactly because our ancient "tarballs and patches" model never
supported the executable bit etc.
So none of it is very relevant, except in the sense that it would be
convenient if diffutils did support the executable bit changes and we
wouldn't have these kinds of things happening every once in a blue
moon.
Again - there are multiple different workarounds, ranging from "we
shouldn't do that then in our makefiles" to "you can use 'git diff'
instead in the quilt scripts".
So not a huge deal - but it would just be nice if diffutils just
supported the extended format.
Linus
Powered by blists - more mailing lists