search for: sebor

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

Did you mean: seber
2018 Feb 02
0
[PATCH] drm: nouveau: use larger buffer in nvif_vmm_map
...could just 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 --- driver...