Future changes will need to add a field to struct vm_unmapped_area_info.
This would cause trouble for any archs that don't initialize the
struct. Currently every user sets each field, so if new fields are
added, the core code parsing the struct will see garbage in the new
field.
It could be possib
https://bugzilla.kernel.org/show_bug.cgi?id=207129
Erhard F. (erhar...@mailbox.org) changed:
What|Removed |Added
Status|CLOSED |REOPENED
Resol
https://bugzilla.kernel.org/show_bug.cgi?id=207129
--- Comment #9 from Erhard F. (erhar...@mailbox.org) ---
Created attachment 305910
--> https://bugzilla.kernel.org/attachment.cgi?id=305910&action=edit
kernel .config (6.8-rc6, KASAN_INLINE=y, PowerMac G4 DP)
--
You may reply to this email to
On Tue, Feb 27, 2024 at 12:15 AM Arnd Bergmann wrote:
>
> From: Arnd Bergmann
>
> Most architectures only support a single hardcoded page size. In order
> to ensure that each one of these sets the corresponding Kconfig symbols,
> change over the PAGE_SHIFT definition to the common one and allow
>
On 2/25/24 22:55, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240223:
>
on powerpc32:
In file included from ./arch/powerpc/include/generated/asm/div64.h:1,
from ../include/linux/math.h:6,
from ../include/linux/kernel.h:27,
from ../
Thanks for the reply.
On 2024/2/26 18:49, Michael Ellerman wrote:
Kunwu Chan writes:
This part was commented from commit 6d492ecc6489
("powerpc/THP: Add code to handle HPTE faults for hugepages")
in about 11 years before.
If there are no plans to enable this part code in the future,
we can re
On Mon, Feb 26, 2024 at 9:55 PM Nicolas Dufresne wrote:
>
> Le lundi 26 février 2024 à 16:28 +0800, Shengjiu Wang a écrit :
> > The audio sample format definition is from alsa,
> > the header file is include/uapi/sound/asound.h, but
> > don't include this header file directly, because in
> > user
On Mon, Feb 26, 2024 at 9:55 PM Nicolas Dufresne
wrote:
>
> Le lundi 26 février 2024 à 16:28 +0800, Shengjiu Wang a écrit :
> > The audio sample format definition is from alsa,
> > the header file is include/uapi/sound/asound.h, but
> > don't include this header file directly, because in
> > user
在 2024/2/26 10:09, Bitao Hu 写道:
The soft lockup detector lacks a mechanism to identify interrupt storms
as root cause of a lockup. To enable this the detector needs a
mechanism to snapshot the interrupt count statistics on a CPU when the
detector observes a potential lockup scenario and compare
Kunwu Chan writes:
> Thanks for the reply.
>
> On 2024/2/26 18:49, Michael Ellerman wrote:
>> Kunwu Chan writes:
>>> This part was commented from commit 6d492ecc6489
>>> ("powerpc/THP: Add code to handle HPTE faults for hugepages")
>>> in about 11 years before.
>>>
>>> If there are no plans to en
Le 26/02/2024 à 20:09, Rick Edgecombe a écrit :
> Future changes will need to add a field to struct vm_unmapped_area_info.
> This would cause trouble for any archs that don't initialize the
> struct. Currently every user sets each field, so if new fields are
> added, the core code parsing the str
在 2024/2/26 10:09, Bitao Hu 写道:
We could use the irq_desc::tot_count member to avoid the summation
loop for interrupts which are not marked as 'PER_CPU' interrupts in
'show_interrupts'. This could reduce the time overhead of reading
/proc/interrupts.
Originally-by: Thomas Gleixner
Signed-off-
101 - 112 of 112 matches
Mail list logo