Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2643360pxj; Mon, 14 Jun 2021 03:52:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwwqDcbbrSjGXtxpkbC2/Q0xcgIJefVdxbZRSFxcDwSPyQ5YR4gfSolBwtR132OVvGcOSvq X-Received: by 2002:a50:fc9a:: with SMTP id f26mr16006227edq.216.1623667930584; Mon, 14 Jun 2021 03:52:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623667930; cv=none; d=google.com; s=arc-20160816; b=fs4Sj05R2p+2wnEnnGz4gY81KBAxngzj+fSY18MNpmTO592RNDxT078ECqOM65ot5q ibmQ8zfi+4z7EkeV3A9T/5SpKZTSTGsLRpnCKPjSgi0dntetFM2aeHqEmzzzanX/Z6de v0ESURBbvDpqgN2saV4e0ODSObC354kKafWXvD3PP6BYtpDyVb8UjcLka1kNGDmuJj3D +se71GrIGVqihTGPGwUXkjXdLu6a/46GOc6aPc89tpA+O+PfytI3XuzL+aRsQu0ewgUR QY/t7f/+F+ZAArxbfFoLUqOIEFQjR5O6fAah7d7aaMkaGK3E2IgAwGoBq9G4z0vCvTAn Vgiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=02G9aVApv1HZrPfRIN01HQFLjtBPAJ4guhnhScTHi18=; b=wd3+YkZWoJOrCgcuhkBbHO6HjxisBhxqlqsovRD0ktgxgBXVGhUy70ChpKao992YqD 8e5tnebZfjBWcqubVFGjhR+13B0AizcwLOdcuuaMFoPkzL/hloAv6vvO/KW/3qv0W2zS XCZYx+0l5CB/zZonTI92IeZKuFVXimMii6AfeLYD7LSF9J/MGkAUBWnBO1SJm5GGzgcV HEtCVtZyS4Pc5pxOZ8039vCR3ssQbmMvNFORakGx4KtFfCYaULEzTeE2X2NkVGMIIcjf n2r5mBKMbWDHRjSyETTfd8GqUvectBQIaxz+E8On+duOn/oiEmnj7DFObmtYagE7bf+l l7OQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=GCEsJG5i; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g12si11763200edp.364.2021.06.14.03.51.48; Mon, 14 Jun 2021 03:52:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=GCEsJG5i; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232931AbhFNKwo (ORCPT + 99 others); Mon, 14 Jun 2021 06:52:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:50316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232796AbhFNKp4 (ORCPT ); Mon, 14 Jun 2021 06:45:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 82ABA613D3; Mon, 14 Jun 2021 10:36:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623666999; bh=Zrnh7qmLrObb24IuG3WZ+Fx9/p+T9L6ChHDry08hZrs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GCEsJG5iunNh4CYmyP3YY174pJx1j7rW/y8MkRb4b31h5tyQsuNnplSydziZc7JqH qMuJLp4OtzFzs2lpt59zwT0BtBrhaAfmS/H2NX2ZoJZmUmzi2m6L49zqMvjbtSHzBN ximeFta3A7yGLtPEo5igdSliBCNZ2VLaBU2fgpJs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Leo Yan , Adrian Hunter , Jiri Olsa , Alexander Shishkin , Kan Liang , Mark Rutland , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo , Sasha Levin Subject: [PATCH 4.19 58/67] perf session: Correct buffer copying when peeking events Date: Mon, 14 Jun 2021 12:27:41 +0200 Message-Id: <20210614102645.729398944@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210614102643.797691914@linuxfoundation.org> References: <20210614102643.797691914@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Leo Yan [ Upstream commit 197eecb6ecae0b04bd694432f640ff75597fed9c ] When peeking an event, it has a short path and a long path. The short path uses the session pointer "one_mmap_addr" to directly fetch the event; and the long path needs to read out the event header and the following event data from file and fill into the buffer pointer passed through the argument "buf". The issue is in the long path that it copies the event header and event data into the same destination address which pointer "buf", this means the event header is overwritten. We are just lucky to run into the short path in most cases, so we don't hit the issue in the long path. This patch adds the offset "hdr_sz" to the pointer "buf" when copying the event data, so that it can reserve the event header which can be used properly by its caller. Fixes: 5a52f33adf02 ("perf session: Add perf_session__peek_event()") Signed-off-by: Leo Yan Acked-by: Adrian Hunter Acked-by: Jiri Olsa Cc: Alexander Shishkin Cc: Kan Liang Cc: Mark Rutland Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lore.kernel.org/lkml/20210605052957.1070720-1-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- tools/perf/util/session.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 6a2037b52098..3be1534f1f03 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -1478,6 +1478,7 @@ int perf_session__peek_event(struct perf_session *session, off_t file_offset, if (event->header.size < hdr_sz || event->header.size > buf_sz) return -1; + buf += hdr_sz; rest = event->header.size - hdr_sz; if (readn(fd, buf, rest) != (ssize_t)rest) -- 2.30.2