Re: [v7 5/5] mm, oom: cgroup v2 mount option to disable cgroup-aware OOM killer

2017-09-09 Thread David Rientjes
On Fri, 8 Sep 2017, Christopher Lameter wrote: > Ok. Certainly there were scalability issues (lots of them) and the sysctl > may have helped there if set globally. But the ability to kill the > allocating tasks was primarily used in cpusets for constrained allocation. > I remember discussing it

Re: [PATCH 00/15] Improve DVB documentation and reduce its gap

2017-09-09 Thread Soeren Moch
On 04.09.2017 13:29, Mauro Carvalho Chehab wrote: > Em Mon, 4 Sep 2017 02:55:15 +0200 > Soeren Moch escreveu: > >> Hi Mauro, >> >> On 01.09.2017 11:32, Mauro Carvalho Chehab wrote: >>> Em Fri, 1 Sep 2017 10:40:28 +0200 >>> Honza Petrouš escreveu: >>> 2017-09-01 1:46 GMT+02:00 Mauro Carvalh

Inline emphasis warnings

2017-09-09 Thread Randy Dunlap
Hi, What is the suggested way(s) to fix this warning: ../kernel/sched/fair.c:7584: WARNING: Inline emphasis start-string without end-string. from this source: * this CPU. The amount of the imbalance is returned in *imbalance. I have a patch that changes that to env->imbalance, but what I a

[PATCH] scripts: Add a script to find unused documentation

2017-09-09 Thread sayli karnik
Add a script that finds files with kernel-doc comments for imported functions that are not included anywhere in documentation. Signed-off-by: sayli karnik --- scripts/find-unused-docs.sh | 62 + 1 file changed, 62 insertions(+) create mode 100755 scri