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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 382D4C2D0E4 for ; Tue, 17 Nov 2020 11:57:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1B242463B for ; Tue, 17 Nov 2020 11:57:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZBKk0Ttb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728063AbgKQL5e (ORCPT ); Tue, 17 Nov 2020 06:57:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:35498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727928AbgKQL5e (ORCPT ); Tue, 17 Nov 2020 06:57:34 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2435E2223C; Tue, 17 Nov 2020 11:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605614253; bh=kfXrXhyHzwT2fJSKCK/glCo2mjWWrAZU7vVsb+igxo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZBKk0Ttbw+yCkUZHvkZUnatYagCbSlTcCmY5fE3P8OW2vj0/fEWLdnfr1GFigOh5L oWgeXICfSgGvaxRWG4u8iUjbb9cHJ3QGCN98+bUY2f9U2WUOktiKwZtfsZQjzcsJo/ Wh+aVaJ3LfqzBB2eGlSK/6RIUt4kztmEBQVerOBk= Date: Tue, 17 Nov 2020 12:58:22 +0100 From: Greg KH To: Sudip Mukherjee Cc: Sasha Levin , stable , Song Liu , "Peter Zijlstra (Intel)" , Ingo Molnar , Mathieu Poirier , kiyin@tencent.com, Dan Carpenter Subject: Re: [v4.9.y] backport of few missed perf fixes Message-ID: References: <20201112133112.w3z6vyq5m5p7aowx@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Nov 17, 2020 at 11:47:13AM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Tue, Nov 17, 2020 at 11:22 AM Greg KH wrote: > > > > On Thu, Nov 12, 2020 at 01:31:12PM +0000, Sudip Mukherjee wrote: > > > Hi Greg, Sasha, > > > > > > These are few missing commits for stable v4.9.y branch. > > > > > > > > > > > > Fixes: 375637bc5249 ("perf/core: Introduce address range filtering") > > > Signed-off-by: "kiyin(尹亮)" > > > Signed-off-by: Dan Carpenter > > > Signed-off-by: Ingo Molnar > > > Cc: "Srivatsa S. Bhat" > > > Cc: Anthony Liguori > > > -- > > > kernel/events/core.c | 12 +++++------- > > > 1 file changed, 5 insertions(+), 7 deletions(-) > > > > > > [sudip: Backported to 4.9: adjust context] > > > Signed-off-by: Sudip Mukherjee > > > --- > > > kernel/events/core.c | 10 ++++------ > > > 1 file changed, 4 insertions(+), 6 deletions(-) > > > > Odd way to add your s-o-b :) > > Yeah, I know. :( > > But the file changed line before my s-o-b was part of the original > commit message, and so I had to add the s-o-b after that to preserve > the original message. But don't keep two diffstats in there, that's not ok.