From: Francesco Dolcini <francesco@dolcini.it>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@nabladev.com, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
sr@sladewatkins.com
Subject: Re: [PATCH 6.1 0000/1067] 6.1.178-rc1 review
Date: Wed, 22 Jul 2026 08:19:21 +0200 [thread overview]
Message-ID: <20260722061921.GA23972@francesco-nb> (raw)
In-Reply-To: <20260721152424.521567757@linuxfoundation.org>
Hello Greg
On Tue, Jul 21, 2026 at 05:10:01PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.178 release.
> There are 1067 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
It does not build to me.
file_offset in struct perf_sample missing?
07-21:17:58:43 | arm-tdx-linux-gnueabi-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9=/usr/src/debug/perf/1.0-r9 -fdebug-prefix-map=/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9=/usr/src/debug/perf/1.0-r9 -fdebug-prefix-map=/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/recipe-sysroot= -fdebug-prefix-map=/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/recipe-sysroot-native= --sysroot=/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/recipe-sysroot -Wp,-MD,/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/libbpf/staticobjs/.nlattr.o.d -Wp,-MT,/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/libbpf/staticobjs/nlattr.o -ldw -std=gnu89 -Wbad-function-cast -Wdeclaration-after-statement -Wformat-security -Wformat-y2k -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wpacked -Wredundant-decls -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wwrite-strings -Wformat -Wno-type-limits -Wstrict-aliasing=3 -Wshadow -Wno-switch-enum -Werror -Wall -I/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/libbpf/ -I/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/tools/include -I/workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/tools/include/uapi -fvisibility=hidden -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BUILD_STR(s)=#s" -c -o /workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/libbpf/staticobjs/nlattr.o nlattr.c
07-21:17:58:43 | In file included from builtin-sched.c:28:
07-21:17:58:43 | builtin-sched.c: In function 'latency_switch_event':
07-21:17:58:43 | builtin-sched.c:1182:34: error: 'struct perf_sample' has no member named 'file_offset'
07-21:17:58:43 | 1182 | sample->file_offset, cpu);
07-21:17:58:43 | | ^~
07-21:17:58:43 | util/debug.h:24:44: note: in definition of macro 'pr_warning'
07-21:17:58:43 | 24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
07-21:17:58:43 | | ^~~~~~~~~~~
07-21:17:58:43 | builtin-sched.c: In function 'latency_runtime_event':
07-21:17:58:43 | builtin-sched.c:1260:34: error: 'struct perf_sample' has no member named 'file_offset'
07-21:17:58:43 | 1260 | sample->file_offset, cpu);
07-21:17:58:43 | | ^~
07-21:17:58:43 | util/debug.h:24:44: note: in definition of macro 'pr_warning'
07-21:17:58:43 | 24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
07-21:17:58:43 | | ^~~~~~~~~~~
07-21:17:58:43 | builtin-sched.c: In function 'map_switch_event':
07-21:17:58:43 | builtin-sched.c:1622:34: error: 'struct perf_sample' has no member named 'file_offset'
07-21:17:58:43 | 1622 | sample->file_offset, this_cpu.cpu);
07-21:17:58:43 | | ^~
07-21:17:58:43 | util/debug.h:24:44: note: in definition of macro 'pr_warning'
07-21:17:58:43 | 24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
07-21:17:58:43 | | ^~~~~~~~~~~
07-21:17:58:43 | make -f /workdir/oe/tmp/work/apalis_imx6-tdx-linux-gnueabi/perf/1.0-r9/perf-1.0/tools/build/Makefile.build dir=./arch obj=perf
Francesco
next prev parent reply other threads:[~2026-07-22 6:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 15:10 [PATCH 6.1 0000/1067] 6.1.178-rc1 review Greg Kroah-Hartman
2026-07-21 15:20 ` [PATCH 6.1 0610/1067] rtc: ds1307: handle oscillator stop flag for ds1337/ds1339/ds3231 Greg Kroah-Hartman
2026-07-21 15:21 ` [PATCH 6.1 0680/1067] arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range() Greg Kroah-Hartman
2026-07-21 17:03 ` [PATCH 6.1 0000/1067] 6.1.178-rc1 review Florian Fainelli
2026-07-21 22:20 ` Brett A C Sheffield
2026-07-22 1:51 ` Peter Schneider
2026-07-22 6:19 ` Francesco Dolcini [this message]
2026-07-22 11:03 ` Ron Economos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260722061921.GA23972@francesco-nb \
--to=francesco@dolcini.it \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@nabladev.com \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=sr@sladewatkins.com \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox