Received: by 10.192.165.148 with SMTP id m20csp1721129imm; Thu, 26 Apr 2018 00:58:58 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/Y0sNlw+Mq9AWeC6Pe/ccTVa7mt4QJQ+gCRyq2vY0moUXBMlugqoaBoHVSlgX6FMzZsLdN X-Received: by 10.98.254.17 with SMTP id z17mr31182078pfh.105.1524729538211; Thu, 26 Apr 2018 00:58:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524729538; cv=none; d=google.com; s=arc-20160816; b=Syg72RPexN7JjV9JLd1aesZlFeNGoQdL6Jl2iqIXicPKjI9vQhMVVvbff3icf1gRUU jPWGNgm/NiqifNgrYvdlehZjwxr4n8gQYsqgktRQdQQUdM0j2KhCEiWkgEBRU/4UPJUi Kw9Y9O6K8+80fmwATxGQOj52FkgZU9yM+AK8+/OTto5TSzvFSOEUdCxjtQZ/y34+J8Te pEQTsyFA4qVG4tOAXwTfa0hYAK0jp6eIAUQNIPkcH5doWBUTcHO5cAxC5dzUgkczRa6L 7jF4Rk3+NomqThNJFiizg77WHMEruaIv2V7zKFt0vTHosouttvhNxlOhDD3w9tyLfH4c maeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=4ptXuFOiKRXr9iahqUURioKrWmCt+WVF1yL5bil6Kgk=; b=eC23HRSxnGwqx7biNbFjEazmc8/g0fELWTPXbSFuBXHhHbaxwD0qmJ+HLFPKX+upVA 0n2/YMNxBJ2U6dztl9XwzbKkL9+vFfCkzSefo/EVajZV+486DTFnKHt4GhcHIJn4/Une od6CcV8IKeOlhyX8uNRMrqj7HwxbSmof2lguvLJXwF8THgs6VE9Lf8yihvdra5yxagCu AZo77kLhxtSdzGnQ7EB3b0zbaGoZ37GJ8s2aahAO39DMUf1xhXflIVqn5MkhFkjq/DMe gthOA8B1+bwEjKzYPTFqfn6HP1tWFEozTbZDOK6olanJEdGSSWQujbYrKCyNQgzTsOji GQUg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d123si5423804pgc.445.2018.04.26.00.58.43; Thu, 26 Apr 2018 00:58:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754488AbeDZH5R (ORCPT + 99 others); Thu, 26 Apr 2018 03:57:17 -0400 Received: from www62.your-server.de ([213.133.104.62]:49569 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753677AbeDZH5K (ORCPT ); Thu, 26 Apr 2018 03:57:10 -0400 Received: from [188.63.75.139] (helo=linux.home) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1fBbm6-000295-Mn; Thu, 26 Apr 2018 09:57:06 +0200 Subject: Re: linux-next: manual merge of the bpf-next tree with the bpf tree To: Stephen Rothwell , Alexei Starovoitov , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List , John Fastabend References: <20180426105313.792db06a@canb.auug.org.au> From: Daniel Borkmann Message-ID: <57a9e2f1-fb96-a6f9-246b-19b84cca1992@iogearbox.net> Date: Thu, 26 Apr 2018 09:57:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180426105313.792db06a@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.99.3/24514/Thu Apr 26 06:27:07 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/26/2018 02:53 AM, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the bpf-next tree got a conflict in: > > samples/sockmap/Makefile > > between commit: > > 4dfe1bb95235 ("bpf: sockmap sample use clang flag, -target bpf") > > from the bpf tree and commit: > > 2e04eb1dd1ca ("bpf: sockmap, remove samples program") > > from the bpf-next tree. > > I fixed it up (I just removed the file) and can carry the fix as > necessary. This is now fixed as far as linux-next is concerned, but any > non trivial conflicts should be mentioned to your upstream maintainer > when your tree is submitted for merging. You may also want to consider > cooperating with the maintainer of the conflicting tree to minimise any > particularly complex conflicts. That's correct as well, thank you!