On Wed, Feb 27, 2013 at 2:18 PM, David Rientjes <[email protected]> wrote: > On Tue, 26 Feb 2013, John Stultz wrote: > >> From: Arve Hjønnevåg <[email protected]> >> >> The conversion to use oom_score_adj instead of the deprecated oom_adj >> values breaks existing user-space code. Add a config option to convert >> oom_adj values written to oom_score_adj values if they appear to be >> valid oom_adj values. >> > > Umm, writes to /proc/pid/oom_adj already are converted to the > /proc/pid/oom_score_adj scale linearly. Heavy NACK to this patch since > oom_adj is completely deprecated.
I know it is deprecated, but your change, staging: android, lowmemorykiller: convert to use oom_score_adj, broke existing user-space code that still write to /proc/pid/oom_adj. This option lets you build a kernel that supports our user-space code until that user-space has been converted to use /proc/pid/oom_score_adj. -- Arve Hjønnevåg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

