From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757225AbcH2K6U (ORCPT ); Mon, 29 Aug 2016 06:58:20 -0400 Received: from merlin.infradead.org ([205.233.59.134]:39692 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756710AbcH2K6T (ORCPT ); Mon, 29 Aug 2016 06:58:19 -0400 Date: Mon, 29 Aug 2016 12:58:00 +0200 From: Peter Zijlstra To: Alexei Starovoitov Cc: "David S . Miller" , Brendan Gregg , Daniel Borkmann , Arnaldo Carvalho de Melo , Wang Nan , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH net-next 0/6] perf, bpf: add support for bpf in sw/hw perf_events Message-ID: <20160829105800.GM10153@twins.programming.kicks-ass.net> References: <1472265084-1767670-1-git-send-email-ast@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472265084-1767670-1-git-send-email-ast@fb.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 26, 2016 at 07:31:18PM -0700, Alexei Starovoitov wrote: > Hi Peter, Dave, > > this patch set is a follow up to the discussion: > https://lkml.org/lkml/2016/8/4/304 Please don't use lkml.org links, that site is broken too often. The canonical reference is: https://lkml.kernel.org/r/$MSGID That allows the kernel.org people to ensure the links stays valid by redirecting to a functional archive if the current one (marc.info) were to drop off the intarweb. Also, by including the msg-id, people can find the emails in their local archives.