Re: [ANNOUNCE] v5.11-rc4-rt1

2021-01-21 Thread Ahmed S. Darwish
On Thu, Jan 21, 2021 at 09:50:08PM +0100, Pavel Machek wrote:
> Hi!
>
> > I'm pleased to announce the v5.11-rc4-rt1 patch set.
> >
> > Changes since v5.10.8-rt24:
> >
> >   - Updated to v5.11-rc4
> >
> > Known issues
> >  - kdb/kgdb can easily deadlock.
> >  - kmsg dumpers expecting not to be called in parallel can clobber
> >their temp buffer.
> >  - netconsole triggers WARN.
>
> I noticed... lot of code using in_interrupt() to decide what to do is
> making it to 5.10-stable at the moment (and I guess that means
> vanilla, too).
>
> I have recollection that that is not okay thing to do. Am I right?
>

Correct. These macros should not be added to new, non-core, kernel code.

There's an on-going effort to clear them already, as in:

  - https://lkml.kernel.org/r/20201019100629.419020...@linutronix.de
(merged)
  - https://lkml.kernel.org/r/20201126132952.2287996-1-bige...@linutronix.de
(merged)
  - https://lkml.kernel.org/r/20210118100955.1761652-1-a.darw...@linutronix.de  
(to be merged)

> Examples: 8abec36d1274bbd5ae8f36f3658b9abb3db56c31,
> d68b29584c25dbacd01ed44a3e45abb35353f1de.
>

That's sad.

Maybe it would be wise to let a bot scan lore regularly, and send an
automatic notification to authors whenever their patches reintroduce
these macros to non-core kernel code.

Thanks,

--
Ahmed S. Darwish


Re: [ANNOUNCE] v5.11-rc4-rt1

2021-01-21 Thread Pavel Machek
Hi!

> I'm pleased to announce the v5.11-rc4-rt1 patch set. 
> 
> Changes since v5.10.8-rt24:
> 
>   - Updated to v5.11-rc4
> 
> Known issues
>  - kdb/kgdb can easily deadlock.
>  - kmsg dumpers expecting not to be called in parallel can clobber
>their temp buffer.
>  - netconsole triggers WARN.

I noticed... lot of code using in_interrupt() to decide what to do is
making it to 5.10-stable at the moment (and I guess that means
vanilla, too).

I have recollection that that is not okay thing to do. Am I right?

Examples: 8abec36d1274bbd5ae8f36f3658b9abb3db56c31,
d68b29584c25dbacd01ed44a3e45abb35353f1de.

Best regards,
Pavel
-- 
http://www.livejournal.com/~pavelmachek


signature.asc
Description: PGP signature


[ANNOUNCE] v5.11-rc4-rt1

2021-01-21 Thread Sebastian Andrzej Siewior
Dear RT folks!

I'm pleased to announce the v5.11-rc4-rt1 patch set. 

Changes since v5.10.8-rt24:

  - Updated to v5.11-rc4

Known issues
 - kdb/kgdb can easily deadlock.
 - kmsg dumpers expecting not to be called in parallel can clobber
   their temp buffer.
 - netconsole triggers WARN.

You can get this release via the git tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git 
v5.11-rc4-rt1

The RT patch against v5.11-rc4 can be found here:


https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.11/older/patch-5.11-rc4-rt1.patch.xz

The split quilt queue is available at:


https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.11/older/patches-5.11-rc4-rt1.tar.xz

Sebastian