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)
Tue, Jul 2, 3:59 PM
Unknown Object (File)
Apr 26 2024, 7:00 AM
Unknown Object (File)
Apr 26 2024, 6:59 AM
Unknown Object (File)
Apr 26 2024, 6:59 AM
Unknown Object (File)
Apr 26 2024, 6:59 AM
Unknown Object (File)
Apr 25 2024, 11:36 PM
Unknown Object (File)
Jan 12 2024, 8:13 AM
Unknown Object (File)
Dec 23 2023, 1:29 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