[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wi9aEe9BuiM2DQNsGoUg=ZeQS6EfOs+0pz3kTZ=qvf=pg@mail.gmail.com>
Date: Mon, 8 Jan 2024 18:06:06 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org, "the arch/x86 maintainers" <x86@...nel.org>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [GIT PULL] x86/mm changes for v6.8
On Mon, 8 Jan 2024 at 03:35, Ingo Molnar <mingo@...nel.org> wrote:
>
> - Robustify pfn_to_kaddr()
>
> - Improve the __untagged_addr() code: RIP-relative addresses are fine these days
> and generate better code, and update misleading/outdated comments as well.
This does not even compile for me.
arch/x86/include/asm/uaccess_64.h: In function ‘__untagged_addr’:
arch/x86/include/asm/uaccess_64.h:25:28: error: implicit declaration
of function ‘__my_cpu_var’; did you mean ‘put_cpu_var’?
[-Werror=implicit-function-declaration]
WTH?
Maybe this has worked in your tree by mistake because there was some
branch dependency that just happened to work out because you had
merged things in a different order.
But that would very much not be ok regardless. Those branches should
be tested independently, and clearly they were not.
Linus
Powered by blists - more mailing lists