[PATCH v2] integrity: Extract secure boot enquiry function out of IMA

2025-06-27 Thread GONG Ruiqi
Commit 92ad19559ea9 ("integrity: Do not load MOK and MOKx when secure boot be disabled") utilizes arch_ima_get_secureboot() to perform a secure boot status check before loading the Machine Owner Key (MOK). However, only when CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y can this function be functional, w

Re: [PATCH RESEND] integrity: Extract secure boot enquiry function out of IMA

2025-06-27 Thread GONG Ruiqi
On 2025/06/27 23:56, Alexander Gordeev wrote: > On Thu, Jun 26, 2025 at 10:36:17AM +0800, GONG Ruiqi wrote: > > Hi GONG, > > ... >> Compile-tested for powerpc, s390 and x86, all with allmodconfig. > > This breaks defconfig and debug_defconfig builds on s390 > since IMA_ARCH_POLICY=n in these

Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API

2025-06-27 Thread Leon Romanovsky
On Fri, Jun 27, 2025 at 03:44:10PM +0200, Marek Szyprowski wrote: > On 25.06.2025 15:18, Leon Romanovsky wrote: > > This series refactors the DMA mapping to use physical addresses > > as the primary interface instead of page+offset parameters. This > > change aligns the DMA API with the underlying

Re: [PATCH] kmap: fix header include to reflect actual path

2025-06-27 Thread Christophe Leroy
Le 27/06/2025 à 17:32, Aurabindo Pillai a écrit : [Vous ne recevez pas souvent de courriers de aurabindo.pil...@amd.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] There are plenty of header includes like: #include Yes and in reality

Re: [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses

2025-06-27 Thread Alexander Potapenko
On Thu, Jun 26, 2025 at 8:45 PM Leon Romanovsky wrote: > > On Thu, Jun 26, 2025 at 07:43:06PM +0200, Alexander Potapenko wrote: > > On Wed, Jun 25, 2025 at 3:19 PM Leon Romanovsky wrote: > > > > > > From: Leon Romanovsky Acked-by: Alexander Potapenko > > > > Hi Leon, > > > > > > > > Convert th

Re: [PATCH RESEND] integrity: Extract secure boot enquiry function out of IMA

2025-06-27 Thread Alexander Gordeev
On Thu, Jun 26, 2025 at 10:36:17AM +0800, GONG Ruiqi wrote: Hi GONG, ... > Compile-tested for powerpc, s390 and x86, all with allmodconfig. This breaks defconfig and debug_defconfig builds on s390 since IMA_ARCH_POLICY=n in these configurations and thus CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=n as

[PATCH] kmap: fix header include to reflect actual path

2025-06-27 Thread Aurabindo Pillai
There are plenty of header includes like: #include However, the file kmap_size.h is actually inside the folder asm-generic. Fix the includes in various header files so that the correct path is referenced in the source, so rename them to: #include Signed-off-by: Aurabindo Pilla

Re: [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()

2025-06-27 Thread David Hildenbrand
On 23.06.25 17:42, Zi Yan wrote: On 23 Jun 2025, at 11:33, David Hildenbrand wrote: On 18.06.25 20:48, Zi Yan wrote: On 18 Jun 2025, at 14:39, Matthew Wilcox wrote: On Wed, Jun 18, 2025 at 02:14:15PM -0400, Zi Yan wrote: On 18 Jun 2025, at 13:39, David Hildenbrand wrote: ... and start mov

Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API

2025-06-27 Thread Marek Szyprowski
On 25.06.2025 15:18, Leon Romanovsky wrote: > This series refactors the DMA mapping to use physical addresses > as the primary interface instead of page+offset parameters. This > change aligns the DMA API with the underlying hardware reality where > DMA operations work with physical addresses, not