CVE-2025-39745
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
11/09/2025
Última modificación:
15/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels<br />
<br />
For built with CONFIG_PREEMPT_RT=y kernels, running rcutorture<br />
tests resulted in the following splat:<br />
<br />
[ 68.797425] rcutorture_one_extend_check during change: Current 0x1 To add 0x1 To remove 0x0 preempt_count() 0x0<br />
[ 68.797533] WARNING: CPU: 2 PID: 512 at kernel/rcu/rcutorture.c:1993 rcutorture_one_extend_check+0x419/0x560 [rcutorture]<br />
[ 68.797601] Call Trace:<br />
[ 68.797602] <br />
[ 68.797619] ? lockdep_softirqs_off+0xa5/0x160<br />
[ 68.797631] rcutorture_one_extend+0x18e/0xcc0 [rcutorture 2466dbd2ff34dbaa36049cb323a80c3306ac997c]<br />
[ 68.797646] ? local_clock+0x19/0x40<br />
[ 68.797659] rcu_torture_one_read+0xf0/0x280 [rcutorture 2466dbd2ff34dbaa36049cb323a80c3306ac997c]<br />
[ 68.797678] ? __pfx_rcu_torture_one_read+0x10/0x10 [rcutorture 2466dbd2ff34dbaa36049cb323a80c3306ac997c]<br />
[ 68.797804] ? __pfx_rcu_torture_timer+0x10/0x10 [rcutorture 2466dbd2ff34dbaa36049cb323a80c3306ac997c]<br />
[ 68.797815] rcu-torture: rcu_torture_reader task started<br />
[ 68.797824] rcu-torture: Creating rcu_torture_reader task<br />
[ 68.797824] rcu_torture_reader+0x238/0x580 [rcutorture 2466dbd2ff34dbaa36049cb323a80c3306ac997c]<br />
[ 68.797836] ? kvm_sched_clock_read+0x15/0x30<br />
<br />
Disable BH does not change the SOFTIRQ corresponding bits in<br />
preempt_count() for RT kernels, this commit therefore use<br />
softirq_count() to check the if BH is disabled.



