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 92A1DC2D0E4 for ; Tue, 17 Nov 2020 11:22:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 299262222E for ; Tue, 17 Nov 2020 11:22:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="C9AOubgR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727901AbgKQLWV (ORCPT ); Tue, 17 Nov 2020 06:22:21 -0500 Received: from mail.kernel.org ([198.145.29.99]:44886 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727321AbgKQLWV (ORCPT ); Tue, 17 Nov 2020 06:22:21 -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 4F78B221F8; Tue, 17 Nov 2020 11:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605612141; bh=GXG2wpiFphoY9JcnU69PcCsaVedaNSTVhdJdNl0+DeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C9AOubgR/b3oV28WQxI53myeZmJxFxMimTvZX5q3IJvFZRLjeNeziJQ1ymIVw4r4p EWQwPWH0AKuTtxcorZd/18izxTWLacwB77U0Z8h2bBMBu0KUwD57Fue/JhfjVlsESI Qm5ibRTMKc3GnNKI/r9xfUeRl2vKn94knDePn/hs= Date: Tue, 17 Nov 2020 12:23:09 +0100 From: Greg KH To: Sudip Mukherjee Cc: Sasha Levin , stable , Song Liu , peterz@infradead.org, mingo@kernel.org, mathieu.poirier@linaro.org, kiyin@tencent.com, dan.carpenter@oracle.com 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: <20201112133112.w3z6vyq5m5p7aowx@debian> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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 :) I've queued these and the 4.14 patches up, thanks. greg k-h