Re: [PATCH v3 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check

2025-05-19 Thread Peter Maydell
On Thu, 15 May 2025 at 15:00, Daniel P. Berrangé wrote: > > When seeing a new/deleted/renamed file we check to see if MAINTAINERS > is updated, but we don't give the user a list of files affected, as > we don't want to repeat the same warning many times over. > > Using the new file list hook, we c

[PATCH v3 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check

2025-05-15 Thread Daniel P . Berrangé
When seeing a new/deleted/renamed file we check to see if MAINTAINERS is updated, but we don't give the user a list of files affected, as we don't want to repeat the same warning many times over. Using the new file list hook, we can give a single warning at the end with a list of filenames include