lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 23 Jan 2014 23:05:31 -0500
From:	Johannes Weiner <hannes@...xchg.org>
To:	David Rientjes <rientjes@...gle.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Michal Hocko <mhocko@...e.cz>, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch] mm: oom_kill: revert 3% system memory bonus for
 privileged tasks

On Tue, Jan 21, 2014 at 08:53:07PM -0800, David Rientjes wrote:
> On Thu, 16 Jan 2014, Johannes Weiner wrote:
> 
> > > Unfortunately, I think this could potentially be too much of a bonus.  On 
> > > your same 32GB machine, if a root process is using 18GB and a user process 
> > > is using 14GB, the user process ends up getting selected while the current 
> > > discount of 3% still selects the root process.
> > > 
> > > I do like the idea of scaling this bonus depending on points, however.  I 
> > > think it would be better if we could scale the discount but also limit it 
> > > to some sane value.
> > 
> > I just reverted to the /= 4 because we had that for a long time and it
> > seemed to work.  I don't really mind either way as long as we get rid
> > of that -3%.  Do you have a suggestion?
> > 
> 
> How about simply using 3% of the root process's points so that root 
> processes get some bonus compared to non-root processes with the same 
> memory usage and it's scaled to the usage rather than amount of available 
> memory?
> 
> So rather than points /= 4, we do
> 
> 	if (has_capability_noaudit(p, CAP_SYS_ADMIN))
> 		points -= (points * 3) / 100;
> 
> instead.  Sound good?

Yes, should be okay.

Do you want to send a patch?  Want me to update mine?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ