From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f66.google.com ([209.85.208.66]:39637 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726891AbfFOKKE (ORCPT ); Sat, 15 Jun 2019 06:10:04 -0400 Received: by mail-ed1-f66.google.com with SMTP id m10so7424342edv.6 for ; Sat, 15 Jun 2019 03:10:03 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Subject: Re: [PATCH bpf 1/3] devmap: Fix premature entry free on destroying map In-Reply-To: <5f6efec8-87f8-4ac5-46ee-47788dbf1d44@iogearbox.net> References: <20190614082015.23336-1-toshiaki.makita1@gmail.com> <20190614082015.23336-2-toshiaki.makita1@gmail.com> <877e9octre.fsf@toke.dk> <87sgscbc5d.fsf@toke.dk> <87muikb9ev.fsf@toke.dk> <5f6efec8-87f8-4ac5-46ee-47788dbf1d44@iogearbox.net> Date: Sat, 15 Jun 2019 12:10:00 +0200 Message-ID: <87r27v9n2f.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: xdp-newbies-owner@vger.kernel.org List-ID: To: Daniel Borkmann , Toshiaki Makita , Alexei Starovoitov , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend Cc: netdev@vger.kernel.org, xdp-newbies@vger.kernel.org, bpf@vger.kernel.org, "Michael S. Tsirkin" , Jason Wang , David Ahern Daniel Borkmann writes: > On 06/14/2019 03:09 PM, Toke Høiland-Jørgensen wrote: >> Toshiaki Makita writes: > [...] >>>> Alternatively, since this entire series should probably go to stable, I >>>> can respin mine on top of it? >>> >>> Indeed conflict will happen, as this is for 'bpf' not 'bpf-next'. >>> Sorry for disturbing your work. >> >> Oh, no worries! >> >>> I'm also not sure how to proceed in this case. >> >> I guess we'll leave that up to the maintainers :) > > So all three look good to me, I've applied them to bpf tree. Fixes to > bpf do have precedence over patches to bpf-next given they need to > land in the current release. I'll get bpf out later tonight and ask > David to merge net into net-next after that since rebase is also > needed for Stanislav's cgroup series. We'll then flush out bpf-next so > we can fast-fwd to net-next to pull in all the dependencies. Right, I'll wait for that, then rebase my series and resubmit -Toke