[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250507044754.GC28402@lst.de>
Date: Wed, 7 May 2025 06:47:54 +0200
From: Christoph Hellwig <hch@....de>
To: Kees Cook <kees@...nel.org>
Cc: Keith Busch <kbusch@...nel.org>, kernel test robot <lkp@...el.com>,
Jens Axboe <axboe@...nel.dk>, Christoph Hellwig <hch@....de>,
Sagi Grimberg <sagi@...mberg.me>, linux-nvme@...ts.infradead.org,
Chaitanya Kulkarni <kch@...dia.com>, linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] nvme-pci: Make nvme_pci_npages_prp() __always_inline
On Tue, May 06, 2025 at 08:35:40PM -0700, Kees Cook wrote:
> The only reason nvme_pci_npages_prp() could be used as a compile-time
> known result in BUILD_BUG_ON() is because the compiler was always choosing
> to inline the function. Under special circumstances (sanitizer coverage
> functions disabled for __init functions on ARCH=um), the compiler decided
> to stop inlining it:
Can we place just fix um to still force inlining inline functions instead
of needing these workarounds?
Powered by blists - more mailing lists