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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C47F0C54EBE for ; Tue, 10 Jan 2023 10:54:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232303AbjAJKyw (ORCPT ); Tue, 10 Jan 2023 05:54:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238127AbjAJKyn (ORCPT ); Tue, 10 Jan 2023 05:54:43 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45C296A0CC; Tue, 10 Jan 2023 02:54:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+CxPuu/YOesZjpFjc43Yr8TUplw7b4t5h16pQOaKCjo=; b=X7KwIBfvgdRjkU6LtUyJM8/evf EDUam0c/si4pbXyi9ad1Yq1JgBQ/ujLtlgSOjhquLsc/f0OyH34LygvJ0XyS65IOVSirAYyMBq5ev f4cL2SjF1KJiUPZRt9rm60eqD3CrkMzPr9FWaDVz+D+CrOmlO4IF3Pq9nciSQG+EmYaxbNfSH2I9m Nml1xkCALqHfAKG3dVtkSnwdKIgTyEW8iCBgaO9acSp+4M8+XXJZ/FZIAVJD6juUB3n7AOkwuyHvJ Bjzai2FHaPNOY7aDHFLkMe7FOn3K1gzvVabdphEAqQv9FyP9lKES/UVVEWWzShR6ZdYvGmfAOfcKa X8IqVc5g==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFCGv-0038nu-EB; Tue, 10 Jan 2023 10:54:25 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 7F8EA300033; Tue, 10 Jan 2023 11:54:12 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 63B8E201ABB61; Tue, 10 Jan 2023 11:54:12 +0100 (CET) Date: Tue, 10 Jan 2023 11:54:12 +0100 From: Peter Zijlstra To: Namhyung Kim Cc: Ingo Molnar , LKML , Arnaldo Carvalho de Melo , Jiri Olsa , Kan Liang , Ravi Bangoria , bpf@vger.kernel.org Subject: Re: [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample() Message-ID: References: <20221229204101.1099430-1-namhyung@kernel.org> <20221229204101.1099430-2-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Mon, Jan 09, 2023 at 12:21:25PM -0800, Namhyung Kim wrote: > Looks good. But I'm confused by the tip-bot2 messages saying it's > merged. Do you want me to work on it as a follow up? Ingo and me talked past one another, I agreed with 1/3 and he applied the whole series. Just talked to him again and he's just zapped these last two patches. Sorry for the confusion.