On Thu, Mar 26, 2026 at 12:31:56PM +0000, Brendan Jackman wrote: > This patchset used to be about switching gfp_t to unsigned long. That is > probably not gonna happen any more but while writing it I found these > cleanups that seem worthwhile regardless.
For the record, these patches are independent and could be sent separately to the appropriate maintainers. Doing so would avoid unnecessarily large CC lists for people not interested about the changes in other subsystems. Regards Stanislaw > Signed-off-by: Brendan Jackman <[email protected]> > --- > Changes in v2: > - Drop gfp_t changes > - Add correct CCs > - Add minor fixups to preexisting code spotted by AI review > - Link to v1: > https://lore.kernel.org/r/[email protected] > > --- > Brendan Jackman (4): > drm/managed: Use special gfp_t format specifier > iwlegacy: 3945-mac: Fixup allocation failure log > mm/kfence: Use special gfp_t format specifier > net/rds: Use special gfp_t format specifier > > drivers/gpu/drm/drm_managed.c | 4 ++-- > drivers/net/wireless/intel/iwlegacy/3945-mac.c | 4 ++-- > mm/kfence/kfence_test.c | 2 +- > net/rds/tcp_recv.c | 2 +- > 4 files changed, 6 insertions(+), 6 deletions(-) > --- > base-commit: c369299895a591d96745d6492d4888259b004a9e > change-id: 20260319-gfp64-7a970a80ba4e > > Best regards, > -- > Brendan Jackman <[email protected]> >
