Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp295357ybz; Tue, 28 Apr 2020 23:56:31 -0700 (PDT) X-Google-Smtp-Source: APiQypIHmb02m6gcuEe2nWzS5X3dSN80j6bCrorJJkQwtLHltkkzDWdM51Yi2oeDWiQuDKJHwVxM X-Received: by 2002:a17:907:9489:: with SMTP id dm9mr1322905ejc.9.1588143391017; Tue, 28 Apr 2020 23:56:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588143391; cv=none; d=google.com; s=arc-20160816; b=RbRk+E8bKUMoiQgb1yqlkY3nLNEd3Bacg/mmijyJryH03eCBQz5wAInx7fDLZjRGLV brJqzCviNcRgh4d7uOHfA4mqvW8ArfZJ6Di+8SnHfg4W7JIOehBCwZeIoCSTSVrd80p0 5/Wr9VCE3EWGSOZK5xvqeL8RQq0nuyKWEv02LtmBlrQKX0KtxG2xuFCGFtWD1sfV0HkY 5NJC1cdfk64vJEPfD1vtklNjKbAPFT4e8nsQcRHqgKmHCnUkhftAs/MIKaP/i9nseSx5 Zd8rzh7nOPtN2xr9HQoU0L/LYnZ8o+xawtbQAAeF9wrxeEZCX+XtB9O1r46PARhTgFsb svmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=lcHKjK8GMsH1GaLbGNRRqmF55LxQEvBhkjRSNDpTF5I=; b=QhyCZBZnVz1uiLuFIY5YKOsWbdsNG+rzP0paDv/UlWIEkhAGBXDdsN5o3+ESzkRDZY FKpND88NFAc2GRr5tKo4oaP3SC86qRKp0by+pcobbuV6hSlmOto/qls3VlEabWDQtNGN n2kvHZsgukyCC6XzDIAos9m/yZkwGtLPLAyKmjRKWf4ap8tazCPh6VmoDLoKjvH3OXqA mVABw/h9puvj3qjE+X//QeV9DJVSsi3ZtEbmkK3gP7OTcqOlVnTkQX3fixPN86g+Uedq cIpBoR8xjQ3JSuTKvIUMR7WL0EAhufjLs348jmpjFX2kdG8FNBHb5fnW9CZXqfbMHydg RtkA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dd8si3624813ejb.486.2020.04.28.23.56.08; Tue, 28 Apr 2020 23:56:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726842AbgD2GyI (ORCPT + 99 others); Wed, 29 Apr 2020 02:54:08 -0400 Received: from verein.lst.de ([213.95.11.211]:32872 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726355AbgD2GyI (ORCPT ); Wed, 29 Apr 2020 02:54:08 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C2BE968BEB; Wed, 29 Apr 2020 08:54:04 +0200 (CEST) Date: Wed, 29 Apr 2020 08:54:04 +0200 From: Christoph Hellwig To: Alexei Starovoitov Cc: Christoph Hellwig , Stephen Rothwell , Andrew Morton , Daniel Borkmann , Alexei Starovoitov , Networking , Linux Next Mailing List , Linux Kernel Mailing List , Al Viro , Xiaoming Ni , "Guilherme G. Piccoli" Subject: Re: linux-next: manual merge of the akpm-current tree with the bpf-next tree Message-ID: <20200429065404.GA32139@lst.de> References: <20200429164507.35ac444b@canb.auug.org.au> <20200429064702.GA31928@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 28, 2020 at 11:49:34PM -0700, Alexei Starovoitov wrote: > On Tue, Apr 28, 2020 at 11:47 PM Christoph Hellwig wrote: > > > > On Wed, Apr 29, 2020 at 04:45:07PM +1000, Stephen Rothwell wrote: > > > Hi all, > > > > > > Today's linux-next merge of the akpm-current tree got a conflict in: > > > > > > kernel/sysctl.c > > > > > > between commit: > > > > > > f461d2dcd511 ("sysctl: avoid forward declarations") > > > > > > from the bpf-next tree and commits: > > > > Hmm, the above should have gone in through Al.. > > Al pushed them into vfs tree and we pulled that tag into bpf-next. Ok. And Stephen pulled your tree first.