Tag: 12ecd9570d8941c15602a11725ec9b0ede48d6c2

arch/powerpc/kvm/e500_tlb.c: fix error return code

Author: Julia Lawall <julia@diku.dk> Convert a 0 error return code to a negative one, as returned elsewhere in the function. A new label is also added to avoid freeing things that are known to not yet be allocated. A simplified version of the semantic match that finds the first problem is as follows: (http://coccinelle.lip6.fr/) // …

Lire la suite