search for: msebor

Displaying 1 result from an estimated 1 matches for "msebor".

Did you mean: sebor
2018 Feb 02
0
[PATCH] drm: nouveau: use larger buffer in nvif_vmm_map
...t get rid of it completely and simplify the code at the cost of always doing the kmalloc (as we do in the current version). Fixes: 920d2b5ef215 ("drm/nouveau/mmu: define user interfaces to mmu vmm opertaions") Signed-off-by: Arnd Bergmann <arnd at arndb.de> --- Cc: Martin Sebor <msebor at gcc.gnu.org> Martin: this one is interesting, I think it qualifies as a false-positive warning that gcc should not print because there is no overflow, but the code is still wrong because we never copy into the fixed-size buffer that was intended as a micro-optimization --- drivers/gpu/drm/n...