[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <2b6336d1-34e0-48dd-b901-7b5208045597@app.fastmail.com>
Date: Wed, 17 Jul 2024 08:01:43 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Masahiro Yamada" <masahiroy@...nel.org>, linux-kernel@...r.kernel.org,
Linux-Arch <linux-arch@...r.kernel.org>,
linux-arm-kernel@...ts.infradead.org,
"linux-csky@...r.kernel.org" <linux-csky@...r.kernel.org>,
linux-hexagon@...r.kernel.org, loongarch@...ts.linux.dev,
"linux-openrisc@...r.kernel.org" <linux-openrisc@...r.kernel.org>,
linux-snps-arc@...ts.infradead.org
Subject: Re: [GIT PULL] asm-generic updates for 6.11
On Wed, Jul 17, 2024, at 07:08, Linus Torvalds wrote:
> On Tue, 16 Jul 2024 at 21:57, Linus Torvalds
> <torvalds@...ux-foundation.org> wrote:
>>
>> Note, it really might be just 'allmodconfig'. We've had things that
>> depend on config entries in the past, eg the whole
>> CONFIG_HEADERS_INSTALL etc could affect things.
I had tried a partial allmodconfig build earlier to save time,
did a full build again now, still nothing:
arnd@...dio:~/arm-soc/bisect$ make allmodconfig -sj20
arnd@...dio:~/arm-soc/bisect$ make -sj20
arnd@...dio:~/arm-soc/bisect$ touch .config
arnd@...dio:~/arm-soc/bisect$ make allmodconfig -sj20
arnd@...dio:~/arm-soc/bisect$ make -j20
SYNC include/config/auto.conf.cmd
CALL scripts/checksyscalls.sh
CHK kernel/kheaders_data.tar.xz
arnd@...dio:~/arm-soc/bisect$ find . -newer .config
.
./arch/arm64/kvm
./include/config
./include/config/auto.conf.cmd
./include/config/auto.conf
./include/generated
./include/generated/uapi/linux
./include/generated/autoconf.h
./include/generated/rustc_cfg
./init
./kernel
./lib
./scripts/mod
./.missing-syscalls.d
This is in a fresh worktree, doing a native arm64 build
in the source directory. In case the problem is related to
changes in high-resolution timestamping, I am running
a slightly older kernel (still 6.8) and I'm using btrfs
with relatime for the build here. I also tried on tmpfs
now, same results. ccache is disabled.
Arnd
Powered by blists - more mailing lists