lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ldy727sm.ffs@tglx>
Date: Mon, 28 Oct 2024 23:15:37 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: Jinjie Ruan <ruanjinjie@...wei.com>, oleg@...hat.com,
 linux@...linux.org.uk, will@...nel.org, mark.rutland@....com,
 catalin.marinas@....com, sstabellini@...nel.org, maz@...nel.org,
 peterz@...radead.org, luto@...nel.org, kees@...nel.org, wad@...omium.org,
 akpm@...ux-foundation.org, samitolvanen@...gle.com, arnd@...db.de,
 ojeda@...nel.org, rppt@...nel.org, hca@...ux.ibm.com,
 aliceryhl@...gle.com, samuel.holland@...ive.com, paulmck@...nel.org,
 aquini@...hat.com, petr.pavlu@...e.com, ruanjinjie@...wei.com,
 viro@...iv.linux.org.uk, rmk+kernel@...linux.org.uk, ardb@...nel.org,
 wangkefeng.wang@...wei.com, surenb@...gle.com, linus.walleij@...aro.org,
 yangyj.ee@...il.com, broonie@...nel.org, mbenes@...e.cz,
 puranjay@...nel.org, pcc@...gle.com, guohanjun@...wei.com,
 sudeep.holla@....com, Jonathan.Cameron@...wei.com, prarit@...hat.com,
 liuwei09@...tc.cn, dwmw@...zon.co.uk, oliver.upton@...ux.dev,
 kristina.martsenko@....com, ptosi@...gle.com, frederic@...nel.org,
 vschneid@...hat.com, thiago.bauermann@...aro.org, joey.gouly@....com,
 liuyuntao12@...wei.com, leobras@...hat.com, linux-kernel@...r.kernel.org,
 linux-arm-kernel@...ts.infradead.org, xen-devel@...ts.xenproject.org
Subject: Re: [PATCH -next v4 15/19] entry: Add arch
 irqentry_exit_need_resched() for arm64

On Mon, Oct 28 2024 at 19:05, Thomas Gleixner wrote:

> On Fri, Oct 25 2024 at 18:06, Jinjie Ruan wrote:
>
>> As the front patch 6 ~ 13 did, the arm64_preempt_schedule_irq() is
>
> Once this series is applied nobody knows what 'front patch 6 ~ 13' did.
>
>> same with the irq preempt schedule code of generic entry besides those
>> architecture-related logic called arm64_irqentry_exit_need_resched().
>>
>> So add arch irqentry_exit_need_resched() to support architecture-related
>> need_resched() check logic, which do not affect existing architectures
>> that use generic entry, but support arm64 to use generic irq entry.
>
> Simply say:
>
>  ARM64 requires an additional whether to reschedule on return from

  ARM64 requires an additional check whether to reschedule on return from

obviously...

>  interrupt.
>
>  Add arch_irqentry_exit_need_resched() as the default NOOP
>  implementation and hook it up into the need_resched() condition in
>  raw_irqentry_exit_cond_resched().
>
>  This allows ARM64 to implement the architecture specific version for
>  switchting over to the generic entry code.
>
> That explains things completely independently. Hmm?
>
> Thanks,
>
>         tglx

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ