Re: [PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2025-01-16 Thread Peter Maydell
On Thu, 16 Jan 2025 at 09:26, David Woodhouse wrote: > > On Thu, 2024-07-18 at 09:20 +0200, Stefano Garzarella wrote: > > If a file imported from Linux is touched, emit a warning and suggest > > using scripts/update-linux-headers.sh. > > > > Also check that updating imported files from Linux are n

Re: [PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2025-01-16 Thread David Woodhouse
On Thu, 2024-07-18 at 09:20 +0200, Stefano Garzarella wrote: > If a file imported from Linux is touched, emit a warning and suggest > using scripts/update-linux-headers.sh. > > Also check that updating imported files from Linux are not mixed with > other changes, in which case emit an error. > >

Re: [PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2024-08-07 Thread Alex Bennée
Stefano Garzarella writes: > If a file imported from Linux is touched, emit a warning and suggest > using scripts/update-linux-headers.sh. > > Also check that updating imported files from Linux are not mixed with > other changes, in which case emit an error. > > Signed-off-by: Stefano Garzarella

Re: [PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2024-07-19 Thread Cornelia Huck
On Thu, Jul 18 2024, Stefano Garzarella wrote: > If a file imported from Linux is touched, emit a warning and suggest > using scripts/update-linux-headers.sh. > > Also check that updating imported files from Linux are not mixed with > other changes, in which case emit an error. > > Signed-off-by:

Re: [PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2024-07-18 Thread Daniel P . Berrangé
On Thu, Jul 18, 2024 at 09:20:50AM +0200, Stefano Garzarella wrote: > If a file imported from Linux is touched, emit a warning and suggest > using scripts/update-linux-headers.sh. > > Also check that updating imported files from Linux are not mixed with > other changes, in which case emit an error

[PATCH v2] scripts/checkpatch: more checks on files imported from Linux

2024-07-18 Thread Stefano Garzarella
If a file imported from Linux is touched, emit a warning and suggest using scripts/update-linux-headers.sh. Also check that updating imported files from Linux are not mixed with other changes, in which case emit an error. Signed-off-by: Stefano Garzarella --- v2: - added an error when mixing imp