Merge remote-tracking branch 'torvalds/master' into perf/core
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Oct 2021 14:03:02 +0000 (11:03 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Oct 2021 14:03:02 +0000 (11:03 -0300)
To pick up the fixes from upstream.

Fix simple conflict on session.c related to the file position fix that
went upstream and is touched by the active decomp changes in perf/core.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1  2 
tools/perf/util/session.c

@@@ -2122,8 -2116,8 +2122,8 @@@ fetch_decomp_event(u64 head, size_t mma
  static int __perf_session__process_decomp_events(struct perf_session *session)
  {
        s64 skip;
-       u64 size, file_pos = 0;
+       u64 size;
 -      struct decomp *decomp = session->decomp_last;
 +      struct decomp *decomp = session->active_decomp->decomp_last;
  
        if (!decomp)
                return 0;