2022-05-06 19:27 UTC+02:00, Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>: > Dear RT folks! > > I'm pleased to announce the v5.18-rc5-rt5 patch set. > > Changes since v5.18-rc5-rt4: > > - Replace the ptrace patch with v4 of Eric W. Biederman's rework plus > a smaller patch on top to get it to work. > > - Drop get_cpu_light from the series: > > - Replace the crypto/cryptd patch with an alternative version. > > - Replace the nfs/sunrpc patch with an alternative version. > > - Replace the vmalloc related patch with an alternative version. > > - Replace the block-mq related patch with an alternative version. > > - Replace the scsi/fcoe patch with two patches by Davidlohr Bueso plus > two additional patches in order to tackle two remaining issues in > that area. > > - Drop the preempt-disable -> migrate-disable replacement in kvm on > arm64. It seems no longer to be needed. > > - Drop the "delay sending signals in atomic context" on x86/arm64. It > is not needed to send a SIGTRAP for a breakpoint on x86 (the > original motivation). Lets see if something else pops up. This might > break ARM64 in that regard and will be investigated in a follow up > release. > > Known issues > - Valentin Schneider reported a few splats on ARM64, see Please don't ignore https://lore.kernel.org/all/20220405010752.1347437-1-frederic@xxxxxxxxxx/ and https://lore.kernel.org/all/20220405010752.1347437-2-frederic@xxxxxxxxxx/ Especially the second patch fixes a pretty serious issue! Thanks.