Re: linux-next: manual merge of the akpm tree with the net-next tree

2020-06-02 Thread Stephen Rothwell
Hi all, On Tue, 2 Jun 2020 19:30:48 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the akpm tree got a conflict in: > > kernel/trace/bpf_trace.c > > between commit: > > b36e62eb8521 ("bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() > helper") > > from the net-ne

Re: linux-next: manual merge of the akpm tree with the net-next tree

2017-02-07 Thread Stephen Rothwell
Hi Marc, On Tue, 7 Feb 2017 09:40:09 +0100 Marc Kleine-Budde wrote: > > On 02/07/2017 06:23 AM, Stephen Rothwell wrote: > > diff --cc drivers/net/can/flexcan.c > > index ea57fed375c6,4dc71bce525c.. > > --- a/drivers/net/can/flexcan.c > > +++ b/drivers/net/can/flexcan.c > > @@@ -195,9

Re: linux-next: manual merge of the akpm tree with the net-next tree

2017-02-07 Thread Marc Kleine-Budde
On 02/07/2017 06:23 AM, Stephen Rothwell wrote: > Hi Andrew, > > Today's linux-next merge of the akpm tree got a conflict in: > > drivers/net/can/flexcan.c > > between commits: > > 9eb7aa891101 ("can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS") > b3cf53e988ce ("can: flexcan: add s

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-22 Thread Daniel Borkmann
On 05/22/2013 01:54 AM, Stephen Rothwell wrote: Hi Daniel, On Tue, 21 May 2013 09:44:13 +0200 Daniel Borkmann wrote: Also seccomp_jit_free() needs a change otherwise the kernel won't build with CONFIG_SECCOMP_FILTER_JIT enabled since the work_struct is initialized with the bpf_jit_free_worker

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-22 Thread Daniel Borkmann
On 05/22/2013 09:19 AM, David Miller wrote: From: Andrew Morton Date: Wed, 22 May 2013 00:14:58 -0700 On Wed, 22 May 2013 00:07:48 -0700 (PDT) David Miller wrote: From: Andrew Morton Date: Tue, 21 May 2013 13:04:38 -0700 Nicolas, I think the patches need a re-check so I'll drop the vers

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-22 Thread David Miller
From: Andrew Morton Date: Wed, 22 May 2013 00:14:58 -0700 > On Wed, 22 May 2013 00:07:48 -0700 (PDT) David Miller > wrote: > >> From: Andrew Morton >> Date: Tue, 21 May 2013 13:04:38 -0700 >> >> > Nicolas, I think the patches need a re-check so I'll drop the versions >> > which I presently h

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-22 Thread Andrew Morton
On Wed, 22 May 2013 00:07:48 -0700 (PDT) David Miller wrote: > From: Andrew Morton > Date: Tue, 21 May 2013 13:04:38 -0700 > > > Nicolas, I think the patches need a re-check so I'll drop the versions > > which I presently have. Please refresh, retest and resend when > > convenient? It'll nee

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-22 Thread David Miller
From: Andrew Morton Date: Tue, 21 May 2013 13:04:38 -0700 > Nicolas, I think the patches need a re-check so I'll drop the versions > which I presently have. Please refresh, retest and resend when > convenient? It'll need to be against linux-next, which is where the > conflicting (vfree/module_f

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-21 Thread Stephen Rothwell
Hi Daniel, On Tue, 21 May 2013 09:44:13 +0200 Daniel Borkmann wrote: > > Also seccomp_jit_free() needs a change otherwise the kernel won't build > with CONFIG_SECCOMP_FILTER_JIT enabled since the work_struct is initialized > with the bpf_jit_free_worker() callback, which is no longer existent. >

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-21 Thread Andrew Morton
On Tue, 21 May 2013 14:29:48 +1000 Stephen Rothwell wrote: > Hi Andrew, > > Today's linux-next merge of the akpm tree got a conflict in > arch/arm/net/bpf_jit_32.c between commit aafc787e41fd ("arm: bpf_jit: can > call module_free() from any context") from the net-next tree and commit > "bpf: a

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-05-21 Thread Daniel Borkmann
Hi Stephen, On 05/21/2013 06:25 AM, Stephen Rothwell wrote: Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in arch/arm/net/bpf_jit_32.c between commit aafc787e41fd ("arm: bpf_jit: can call module_free() from any context") from the net-next tree and commit "ARM: net: bpf_jit

Re: linux-next: manual merge of the akpm tree with the net-next tree

2013-02-19 Thread Cong Wang
On 02/20/2013 02:02 PM, Stephen Rothwell wrote: Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in net/core/dev.c between commit 900ff8c63214 ("net: move procfs code to net/core/net-procfs.c") from the net-next tree and commit "hlist: drop the node parameter from iterators" f