Received: by 10.223.164.202 with SMTP id h10csp1185353wrb; Wed, 15 Nov 2017 14:48:27 -0800 (PST) X-Google-Smtp-Source: AGs4zMYNq1LYA8P0FuQt0qh0OoDgIeDwEvhib2RQBb/SlP7mMa4ZM4zXKpl1FbYQA2LIOd9LMVtO X-Received: by 10.99.104.73 with SMTP id d70mr16964320pgc.58.1510786107215; Wed, 15 Nov 2017 14:48:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510786107; cv=none; d=google.com; s=arc-20160816; b=T9oGs6b+8el6jIZzZ8x4ZDP757pphSK655AYeiISmMin6eTJ64A3lrG02sa8eod8jM XMTqZAhEV02uqx64kZBxRkmD3i5XoBYdOCqVCZd005CE4ZRcm99HR8R96eSYHSYpsOJr CY84QYN8oLkiaY9TYpF0laG/NW2hYA1105oNQ3Js3G2AYlXnfLIK5ZNlqUTP69MznGsi QebhtkA9e5DSAE91mWi/kGPutMuTg3Lo/g5Q6aejzMg1qHUYby0SLMXKDzqeV0q2J4UA S/UXPck+GHecpPM2HGI9dRwR5nA6gpSl6A/fK4H+IPHwr9fY0STh4VfMTPXXtzka7zUY 1CHQ== 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=ZEQqwXOEBINBGPcVFolnMEhBGrQbnvNWALGHfm1AsAg=; b=JOn0mC4bZoypxZ+J1r/NebfSz2bIBGJDA33RC/Mpm+Lec70EYB9xbqyjSKBqyDxDZ4 3v0EfhRGgNU5R9iJ/LIGZ3/m3tcuL8375bxrI6HV1HYv43cxg87/SP66Q75rryJVfOwe 2ifl8Z/sLxWcxH+iZ6zz5OTe9jxcmgYIS+2RKtM47YsAdwwLzta8aLrI1V04NNh5thf2 pTag8jbFdHBeNnHW7jyZs2EwurtYoJygQpSf7BUwJ9UlcVQuztu5SJKUYn65Y3aj6gf3 +HCe25Hdft1jY5LpSkuO0aK45y3tp9Dsq8UOncQqDBPbZyqWclc7ag+Go2MXGvLbnLhM nOUQ== 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 c3si5740738pls.286.2017.11.15.14.48.14; Wed, 15 Nov 2017 14:48:27 -0800 (PST) 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 S933401AbdKOWPi (ORCPT + 89 others); Wed, 15 Nov 2017 17:15:38 -0500 Received: from www62.your-server.de ([213.133.104.62]:45322 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758098AbdKOWPa (ORCPT ); Wed, 15 Nov 2017 17:15:30 -0500 Received: from [194.230.159.195] (helo=localhost.localdomain) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1eF5xp-0005yp-As; Wed, 15 Nov 2017 23:15:21 +0100 Subject: Re: [GIT] Networking To: Linus Torvalds Cc: David Miller , Ingo Molnar , Peter Zijlstra , Andrew Morton , Network Development , Linux Kernel Mailing List , ast@kernel.org References: <20171115.203352.827797930375567595.davem@davemloft.net> From: Daniel Borkmann Message-ID: Date: Wed, 15 Nov 2017 23:15:20 +0100 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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.99.2/24047/Wed Nov 15 22:10:48 2017) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/15/2017 09:19 PM, Linus Torvalds wrote: > On Wed, Nov 15, 2017 at 3:33 AM, David Miller wrote: >> >> Highlights: > > Lowlights: > > 1) it duplicated a commit from the hrtimer tree, which had been > cleaned up and rewritten, but then merging the second copy of the > commit re-introduced the bad code that had been cleaned up. > > I'm talking about commits > > - 7d9285e82db5: > perf/bpf: Extend the perf_event_read_local() interface, a.k.a. > "bpf: perf event change needed for subsequent bpf helpers" > - 97562633bcba > bpf: perf event change needed for subsequent bpf helpers > > where apparently there was no discussion between the groups about the > subsequent changes. > > And this must have shown up in linux-next as a conflict, but no > mention of it from either the perf event tree or the networking tree > merge. > > Although it is of course possible that depending on merge order, the > problem never showed up in next. Sorry about that, it was discussed that the patch in [1] would get routed through net-next and again cherry-picked from tracing folks due to conflicting changes in perf event tree that were being worked on to avoid later merge conflicts - clearly that didn't give the desired result. There was a subsequent discussion in [2] but not sure if cherry-picking 0d3d73aac2ff ("perf/core: Rewrite event timekeeping") into net-next would have made it better or worse. We'll have a bpf sub-tree up and running soon for the next development cycle that can be pulled from by different parties when needed; potentially this could reduce such conflicts between trees in future. Sorry for the trouble. Thanks, Daniel [1] https://patchwork.ozlabs.org/patch/821919/ [2] https://lkml.org/lkml/2017/11/1/53 From 1584165684395931815@xxx Wed Nov 15 20:35:26 +0000 2017 X-GM-THRID: 1584131809586465561 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread