Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2663019pxj; Mon, 14 Jun 2021 04:20:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFbBHHoEyuM9Td7PVXpGesxU25/wPL1RDwWm7JmWMh8z/rBhd1lD+Fy1aRmaAlPafO8Lv+ X-Received: by 2002:a17:906:3042:: with SMTP id d2mr15151655ejd.234.1623669657582; Mon, 14 Jun 2021 04:20:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623669657; cv=none; d=google.com; s=arc-20160816; b=ZWSMJPlpOUu1xB9VIqh/ykbRIbFUNebuwW2HWmcmKcXzdVmYcyMIvvobU7VSS62mDl L2SKZs/+Rt2cX10c7yw3S4XULrdL5GCsaNHSjuRe9iuM+8TComkEo7W1qLxak7oAcX+j aOZErTQQzH6DJIBo5GQyinmLirqKQE9xOyN9KHvZ2zfW0R7qY+WmlkwRB48I+l04m8Kp GHzymxsy5QDWfpHApxhbvQXtocBgQvSz3PQgHuC13dV4cMoFJ7aBbcwE56aQKzlZlfE9 hj27jPtx4hK2boD4jwqRnGOwb/r53T7J58LCrPquI5OTkuEEWHwfi+M8lzVDJy+4h7wY ayyw== 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=ImFiUorPRIQtDM4GXKUKCCONKHUQ0rwK0d6N95nmUho=; b=leS9U/eqyx+C1NwwnEPzU+9+ljyKv474XspU5QMDDMNL2iSagZr+Dd22V2gRuQABq9 XVRi/D+oY7b0dvj0IN3bqVyCmJ2ddTyL91n6FzSY+KcNM8H6alRlO4Z3amit7Vo+/RcH WoK9MXdHtY1BtxSQgbv9V9+zXfafSiV1km635TxBGTPtsVTQcBdG6aTmxyS03W0NxYYf OR4ssrkEBtzvZlK/bnqLKH5Wmurj3DK57RiFu9AfU+xceSEYg6IKhf4Yi5v5bjyrJP3w JhdxUzF4SbjjcCREDrq+SmQy6kTSHNfqCgbv+m3iI2PtWyV7oSEGr/T13fiF2CQeOoe6 g9/g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=LOIQZCPm; 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 a11si11071890edn.126.2021.06.14.04.20.35; Mon, 14 Jun 2021 04:20:57 -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=LOIQZCPm; 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 S236052AbhFNLUK (ORCPT + 99 others); Mon, 14 Jun 2021 07:20:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:39540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234235AbhFNLHx (ORCPT ); Mon, 14 Jun 2021 07:07:53 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3437E6143B; Mon, 14 Jun 2021 10:46:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623667569; bh=EQ6y0pZz4laLx9qhCPoyfofPdJvZrEAeH1YaFEmb3rA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LOIQZCPm8gRkv14QcyKL48IeERp/oic9AI4WCvh7MvqH6UR3EjWdmP4419ZE+JBf3 E2JIUtNmmD7hoIrvLpaDcceKPz1tHSeo0KPWX/6mvO+4MWDxtrqbWo0o0ujfiENULH JxTtRqDF3k14/9OGCI/QnqhX+eURvv46rKkHltqI= 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 5.10 122/131] perf session: Correct buffer copying when peeking events Date: Mon, 14 Jun 2021 12:28:03 +0200 Message-Id: <20210614102657.164247593@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210614102652.964395392@linuxfoundation.org> References: <20210614102652.964395392@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 63b619084b34..9dddec19a494 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -1699,6 +1699,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