Page MenuHomeFreeBSD

linuxkpi: Add `gfp_mask` field to `struct shrink_control`
ClosedPublic

Authored by dumbbell on Dec 30 2022, 10:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 15 2026, 5:20 PM
Unknown Object (File)
May 15 2026, 5:18 PM
Unknown Object (File)
May 15 2026, 5:17 PM
Unknown Object (File)
May 15 2026, 5:08 PM
Unknown Object (File)
May 3 2026, 10:27 PM
Unknown Object (File)
May 3 2026, 6:07 PM
Unknown Object (File)
May 3 2026, 8:32 AM
Unknown Object (File)
Apr 29 2026, 1:01 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Sadly there is no contexts available on the uploaded diffs. Can you diff -U9999 or use arc?

Do we have to be careful here on KBI? If no one beats me to it (@imp is always good at these things) I'll check once back at a proper desk.

Re-upload patch with context.

In D37913#861422, @bz wrote:

Sadly there is no contexts available on the uploaded diffs. Can you diff -U9999 or use arc?

Done.

Do we have to be careful here on KBI? If no one beats me to it (@imp is always good at these things) I'll check once back at a proper desk.

This is the first time in the DRM drivers in Linux 5.13 (the version I'm working on) that this structure is initialized (as a variable local to the function in this case), so it shouldn't be a problem for the DRM drivers. I can't speak for other drivers maintained outside of the src tree.

This revision is now accepted and ready to land.Jan 3 2023, 10:00 AM