Page MenuHomeFreeBSD

linprocfs: Add /proc/self/oom_score_adj.
ClosedPublic

Authored by dchagin on Mar 29 2022, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 1:32 PM
Unknown Object (File)
Wed, Oct 1, 9:43 AM
Unknown Object (File)
Fri, Sep 19, 3:55 PM
Unknown Object (File)
Sat, Sep 13, 2:59 AM
Unknown Object (File)
Sat, Sep 13, 2:58 AM
Unknown Object (File)
Sep 3 2025, 6:58 AM
Unknown Object (File)
Jul 28 2025, 2:11 PM
Unknown Object (File)
Jul 28 2025, 1:52 PM
Subscribers

Details

Summary

To avoid annoyng messages from LTP test suites add the simple
implementation of /proc/self/oom_score_adj which is do nothing.

Diff Detail

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

Event Timeline

emaste added a subscriber: emaste.

Seems fine to implement as a nop, a couple of comments inline

sys/compat/linprocfs/linprocfs.c
1939

extra comment line

1942

Maybe add some underscores, do_oom_score_adj? dooomscoreadj is hard to read/parse

sys/compat/linux/linux_emul.c
190

Does Linux start at max? That seems somewhat surprising, I'd expect it to default to 0 with the ability to choose more or less susceptible to OOM killer than default.

This revision is now accepted and ready to land.Mar 29 2022, 8:46 PM
This revision now requires review to proceed.Mar 29 2022, 9:17 PM
This revision is now accepted and ready to land.Mar 30 2022, 5:08 PM
This revision was automatically updated to reflect the committed changes.