open-gpu-kernel-modules icon indicating copy to clipboard operation
open-gpu-kernel-modules copied to clipboard

NVIDIA Linux open GPU kernel module source

Results 125 open-gpu-kernel-modules issues
Sort by recently updated
recently updated
newest added

Clang static analysis on RHEL reports this issue addrtree.c:1154:50: warning: The left operand of '/' is a garbage value [core.UndefinedBinaryOperatorResult] *numPagesAlloc += localNumPagesAlloc / 2; ~~~~~~~~~~~~~~~~~~ ^ _pmaAddrtreeScanContiguous() can return...

Implemented
NV-Triaged

The pattern of p = kmalloc(...); memset(p, 0, ...); Can be reduced to p = kzalloc(...) So introduce and use NV_KZALLOC, a macro that wraps kzalloc. Signed-off-by: Tom Rix

Implemented
NV-Triaged

### NVIDIA Open GPU Kernel Modules Version 560.35.03 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug

### NVIDIA Open GPU Kernel Modules Version * \* ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only...

bug

Here is a vulnerability CVE-2023-32690 in [libspdm](https://github.com/DMTF/libspdm) and you fix it in the main branch and 550 branch. Maybe it need to be backported to the 545.23 branch?