commit | 7ff731636d2ba9bc4548284931573f1b20da8285 | [log] [tgz] |
---|---|---|
author | Jian Ho <jianho@google.com> | Thu Jul 16 22:00:32 2015 -0700 |
committer | Jian Ho <jianho@google.com> | Fri Jul 17 10:38:12 2015 -0700 |
tree | 4d8eff1c499d61638a3b65eb045e65f4914c270c | |
parent | 2d84b6571d42559586f39dd7ed959f4b8ab4cca2 [diff] |
Don't kmalloc(GFP_KERNEL) in atomic context Crash was seen when performing ifup/ifdown repeatedly in SpaceCast with receiver traffic. The problem is found to be a delay inside spin_lock. Freescale provided this patch for the problem. QA verified the fix. Change-Id: Ie23751e23b05aba2bdf35252ef55a4d31c475b9d Google-Bug-Id: 21621000