Message ID | 20240624232718.1154427-1-edliaw@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Centralize _GNU_SOURCE definition into lib.mk | expand |
On Mon, 24 Jun 2024 23:26:09 +0000 Edward Liaw <edliaw@google.com> wrote: > Centralizes the definition of _GNU_SOURCE into lib.mk and addresses all > resulting macro redefinition warnings. > > These patches will need to be merged in one shot to avoid redefinition > warnings. Yes, please do this as a single patch and resend?
On 6/25/24 14:52, Andrew Morton wrote: > On Mon, 24 Jun 2024 23:26:09 +0000 Edward Liaw <edliaw@google.com> wrote: > >> Centralizes the definition of _GNU_SOURCE into lib.mk and addresses all >> resulting macro redefinition warnings. >> >> These patches will need to be merged in one shot to avoid redefinition >> warnings. > > Yes, please do this as a single patch and resend? Since the change is limited to makefiles and one source file we can manage it with one patch. Please send single patch and I will apply to next and we can resolve conflicts if any before the merge window rolls around. thanks, -- Shuah
On Tue, Jun 25, 2024 at 4:34 PM Shuah Khan <skhan@linuxfoundation.org> wrote: > > On 6/25/24 14:52, Andrew Morton wrote: > > On Mon, 24 Jun 2024 23:26:09 +0000 Edward Liaw <edliaw@google.com> wrote: > > > >> Centralizes the definition of _GNU_SOURCE into lib.mk and addresses all > >> resulting macro redefinition warnings. > >> > >> These patches will need to be merged in one shot to avoid redefinition > >> warnings. > > > > Yes, please do this as a single patch and resend? > > Since the change is limited to makefiles and one source file > we can manage it with one patch. > > Please send single patch and I will apply to next and we can resolve > conflicts if any before the merge window rolls around. Sounds good, I sent: https://lore.kernel.org/linux-kselftest/20240625223454.1586259-1-edliaw@google.com > > thanks, > -- Shuah
On Tue, Jun 25, 2024 at 5:41 PM Edward Liaw <edliaw@google.com> wrote: > > On Tue, Jun 25, 2024 at 4:34 PM Shuah Khan <skhan@linuxfoundation.org> wrote: > > > > On 6/25/24 14:52, Andrew Morton wrote: > > > On Mon, 24 Jun 2024 23:26:09 +0000 Edward Liaw <edliaw@google.com> wrote: > > > > > >> Centralizes the definition of _GNU_SOURCE into lib.mk and addresses all > > >> resulting macro redefinition warnings. > > >> > > >> These patches will need to be merged in one shot to avoid redefinition > > >> warnings. > > > > > > Yes, please do this as a single patch and resend? > > > > Since the change is limited to makefiles and one source file > > we can manage it with one patch. > > > > Please send single patch and I will apply to next and we can resolve > > conflicts if any before the merge window rolls around. > > Sounds good, I sent: > https://lore.kernel.org/linux-kselftest/20240625223454.1586259-1-edliaw@google.com I realized that in this v6 patch, I had accidentally sent it in the middle of a rebase, so it's missing the last change to selftests/tmpfs. I've fixed it in v7. > > > > > thanks, > > -- Shuah