diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-12-12 00:42:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-13 01:08:54 +0100 |
commit | 3f1e6d3fd37bd4f25e5b19f1c7ca21850426c33f (patch) | |
tree | 4a4c3e784973d34e3689e3fc6789ae3503db576c /arch/powerpc/boot | |
parent | ipip, sit: copy parms.name after register_netdevice (diff) | |
download | linux-3f1e6d3fd37bd4f25e5b19f1c7ca21850426c33f.tar.xz linux-3f1e6d3fd37bd4f25e5b19f1c7ca21850426c33f.zip |
sch_gred: should not use GFP_KERNEL while holding a spinlock
gred_change_vq() is called under sch_tree_lock(sch).
This means a spinlock is held, and we are not allowed to sleep in this
context.
We might pre-allocate memory using GFP_KERNEL before taking spinlock,
but this is not suitable for stable material.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/powerpc/boot')
0 files changed, 0 insertions, 0 deletions