Re: [v8 0/4] cgroup-aware OOM killer

2017-10-01 Thread Shakeel Butt
> > Going back to Michal's example, say the user configured the following: > >root > /\ > A D > / \ >B C > > A global OOM event happens and we find this: > - A > D > - B, C, D are oomgroups > > What the user is telling us is that B, C, and D are compound memory

[PATCH] mm,hugetlb,migration: don't migrate kernelcore hugepages

2017-10-01 Thread Alexandru Moise
This attempts to bring more flexibility to how hugepages are allocated by making it possible to decide whether we want the hugepages to be allocated from ZONE_MOVABLE or to the zone allocated by the "kernelcore=" boot parameter for non-movable allocations. A new boot parameter is introduced, "huge

Re: Inline emphasis warnings (more)

2017-10-01 Thread Randy Dunlap
On 09/10/17 01:11, Markus Heiser wrote: > >> Am 09.09.2017 um 18:46 schrieb 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. T

Re: [PATCH v2 12/13] scripts: kernel-doc: handle nested struct function arguments

2017-10-01 Thread Mauro Carvalho Chehab
Em Thu, 28 Sep 2017 18:32:30 +0200 Markus Heiser escreveu: > Hi Mauro, > > this 'else' addition seems a bit spooky to me. As I commented in patch 09/13 > may it helps when you look at > > > https://github.com/return42/linuxdoc/blob/master/linuxdoc/kernel_doc.py#L2499 > > which is IMO a bit

Re: [PATCH v2 09/13] scripts: kernel-doc: parse next structs/unions

2017-10-01 Thread Mauro Carvalho Chehab
Em Thu, 28 Sep 2017 18:28:32 +0200 Markus Heiser escreveu: > Hi Mauro, > > > Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Chehab > > : > > + # Split nested struct/union elements as newer ones > > + my $cont = 1; > > + while ($cont) { > > + $cont = 0; > > > You ignored the

Re: [PATCH 3/4] dt-bindings: hwmon: Add max-expected-current property to ina2xx

2017-10-01 Thread Jonathan Cameron
On Thu, 28 Sep 2017 14:50:14 +0200 Maciej Purski wrote: > Add optional max expected current property which allows calibrating > the ina sensor in order to achieve requested precision. Document > the changes in Documentation/hwmon/ina2xx. > This is introducing new generic devicetree bindings..

Re: [PATCH 1/4] iio: adc: ina2xx: Make max expected current configurable

2017-10-01 Thread Jonathan Cameron
On Thu, 28 Sep 2017 14:50:12 +0200 Maciej Purski wrote: > Max expected current is used for calculating calibration register value, > Current LSB and Power LSB according to equations found in ina datasheet. > Max expected current is now implicitly set to default value, > which is 2^15, thanks to w