diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-12-04 01:45:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-06 01:46:11 +0300 |
commit | 248be83dcb3feb3f6332eb3d010a016402138484 (patch) | |
tree | af0d50f25e126c35b3bb5173b86c2111fc217eab /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f61e2eebc7c572723cef1742bc7e99ac6cffe192 (diff) | |
download | linux-248be83dcb3feb3f6332eb3d010a016402138484.tar.xz |
sh_eth: fix kernel oops in skb_put()
In a low memory situation the following kernel oops occurs:
Unable to handle kernel NULL pointer dereference at virtual address 00000050
pgd = 8490c000
[00000050] *pgd=4651e831, *pte=00000000, *ppte=00000000
Internal error: Oops: 17 [#1] PREEMPT ARM
Modules linked in:
CPU: 0 Not tainted (3.4-at16 #9)
PC is at skb_put+0x10/0x98
LR is at sh_eth_poll+0x2c8/0xa10
pc : [<8035f780>] lr : [<8028bf50>] psr: 60000113
sp : 84eb1a90 ip : 84eb1ac8 fp : 84eb1ac4
r10: 0000003f r9 : 000005ea r8 : 00000000
r7 : 00000000 r6 : 940453b0 r5 : 00030000 r4 : 9381b180
r3 : 00000000 r2 : 00000000 r1 : 000005ea r0 : 00000000
Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
Control: 10c53c7d Table: 4248c059 DAC: 00000015
Process klogd (pid: 2046, stack limit = 0x84eb02e8)
[...]
This is because netdev_alloc_skb() fails and 'mdp->rx_skbuff[entry]' is left
NULL but sh_eth_rx() later uses it without checking. Add such check...
Reported-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions