Re: [PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache

2024-12-04 Thread Eric Snowberg
> On Dec 4, 2024, at 3:44 AM, Roberto Sassu > wrote: > > On Tue, 2024-12-03 at 20:06 +, Eric Snowberg wrote: >> >>> On Nov 26, 2024, at 3:41 AM, Roberto Sassu >>> wrote: >>> >>> On Tue, 2024-11-26 at 00:13 +, Eric Snowberg wrote: > On Nov 19, 2024, at 3:49 AM, Roberto Sas

Re: [PATCH 5/5] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

2024-12-04 Thread Yicong Yang
On 2024/12/3 17:38, Marc Zyngier wrote: > On Mon, 02 Dec 2024 13:55:04 +, > Yicong Yang wrote: >> >> From: Yicong Yang >> >> FEAT_LS64* instructions only support to access Device/Uncacheable >> memory, otherwise a data abort for unsupported Exclusive or atomic > > Not quite. FEAT_LS64WB expl

Re: [PATCH 2/5] arm64: Add support for FEAT_{LS64, LS64_V, LS64_ACCDATA}

2024-12-04 Thread Yicong Yang
On 2024/12/3 17:38, Marc Zyngier wrote: > On Mon, 02 Dec 2024 13:55:01 +, > Yicong Yang wrote: >> >> From: Yicong Yang >> >> Armv8.7 introduces single-copy atomic 64-byte loads and stores >> instructions and its variants named under FEAT_{LS64, LS64_V, >> LS64_ACCDATA}. These features are ide

Re: [PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache

2024-12-04 Thread Roberto Sassu
On Tue, 2024-12-03 at 20:06 +, Eric Snowberg wrote: > > > On Nov 26, 2024, at 3:41 AM, Roberto Sassu > > wrote: > > > > On Tue, 2024-11-26 at 00:13 +, Eric Snowberg wrote: > > > > > > > On Nov 19, 2024, at 3:49 AM, Roberto Sassu > > > > wrote: > > > > > > > > From: Roberto Sassu >

[PATCH v4 1/5] docs: maintainer-pgp-guide.rst: add a reference for kernel.org sign

2024-12-04 Thread Mauro Carvalho Chehab
The media profile documentation will point to kernel.org sign. Add a link to it. Signed-off-by: Mauro Carvalho Chehab --- Patch resent, as linux-media was not on its Cc list. Documentation/process/maintainer-pgp-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/pro

Re: [PATCH net-next 2/4] netconsole: Add option to auto-populate CPU number in userdata

2024-12-04 Thread Breno Leitao
if (child_count >= MAX_USERDATA_ITEMS) return ERR_PTR(-ENOSPC); I've sent an additional test for this mechanism, and make the check in update_userdata() a warning instead of just silently dropping the entry. https://lore.kernel.org/all/20241204-netcons_overflow_test-v1-0-a85a8d0ac...@debian.org/