Page MenuHomeFreeBSD

linuxkpi: Move string_helpers.h to string_choices.h
ClosedPublic

Authored by emaste on Sep 18 2025, 8:55 PM.
Tags
None
Referenced Files
F151779637: D52606.diff
Fri, Apr 10, 3:15 PM
F151761588: D52606.diff
Fri, Apr 10, 12:07 PM
Unknown Object (File)
Wed, Apr 8, 3:17 AM
Unknown Object (File)
Tue, Apr 7, 3:55 PM
Unknown Object (File)
Tue, Apr 7, 7:11 AM
Unknown Object (File)
Tue, Apr 7, 12:11 AM
Unknown Object (File)
Thu, Apr 2, 11:42 PM
Unknown Object (File)
Sun, Mar 29, 10:28 PM
Subscribers

Details

Summary
Chace Linux change fca76071bab2 ("lib/string_helpers: Split out
string_choices.h").  Everything from string_helpers.h that we
implemented has moved, so rename the file, update the include guards,
and add a new dummy string_helpers.h that just #includes it.

Diff Detail

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

Event Timeline

emaste created this revision.
bz added a subscriber: bz.

If you can mention v6.5 in the commit message along with the hash; makes it easier to know. But given the change is forward/backward compatible through the include I see no harm.

This revision is now accepted and ready to land.Sep 18 2025, 10:27 PM