Re: [GIT] Networking

From: Linus Torvalds
Date: Wed Nov 15 2017 - 15:20:04 EST


On Wed, Nov 15, 2017 at 3:33 AM, David Miller <davem@xxxxxxxxxxxxx> 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.

Linus