From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56531C4727E for ; Fri, 25 Sep 2020 18:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E7EAC208B6 for ; Fri, 25 Sep 2020 18:45:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=firstfloor.org header.i=@firstfloor.org header.b="EiNiWhno" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729631AbgIYSpk (ORCPT ); Fri, 25 Sep 2020 14:45:40 -0400 Received: from one.firstfloor.org ([193.170.194.197]:41384 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726401AbgIYSpk (ORCPT ); Fri, 25 Sep 2020 14:45:40 -0400 X-Greylist: delayed 563 seconds by postgrey-1.27 at vger.kernel.org; Fri, 25 Sep 2020 14:45:39 EDT Received: by one.firstfloor.org (Postfix, from userid 503) id 5723A867DA; Fri, 25 Sep 2020 20:36:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=firstfloor.org; s=mail; t=1601058975; bh=uy3Spl8pHcJe91IvAvg/89FyMbUxeI3OW+LkxFGW5TQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EiNiWhnoVSyE96tuthQ4FHdc3+ba22T1PlRB5dKkczDA/snzhzwMTRpkiOpgIOhoU W/bS+EnZRO/36unJwgHcXutp5wCwC9F9VX3HZp48+nwaazh6uy+l1A/78ecMGJLl6/ 3myblR0G9+vigzzllKXkdsgn08XtT+JhSZgJrbKs= Date: Fri, 25 Sep 2020 11:36:15 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: "Jin, Yao" , Konstantin Ryabitsev , Jiri Olsa , Peter Zijlstra , Ingo Molnar , Alexander Shishkin , Linux-kernel@vger.kernel.org, Andi Kleen , Kan Liang , Ian Rogers Subject: Re: [PATCH v2 1/2] perf vendor events: Update CascadelakeX events to v1.08 Message-ID: <20200925183614.czoqgq2kcttzfm2g@two.firstfloor.org> References: <20200922031918.3723-1-yao.jin@linux.intel.com> <20200922031918.3723-2-yao.jin@linux.intel.com> <20200922194232.GA2505291@kernel.org> <4db737f2-0705-5183-6971-9031acfd123b@linux.intel.com> <20200925180527.GA2883319@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200925180527.GA2883319@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Thanks, it now works, but then... You forgot to add the Cc: entries for > all the people in your actual e-mail Cc: list, and also the > Reviewed-by: from Andy, I had to do it all manually, so when I applied > your attachments with 'git am' I needed to go on and manually collect > all the Cc, Reviewed-by and Acked-by tags. For the event updates we should just use git pulls in my opinion. They are just too large for the normal review procedures, and usually don't really benefit much from community review anyways because they are essentially hardware documentation. Should just name intel / amd / etc. event list maintainers and you could accept pulls from them. -Andi