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] [day] [month] [year] [list]
Message-ID: <2024091116-anemia-tweezers-2fab@gregkh>
Date: Wed, 11 Sep 2024 15:03:23 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
	linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org, shuah@...nel.org, patches@...nelci.org,
	lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
	f.fainelli@...il.com, sudipm.mukherjee@...il.com,
	srw@...dewatkins.net, rwarsow@....de, conor@...nel.org,
	allen.lkml@...il.com, broonie@...nel.org,
	Helge Deller <deller@....de>
Subject: Re: [PATCH 5.4 000/134] 5.4.283-rc1 review

On Thu, Sep 05, 2024 at 10:52:05AM -0700, Guenter Roeck wrote:
> On 9/1/24 09:15, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.4.283 release.
> > There are 134 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> > 
> > Responses should be made by Tue, 03 Sep 2024 16:07:34 +0000.
> > Anything received after that time might be too late.
> > 
> [ ... ]
> 
> > Helge Deller <deller@....de>
> >      parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
> > 
> 
> irq_enter_rcu() does not exist in v5.4.y and v4.19.y, resulting in the following
> build errors in v4.19.y and v5.4.y.
> 
> Building parisc:allnoconfig ... failed
> --------------
> Error log:
> arch/parisc/kernel/irq.c: In function 'do_cpu_irq_mask':
> arch/parisc/kernel/irq.c:523:9: error: implicit declaration of function 'irq_enter_rcu'; did you mean 'irq_enter'? [-Werror=implicit-function-declaration]
>   523 |         irq_enter_rcu();
>       |         ^~~~~~~~~~~~~
>       |         irq_enter
> arch/parisc/kernel/irq.c:558:9: error: implicit declaration of function 'irq_exit_rcu'; did you mean 'irq_exit'? [-Werror=implicit-function-declaration]
>   558 |         irq_exit_rcu();
>       |         ^~~~~~~~~~~~
>       |         irq_exit
> 

Now fixed, sorry for the delay.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ