Re: [PATCH 33/44] avr32: atngw100: Register with kernel poweroff handler

2014-11-01 Thread Hans-Christian Egtvedt
Around Mon 06 Oct 2014 22:28:35 -0700 or thereabout, Guenter Roeck wrote: Register with kernel poweroff handler instead of setting pm_power_off directly. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Guenter Roeck

Re: [PATCH] powerpc: Replace cc constraint in inline assembly with cr0

2014-11-01 Thread Segher Boessenkool
On Sat, Nov 01, 2014 at 11:42:51AM +1100, Anton Blanchard wrote: Our inline assembly only clobbers the first condition register field, but we mark all of them as being clobbered. No, we don't. cc has been an alias for cr0 for over twenty two and a half years now; it has never changed meaning.

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread Denis Kirjanov
ping On 10/31/14, Denis Kirjanov kirja...@gmail.com wrote: On 10/30/14, Alexei Starovoitov alexei.starovoi...@gmail.com wrote: On Wed, Oct 29, 2014 at 11:12 PM, Denis Kirjanov k...@linux-powerpc.org wrote: Add BPF extension SKF_AD_PKTTYPE to ppc JIT to load skb-pkt_type field. Before: [

Re: [PATCH 33/44] avr32: atngw100: Register with kernel poweroff handler

2014-11-01 Thread Guenter Roeck
On 11/01/2014 03:16 AM, Hans-Christian Egtvedt wrote: Around Mon 06 Oct 2014 22:28:35 -0700 or thereabout, Guenter Roeck wrote: Register with kernel poweroff handler instead of setting pm_power_off directly. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread Denis Kirjanov
David, you need a feedback from other guys to apply this patch, right? Alexei wanted some output before/after the patch. Michael Ellerman wanted the explanation what a BPF_ANC | SKF_AD_PKTTYPE means. So I'm waiting the ack/nack from them... On 11/1/14, David Miller da...@davemloft.net wrote:

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread David Miller
From: Denis Kirjanov k...@linux-powerpc.org Date: Sat, 1 Nov 2014 20:19:09 +0400 ping What specifically are you waiting for? ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread David Miller
From: Denis Kirjanov k...@linux-powerpc.org Date: Sat, 1 Nov 2014 21:49:27 +0400 David, you need a feedback from other guys to apply this patch, right? Alexei wanted some output before/after the patch. Michael Ellerman wanted the explanation what a BPF_ANC | SKF_AD_PKTTYPE means. So I'm

Re: [PATCH V4 1/2] mm: Update generic gup implementation to handle hugepage directory

2014-11-01 Thread David Miller
From: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com Date: Wed, 29 Oct 2014 13:49:44 +0530 +/* + * Some architectures requires a hugepage directory format that is + * required to support multiple hugepage sizes. For example + * a4fe3ce7699bfe1bd88f816b55d42d8fe1dac655 introduced the same +

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread Daniel Borkmann
On 11/01/2014 07:00 PM, David Miller wrote: From: Denis Kirjanov k...@linux-powerpc.org Date: Sat, 1 Nov 2014 21:49:27 +0400 David, you need a feedback from other guys to apply this patch, right? Alexei wanted some output before/after the patch. Michael Ellerman wanted the explanation what a

Re: [PATCH v2] PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction

2014-11-01 Thread Daniel Borkmann
On 10/31/2014 07:09 AM, Denis Kirjanov wrote: On 10/30/14, Alexei Starovoitov alexei.starovoi...@gmail.com wrote: On Wed, Oct 29, 2014 at 11:12 PM, Denis Kirjanov k...@linux-powerpc.org wrote: Add BPF extension SKF_AD_PKTTYPE to ppc JIT to load skb-pkt_type field. Before: [ 88.262622]

Re: [PATCH V4 1/2] mm: Update generic gup implementation to handle hugepage directory

2014-11-01 Thread David Miller
From: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com Date: Wed, 29 Oct 2014 13:49:44 +0530 Update generic gup implementation with powerpc specific details. On powerpc at pmd level we can have hugepte, normal pmd pointer or a pointer to the hugepage directory. Signed-off-by: Aneesh Kumar