Tag: 9940fa80ce0e546646b057958960c5c6fd2bbbb2

[S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is held

Author: Julia Lawall <julia@diku.dk> The containing function is called from several places. At one of them, in the function __sigp_stop, the spin lock &fi->lock is held. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @gfp exists@ identifier fn; position p; @@ fn(…) { … when != spin_unlock when any GFP_KERNEL@p … …

Continue reading