Page MenuHomeFreeBSD

linuxkpi: Define `sort_r()`
ClosedPublic

Authored by dumbbell on Apr 16 2026, 8:57 PM.
Tags
None
Referenced Files
F157304550: D56437.id176034.diff
Wed, May 20, 4:21 AM
Unknown Object (File)
Sun, May 17, 8:21 PM
Unknown Object (File)
Sun, May 17, 8:21 PM
Unknown Object (File)
Sun, May 17, 8:17 PM
Unknown Object (File)
Sun, May 17, 12:24 PM
Unknown Object (File)
Sun, May 17, 6:27 AM
Unknown Object (File)
Sun, May 17, 1:00 AM
Unknown Object (File)
Sat, May 16, 8:33 PM
Subscribers

Details

Reviewers
bz
Group Reviewers
linuxkpi
Commits
rG4dab15e96d40: linuxkpi: Define `sort_r()`
Summary

Like Linux sort() and FreeBSD qsort(), sort_r() is a wrapper around FreeBSD qsort_r().

The i915 DRM driver started to use it in Linux 6.12.

This is part of the update of DRM drivers to Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

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