Page MenuHomeFreeBSD

linprocfs: Add /proc/self/oom_score_adj.
ClosedPublic

Authored by dchagin on Mar 29 2022, 8:27 PM.
Tags
None
Referenced Files
F153814292: D34710.id104346.diff
Thu, Apr 23, 11:32 PM
F153799044: D34710.id104342.diff
Thu, Apr 23, 8:27 PM
Unknown Object (File)
Sun, Apr 19, 9:13 PM
Unknown Object (File)
Sun, Apr 19, 5:22 PM
Unknown Object (File)
Sat, Apr 18, 3:21 AM
Unknown Object (File)
Fri, Apr 17, 2:47 PM
Unknown Object (File)
Fri, Apr 17, 5:46 AM
Unknown Object (File)
Fri, Apr 17, 5:31 AM
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.