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 7, 1:52 PM
Unknown Object (File)
Mon, Jul 6, 4:41 PM
Unknown Object (File)
Sun, Jul 5, 6:33 AM
Unknown Object (File)
Sun, Jul 5, 5:44 AM
Unknown Object (File)
Sat, Jul 4, 4:55 AM
Unknown Object (File)
Fri, Jul 3, 11:17 AM
Unknown Object (File)
Wed, Jul 1, 2:39 AM
Unknown Object (File)
Sun, Jun 28, 8:30 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