Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp872514yba; Thu, 18 Apr 2019 11:00:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKG59XFOsH/HcsUpfkr8AxYrqLSSCsuYDGf/iPFbQxI96Wd3K3iN/pC5UW0GUDHi/N59iy X-Received: by 2002:a63:6942:: with SMTP id e63mr90640537pgc.102.1555610411075; Thu, 18 Apr 2019 11:00:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555610411; cv=none; d=google.com; s=arc-20160816; b=b1Ni1hDjV+Qn5iKrXHAVu3attKy6y1YMIG4gGXd+RBcGXqig8UgLC8LQPNEODaYBqE WKkolgE2RaZSif7X6/cuLERgfEBa9qJMKuulfRqbdjrxRiHnH06hgEUTUN89cmTOfc5m 5xe5ac9r9F8/Z6zHXzd22iGb/3j/vWIGwJAjJ60n3kt2i7G2woaWNHJ6FvYySDtSIMQ9 ZqN1b7sTuSUH3hxTSVzHTnyA/VtRFdWWAaLqgSdqJOSadCU4JTBhhKzhg9mGUERZ7Umj dtVwt/tRp1kKzoG1e6gbYO0vGPoPzVCxkZuW+9xD+M22vNo3n136KWLfMdDhVcpttWg8 rrAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=u4c4dYSaHpIJmn+NIfK8iRAnIYy19yqcDqQ3fb0YZrY=; b=xAJzF24CMdZKhPpWBX0/X9hncQZY7n1h/XRa/xPSbaxBtZNF7kleij65nMHUegEDBY 6cQatSq2OZ5sOv2JO9G8fVmx07N9uBy4eyvTGiHiZvDAPvi68vfqfHRiEUWA3AmWv6sF /ZnnXKXQ14+cZN9NNIfGGO9WBKAxuy/bhnzl6nJ/hC/BNjQ3c9a46PXXzlg1xAHxo9gq h3qRkgnQDdwR6hicFrXyduGSpYB7rPh8E3vV63sKcbigqxnmwKuqPQmqOG72TyTHFf4P sZotU/vUTQWSaC1Uz/A+9BBRQU94eX8wngH7Op0XHXZv9O2iJK2J4VgJdwDZ964WZGPh Xzxw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=kl09xBFG; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i13si2371703pgs.33.2019.04.18.10.59.56; Thu, 18 Apr 2019 11:00:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=kl09xBFG; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389969AbfDRR6v (ORCPT + 99 others); Thu, 18 Apr 2019 13:58:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:53132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389958AbfDRR6t (ORCPT ); Thu, 18 Apr 2019 13:58:49 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 7A5F4217FA; Thu, 18 Apr 2019 17:58:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555610329; bh=r2KqU+t+RKCCImE3Q6NolhQaJsHdP3GGWW10/oVwdsA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kl09xBFGyr6gL1QiXKH+U0NdveTpk33p6qSi44GTMVpLcAbUjF4MHT+UTgAP7ndMj 8LI3kax4VNcIQZSXlXQQKRWSRzGjS3I9eI0OuvQKCA8NRXVv8SPAxoMVLamCj1pWfB sBGADnzwouvTMH0mrvvhKADHA0c2cyAAKOkvH64U= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Stephane Eranian , "Peter Zijlstra (Intel)" , Andi Kleen , Jiri Olsa , Kan Liang , Arnaldo Carvalho de Melo , Sasha Levin Subject: [PATCH 4.19 004/110] perf/core: Restore mmap record type correctly Date: Thu, 18 Apr 2019 19:55:53 +0200 Message-Id: <20190418160437.900878628@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190418160437.484158340@linuxfoundation.org> References: <20190418160437.484158340@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit d9c1bb2f6a2157b38e8eb63af437cb22701d31ee ] On mmap(), perf_events generates a RECORD_MMAP record and then checks which events are interested in this record. There are currently 2 versions of mmap records: RECORD_MMAP and RECORD_MMAP2. MMAP2 is larger. The event configuration controls which version the user level tool accepts. If the event->attr.mmap2=1 field then MMAP2 record is returned. The perf_event_mmap_output() takes care of this. It checks attr->mmap2 and corrects the record fields before putting it in the sampling buffer of the event. At the end the function restores the modified MMAP record fields. The problem is that the function restores the size but not the type. Thus, if a subsequent event only accepts MMAP type, then it would instead receive an MMAP2 record with a size of MMAP record. This patch fixes the problem by restoring the record type on exit. Signed-off-by: Stephane Eranian Acked-by: Peter Zijlstra (Intel) Cc: Andi Kleen Cc: Jiri Olsa Cc: Kan Liang Fixes: 13d7a2410fa6 ("perf: Add attr->mmap2 attribute to an event") Link: http://lkml.kernel.org/r/20190307185233.225521-1-eranian@google.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- kernel/events/core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/events/core.c b/kernel/events/core.c index aa996a0854b9..87bd96399d1c 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c @@ -7178,6 +7178,7 @@ static void perf_event_mmap_output(struct perf_event *event, struct perf_output_handle handle; struct perf_sample_data sample; int size = mmap_event->event_id.header.size; + u32 type = mmap_event->event_id.header.type; int ret; if (!perf_event_mmap_match(event, data)) @@ -7221,6 +7222,7 @@ static void perf_event_mmap_output(struct perf_event *event, perf_output_end(&handle); out: mmap_event->event_id.header.size = size; + mmap_event->event_id.header.type = type; } static void perf_event_mmap_event(struct perf_mmap_event *mmap_event) -- 2.19.1