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)
Feb 24 2025, 12:48 AM
Unknown Object (File)
Feb 20 2025, 10:19 PM
Unknown Object (File)
Feb 15 2025, 1:15 AM
Unknown Object (File)
Feb 12 2025, 12:21 AM
Unknown Object (File)
Feb 11 2025, 7:35 PM
Unknown Object (File)
Feb 4 2025, 6:17 PM
Unknown Object (File)
Jan 22 2025, 3:48 AM
Unknown Object (File)
Jan 21 2025, 3:40 PM

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