Re: [RFC PATCH 1/5] gpio: gpiolib: Add core support for maintaining GPIO values on reset

2017-10-25 Thread Charles Keepax
On Fri, Oct 20, 2017 at 07:02:27PM +1030, Andrew Jeffery wrote: > On Fri, 2017-10-20 at 09:43 +0200, Linus Walleij wrote: > > On Fri, Oct 20, 2017 at 9:17 AM, Linus Walleij > > wrote: > > > > > On Fri, Oct 20, 2017 at 5:37 AM, Andrew Jeffery > > > > > wrote: > > > > > > > GPIO state reset tole

Re: [RFC PATCH 3/5] gpio: gpiolib: Add chardev support for maintaining GPIO values on reset

2017-10-25 Thread Charles Keepax
On Fri, Oct 20, 2017 at 07:32:53PM +1030, Andrew Jeffery wrote: > On Fri, 2017-10-20 at 09:27 +0200, Linus Walleij wrote: > > I don't see it as helpful to give userspace control over whether the line > > is persistent or not. It is more reasonable to assume persistance for > > userspace use cases,

[PATCH] Documentation: support kernel enforcement

2017-10-25 Thread Jarkko Sakkinen
I'm sorry that I forgot to add my name on time. Signed-off-by: Jarkko Sakkinen --- Documentation/process/kernel-enforcement-statement.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/process/kernel-enforcement-statement.rst b/Documentation/process/kernel-enforcement-stateme

Re: [PATCH v3] cpuset: Enable cpuset controller in default hierarchy

2017-10-25 Thread Waiman Long
On 10/06/2017 05:10 PM, Waiman Long wrote: > Given the fact that thread mode had been merged into 4.14, it is now > time to enable cpuset to be used in the default hierarchy (cgroup v2) > as it is clearly threaded. > > The cpuset controller had experienced feature creep since its > introduction mor

Re: [RESEND v12 0/6] cgroup-aware OOM killer

2017-10-25 Thread David Rientjes
On Mon, 23 Oct 2017, Michal Hocko wrote: > On Sun 22-10-17 17:24:51, David Rientjes wrote: > > On Thu, 19 Oct 2017, Johannes Weiner wrote: > > > > > David would have really liked for this patchset to include knobs to > > > influence how the algorithm picks cgroup victims. The rest of us > > > agr

Re: [RFC PATCH 1/5] gpio: gpiolib: Add core support for maintaining GPIO values on reset

2017-10-25 Thread Andrew Jeffery
On Wed, 2017-10-25 at 09:11 +0100, Charles Keepax wrote: > On Fri, Oct 20, 2017 at 07:02:27PM +1030, Andrew Jeffery wrote: > > On Fri, 2017-10-20 at 09:43 +0200, Linus Walleij wrote: > > > On Fri, Oct 20, 2017 at 9:17 AM, Linus Walleij > > > wrote: > > > > > > On Fri, Oct 20, 2017 at 5:37 AM, And

Re: [RFC PATCH 3/5] gpio: gpiolib: Add chardev support for maintaining GPIO values on reset

2017-10-25 Thread Andrew Jeffery
On Wed, 2017-10-25 at 09:14 +0100, Charles Keepax wrote: > On Fri, Oct 20, 2017 at 07:32:53PM +1030, Andrew Jeffery wrote: > > On Fri, 2017-10-20 at 09:27 +0200, Linus Walleij wrote: > > > I don't see it as helpful to give userspace control over whether the line > > > is persistent or not. It is mo