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
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
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
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
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
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
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
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
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