CVE-2025-37991
Scores
EPSS
Percentile: 0.0%
Description
In the Linux kernel, the following vulnerability has been resolved:
parisc: Fix double SIGFPE crash
Camm noticed that on parisc a SIGFPE exception will crash an application with
a second SIGFPE in the signal handler. Dave analyzed it, and it happens
because glibc uses a double-word floating-point store to atomically update
function descriptors. As a result of lazy binding, we hit a floating-point
store in fpe_func almost immediately.
When the T bit is set, an assist exception trap occurs when when the
co-processor encounters any floating-point instruction except for a double
store of register %fr0. The latter cancels all pending traps. Let’s fix this
by clearing the Trap (T) bit in the FP status register before returning to the
signal handler in userspace.
The issue can be reproduced with this test program:
root@parisc:~# cat fpe.c
static void fpe_func(int sig, siginfo_t *i, void *v) {
sigset_t set;
sigemptyset(&set);
sigaddset(&set, SIGFPE);
sigprocmask(SIG_UNBLOCK, &set, NULL);
printf(“GOT signal %d with si_code %ld\n”, sig, i->si_code);
}
int main() {
struct sigaction action = {
.sa_sigaction = fpe_func,
.sa_flags = SA_RESTART|SA_SIGINFO };
sigaction(SIGFPE, &action, 0);
feenableexcept(FE_OVERFLOW);
return printf(“%lf\n”,1.7976931348623158E308*1.7976931348623158E308);
}
root@parisc:~# gcc fpe.c -lm
root@parisc:~# ./a.out
Floating point exception
root@parisc:~# strace -f ./a.out
execve(“./a.out”, [“./a.out”], 0xf9ac7034 /* 20 vars */) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
…
rt_sigaction(SIGFPE, {sa_handler=0x1110a, sa_mask=[], sa_flags=SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
— SIGFPE {si_signo=SIGFPE, si_code=FPE_FLTOVF, si_addr=0x1078f} —
— SIGFPE {si_signo=SIGFPE, si_code=FPE_FLTOVF, si_addr=0xf8f21237} —
+++ killed by SIGFPE +++
Floating point exception
Scaner-VS 7 — a modern vulnerability management solution
Sources
Related Vulnerabilities
Vulnerable Software (164)
Type: Configuration
Product: linux
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-144.157"}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: debian
{ "fixed": "6.12.29-1"}
Source: debian
Type: Configuration
Product: linux
Operating System: debian bullseye 11
{ "unfixed": true}
Source: debian
Type: Configuration
Product: linux-6.1
Operating System: astra 4.7.0
{ "unaffected": true}
Source: astra
Type: Configuration
Product: linux-allwinner-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1088.95"}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.0
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-hwe
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1094.103"}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-edge
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-bluefield
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1087.96"}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1085.91"}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1070.78"}
Source: ubuntu
Type: Configuration
Product: linux-gkeop-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-edge
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-edge
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1080.83"}
Source: ubuntu
Type: Configuration
Product: linux-ibm-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-intel-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-intel-iot-realtime
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-intel-iotg
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1083.89"}
Source: ubuntu
Type: Configuration
Product: linux-intel-iotg-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-iot
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1084.89"}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-144.157"}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lts-xenial
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1082.83"}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1041.41"}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra-igx
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1030.30"}
Source: ubuntu
Type: Configuration
Product: linux-oem
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.10
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.14
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.17
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.6
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.0
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.1
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1085.91"}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.0
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1083.86"}
Source: ubuntu
Type: Configuration
Product: linux-raspi-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-realtime
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-6.8
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-starfive-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-starfive-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-starfive-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-xilinx-zynqmp
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-xilinx-zynqmp
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1052.56"}
Source: ubuntu