Searched hist:ae891a1b93bf62e9aaa116a7a71312375047fc9f (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | devres.c | diff ae891a1b93bf62e9aaa116a7a71312375047fc9f Mon Jul 25 19:12:59 CDT 2011 Maxin B John <maxin.john@gmail.com> devres: fix possible use after free
devres uses the pointer value as key after it's freed, which is safe but triggers spurious use-after-free warnings on some static analysis tools. Rearrange code to avoid such warnings.
Signed-off-by: Maxin B. John <maxin.john@gmail.com> Reviewed-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/mm/ |
H A D | dmapool.c | diff ae891a1b93bf62e9aaa116a7a71312375047fc9f Mon Jul 25 19:12:59 CDT 2011 Maxin B John <maxin.john@gmail.com> devres: fix possible use after free
devres uses the pointer value as key after it's freed, which is safe but triggers spurious use-after-free warnings on some static analysis tools. Rearrange code to avoid such warnings.
Signed-off-by: Maxin B. John <maxin.john@gmail.com> Reviewed-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/lib/ |
H A D | devres.c | diff ae891a1b93bf62e9aaa116a7a71312375047fc9f Mon Jul 25 19:12:59 CDT 2011 Maxin B John <maxin.john@gmail.com> devres: fix possible use after free
devres uses the pointer value as key after it's freed, which is safe but triggers spurious use-after-free warnings on some static analysis tools. Rearrange code to avoid such warnings.
Signed-off-by: Maxin B. John <maxin.john@gmail.com> Reviewed-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|