From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AEF5842AAF for ; Fri, 19 Apr 2024 11:18:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713525491; cv=none; b=tk9LAwUHAyyJYkHPTq+DoiYMdZrN3jf7Wv/JpPt7vTLhpY4jl4K6ko0gp+1V+zlGoweurRt7swk6r4Ao4VRTZoF1KPL75WpXLCP0QTCzmGBXDeuNCei3OiWJEt2NoAuQRzz88F02njQ9NOQwEOB3RYRMb/smu3kRJ25PIAqpXWg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713525491; c=relaxed/simple; bh=lNKnyQVcGDCqtAan7a9HtVYdOjSqqKNaCqne8qatPRo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LJdcnXwoi6n3oQAq4716Q/JG9K9GxWWtUMDSHp7FIfZRTppDFqhhhsAVQqTKnSxvRfbtWdRvVl9IReREy2xbEUStKqQlXvqJVgualW4nfpHyu5yw4LGLn5puDi+SAKPIvVSTw9G4b6XEMzYU2ugiahbgBzq3nwqVbzn6mCCu0Uc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cvDgiinu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="cvDgiinu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0DA7C072AA; Fri, 19 Apr 2024 11:18:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1713525491; bh=lNKnyQVcGDCqtAan7a9HtVYdOjSqqKNaCqne8qatPRo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cvDgiinuAbzEAkjViP5S0DVeuaG3RP/rDsQUtYGCxRDx81NO9SaKbixF8ocz6fEzs xSX8nwWxtIXcwSd8fSNKBiXRomCIPQwWliVLbZeRtbhXkOknbX/v1RJrxvSEzKwqeA tZTvtNFz31JbnsA073z3zsiuhvU53RS92pj1K3uo= Date: Fri, 19 Apr 2024 13:18:06 +0200 From: Greg KH To: George Guo Cc: tom.zanussi@linux.intel.com, stable@vger.kernel.org, Namhyung Kim , Masami Hiramatsu , Steven Rostedt , George Guo Subject: Re: [PATCH 4.19.y v5 1/2] tracing: Remove hist trigger synth_var_refs Message-ID: <2024041946-primarily-panning-8fd1@gregkh> References: <20240416015432.2282705-1-dongtai.guo@linux.dev> <20240416015432.2282705-2-dongtai.guo@linux.dev> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240416015432.2282705-2-dongtai.guo@linux.dev> On Tue, Apr 16, 2024 at 09:54:31AM +0800, George Guo wrote: > From: Tom Zanussi > > All var_refs are now handled uniformly and there's no reason to treat > the synth_refs in a special way now, so remove them and associated > functions. > > Link: http://lkml.kernel.org/r/b4d3470526b8f0426dcec125399dad9ad9b8589d.1545161087.git.tom.zanussi@linux.intel.com > > Acked-by: Namhyung Kim > Reviewed-by: Masami Hiramatsu > Signed-off-by: Tom Zanussi > Signed-off-by: Steven Rostedt (VMware) > Signed-off-by: George Guo > --- > kernel/trace/trace_events_hist.c | 18 ------------------ > 1 file changed, 18 deletions(-) What is the git commit id of this change in Linus's tree? Always include that please. Can you fix up and resend the series? thanks, greg k-h