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