Revision a8fd48b50deaa20808bbf0f6685f6f1acba6a64c authored by Claudiu Manoil on 16 April 2019, 14:51:58 UTC, committed by David S. Miller on 17 April 2019, 04:43:53 UTC
Preemption disabled at:
 [<ffff000008cabd54>] dev_set_rx_mode+0x1c/0x38
 Call trace:
 [<ffff00000808a5c0>] dump_backtrace+0x0/0x3d0
 [<ffff00000808a9a4>] show_stack+0x14/0x20
 [<ffff000008e6c0c0>] dump_stack+0xac/0xe4
 [<ffff0000080fe76c>] ___might_sleep+0x164/0x238
 [<ffff0000080fe890>] __might_sleep+0x50/0x88
 [<ffff0000082261e4>] kmem_cache_alloc+0x17c/0x1d0
 [<ffff000000ea0ae8>] ocelot_set_rx_mode+0x108/0x188 [mscc_ocelot_common]
 [<ffff000008cabcf0>] __dev_set_rx_mode+0x58/0xa0
 [<ffff000008cabd5c>] dev_set_rx_mode+0x24/0x38

Fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support")

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 600bea7
History
File Mode Size
Kconfig -rw-r--r-- 24.9 KB
Makefile -rw-r--r-- 2.9 KB
blktrace.c -rw-r--r-- 45.3 KB
bpf_trace.c -rw-r--r-- 34.8 KB
fgraph.c -rw-r--r-- 15.8 KB
ftrace.c -rw-r--r-- 156.3 KB
ftrace_internal.h -rw-r--r-- 2.4 KB
power-traces.c -rw-r--r-- 505 bytes
preemptirq_delay_test.c -rw-r--r-- 1.6 KB
ring_buffer.c -rw-r--r-- 137.8 KB
ring_buffer_benchmark.c -rw-r--r-- 10.8 KB
rpm-traces.c -rw-r--r-- 510 bytes
trace.c -rw-r--r-- 214.0 KB
trace.h -rw-r--r-- 61.9 KB
trace_benchmark.c -rw-r--r-- 5.2 KB
trace_benchmark.h -rw-r--r-- 871 bytes
trace_branch.c -rw-r--r-- 10.0 KB
trace_clock.c -rw-r--r-- 3.6 KB
trace_dynevent.c -rw-r--r-- 4.7 KB
trace_dynevent.h -rw-r--r-- 3.5 KB
trace_entries.h -rw-r--r-- 8.3 KB
trace_event_perf.c -rw-r--r-- 11.9 KB
trace_events.c -rw-r--r-- 78.3 KB
trace_events_filter.c -rw-r--r-- 55.3 KB
trace_events_filter_test.h -rw-r--r-- 1.1 KB
trace_events_hist.c -rw-r--r-- 147.6 KB
trace_events_trigger.c -rw-r--r-- 40.5 KB
trace_export.c -rw-r--r-- 5.3 KB
trace_functions.c -rw-r--r-- 18.0 KB
trace_functions_graph.c -rw-r--r-- 32.6 KB
trace_hwlat.c -rw-r--r-- 16.6 KB
trace_irqsoff.c -rw-r--r-- 17.6 KB
trace_kdb.c -rw-r--r-- 3.2 KB
trace_kprobe.c -rw-r--r-- 39.1 KB
trace_kprobe_selftest.c -rw-r--r-- 353 bytes
trace_kprobe_selftest.h -rw-r--r-- 313 bytes
trace_mmiotrace.c -rw-r--r-- 8.6 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 30.5 KB
trace_output.h -rw-r--r-- 1.2 KB
trace_preemptirq.c -rw-r--r-- 2.3 KB
trace_printk.c -rw-r--r-- 8.6 KB
trace_probe.c -rw-r--r-- 17.4 KB
trace_probe.h -rw-r--r-- 8.7 KB
trace_probe_tmpl.h -rw-r--r-- 4.7 KB
trace_sched_switch.c -rw-r--r-- 3.0 KB
trace_sched_wakeup.c -rw-r--r-- 19.5 KB
trace_selftest.c -rw-r--r-- 26.1 KB
trace_selftest_dynamic.c -rw-r--r-- 270 bytes
trace_seq.c -rw-r--r-- 9.9 KB
trace_stack.c -rw-r--r-- 11.0 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 1009 bytes
trace_syscalls.c -rw-r--r-- 20.1 KB
trace_uprobe.c -rw-r--r-- 32.5 KB
tracing_map.c -rw-r--r-- 29.8 KB
tracing_map.h -rw-r--r-- 11.3 KB

back to top