Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1642 - ipset - ip_set_hash_ip leads to kernel crash on wrt1900acsv2 #7953

Closed
openwrt-bot opened this issue Jul 9, 2018 · 2 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

sign42:

Openwrt version: 17.01,17.01.4,18.06-rc1

ipset version: from 6.25.1 - 6.38 (Self build, except 6.32-1 on 17.04 and 6.34 on 18.06-rc1)

Device: Linksys wrt1900acsv2 (One old device, one completely new device)

Crashlog1: https://gist.github.com/FireUponSky/e5a0a77c1233691af00fd690b532ab9e
Crashlog2: https://gist.github.com/FireUponSky/08391dad9d878af4daf00772246c6ecb

Step to reproduce:

Installed packages: ip-full, ipset, shadowsocks-libev, dnsmasq-full

shadowsocks-libev:

/usr/bin/ss-redir -u -c $CONFIG -b $PROXY_BIND_IP -f $SERVICE_PID_FILE -l 50003

dnsmasq.conf:

server=/.google.com/8.8.8.8#53
ipset=/.google.com/mylist
......

iptalbes rules:

ipset create mylist hash:ip counters timeout 1200

# Proxy by shadowsocks Settings
iptables -t nat -A PREROUTING -p tcp -m set -i br-lan --match-set mylist dst -j REDIRECT --to-port 50003
iptables -t nat -A OUTPUT -p tcp -m set --match-set mylist dst -j REDIRECT --to-port 50003

After reboot, trying ipset list mylist will very possiblely crash with crashlog1. Using a while, the router will crash randomly with crashlog2.

@openwrt-bot
Copy link
Author

mkresin:

The crashlogs are not useful due to missing symbols. These are disabled for release builds to shrink the kernel.

Either try to reproduce the issue with a snapshot image or enable the following config options if you build your images on your own:

CONFIG_KERNEL_KALLSYMS=y CONFIG_COLLECT_KERNEL_DEBUG=y

@openwrt-bot
Copy link
Author

sign42:

@mathias Kresin

Thank you for your comments. Following your advice, I get a new crashlog with SNAPSHOT r7444-e204717:

Time: 1531131173.16305 Modules: pppoe@bf383000+5000 ppp_async@bf37a000+5000 pppox@bf372000+4000 ppp_generic@bf365000+8000 nf_conntrack_ipv6@bf35d000+4000 iptable_nat@bf34d000+4000 ipt_REJECT@bf345000+4000 ipt_MASQUERADE@bf33d000+4000 xt_time@bf335000+4000 xt_tcpudp@bf32d000+4000 xt_state@bf325000+4000 xt_nat@bf31d000+4000 xt_multiport@bf315000+4000 xt_mark@bf30d000+4000 xt_mac@bf305000+4000 xt_limit@bf2fd000+4000 xt_conntrack@bf2f5000+4000 xt_comment@bf2ed000+4000 xt_TPROXY@bf2e5000+4000 xt_TCPMSS@bf2dd000+4000 xt_REDIRECT@bf2d5000+4000 xt_LOG@bf2cd000+4000 xt_FLOWOFFLOAD@bf2c5000+4000 xt_CT@bf2bd000+4000 slhc@bf2b6000+4000 nf_reject_ipv4@bf2af000+4000 nf_nat_redirect@bf2a8000+4000 nf_nat_masquerade_ipv4@bf2a1000+4000 nf_conntrack_ipv4@bf299000+4000 nf_nat_ipv4@bf291000+4000 nf_nat@bf287000+6000 nf_log_ipv4@bf27f000+4000 nf_flow_table_hw@bf277000+4000 nf_flow_table@bf26d000+6000 nf_defrag_ipv6@bf263000+6000 nf_defrag_ipv4@bf25b000+4000 nf_conntrack_rtcache@bf253000+4000 nf_conntrack_netlink@bf245000+8000 nf_conntrack@bf22c000+12000 iptable_mangle@bf224000+4000 iptable_filter@bf21c000+4000 ip_tables@bf212000+6000 crc_ccitt@bf20b000+4000 mwlwifi@bf1e0000+23000 mac80211@bf166000+68000 cfg80211@bf126000+37000 compat@bf11e000+4000 xt_set@bf116000+4000 ip_set_list_set@bf10d000+5000 ip_set_hash_netiface@bf100000+9000 ip_set_hash_netport@bf0f3000+9000 ip_set_hash_netnet@bf0e6000+9000 ip_set_hash_net@bf0da000+8000 ip_set_hash_netportnet@bf0cd000+9000 ip_set_hash_mac@bf0c4000+5000 ip_set_hash_ipportnet@bf0b7000+9000 ip_set_hash_ipportip@bf0ab000+8000 ip_set_hash_ipport@bf09f000+8000 ip_set_hash_ipmark@bf094000+7000 ip_set_hash_ip@bf089000+7000 ip_set_bitmap_port@bf080000+5000 ip_set_bitmap_ipmac@bf077000+5000 ip_set_bitmap_ip@bf06e000+5000 ip_set@bf061000+8000 nfnetlink@bf058000+4000 ip6t_REJECT@bf050000+4000 nf_reject_ipv6@bf049000+4000 nf_log_ipv6@bf041000+4000 nf_log_common@bf039000+4000 ip6table_mangle@bf031000+4000 ip6table_filter@bf029000+4000 ip6_tables@bf01f000+6000 x_tables@bf015000+5000 tun@bf008000+8000 gpio_button_hotplug@bf000000+4000 <14>[ 8.164671] procd: - init - <14>[ 8.457959] kmodloader: loading kernel modules from /etc/modules.d/* <6>[ 8.467001] tun: Universal TUN/TAP device driver, 1.6 <6>[ 8.472977] ip6_tables: (C) 2000-2006 Netfilter Core Team <6>[ 8.812197] Netfilter messages via NETLINK v0.30. <6>[ 8.818837] ip_set: protocol 6 <6>[ 8.841698] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 <6>[ 8.849739] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d <6>[ 8.865235] <> <6>[ 8.873313] pci 0000:00:01.0: enabling device (0140 -> 0142) <7>[ 8.879082] ieee80211 phy0: priv->pcmd_buf = ddc54000 priv->pphys_cmd_buf = 1dc54000 <7>[ 8.885508] ieee80211 phy0: fw download start <7>[ 9.002223] ieee80211 phy0: FwSize = 118776 downloaded Size = 118776 curr_iteration 65496 <7>[ 9.970573] ieee80211 phy0: fw download complete <6>[ 9.970585] ieee80211 phy0: device node: /soc/pcie/pcie@1,0 <7>[ 9.976689] ieee80211 phy0: pcmd = ddc54000 <6>[ 9.994594] ieee80211 phy0: firmware version: 0x702091a <6>[ 10.346588] ieee80211 phy0: firmware region code: 90 <6>[ 10.376199] ieee80211 phy0: 2G disabled, 5G enabled <6>[ 10.381112] ieee80211 phy0: 4 TX antennas, 4 RX antennas <6>[ 10.386571] pci 0000:00:02.0: enabling device (0140 -> 0142) <7>[ 10.392346] ieee80211 phy1: priv->pcmd_buf = ddc70000 priv->pphys_cmd_buf = 1dc70000 <7>[ 10.399411] ieee80211 phy1: fw download start <7>[ 10.520222] ieee80211 phy1: FwSize = 118776 downloaded Size = 118776 curr_iteration 65510 <7>[ 11.476581] ieee80211 phy1: fw download complete <6>[ 11.476604] ieee80211 phy1: device node: /soc/pcie/pcie@2,0 <7>[ 11.482705] ieee80211 phy1: pcmd = ddc70000 <6>[ 11.499593] ieee80211 phy1: firmware version: 0x702091a <6>[ 11.850573] ieee80211 phy1: firmware region code: 90 <6>[ 11.878397] ieee80211 phy1: 2G enabled, 5G disabled <6>[ 11.883320] ieee80211 phy1: 4 TX antennas, 4 RX antennas <6>[ 11.890973] ip_tables: (C) 2000-2006 Netfilter Core Team <6>[ 12.202248] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) <6>[ 12.210344] ctnetlink v0.93: registering with nfnetlink. <6>[ 12.391826] xt_time: kernel timezone is -0000 <6>[ 12.561790] PPP generic driver version 2.4.2 <6>[ 12.566453] NET: Registered protocol family 24 <14>[ 12.571656] kmodloader: done loading kernel modules from /etc/modules.d/* <6>[ 14.378390] mvneta f1034000.ethernet eth0: configuring for fixed/sgmii link mode <6>[ 14.385912] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <6>[ 14.391811] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <6>[ 14.395878] br-lan: port 1(eth0.1) entered blocking state <6>[ 14.395881] br-lan: port 1(eth0.1) entered disabled state <6>[ 14.395983] device eth0.1 entered promiscuous mode <6>[ 14.395984] device eth0 entered promiscuous mode <6>[ 14.396474] br-lan: port 1(eth0.1) entered blocking state <6>[ 14.396478] br-lan: port 1(eth0.1) entered forwarding state <6>[ 14.396514] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready <6>[ 14.405120] mvneta f1070000.ethernet eth1: configuring for fixed/rgmii-id link mode <6>[ 14.405525] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready <6>[ 14.405707] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off <6>[ 14.506361] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <6>[ 14.512896] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready <7>[ 15.216717] ieee80211 phy1: change: 0xffffffff <6>[ 15.280098] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready <7>[ 15.420054] ieee80211 phy0: change: 0xffffffff <6>[ 15.498918] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready <6>[ 15.505126] br-lan: port 2(wlan1) entered blocking state <6>[ 15.510465] br-lan: port 2(wlan1) entered disabled state <6>[ 15.515993] device wlan1 entered promiscuous mode <6>[ 15.520832] br-lan: port 2(wlan1) entered blocking state <6>[ 15.526175] br-lan: port 2(wlan1) entered forwarding state <6>[ 15.531832] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready <6>[ 15.545061] br-lan: port 2(wlan1) entered disabled state <6>[ 15.550944] br-lan: port 3(wlan0) entered blocking state <6>[ 15.556286] br-lan: port 3(wlan0) entered disabled state <6>[ 15.561856] device wlan0 entered promiscuous mode <7>[ 15.577321] ieee80211 phy0: change: 0x100 <7>[ 15.597122] ieee80211 phy0: change: 0x40 <7>[ 15.636608] ieee80211 phy1: change: 0x100 <7>[ 15.649683] ieee80211 phy1: change: 0x42 <6>[ 15.772634] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready <6>[ 15.779075] br-lan: port 2(wlan1) entered blocking state <6>[ 15.784420] br-lan: port 2(wlan1) entered forwarding state <7>[ 15.790215] ieee80211 phy0: change: 0x40 <7>[ 15.970590] ieee80211 phy0: change: 0x40 <7>[ 16.039598] ieee80211 phy0: change: 0x100 <7>[ 16.105195] ieee80211 phy0: change: 0x100 <7>[ 16.117591] ieee80211 phy0: change: 0x42 <6>[ 16.256604] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready <6>[ 16.263050] br-lan: port 3(wlan0) entered blocking state <6>[ 16.268385] br-lan: port 3(wlan0) entered forwarding state <6>[ 19.672993] pppoe-wan: renamed from ppp0 <3>[ 117.449116] Alignment trap: not handling instruction e1b16f9f at [] <1>[ 117.456294] Unhandled fault: alignment exception (0x001) at 0xdd44dabc <1>[ 117.462853] pgd = c0004000 <1>[ 117.465569] [dd44dabc] *pgd=1d41141e(bad) <0>[ 117.469599] Internal error: : 1 [#1] SMP ARM <4>[ 117.473883] Modules linked in: pppoe ppp_async pppox ppp_generic nf_conntrack_ipv6 iptable_nat ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_conntrack xt_comment xt_TPROXY xt_TCPMSS xt_REDIRECT xt_LOG xt_FLOWOFFLOAD xt_CT slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_flow_table_hw nf_flow_table nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_netlink nf_conntrack iptable_mangle iptable_filter ip_tables crc_ccitt mwlwifi mac80211 cfg80211 compat xt_set ip_set_list_set ip_set_hash_netiface ip_set_hash_netport ip_set_hash_netnet ip_set_hash_net ip_set_hash_netportnet ip_set_hash_mac ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ip <4>[ 117.545559] ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set nfnetlink ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables tun gpio_button_hotplug <4>[ 117.564689] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.14.53 #0 <4>[ 117.570719] Hardware name: Marvell Armada 380/385 (Device Tree) <4>[ 117.576662] task: df43f200 task.stack: df464000 <4>[ 117.581220] PC is at hash_ip4_test+0x130/0x1c8 [ip_set_hash_ip] <4>[ 117.587163] LR is at 0xdf465b78 <4>[ 117.590315] pc : [] lr : [] psr: 40000113 <4>[ 117.596606] sp : df465ad4 ip : 00000001 fp : ffffb8b1 <4>[ 117.601851] r10: c0a02d00 r9 : dd44da88 r8 : dd44dab4 <4>[ 117.607096] r7 : ffffffff r6 : ffffffff r5 : 00000000 r4 : 00000562 <4>[ 117.613648] r3 : 00000000 r2 : df465b08 r1 : dd44dabc r0 : df4e5400 <4>[ 117.620203] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none <4>[ 117.627366] Control: 10c5387d Table: 1edfc04a DAC: 00000051 <0>[ 117.633134] Process swapper/1 (pid: 0, stack limit = 0xdf464210) <0>[ 117.639164] Stack: (0xdf465ad4 to 0xdf466000) <0>[ 117.643538] 5ac0: df465b70 df4e5400 bf0890dc <0>[ 117.651750] 5ae0: dd0a66c0 ddbdf880 bf0892a4 dd0a66c0 bf2162c0 bf08935c 00000000 40000193 <0>[ 117.659962] 5b00: 00000000 6c07c2ad 00000000 00000000 00000000 00000000 00000001 00000000 <0>[ 117.668174] 5b20: 00000562 00000000 00000000 000004b0 df4e5400 00000000 dd0a66c0 df465b70 <0>[ 117.676385] 5b40: df465c38 bf061d84 df465b70 deebdf80 00000000 00000000 ddc5d0d0 dd0a66c0 <0>[ 117.684596] 5b60: dde36000 ddc5d040 dde360a8 bf116c38 00000102 00000000 00000000 00000000 <0>[ 117.692808] 5b80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff <0>[ 117.701019] 5ba0: ddc5d0b0 00000000 de1c1000 bf212564 00000000 00000000 01118fc4 5f33415a <0>[ 117.709231] 5bc0: 00000002 dd0a66c0 dd5c5700 c0a29f00 bf234d98 00000000 bf215124 df465ca4 <0>[ 117.717443] 5be0: ddc5d000 00000000 ddbd3080 00000001 c09489cc dd4b91c0 ddc5d040 00000000 <0>[ 117.725656] 5c00: ddc5d000 bf2150b8 bf2150b8 bf29b0b0 c0a03c08 c0734e30 11000002 00000014 <0>[ 117.733868] 5c20: 00000000 6403a8c0 00000000 00000000 00000000 00028fc4 bf118214 ddc5d0d0 <0>[ 117.742081] 5c40: df465ca4 00000000 00000014 5f334100 de1c105c 00000001 00000002 dd8d1b50 <0>[ 117.750294] 5c60: dd8d1b40 dd0a66c0 df465ca4 01080020 de1c1000 c05532c4 dd694538 00000001 <0>[ 117.758505] 5c80: de1c1002 dd0a66c0 de1c1000 dde360a8 00000008 de1c1000 de1c105c c055a610 <0>[ 117.766717] 5ca0: c0a29f00 00000000 00000002 de1c1000 00000000 00000000 c0a29f00 c0559ea0 <0>[ 117.774929] 5cc0: dd0a66c0 c0a05fdc c055a38c c0518c4c 0000c990 00000000 01080020 00000000 <0>[ 117.783142] 5ce0: df465ce0 dd0a66c0 de12ad00 dd484f00 00000000 de12adac 00000d80 2015340a <0>[ 117.791354] 5d00: dd0a7180 c0153938 000000c3 c0a04a5c dd0a66c0 de252000 00000000 de1c14c0 <0>[ 117.799567] 5d20: dde3609a c0601af0 de252000 c051dce8 1511d772 df465d38 dd0a7180 c058677c <0>[ 117.807779] 5d40: dd484f00 dd0a66c0 00000001 c0601540 00000001 0000000c 00000000 c0a05f48 <0>[ 117.815992] 5d60: dd484f00 dd0f0508 df465dcc 00000000 dd0a66c0 dd7ede00 df465e34 dd0a66c0 <0>[ 117.824205] 5d80: dd7ede00 00000000 00000000 c0601ad4 00000000 c0a05a54 c0a29f00 00000000 <0>[ 117.832416] 5da0: dd5de85c 01080020 dd5de800 c0559e10 dd484f00 dd5de800 dd3ad79c dd0a66c0 <0>[ 117.840628] 5dc0: 00000003 df465e34 dde3609a dd7ede00 dde36000 c0601af0 de252000 c0601dbc <0>[ 117.848839] 5de0: c0a29f00 c0559cbc dd484f00 c055a5d0 dee5ef80 00000000 00000002 dd5de800 <0>[ 117.857051] 5e00: 00000000 dd0a66c0 df465e34 00000001 c0a04a5c 00000000 01080020 c051892c <0>[ 117.865263] 5e20: 00000001 c0a29f00 01080020 df41f580 00000000 dd0a66c0 00000001 dfbe0040 <0>[ 117.873475] 5e40: df4205d4 8015000f 00000000 00000000 dfbdc234 00000000 00000000 dfbe08f0 <0>[ 117.881686] 5e60: 00000001 00000000 dfbe0848 00000040 dfbe08ec df465eb8 1f298000 c051a908 <0>[ 117.889898] 5e80: dfbe08f0 00000001 00000040 ffffb8b2 c0a02d00 0000012c df465eb8 c051e094 <0>[ 117.898110] 5ea0: dfbe0840 c0948840 c0a2b290 c0a04a5c c08239c8 c0827214 df465eb8 df465eb8 <0>[ 117.906322] 5ec0: df465ec0 df465ec0 c0a0f100 00000000 00000003 c0a0208c 40000003 c0a02080 <0>[ 117.914534] 5ee0: ffffe000 00000100 c0a02080 c0101628 de794580 dfbe0070 c0a03d38 c0944208 <0>[ 117.922747] 5f00: c0a32100 0000000a ffffb8b2 c0a02d00 c07015d8 00200042 df465f80 c0947bfc <0>[ 117.930958] 5f20: df465f80 00000000 00000001 df465f80 e0803100 00000000 00000000 c01265b0 <0>[ 117.939170] 5f40: c0947bfc c010e3e4 c0a03e58 c0a145c8 e080210c e0802100 df465f80 c0101494 <0>[ 117.947381] 5f60: c0108480 60000013 ffffffff df465fb4 00000000 df464000 00000000 c010bf4c <0>[ 117.955592] 5f80: 00000001 00000000 00000000 c0114c00 ffffe000 c0a03c70 c0a03c24 00000000 <0>[ 117.963804] 5fa0: 00000000 414fc091 00000000 00000000 df465fc8 df465fd0 c010847c c0108480 <0>[ 117.972016] 5fc0: 60000013 ffffffff 00000051 00000000 ffffe000 c0154460 00000084 00000051 <0>[ 117.980229] 5fe0: 10c0387d c0a31958 0000406a c015477c 1f45806a 0010182c ffffffff ffffffff <4>[ 117.988460] [] (hash_ip4_test [ip_set_hash_ip]) from [] (hash_ip4_kadt+0xb8/0xc8 [ip_set_hash_ip]) <4>[ 117.999210] [] (hash_ip4_kadt [ip_set_hash_ip]) from [] (ip_set_test+0xa4/0x154 [ip_set]) <4>[ 118.009176] [] (ip_set_test [ip_set]) from [] (set_match_v4+0x88/0xd4 [xt_set]) <4>[ 118.018270] [] (set_match_v4 [xt_set]) from [] (ipt_do_table+0x400/0x910 [ip_tables]) <4>[ 118.027886] [] (ipt_do_table [ip_tables]) from [] (nf_hook_slow+0x2c/0xb8) <4>[ 118.036537] [] (nf_hook_slow) from [] (ip_rcv+0x284/0x2ac) <4>[ 118.043793] [] (ip_rcv) from [] (__netif_receive_skb_core+0xa1c/0xba4) <4>[ 118.052096] [] (__netif_receive_skb_core) from [] (netif_receive_skb_internal+0xbc/0xc8) <4>[ 118.061966] [] (netif_receive_skb_internal) from [] (br_pass_frame_up+0xb8/0x108) <4>[ 118.071224] [] (br_pass_frame_up) from [] (br_handle_frame_finish+0x504/0x520) <4>[ 118.080221] [] (br_handle_frame_finish) from [] (br_handle_frame+0x2cc/0x34c) <4>[ 118.089129] [] (br_handle_frame) from [] (__netif_receive_skb_core+0x6fc/0xba4) <4>[ 118.098213] [] (__netif_receive_skb_core) from [] (process_backlog+0xa0/0x140) <4>[ 118.107211] [] (process_backlog) from [] (net_rx_action+0x138/0x2fc) <4>[ 118.115337] [] (net_rx_action) from [] (__do_softirq+0xe0/0x240) <4>[ 118.123115] [] (__do_softirq) from [] (irq_exit+0xb0/0xd8) <4>[ 118.130370] [] (irq_exit) from [] (handle_IPI+0xa4/0x18c) <4>[ 118.137535] [] (handle_IPI) from [] (gic_handle_irq+0x8c/0x90) <4>[ 118.145136] [] (gic_handle_irq) from [] (__irq_svc+0x6c/0x90) <4>[ 118.152648] Exception stack(0xdf465f80 to 0xdf465fc8) <4>[ 118.157720] 5f80: 00000001 00000000 00000000 c0114c00 ffffe000 c0a03c70 c0a03c24 00000000 <4>[ 118.165933] 5fa0: 00000000 414fc091 00000000 00000000 df465fc8 df465fd0 c010847c c0108480 <4>[ 118.174142] 5fc0: 60000013 ffffffff <4>[ 118.177648] [] (__irq_svc) from [] (arch_cpu_idle+0x34/0x38) <4>[ 118.185076] [] (arch_cpu_idle) from [] (do_idle+0xdc/0x19c) <4>[ 118.192416] [] (do_idle) from [] (cpu_startup_entry+0x18/0x1c) <4>[ 118.200016] [] (cpu_startup_entry) from [<0010182c>] (0x10182c) <0>[ 118.206832] Code: 1a000010 f591f000 e1c241d8 e1b16f9f (e0966004) <4>[ 118.212961] ---[ end trace 3e471a45e62e6b64 ]---

=======

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant