>
> 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
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
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
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
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
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..
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