All of lore.kernel.org
 help / color / mirror / Atom feed
* i found time delay is very high and there are more caution info  , if possible , please give me some advisement
@ 2016-10-21 14:31 johnzeng
  2016-10-21 14:43 ` [B.A.T.M.A.N.] " Sven Eckelmann
  0 siblings, 1 reply; 12+ messages in thread
From: johnzeng @ 2016-10-21 14:31 UTC (permalink / raw)
  To: b.a.t.m.a.n





-----------------------------
archlinux hostA
_____________________________

ip link set mtu 1532 dev eth0
batctl if add eth0
ip link set up dev eth0
ip link set up dev bat0

ifconfig bat0 10.10.130.88 netmask 255.255.255.0 up



-----------------------------
archlinux hostB
_____________________________

ip link set mtu 1532 dev eth0
batctl if add eth0
ip link set up dev eth0
ip link set up dev bat0

ifconfig bat0 10.10.130.66 netmask 255.255.255.0 up


my problem is :

when i try to ping hostB from hostA

i found time delay is very high and there are more caution info


because i tested between ethernet network port ( i don't test in wifi
port ) , whether it will master reason ?

ethernet network use csma/cd ,but wifi use csma/ca , and ethernet
network haven't mode ad-hoc .


if possible , please give some advisement .


Thanks again





^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] i found time delay is very high and there are more caution info , if possible , please give me some advisement
  2016-10-21 14:31 i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
@ 2016-10-21 14:43 ` Sven Eckelmann
  2016-10-21 15:11   ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
  2016-10-24  5:11   ` i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
  0 siblings, 2 replies; 12+ messages in thread
From: Sven Eckelmann @ 2016-10-21 14:43 UTC (permalink / raw)
  To: johnzeng; +Cc: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Freitag, 21. Oktober 2016 22:31:00 CEST johnzeng wrote:
[..] 
> my problem is :
> 
> when i try to ping hostB from hostA
> 
> i found time delay is very high and there are more caution info

* What means high?
* What would not be high?
* What kind of "caution" info?
* Did you try to disable offloading for your ethernet chip via ethtool?
* Are these two devices directly connected via cable or is there some
  kind of device in the middle (like a switch/firewall/...)?
* What batman-adv version are you using?
* Did you check the packets sent via eth0 on both ends with wireshark 2.x?

> because i tested between ethernet network port ( i don't test in wifi
> port ) , whether it will master reason ?

Should not be the "reason". batman-adv doesn't care much about it. It just
requires an ethernet compatible device. The re-broadcast is a little bit
less aggressive on non-wifi devices but this has nothing to do with your
problem.

Kind regards,
	Sven


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-21 14:43 ` [B.A.T.M.A.N.] " Sven Eckelmann
@ 2016-10-21 15:11   ` Sven Eckelmann
  2016-10-21 15:29     ` johnzeng
  2016-10-21 15:52     ` tiger
  2016-10-24  5:11   ` i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
  1 sibling, 2 replies; 12+ messages in thread
From: Sven Eckelmann @ 2016-10-21 15:11 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: johnzeng

[-- Attachment #1: Type: text/plain, Size: 2564 bytes --]

On Freitag, 21. Oktober 2016 16:43:41 CEST Sven Eckelmann wrote:
[...]
> > because i tested between ethernet network port ( i don't test in wifi
> > port ) , whether it will master reason ?
> 
> Should not be the "reason". batman-adv doesn't care much about it. It just
> requires an ethernet compatible device. The re-broadcast is a little bit
> less aggressive on non-wifi devices but this has nothing to do with your
> problem.

Just created a small test setup via ethernet with batman-adv 2016.3 to show
you how the results are here. They were connected via a single cable:

without batman-adv
------------------

    $ ping -c 10 192.168.2.196
    PING 192.168.2.196 (192.168.2.196) 56(84) bytes of data.
    64 bytes from 192.168.2.196: icmp_seq=1 ttl=64 time=0.478 ms
    64 bytes from 192.168.2.196: icmp_seq=2 ttl=64 time=0.682 ms
    64 bytes from 192.168.2.196: icmp_seq=3 ttl=64 time=0.392 ms
    64 bytes from 192.168.2.196: icmp_seq=4 ttl=64 time=0.642 ms
    64 bytes from 192.168.2.196: icmp_seq=5 ttl=64 time=0.574 ms
    64 bytes from 192.168.2.196: icmp_seq=6 ttl=64 time=0.466 ms
    64 bytes from 192.168.2.196: icmp_seq=7 ttl=64 time=0.602 ms
    64 bytes from 192.168.2.196: icmp_seq=8 ttl=64 time=0.619 ms
    64 bytes from 192.168.2.196: icmp_seq=9 ttl=64 time=0.658 ms
    64 bytes from 192.168.2.196: icmp_seq=10 ttl=64 time=0.440 ms
    
    --- 192.168.2.196 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9000ms
    rtt min/avg/max/mdev = 0.392/0.555/0.682/0.098 ms

with batman-adv
---------------

    $ ping -c 10 10.10.130.66
    PING 10.10.130.66 (10.10.130.66) 56(84) bytes of data.
    64 bytes from 10.10.130.66: icmp_seq=1 ttl=64 time=0.489 ms
    64 bytes from 10.10.130.66: icmp_seq=2 ttl=64 time=0.675 ms
    64 bytes from 10.10.130.66: icmp_seq=3 ttl=64 time=0.552 ms
    64 bytes from 10.10.130.66: icmp_seq=4 ttl=64 time=0.562 ms
    64 bytes from 10.10.130.66: icmp_seq=5 ttl=64 time=0.612 ms
    64 bytes from 10.10.130.66: icmp_seq=6 ttl=64 time=0.573 ms
    64 bytes from 10.10.130.66: icmp_seq=7 ttl=64 time=0.534 ms
    64 bytes from 10.10.130.66: icmp_seq=8 ttl=64 time=0.622 ms
    64 bytes from 10.10.130.66: icmp_seq=9 ttl=64 time=0.454 ms
    64 bytes from 10.10.130.66: icmp_seq=10 ttl=64 time=0.468 ms
    
    --- 10.10.130.66 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 8996ms
    rtt min/avg/max/mdev = 0.454/0.554/0.675/0.067 ms

Kind regards,
	Sven

PS: I've changed the subject because it was extremely unspecific and
too long.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-21 15:11   ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
@ 2016-10-21 15:29     ` johnzeng
  2016-10-21 15:53       ` Sven Eckelmann
  2016-10-21 15:52     ` tiger
  1 sibling, 1 reply; 12+ messages in thread
From: johnzeng @ 2016-10-21 15:29 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n

Hello Dear Sven:

this is my config

archlinux 4.4.26-1-ARCH

[root@alarmpi ~]# batctl -v
batctl 2016.2 [batman-adv: 2016.3]


-----------------------------------------------------------------------------------------
hostA

[root@alarmpi ~]# ip link set mtu 1532 dev eth0
[root@alarmpi ~]# batctl if add eth0
[root@alarmpi ~]# ip link set up dev eth0
[root@alarmpi ~]# ip link set up dev bat0

-----------------------------------------------------------------------------------------
bat0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         inet 10.10.130.88  netmask 255.255.255.0  broadcast 10.10.130.255
         inet6 fe80::1c07:c4ff:fe7e:4924  prefixlen 64  scopeid 0x20<link>
         ether 1e:07:c4:7e:49:24  txqueuelen 1000  (Ethernet)
         RX packets 20  bytes 1526 (1.4 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 12  bytes 942 (942.0 B)
         TX errors 0  dropped 13 overruns 0  carrier 0  collisions 0

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1532
         inet 192.168.0.169  netmask 255.255.255.0  broadcast 192.168.0.255
         inet6 fe80::ba27:ebff:fefa:73b2  prefixlen 64  scopeid 0x20<link>
         ether b8:27:eb:fa:73:b2  txqueuelen 1000  (Ethernet)
         RX packets 3217  bytes 191526 (187.0 KiB)
         RX errors 0  dropped 2466  overruns 0  frame 0
         TX packets 622  bytes 69243 (67.6 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
         inet 127.0.0.1  netmask 255.0.0.0
         inet6 ::1  prefixlen 128  scopeid 0x10<host>
         loop  txqueuelen 1  (Local Loopback)
         RX packets 13  bytes 1101 (1.0 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 13  bytes 1101 (1.0 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
--------------------------------------------------------------------------------------------------------




------------------------------------------------------------------------------------------------------
hostB

[root@alarmpi ~]# ip link set mtu 1532 dev eth0
[root@alarmpi ~]# batctl if add eth0
[root@alarmpi ~]# ip link set up dev eth0
[root@alarmpi ~]# ip link set up dev bat0

-------------------------------------------------------------------------------------------------------

bat0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         inet 10.10.130.1  netmask 255.255.255.0  broadcast 10.10.130.255
         inet6 fe80::d015:7ec8:fe14:4637  prefixlen 64  scopeid 0x20<link>
         ether 1e:15:7a:b7:08:5a  txqueuelen 1000  (Ethernet)
         RX packets 1657  bytes 83112 (81.1 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 421  bytes 94519 (92.3 KiB)
         TX errors 0  dropped 35 overruns 0  carrier 0  collisions 0

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1532
         inet 192.168.0.170  netmask 255.255.255.0  broadcast 192.168.0.255
         inet6 fe80::ba27:ebff:fed8:f2b5  prefixlen 64  scopeid 0x20<link>
         ether b8:27:eb:d8:f2:b5  txqueuelen 1000  (Ethernet)
         RX packets 23332  bytes 3589386 (3.4 MiB)
         RX errors 0  dropped 819  overruns 0  frame 0
         TX packets 26114  bytes 2602362 (2.4 MiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
         inet 127.0.0.1  netmask 255.0.0.0
         inet6 ::1  prefixlen 128  scopeid 0x10<host>
         loop  txqueuelen 1  (Local Loopback)
         RX packets 193  bytes 15397 (15.0 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 193  bytes 15397 (15.0 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         inet 172.168.0.1  netmask 255.255.255.0  broadcast 172.168.0.255
         inet6 fe80::ca3a:35ff:fec9:ce71  prefixlen 64  scopeid 0x20<link>
         ether c8:3a:35:c9:ce:71  txqueuelen 1000  (Ethernet)
         RX packets 4177  bytes 636431 (621.5 KiB)
         RX errors 0  dropped 13  overruns 0  frame 0
         TX packets 3539  bytes 2661310 (2.5 MiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
------------------------------------------------------------------------------------------------------------


----------------------------------------- 
-------------------------------------------------------------------
from hostB 10.10.130.1  ping  hostA 10.10.130.88

------------------------------------------------------------------------------------------------------------
[root@alarmpi ~]# ping 10.10.130.88
PING 10.10.130.88 (10.10.130.88) 56(84) bytes of data.
64 bytes from 10.10.130.88: icmp_seq=1 ttl=64 time=1025 ms
64 bytes from 10.10.130.88: icmp_seq=2 ttl=64 time=1084 ms
64 bytes from 10.10.130.88: icmp_seq=3 ttl=64 time=1056 ms
64 bytes from 10.10.130.88: icmp_seq=4 ttl=64 time=971 ms
64 bytes from 10.10.130.88: icmp_seq=5 ttl=64 time=1052 ms
64 bytes from 10.10.130.88: icmp_seq=6 ttl=64 time=1123 ms
64 bytes from 10.10.130.88: icmp_seq=7 ttl=64 time=1049 ms
64 bytes from 10.10.130.88: icmp_seq=8 ttl=64 time=1112 ms
64 bytes from 10.10.130.88: icmp_seq=9 ttl=64 time=1055 ms
64 bytes from 10.10.130.88: icmp_seq=10 ttl=64 time=1112 ms



----------------------------------------- 
-------------------------------------------------------------------
tcpdump   from  hostA 10.10.130.88


[root@alarmpi ~]# tcpdump -i bat0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on bat0, link-type EN10MB (Ethernet), capture size 262144 bytes
15:25:02.269833 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:12.289863 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:22.309866 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:32.329843 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:42.349854 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:52.369883 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:25:52.369889 ARP, Reply 0.0.0.0 is-at b8:27:eb:fa:73:b2 (oui 
Unknown), length 28
15:26:01.899991 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, 
Request from 1e:15:7a:b7:08:5a (oui Unknown), length 350
15:26:02.389841 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:12.409835 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:17.498686 IP bogon > bogon: ICMP echo request, id 626, seq 1, 
length 64
15:26:18.522626 IP bogon > bogon: ICMP echo reply, id 626, seq 1, length 64
15:26:18.523618 IP bogon > bogon: ICMP echo request, id 626, seq 2, 
length 64
15:26:19.244386 IP bogon > bogon: ICMP echo reply, id 626, seq 2, length 64
15:26:20.876932 IP bogon > bogon: ICMP echo request, id 626, seq 3, 
length 64
15:26:21.931920 IP bogon > bogon: ICMP echo reply, id 626, seq 3, length 64
15:26:21.940098 IP bogon > bogon: ICMP echo request, id 626, seq 4, 
length 64
15:26:22.850412 IP bogon > bogon: ICMP echo reply, id 626, seq 4, length 64
15:26:22.851347 ARP, Request who-has bogon tell bogon, length 28
15:26:22.851890 ARP, Reply bogon is-at 1e:15:7a:b7:08:5a (oui Unknown), 
length 28
15:26:22.879878 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:24.097927 IP bogon > bogon: ICMP echo request, id 626, seq 5, 
length 64
15:26:25.149237 IP bogon > bogon: ICMP echo reply, id 626, seq 5, length 64
15:26:25.157413 IP bogon > bogon: ICMP echo request, id 626, seq 6, 
length 64
15:26:25.981228 IP bogon > bogon: ICMP echo reply, id 626, seq 6, length 64
15:26:27.140034 IP bogon > bogon: ICMP echo request, id 626, seq 7, 
length 64
15:26:28.188497 IP bogon > bogon: ICMP echo reply, id 626, seq 7, length 64
15:26:28.189529 IP bogon > bogon: ICMP echo request, id 626, seq 8, 
length 64
15:26:28.910758 IP bogon > bogon: ICMP echo reply, id 626, seq 8, length 64
15:26:30.193020 IP bogon > bogon: ICMP echo request, id 626, seq 9, 
length 64
15:26:31.247332 IP bogon > bogon: ICMP echo reply, id 626, seq 9, length 64
15:26:31.248525 IP bogon > bogon: ICMP echo request, id 626, seq 10, 
length 64
15:26:32.096880 IP bogon > bogon: ICMP echo reply, id 626, seq 10, length 64
15:26:32.909841 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:34.052330 IP bogon > bogon: ICMP echo request, id 626, seq 11, 
length 64
15:26:35.088054 IP bogon > bogon: ICMP echo reply, id 626, seq 11, length 64
15:26:35.089050 IP bogon > bogon: ICMP echo request, id 626, seq 12, 
length 64
15:26:35.810244 IP bogon > bogon: ICMP echo reply, id 626, seq 12, length 64
15:26:36.922755 IP bogon > bogon: ICMP echo request, id 626, seq 13, 
length 64
15:26:37.910153 IP bogon > bogon: ICMP echo reply, id 626, seq 13, length 64
15:26:39.006945 IP bogon > bogon: ICMP echo request, id 626, seq 14, 
length 64
15:26:39.964130 IP bogon > bogon: ICMP echo reply, id 626, seq 14, length 64
15:26:41.032390 IP bogon > bogon: ICMP echo request, id 626, seq 15, 
length 64
15:26:42.056430 IP bogon > bogon: ICMP echo reply, id 626, seq 15, length 64
15:26:42.057424 IP bogon > bogon: ICMP echo request, id 626, seq 16, 
length 64
15:26:42.778857 IP bogon > bogon: ICMP echo reply, id 626, seq 16, length 64
15:26:42.929845 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:44.027405 IP bogon > bogon: ICMP echo request, id 626, seq 17, 
length 64
15:26:45.014653 IP bogon > bogon: ICMP echo reply, id 626, seq 17, length 64
15:26:46.081391 IP bogon > bogon: ICMP echo request, id 626, seq 18, 
length 64
15:26:47.104540 IP bogon > bogon: ICMP echo reply, id 626, seq 18, length 64
15:26:47.105502 ARP, Request who-has bogon tell bogon, length 28
15:26:47.106049 ARP, Reply bogon is-at 1e:15:7a:b7:08:5a (oui Unknown), 
length 28
15:26:47.106707 IP bogon > bogon: ICMP echo request, id 626, seq 19, 
length 64
15:26:47.827792 IP bogon > bogon: ICMP echo reply, id 626, seq 19, length 64
15:26:48.931955 IP bogon > bogon: ICMP echo request, id 626, seq 20, 
length 64
15:26:49.986791 IP bogon > bogon: ICMP echo reply, id 626, seq 20, length 64
15:26:49.987830 IP bogon > bogon: ICMP echo request, id 626, seq 21, 
length 64
15:26:51.253787 IP bogon > bogon: ICMP echo reply, id 626, seq 21, length 64
15:26:51.254896 IP bogon > bogon: ICMP echo request, id 626, seq 22, 
length 64
15:26:52.140032 IP bogon > bogon: ICMP echo reply, id 626, seq 22, length 64
15:26:52.949924 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:26:52.949930 ARP, Reply 0.0.0.0 is-at b8:27:eb:fa:73:b2 (oui 
Unknown), length 28
15:26:53.074686 IP bogon > bogon: ICMP echo request, id 626, seq 23, 
length 64
15:26:54.105458 IP bogon > bogon: ICMP echo reply, id 626, seq 23, length 64
15:26:54.106787 IP bogon > bogon: ICMP echo request, id 626, seq 24, 
length 64
15:26:54.955005 IP bogon > bogon: ICMP echo reply, id 626, seq 24, length 64
15:26:56.336044 IP bogon > bogon: ICMP echo request, id 626, seq 25, 
length 64
15:26:57.369772 IP bogon > bogon: ICMP echo reply, id 626, seq 25, length 64
15:26:57.370794 IP bogon > bogon: ICMP echo request, id 626, seq 26, 
length 64
15:26:58.219681 IP bogon > bogon: ICMP echo reply, id 626, seq 26, length 64
15:26:59.578372 IP bogon > bogon: ICMP echo request, id 626, seq 27, 
length 64
15:27:00.612175 IP bogon > bogon: ICMP echo reply, id 626, seq 27, length 64
15:27:00.613320 IP bogon > bogon: ICMP echo request, id 626, seq 28, 
length 64
15:27:01.505147 IP bogon > bogon: ICMP echo reply, id 626, seq 28, length 64
15:27:02.441128 IP bogon > bogon: ICMP echo request, id 626, seq 29, 
length 64
15:27:03.487369 IP bogon > bogon: ICMP echo reply, id 626, seq 29, length 64
15:27:03.488559 IP bogon > bogon: ICMP echo request, id 626, seq 30, 
length 64
15:27:04.336996 IP bogon > bogon: ICMP echo reply, id 626, seq 30, length 64
15:27:04.340675 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:27:05.331808 IP bogon > bogon: ICMP echo request, id 626, seq 31, 
length 64
15:27:06.367689 IP bogon > bogon: ICMP echo reply, id 626, seq 31, length 64
15:27:06.368768 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, 
Request from 1e:15:7a:b7:08:5a (oui Unknown), length 350
15:27:06.368773 IP bogon > bogon: ICMP echo request, id 626, seq 32, 
length 64
15:27:07.089593 IP bogon > bogon: ICMP echo reply, id 626, seq 32, length 64
15:27:08.218598 IP bogon > bogon: ICMP echo request, id 626, seq 33, 
length 64
15:27:09.272724 IP bogon > bogon: ICMP echo reply, id 626, seq 33, length 64
15:27:09.273837 IP bogon > bogon: ICMP echo request, id 626, seq 34, 
length 64
15:27:10.287572 IP bogon > bogon: ICMP echo reply, id 626, seq 34, length 64
15:27:11.045960 IP bogon > bogon: ICMP echo request, id 626, seq 35, 
length 64
15:27:12.073985 IP bogon > bogon: ICMP echo reply, id 626, seq 35, length 64
15:27:12.074885 ARP, Request who-has bogon tell bogon, length 28
15:27:12.075465 ARP, Reply bogon is-at 1e:15:7a:b7:08:5a (oui Unknown), 
length 28
15:27:12.076299 IP bogon > bogon: ICMP echo request, id 626, seq 36, 
length 64
15:27:12.923977 IP bogon > bogon: ICMP echo reply, id 626, seq 36, length 64
15:27:13.931779 IP bogon > bogon: ICMP echo request, id 626, seq 37, 
length 64
15:27:14.966326 IP bogon > bogon: ICMP echo reply, id 626, seq 37, length 64
15:27:14.967323 IP bogon > bogon: ICMP echo request, id 626, seq 38, 
length 64
15:27:15.688507 IP bogon > bogon: ICMP echo reply, id 626, seq 38, length 64
15:27:15.690217 ARP, Reply 0.0.0.0 is-at 43:05:43:05:b8:20 (oui 
Unknown), length 28
15:27:16.961136 IP bogon > bogon: ICMP echo request, id 626, seq 39, 
length 64
15:27:17.947857 IP bogon > bogon: ICMP echo reply, id 626, seq 39, length 64
15:27:18.964151 IP bogon > bogon: ICMP echo request, id 626, seq 40, 
length 64
15:27:19.990174 IP bogon > bogon: ICMP echo reply, id 626, seq 40, length 64
15:27:19.991106 IP bogon > bogon: ICMP echo request, id 626, seq 41, 
length 64
15:27:20.712663 IP bogon > bogon: ICMP echo reply, id 626, seq 41, length 64
15:27:21.812959 IP bogon > bogon: ICMP echo request, id 626, seq 42, 
length 64
15:27:22.866807 IP bogon > bogon: ICMP echo reply, id 626, seq 42, length 64
15:27:22.867823 IP bogon > bogon: ICMP echo request, id 626, seq 43, 
length 64
15:27:23.588618 IP bogon > bogon: ICMP echo reply, id 626, seq 43, length 64
15:27:24.718226 IP bogon > bogon: ICMP echo request, id 626, seq 44, 
length 64


------------------------------------------------------------------------------------------------------------







> On Freitag, 21. Oktober 2016 16:43:41 CEST Sven Eckelmann wrote:
> [...]
>>> because i tested between ethernet network port ( i don't test in wifi
>>> port ) , whether it will master reason ?
>> Should not be the "reason". batman-adv doesn't care much about it. It just
>> requires an ethernet compatible device. The re-broadcast is a little bit
>> less aggressive on non-wifi devices but this has nothing to do with your
>> problem.
> Just created a small test setup via ethernet with batman-adv 2016.3 to show
> you how the results are here. They were connected via a single cable:
>
> without batman-adv
> ------------------
>
>      $ ping -c 10 192.168.2.196
>      PING 192.168.2.196 (192.168.2.196) 56(84) bytes of data.
>      64 bytes from 192.168.2.196: icmp_seq=1 ttl=64 time=0.478 ms
>      64 bytes from 192.168.2.196: icmp_seq=2 ttl=64 time=0.682 ms
>      64 bytes from 192.168.2.196: icmp_seq=3 ttl=64 time=0.392 ms
>      64 bytes from 192.168.2.196: icmp_seq=4 ttl=64 time=0.642 ms
>      64 bytes from 192.168.2.196: icmp_seq=5 ttl=64 time=0.574 ms
>      64 bytes from 192.168.2.196: icmp_seq=6 ttl=64 time=0.466 ms
>      64 bytes from 192.168.2.196: icmp_seq=7 ttl=64 time=0.602 ms
>      64 bytes from 192.168.2.196: icmp_seq=8 ttl=64 time=0.619 ms
>      64 bytes from 192.168.2.196: icmp_seq=9 ttl=64 time=0.658 ms
>      64 bytes from 192.168.2.196: icmp_seq=10 ttl=64 time=0.440 ms
>      
>      --- 192.168.2.196 ping statistics ---
>      10 packets transmitted, 10 received, 0% packet loss, time 9000ms
>      rtt min/avg/max/mdev = 0.392/0.555/0.682/0.098 ms
>
> with batman-adv
> ---------------
>
>      $ ping -c 10 10.10.130.66
>      PING 10.10.130.66 (10.10.130.66) 56(84) bytes of data.
>      64 bytes from 10.10.130.66: icmp_seq=1 ttl=64 time=0.489 ms
>      64 bytes from 10.10.130.66: icmp_seq=2 ttl=64 time=0.675 ms
>      64 bytes from 10.10.130.66: icmp_seq=3 ttl=64 time=0.552 ms
>      64 bytes from 10.10.130.66: icmp_seq=4 ttl=64 time=0.562 ms
>      64 bytes from 10.10.130.66: icmp_seq=5 ttl=64 time=0.612 ms
>      64 bytes from 10.10.130.66: icmp_seq=6 ttl=64 time=0.573 ms
>      64 bytes from 10.10.130.66: icmp_seq=7 ttl=64 time=0.534 ms
>      64 bytes from 10.10.130.66: icmp_seq=8 ttl=64 time=0.622 ms
>      64 bytes from 10.10.130.66: icmp_seq=9 ttl=64 time=0.454 ms
>      64 bytes from 10.10.130.66: icmp_seq=10 ttl=64 time=0.468 ms
>      
>      --- 10.10.130.66 ping statistics ---
>      10 packets transmitted, 10 received, 0% packet loss, time 8996ms
>      rtt min/avg/max/mdev = 0.454/0.554/0.675/0.067 ms
>
> Kind regards,
> 	Sven
>
> PS: I've changed the subject because it was extremely unspecific and
> too long.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-21 15:11   ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
  2016-10-21 15:29     ` johnzeng
@ 2016-10-21 15:52     ` tiger
  1 sibling, 0 replies; 12+ messages in thread
From: tiger @ 2016-10-21 15:52 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n


Hello linus:

This is my info

lsmod

batman_adv 164539 0
bridge 108205 1 batman_adv


[root@alarmpi tmp]# ls /sys/class/net/bat0/mesh/
aggregated_ogms bonding distributed_arp_table gw_bandwidth gw_sel_class 
isolation_mark orig_interval
ap_isolation bridge_loop_avoidance fragmentation gw_mode hop_penalty 
multicast_mode routing_algo

[root@alarmpi tmp]# ls /sys/class/net/eth0/batman_adv/
iface_status mesh_iface


[root@alarmpi tmp]# batctl nc disable
Error - can't open file '/sys/class/net/bat0/mesh/network_coding': No 
such file or directory
The option you called seems not to be compiled into your batman-adv 
kernel module.
Consult the README if you wish to learn more about compiling options 
into batman-adv.







于 2016年10月21日 23:31, Linus Lüssing 写道:
> On Fri, Oct 21, 2016 at 04:31:20PM +0200, johnzeng via B.A.T.M.A.N wrote:
>> Date: Fri, 21 Oct 2016 22:31:00 +0800
>> From: johnzeng <johnzeng2013@yahoo.com>
>> To: b.a.t.m.a.n@lists.open-mesh.org
>> Subject: i found time delay is very high and there are more caution info  ,
>>   if possible , please give me some advisement
> If I remember correctly, then one typical issue for Arch Linux
> users was, that Arch compiles batman-adv with network-coding, even
> though it is marked as "Experimental". And that introduces high latency
> and/or packetloss.
>
> johnzeug, can you check whether network coding is enabled or
> disabled and if it is enabled, whether disabling helps?
>
> (batctl nc disable)
>
> And like Sven asked, what batman-adv version are you using. Not
> that long ago the network coding default was changed to disabled
> by default even if the module is compiled with NC. Maybe you run
> an older batman-adv release?
>
> Regards, Linus

> On Freitag, 21. Oktober 2016 16:43:41 CEST Sven Eckelmann wrote:
> [...]
>>> because i tested between ethernet network port ( i don't test in wifi
>>> port ) , whether it will master reason ?
>> Should not be the "reason". batman-adv doesn't care much about it. It just
>> requires an ethernet compatible device. The re-broadcast is a little bit
>> less aggressive on non-wifi devices but this has nothing to do with your
>> problem.
> Just created a small test setup via ethernet with batman-adv 2016.3 to show
> you how the results are here. They were connected via a single cable:
>
> without batman-adv
> ------------------
>
>      $ ping -c 10 192.168.2.196
>      PING 192.168.2.196 (192.168.2.196) 56(84) bytes of data.
>      64 bytes from 192.168.2.196: icmp_seq=1 ttl=64 time=0.478 ms
>      64 bytes from 192.168.2.196: icmp_seq=2 ttl=64 time=0.682 ms
>      64 bytes from 192.168.2.196: icmp_seq=3 ttl=64 time=0.392 ms
>      64 bytes from 192.168.2.196: icmp_seq=4 ttl=64 time=0.642 ms
>      64 bytes from 192.168.2.196: icmp_seq=5 ttl=64 time=0.574 ms
>      64 bytes from 192.168.2.196: icmp_seq=6 ttl=64 time=0.466 ms
>      64 bytes from 192.168.2.196: icmp_seq=7 ttl=64 time=0.602 ms
>      64 bytes from 192.168.2.196: icmp_seq=8 ttl=64 time=0.619 ms
>      64 bytes from 192.168.2.196: icmp_seq=9 ttl=64 time=0.658 ms
>      64 bytes from 192.168.2.196: icmp_seq=10 ttl=64 time=0.440 ms
>      
>      --- 192.168.2.196 ping statistics ---
>      10 packets transmitted, 10 received, 0% packet loss, time 9000ms
>      rtt min/avg/max/mdev = 0.392/0.555/0.682/0.098 ms
>
> with batman-adv
> ---------------
>
>      $ ping -c 10 10.10.130.66
>      PING 10.10.130.66 (10.10.130.66) 56(84) bytes of data.
>      64 bytes from 10.10.130.66: icmp_seq=1 ttl=64 time=0.489 ms
>      64 bytes from 10.10.130.66: icmp_seq=2 ttl=64 time=0.675 ms
>      64 bytes from 10.10.130.66: icmp_seq=3 ttl=64 time=0.552 ms
>      64 bytes from 10.10.130.66: icmp_seq=4 ttl=64 time=0.562 ms
>      64 bytes from 10.10.130.66: icmp_seq=5 ttl=64 time=0.612 ms
>      64 bytes from 10.10.130.66: icmp_seq=6 ttl=64 time=0.573 ms
>      64 bytes from 10.10.130.66: icmp_seq=7 ttl=64 time=0.534 ms
>      64 bytes from 10.10.130.66: icmp_seq=8 ttl=64 time=0.622 ms
>      64 bytes from 10.10.130.66: icmp_seq=9 ttl=64 time=0.454 ms
>      64 bytes from 10.10.130.66: icmp_seq=10 ttl=64 time=0.468 ms
>      
>      --- 10.10.130.66 ping statistics ---
>      10 packets transmitted, 10 received, 0% packet loss, time 8996ms
>      rtt min/avg/max/mdev = 0.454/0.554/0.675/0.067 ms
>
> Kind regards,
> 	Sven
>
> PS: I've changed the subject because it was extremely unspecific and
> too long.


-- 

  --
  -----------------------------------------
  SlientUniverse Network

  Tiger

  Mobile: 15323845569

  Tel:+0086 0755 28378179
  ----------------------------------------
  Website:http://www.slientuniverse.com


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-21 15:29     ` johnzeng
@ 2016-10-21 15:53       ` Sven Eckelmann
  0 siblings, 0 replies; 12+ messages in thread
From: Sven Eckelmann @ 2016-10-21 15:53 UTC (permalink / raw)
  To: johnzeng; +Cc: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 2728 bytes --]

On Freitag, 21. Oktober 2016 23:29:26 CEST johnzeng wrote:
> [root@alarmpi ~]# batctl -v
> batctl 2016.2 [batman-adv: 2016.3]

seems to be recent enough. You can compare my batman-adv settings
by just grepping /sys/class/net/bat0/mesh/*

    $ grep '' /sys/class/net/bat0/mesh/*
    /sys/class/net/bat0/mesh/aggregated_ogms:enabled
    /sys/class/net/bat0/mesh/ap_isolation:disabled
    /sys/class/net/bat0/mesh/bonding:disabled
    /sys/class/net/bat0/mesh/bridge_loop_avoidance:enabled
    /sys/class/net/bat0/mesh/distributed_arp_table:enabled
    /sys/class/net/bat0/mesh/fragmentation:enabled
    /sys/class/net/bat0/mesh/gw_bandwidth:10.0/2.0 MBit
    /sys/class/net/bat0/mesh/gw_mode:off
    /sys/class/net/bat0/mesh/gw_sel_class:20
    /sys/class/net/bat0/mesh/hop_penalty:30
    /sys/class/net/bat0/mesh/isolation_mark:0x00000000/0x00000000
    /sys/class/net/bat0/mesh/multicast_mode:enabled
    /sys/class/net/bat0/mesh/network_coding:disabled
    /sys/class/net/bat0/mesh/orig_interval:1000
    /sys/class/net/bat0/mesh/routing_algo:BATMAN_IV

Btw. there are also other things I've mentioned/asked in my first reply.

[...]
> tcpdump   from  hostA 10.10.130.88
> 
> 
> [root@alarmpi ~]# tcpdump -i bat0

I said wireshark 2.x and eth0. You maybe can use these dumps to
find out if your hardware delays/drops the packets which batman-adv
encapsulates. Btw. I can not debug your hardware/driver from remote
(when this is a hardware/driver problem).

Anyway, please also read my comment at the end.


You could also dump eth0 and bat0 at the same time to check that the incoming
batadv+icmp-request packet comes out of bat0 as icmp-request packet with
nearly no extra delay. And then you can check that the icmp-reply transmitted
via the bat0 interface is transmitted with nearly no extra delay via the eth0
interface as batadv+icmp-reply.

> from hostB 10.10.130.1  ping  hostA 10.10.130.88
[...]
> tcpdump   from  hostA 10.10.130.88
> 
> 
> [root@alarmpi ~]# tcpdump -i bat0
> 15:26:17.498686 IP bogon > bogon: ICMP echo request, id 626, seq 1, 
> 15:26:18.522626 IP bogon > bogon: ICMP echo reply, id 626, seq 1, length 64
> 15:26:18.523618 IP bogon > bogon: ICMP echo request, id 626, seq 2, 
> 15:26:19.244386 IP bogon > bogon: ICMP echo reply, id 626, seq 2, length 64

Are you sure that you are dumping on the system which receives the ping
requests and has to reply to the ping requests? Because then you problem seems
to be above batman-adv. The request was given upwards "15:26:17.498686" from
bat0 (so batman-adv isn't responsible for the packet anymore) and the reply
for it was given to bat0 at "15:26:18.522626". So over 1 second delay caused
by something above the batman-adv layer.

Kind regards,
	Sven


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: i found time delay is very high and there are more caution info , if possible , please give me some advisement
  2016-10-21 14:43 ` [B.A.T.M.A.N.] " Sven Eckelmann
  2016-10-21 15:11   ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
@ 2016-10-24  5:11   ` johnzeng
  2016-10-24  6:29     ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
  1 sibling, 1 reply; 12+ messages in thread
From: johnzeng @ 2016-10-24  5:11 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n, Linus Lüssing


Hello Dear Sven and Linus:

                                             You are right , and When i 
check /sys/class/net/bat0/mesh/*   and i found  archlinux lost 
network-coding .

                            They were connected via a single cable as you .

                            Whether i need use older batman version (batman-adv and batctl 2015.2 ) ?

                            and our version is newest version ( Linux alarmpi 4.4.26-1-ARCH ) and hardware platform is raspberry pi B , but

                            i search wiki , i found kernel 4.4 will usebatman 2015.2

                            https://www.open-mesh.org/projects/open-mesh/wiki/Download

                            linux 4.4 => batman-adv 2015.2 (get batctl 2015.2 fromhere  <https://downloads.open-mesh.org/batman/stable/sources/batctl/>).


                                if batman-adv don't support archlinux really , whether ubuntu will support batman-adv .




                                Thanks


                                



[root@alarmpi ~]# grep '' /sys/class/net/bat0/mesh/*
/sys/class/net/bat0/mesh/aggregated_ogms:enabled
/sys/class/net/bat0/mesh/ap_isolation:disabled
/sys/class/net/bat0/mesh/bonding:disabled
/sys/class/net/bat0/mesh/bridge_loop_avoidance:enabled
/sys/class/net/bat0/mesh/distributed_arp_table:enabled
/sys/class/net/bat0/mesh/fragmentation:enabled
/sys/class/net/bat0/mesh/gw_bandwidth:10.0/2.0 MBit
/sys/class/net/bat0/mesh/gw_mode:off
/sys/class/net/bat0/mesh/gw_sel_class:20
/sys/class/net/bat0/mesh/hop_penalty:30
/sys/class/net/bat0/mesh/isolation_mark:0x00000000/0x00000000
/sys/class/net/bat0/mesh/multicast_mode:enabled
/sys/class/net/bat0/mesh/orig_interval:1000
/sys/class/net/bat0/mesh/routing_algo:BATMAN_IV


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-24  5:11   ` i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
@ 2016-10-24  6:29     ` Sven Eckelmann
  2016-10-24  9:08       ` johnzeng
  0 siblings, 1 reply; 12+ messages in thread
From: Sven Eckelmann @ 2016-10-24  6:29 UTC (permalink / raw)
  To: johnzeng; +Cc: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

On Montag, 24. Oktober 2016 13:11:38 CEST johnzeng wrote:
> 
> Hello Dear Sven and Linus:
> 
>                                              You are right , and When i 
> check /sys/class/net/bat0/mesh/*   and i found  archlinux lost 
> network-coding .

No, they/you just haven't compiled network coding for batman-adv. And
you don't need it.

> 
>                             They were connected via a single cable as you .

What about the rest mentioned in my other mails?

>                             Whether i need use older batman version (batman-adv and batctl 2015.2 ) ?

No. Use a recent version (unless you know that this is a regression).

>                             and our version is newest version ( Linux alarmpi 4.4.26-1-ARCH ) and hardware platform is raspberry pi B , but
> 
>                             i search wiki , i found kernel 4.4 will usebatman 2015.2

It just means that kernel 4.4 includes (more or less) batman-adv 2015.2.
You can still use batman-adv 2016.2 as external module for this kernel
version.


[...]
>                                 if batman-adv don't support archlinux really , whether ubuntu will support batman-adv .

Hm? This doesn't make a lot of sense. batman-adv doesn't require special
distribution support. It is just a Linux kernel module. You have to find
out what other things (hw/drivers/tc/iptables/...) are causing the
problems on your system.

And I even know of people that use Arch Linux on their Freifunk supernodes
together with batman-adv.

Kind regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: High latency with batman-adv on ethernet
  2016-10-24  6:29     ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
@ 2016-10-24  9:08       ` johnzeng
  2016-10-24  9:14         ` [B.A.T.M.A.N.] " Sven Eckelmann
  0 siblings, 1 reply; 12+ messages in thread
From: johnzeng @ 2016-10-24  9:08 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n, Linus Lüssing

[-- Attachment #1: Type: text/plain, Size: 7242 bytes --]


Hello Dear Sven:


			What kind of "caution" info?

                         When i start ping hostb from hosta ,  i catch error info via dmesg , this is parts info

                         please see attactment of email about more error info .

                         Thanks again.

                        

[ 7199.866447] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] 
(ip_local_deliver+0x44/0xcc)
[ 7199.904865] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] 
(ip_rcv+0x28c/0x378)
[ 7199.941909] [<c07030bc>] (ip_rcv) from [<c06c94fc>] 
(__netif_receive_skb_core+0x76c/0xb24)
[ 7199.979512] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] 
(process_backlog+0x58/0xd8)
[ 7200.017753] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] 
(net_rx_action+0x1c0/0x2f8)
[ 7200.055308] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] 
(__do_softirq+0xb0/0x290)
[ 7200.092406] [<c002a4c4>] (__do_softirq) from [<c002a938>] 
(irq_exit+0xc4/0x10c)
[ 7200.129110] [<c002a938>] (irq_exit) from [<c005c898>] 
(__handle_domain_irq+0x50/0xa8)
[ 7200.166474] [<c005c898>] (__handle_domain_irq) from [<c000936c>] 
(bcm2835_handle_irq+0x34/0x4c)
[ 7200.204931] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] 
(__irq_usr+0x4c/0x60)
[ 7200.242634] Exception stack(0xd9471fb0 to 0xd9471ff8)
[ 7200.277642] 1fa0: 00596c78 00000000 00000000 b5eb8000
[ 7200.315958] 1fc0: 801a68c8 befca240 00000000 801a48e0 b644ec78 
befca228 00000026 00000000
[ 7200.354047] 1fe0: 00000032 befca1e8 36353039 b6eac120 a0000010 ffffffff
[ 7855.043910] bat0: hw csum failure
[ 7855.074857] CPU: 0 PID: 0 Comm: swapper Tainted: G O 4.4.26-1-ARCH #1
[ 7855.109974] Hardware name: BCM2708
[ 7855.140615] [<c0014584>] (unwind_backtrace) from [<c001257c>] 
(show_stack+0x10/0x14)
[ 7855.175696] [<c001257c>] (show_stack) from [<c06c12dc>] 
(__skb_checksum_complete+0xb4/0xb8)
[ 7855.211340] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] 
(icmp_rcv+0xa4/0x35c)
[ 7855.247035] [<c0734328>] (icmp_rcv) from [<c0702760>] 
(ip_local_deliver_finish+0xc4/0x22c)
[ 7855.282647] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] 
(ip_local_deliver+0x44/0xcc)
[ 7855.318862] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] 
(ip_rcv+0x28c/0x378)
[ 7855.353794] [<c07030bc>] (ip_rcv) from [<c06c94fc>] 
(__netif_receive_skb_core+0x76c/0xb24)
[ 7855.389194] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] 
(process_backlog+0x58/0xd8)
[ 7855.425373] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] 
(net_rx_action+0x1c0/0x2f8)
[ 7855.460823] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] 
(__do_softirq+0xb0/0x290)
[ 7855.495919] [<c002a4c4>] (__do_softirq) from [<c002a938>] 
(irq_exit+0xc4/0x10c)
[ 7855.530483] [<c002a938>] (irq_exit) from [<c005c898>] 
(__handle_domain_irq+0x50/0xa8)
[ 7855.565501] [<c005c898>] (__handle_domain_irq) from [<c000936c>] 
(bcm2835_handle_irq+0x34/0x4c)
[ 7855.601613] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] 
(__irq_svc+0x40/0x54)
[ 7855.636711] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7855.669131] df40: da539e20 00000000
[ 7855.704679] df60: 035c3d5e 00000000 c0b2cf4c 00000000 c0a9c000 
c0a9e0b4 c0b2cf00 c0b227c4
[ 7855.740071] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 
c000f714 60000013 ffffffff
[ 7855.775373] [<c079ffa0>] (__irq_svc) from [<c000f714>] 
(arch_cpu_idle+0x28/0x30)
[ 7855.809908] [<c000f714>] (arch_cpu_idle) from [<c0051358>] 
(cpu_startup_entry+0x114/0x15c)
[ 7855.845403] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] 
(start_kernel+0x344/0x3b8)
[ 7855.917089] bat0: hw csum failure
[ 7855.947633] CPU: 0 PID: 0 Comm: swapper Tainted: G O 4.4.26-1-ARCH #1
[ 7855.982129] Hardware name: BCM2708
[ 7856.012280] [<c0014584>] (unwind_backtrace) from [<c001257c>] 
(show_stack+0x10/0x14)
[ 7856.046900] [<c001257c>] (show_stack) from [<c06c12dc>] 
(__skb_checksum_complete+0xb4/0xb8)
[ 7856.082154] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] 
(icmp_rcv+0xa4/0x35c)
[ 7856.117455] [<c0734328>] (icmp_rcv) from [<c0702760>] 
(ip_local_deliver_finish+0xc4/0x22c)
[ 7856.152655] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] 
(ip_local_deliver+0x44/0xcc)
[ 7856.189217] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] 
(ip_rcv+0x28c/0x378)
[ 7856.224818] [<c07030bc>] (ip_rcv) from [<c06c94fc>] 
(__netif_receive_skb_core+0x76c/0xb24)
[ 7856.261256] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] 
(process_backlog+0x58/0xd8)
[ 7856.298716] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] 
(net_rx_action+0x1c0/0x2f8)
[ 7856.335711] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] 
(__do_softirq+0xb0/0x290)
[ 7856.372376] [<c002a4c4>] (__do_softirq) from [<c002a938>] 
(irq_exit+0xc4/0x10c)
[ 7856.408706] [<c002a938>] (irq_exit) from [<c005c898>] 
(__handle_domain_irq+0x50/0xa8)
[ 7856.445578] [<c005c898>] (__handle_domain_irq) from [<c000936c>] 
(bcm2835_handle_irq+0x34/0x4c)
[ 7856.483580] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] 
(__irq_svc+0x40/0x54)
[ 7856.520723] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7856.555127] df60: da539e20 00000000 01616376 00000000 c0b2cf4c 
00000000 c0a9c000 c0a9e0b4
[ 7856.592731] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 
c0a9dfb0 c000f710 c0051358
[ 7856.630345] dfa0: 60000013 ffffffff
[ 7856.663164] [<c079ffa0>] (__irq_svc) from [<c0051358>] 
(cpu_startup_entry+0x114/0x15c)
[ 7856.700436] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] 
(start_kernel+0x344/0x3b8)
[ 7857.773177] bat0: hw csum failure
[ 7857.805894] CPU: 0 PID: 0 Comm: swapper Tainted: G O 4.4.26-1-ARCH #1
[ 7857.842773] Hardware name: BCM2708


于 2016年10月24日 14:29, Sven Eckelmann 写道:
> On Montag, 24. Oktober 2016 13:11:38 CEST johnzeng wrote:
>> Hello Dear Sven and Linus:
>>
>>                                               You are right , and When i
>> check /sys/class/net/bat0/mesh/*   and i found  archlinux lost
>> network-coding .
> No, they/you just haven't compiled network coding for batman-adv. And
> you don't need it.
>
>>                              They were connected via a single cable as you .
> What about the rest mentioned in my other mails?
>
>>                              Whether i need use older batman version (batman-adv and batctl 2015.2 ) ?
> No. Use a recent version (unless you know that this is a regression).
>
>>                              and our version is newest version ( Linux alarmpi 4.4.26-1-ARCH ) and hardware platform is raspberry pi B , but
>>
>>                              i search wiki , i found kernel 4.4 will usebatman 2015.2
> It just means that kernel 4.4 includes (more or less) batman-adv 2015.2.
> You can still use batman-adv 2016.2 as external module for this kernel
> version.
>
>
> [...]
>>                                  if batman-adv don't support archlinux really , whether ubuntu will support batman-adv .
> Hm? This doesn't make a lot of sense. batman-adv doesn't require special
> distribution support. It is just a Linux kernel module. You have to find
> out what other things (hw/drivers/tc/iptables/...) are causing the
> problems on your system.
>
> And I even know of people that use Arch Linux on their Freifunk supernodes
> together with batman-adv.
>
> Kind regards,
> 	Sven


[-- Attachment #2: host1_errorinfo --]
[-- Type: text/plain, Size: 128112 bytes --]

[ 7199.354108] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7199.391214] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7199.425476] df60: da539e20 00000000 0899cade 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7199.462936] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7199.500486] dfa0: 60000013 ffffffff
[ 7199.533118] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7199.570370] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7199.612845] bat0: hw csum failure
[ 7199.645459] CPU: 0 PID: 124 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[ 7199.683310] Hardware name: BCM2708
[ 7199.716113] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7199.753370] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7199.791162] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7199.828806] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7199.866447] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7199.904865] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7199.941909] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7199.979512] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7200.017753] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7200.055308] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7200.092406] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7200.129110] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7200.166474] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7200.204931] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[ 7200.242634] Exception stack(0xd9471fb0 to 0xd9471ff8)
[ 7200.277642] 1fa0:                                     00596c78 00000000 00000000 b5eb8000
[ 7200.315958] 1fc0: 801a68c8 befca240 00000000 801a48e0 b644ec78 befca228 00000026 00000000
[ 7200.354047] 1fe0: 00000032 befca1e8 36353039 b6eac120 a0000010 ffffffff
[ 7855.043910] bat0: hw csum failure
[ 7855.074857] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7855.109974] Hardware name: BCM2708
[ 7855.140615] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7855.175696] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7855.211340] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7855.247035] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7855.282647] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7855.318862] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7855.353794] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7855.389194] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7855.425373] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7855.460823] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7855.495919] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7855.530483] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7855.565501] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7855.601613] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7855.636711] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7855.669131] df40:                                                       da539e20 00000000
[ 7855.704679] df60: 035c3d5e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7855.740071] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7855.775373] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7855.809908] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7855.845403] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7855.917089] bat0: hw csum failure
[ 7855.947633] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7855.982129] Hardware name: BCM2708
[ 7856.012280] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7856.046900] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7856.082154] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7856.117455] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7856.152655] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7856.189217] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7856.224818] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7856.261256] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7856.298716] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7856.335711] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7856.372376] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7856.408706] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7856.445578] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7856.483580] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7856.520723] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7856.555127] df60: da539e20 00000000 01616376 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7856.592731] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7856.630345] dfa0: 60000013 ffffffff
[ 7856.663164] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7856.700436] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7857.773177] bat0: hw csum failure
[ 7857.805894] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7857.842773] Hardware name: BCM2708
[ 7857.875286] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7857.912282] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7857.949968] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7857.987550] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7858.025082] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7858.063210] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7858.099952] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7858.137431] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7858.175676] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7858.213273] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7858.250457] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7858.287103] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7858.324215] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7858.362238] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7858.399568] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7858.434230] df60: da539e20 00000000 025a88b6 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7858.472130] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7858.510004] dfa0: 60000013 ffffffff
[ 7858.542957] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7858.580676] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7858.619105] bat0: hw csum failure
[ 7858.652155] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7858.689885] Hardware name: BCM2708
[ 7858.722806] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7858.760164] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7858.798143] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7858.836136] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7858.874096] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7858.912715] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7858.949845] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7858.987581] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7859.026038] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7859.063866] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7859.101255] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7859.138591] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7859.176378] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7859.213240] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7860.309222] bat0: hw csum failure
[ 7860.341716] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7860.378486] Hardware name: BCM2708
[ 7860.410957] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7860.448001] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7860.485546] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7860.522883] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7860.560393] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7860.598629] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7860.635191] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7860.672533] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7860.710523] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7860.747842] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7860.784846] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7860.821293] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7860.858040] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7860.895743] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7860.932520] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7860.966635] df40:                                                       da539e20 00000000
[ 7861.003855] df60: 0974f456 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7861.041155] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7861.078239] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7861.114486] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7861.151865] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7861.191069] bat0: hw csum failure
[ 7861.223398] CPU: 0 PID: 124 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[ 7861.261058] Hardware name: BCM2708
[ 7861.293489] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7861.330504] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7861.368039] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7861.405602] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7861.443045] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7861.481190] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7861.517802] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7861.555154] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7861.593253] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7861.630781] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7861.667932] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7861.704691] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7861.741843] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7861.780233] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7861.817783] Exception stack(0xd9471e00 to 0xd9471e48)
[ 7861.852524] 1e00: dac02600 dbfda67c a0000113 a0000113 00000055 da780000 b5f4e000 d945b720
[ 7861.890537] 1e20: b5f4e980 c0ab181c da79f300 00000055 da780000 d9471e50 c00fc1ec c00fc220
[ 7861.928458] 1e40: a0000113 ffffffff
[ 7861.961639] [<c079ffa0>] (__irq_svc) from [<c00fc220>] (handle_mm_fault+0x9c/0xee0)
[ 7861.998967] [<c00fc220>] (handle_mm_fault) from [<c07a080c>] (do_page_fault+0x30c/0x394)
[ 7862.036891] [<c07a080c>] (do_page_fault) from [<c000921c>] (do_DataAbort+0x38/0xb8)
[ 7862.074344] [<c000921c>] (do_DataAbort) from [<c07a0204>] (__dabt_usr+0x44/0x60)
[ 7862.111428] Exception stack(0xd9471fb0 to 0xd9471ff8)
[ 7862.145956] 1fa0:                                     0000953a 00000000 00000000 b5f4e980
[ 7862.183828] 1fc0: 801a69e0 befca240 00000000 801a48e0 00000070 befca228 00000026 00000000
[ 7862.221608] 1fe0: 0000005a befca1e8 b5eb95e0 b6eac2fc 60000010 ffffffff
[ 7863.297736] bat0: hw csum failure
[ 7863.330099] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7863.366629] Hardware name: BCM2708
[ 7863.398702] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7863.435355] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7863.472713] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7863.510065] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7863.547394] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7863.585360] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7863.621935] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7863.659139] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7863.697076] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7863.734372] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7863.771209] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7863.807605] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7863.844360] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7863.882204] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7863.919137] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7863.953232] df40:                                                       da539e20 00000000
[ 7863.990568] df60: 01c3d2ae 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7864.027717] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7864.064898] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7864.101181] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7864.138575] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7864.176900] bat0: hw csum failure
[ 7864.209129] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7864.245946] Hardware name: BCM2708
[ 7864.278068] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7864.314587] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7864.352023] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7864.389182] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7864.426405] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7864.464285] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7864.500733] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7864.537941] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7864.575913] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7864.613071] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7864.649953] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7864.686889] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7864.724325] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7864.761357] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7865.875594] bat0: hw csum failure
[ 7865.908120] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7865.944889] Hardware name: BCM2708
[ 7865.977155] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7866.013933] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7866.051373] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7866.088680] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7866.126029] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7866.164008] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7866.200535] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7866.237687] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7866.275707] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7866.313043] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7866.349915] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7866.386205] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7866.422833] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7866.460628] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7866.497583] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7866.531844] df40:                                                       da539e20 00000000
[ 7866.569054] df60: 05561576 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7866.606307] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7866.643486] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7866.679816] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7866.717235] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7866.894503] bat0: hw csum failure
[ 7866.926848] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7866.963493] Hardware name: BCM2708
[ 7866.995643] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7867.032461] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7867.069687] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7867.107030] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7867.144274] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7867.182141] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7867.218543] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7867.255726] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7867.293677] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7867.330936] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7867.367855] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7867.404342] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7867.441374] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7867.479455] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7867.516830] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7867.551348] df40:                                                       da539e20 00000000
[ 7867.588942] df60: 01d93f0e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7867.626499] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7867.664035] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7867.700877] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7867.738680] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7867.805468] bat0: hw csum failure
[ 7867.838235] CPU: 0 PID: 124 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[ 7867.876144] Hardware name: BCM2708
[ 7867.908939] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7867.946270] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7867.984260] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7868.022063] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7868.059758] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7868.098046] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7868.135085] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7868.172844] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7868.211454] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7868.249141] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7868.286616] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7868.323445] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7868.360685] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7868.399060] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[ 7868.436701] Exception stack(0xd9471fb0 to 0xd9471ff8)
[ 7868.471542] 1fa0:                                     80199070 8019c708 8019c708 8019b5f0
[ 7868.509589] 1fc0: 80199070 00000000 8019b5f0 ffffffff 8ca54960 00053f98 befcca68 ffffffff
[ 7868.547562] 1fe0: b6f46ddc befcc9c0 b6df4018 b6df3d0c a0000010 ffffffff
[ 7869.639849] bat0: hw csum failure
[ 7869.672521] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7869.709573] Hardware name: BCM2708
[ 7869.742261] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7869.779298] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7869.816925] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7869.854435] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7869.892066] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7869.930395] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7869.967231] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7870.004681] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7870.042789] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7870.080290] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7870.117426] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7870.154194] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7870.191351] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7870.229369] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7870.266662] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7870.301020] df40:                                                       da539e20 00000000
[ 7870.338438] df60: 025db536 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7870.376058] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7870.413542] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7870.450292] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7870.487919] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7870.526061] bat0: hw csum failure
[ 7870.558586] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7870.595928] Hardware name: BCM2708
[ 7870.628531] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7870.665498] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7870.703165] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7870.740779] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7870.778302] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7870.816593] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7870.853447] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7870.890847] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7870.928955] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7870.966179] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7871.003177] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7871.039708] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7871.076768] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7871.115068] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7871.152465] Exception stack(0xdacbfeb8 to 0xdacbff00)
[ 7871.187153] fea0:                                                       c0aa1108 00000002
[ 7871.224915] fec0: 00000000 dacbe000 da60fd80 c0aa1108 dacb1ac0 00000000 c079d15c 00000002
[ 7871.262425] fee0: 00000000 dacbff34 c0a9c040 dacbff08 c079d15c c0046f7c 60000013 ffffffff
[ 7871.299920] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7871.337126] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7871.374186] [<c079d15c>] (schedule) from [<c0043a58>] (smpboot_thread_fn+0xc4/0x170)
[ 7871.411293] [<c0043a58>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7871.448076] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7872.544437] bat0: hw csum failure
[ 7872.576423] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7872.612809] Hardware name: BCM2708
[ 7872.644794] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7872.681311] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7872.718359] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7872.755296] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7872.792229] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7872.829828] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7872.866238] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7872.903187] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7872.940930] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7872.977850] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7873.014321] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7873.050451] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7873.087090] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7873.124776] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7873.161449] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7873.195377] df60: da539e20 00000000 0889cd1e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7873.232576] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7873.269620] dfa0: 60000013 ffffffff
[ 7873.301967] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7873.338906] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7873.417903] bat0: hw csum failure
[ 7873.450158] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7873.486474] Hardware name: BCM2708
[ 7873.518544] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7873.555216] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7873.592403] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7873.629402] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7873.666340] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7873.704085] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7873.740559] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7873.777921] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7873.815952] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7873.853197] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7873.890120] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7873.926587] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7873.963589] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7874.001591] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7874.038886] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7874.073572] df40:                                                       da539e20 00000000
[ 7874.111316] df60: 01cc4aa6 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7874.148924] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7874.186497] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7874.223452] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7874.261214] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7875.334405] bat0: hw csum failure
[ 7875.367171] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7875.404189] Hardware name: BCM2708
[ 7875.436844] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7875.473962] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7875.511708] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7875.549450] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7875.586972] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7875.625221] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7875.661885] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7875.699311] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7875.737508] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7875.775024] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7875.812121] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7875.848638] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7875.885646] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7875.923659] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7875.961052] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7875.995557] df60: da539e20 00000000 057a04ae 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7876.033222] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 c0aa9d00 c0a9dfb0 c000f710 c0051358
[ 7876.071050] dfa0: 60000013 ffffffff
[ 7876.103969] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7876.141529] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7876.180302] bat0: hw csum failure
[ 7876.213264] CPU: 0 PID: 217 Comm: systemd-network Tainted: G           O    4.4.26-1-ARCH #1
[ 7876.251378] Hardware name: BCM2708
[ 7876.284237] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7876.321691] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7876.359703] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7876.397797] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7876.435705] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7876.474165] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7876.511205] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7876.549003] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7876.587604] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7876.625494] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7876.662997] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7876.699984] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7876.737463] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7876.775836] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7876.813449] Exception stack(0xd968de78 to 0xd968dec0)
[ 7876.848425] de60:                                                       d7dc6320 d968deec
[ 7876.886450] de80: 00000028 bf01f454 00000000 00000000 d89b9c60 00000122 c000efa4 d968c000
[ 7876.924439] dea0: 00000080 00000000 00000004 d968dec8 c06b3a70 bf01f454 20000013 ffffffff
[ 7876.962752] [<c079ffa0>] (__irq_svc) from [<bf01f454>] (udpv6_sendmsg+0x0/0xab0 [ipv6])
[ 7877.001129] [<bf01f454>] (udpv6_sendmsg [ipv6]) from [<0000001c>] (0x1c)
[ 7878.094739] bat0: hw csum failure
[ 7878.127347] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7878.164266] Hardware name: BCM2708
[ 7878.196840] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7878.233810] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7878.271342] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7878.308924] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7878.346411] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7878.384549] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7878.421129] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7878.458563] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7878.496514] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7878.533864] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7878.570843] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7878.607384] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7878.644252] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7878.682140] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7878.719064] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7878.753236] df40:                                                       da539e20 00000000
[ 7878.790474] df60: 084e75b6 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7878.827644] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7878.864758] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7878.901218] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7878.938531] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7878.994005] bat0: hw csum failure
[ 7879.026502] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7879.063585] Hardware name: BCM2708
[ 7879.095923] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7879.132683] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7879.170044] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7879.207555] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7879.244837] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7879.282681] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7879.319101] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7879.356341] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7879.394383] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7879.431866] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7879.468841] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7879.505634] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7879.543028] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7879.579976] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7880.656637] bat0: hw csum failure
[ 7880.689040] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7880.725773] Hardware name: BCM2708
[ 7880.758045] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7880.794761] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7880.832059] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7880.869408] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7880.906644] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7880.944553] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7880.981068] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7881.018301] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7881.056273] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7881.093471] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7881.130318] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7881.166570] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7881.203307] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7881.241077] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7881.277985] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7881.312178] df40:                                                       da539e20 00000000
[ 7881.349395] df60: 0386f2f6 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7881.386575] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7881.423853] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7881.460231] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7881.497644] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7881.536048] bat0: hw csum failure
[ 7881.568596] CPU: 0 PID: 469 Comm: ping Tainted: G           O    4.4.26-1-ARCH #1
[ 7881.605215] Hardware name: BCM2708
[ 7881.637520] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7881.674428] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7881.711823] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7881.749313] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7881.786556] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7881.824533] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7881.861037] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7881.898209] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7881.936154] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7881.973464] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7882.010422] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7882.046987] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7882.083985] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7882.122194] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7882.159574] Exception stack(0xd7fd3f60 to 0xd7fd3fa8)
[ 7882.194161] 3f60: 00000001 003b4170 0000003c 00000000 0000003c 003b4170 b6e68d50 00000004
[ 7882.231989] 3f80: 60000010 00000004 00c5387d 0002d1ec 00c5387d d7fd3fb0 b6deaffc c000eef8
[ 7882.269539] 3fa0: 60000013 ffffffff
[ 7882.302362] [<c079ffa0>] (__irq_svc) from [<c000eef8>] (vector_swi+0x38/0x44)
[ 7883.428085] bat0: hw csum failure
[ 7883.460463] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7883.497268] Hardware name: BCM2708
[ 7883.529536] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7883.566163] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7883.603530] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7883.640816] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7883.678118] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7883.716030] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7883.752458] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7883.789556] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7883.827417] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7883.864579] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7883.901429] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7883.937726] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7883.974441] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7884.012303] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7884.049078] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7884.083314] df40:                                                       da539e20 00000000
[ 7884.120798] df60: 0066f22e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7884.158191] df80: c0b21cef c0950d28 0017ae08 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7884.195564] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7884.232129] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7884.269866] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7884.340378] bat0: hw csum failure
[ 7884.372883] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7884.409717] Hardware name: BCM2708
[ 7884.441963] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7884.478796] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7884.516167] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7884.553533] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7884.590890] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7884.628869] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7884.665369] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7884.702551] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7884.740351] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7884.777533] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7884.814469] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7884.850946] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7884.888046] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7884.926057] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7884.963445] Exception stack(0xc0a9df18 to 0xc0a9df60)
[ 7884.997981] df00:                                                       da625da0 00000002
[ 7885.035557] df20: 00000000 c0a9c000 da79fc00 da625da0 c0aa1108 00000002 c079d15c c0b227c4
[ 7885.073201] df40: c0b21cef c0a9df94 d95f0040 c0a9df68 c079d15c c0046f7c 60000013 ffffffff
[ 7885.110790] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7885.148156] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7885.185404] [<c079d15c>] (schedule) from [<c079d388>] (schedule_preempt_disabled+0xc/0x10)
[ 7885.223258] [<c079d388>] (schedule_preempt_disabled) from [<c00512e0>] (cpu_startup_entry+0x9c/0x15c)
[ 7885.262021] [<c00512e0>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7886.353845] bat0: hw csum failure
[ 7886.386494] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7886.423610] Hardware name: BCM2708
[ 7886.456346] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7886.493581] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7886.531273] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7886.568809] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7886.606350] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7886.644734] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7886.681813] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7886.719504] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7886.757842] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7886.795513] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7886.832702] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7886.869581] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7886.906993] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7886.945402] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7886.982949] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7887.017681] df40:                                                       da539e20 00000000
[ 7887.055593] df60: 032dc2ee 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7887.093504] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7887.131301] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7887.168425] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7887.206401] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7887.245130] bat0: hw csum failure
[ 7887.278010] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7887.315586] Hardware name: BCM2708
[ 7887.348482] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7887.386032] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7887.423934] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7887.461671] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7887.499452] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7887.538023] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7887.575259] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7887.613129] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7887.651727] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7887.689444] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7887.726828] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7887.763958] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7887.801359] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7887.838349] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7888.932917] bat0: hw csum failure
[ 7888.965366] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7889.002055] Hardware name: BCM2708
[ 7889.034299] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7889.071094] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7889.108426] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7889.145805] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7889.183074] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7889.220896] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7889.257295] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7889.294422] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7889.332264] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7889.369419] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7889.406157] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7889.442262] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7889.478925] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7889.516563] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7889.553334] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7889.587461] df40:                                                       da539e20 00000000
[ 7889.624618] df60: 02813af6 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7889.661809] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7889.698970] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7889.735313] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7889.772745] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7890.205097] bat0: hw csum failure
[ 7890.237377] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7890.274044] Hardware name: BCM2708
[ 7890.306258] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7890.343007] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7890.380335] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7890.417632] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7890.454887] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7890.492763] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7890.529201] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7890.566400] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7890.604242] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7890.641584] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7890.678586] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7890.715107] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7890.752102] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7890.790225] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7890.827499] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7890.862074] df40:                                                       da539e20 00000000
[ 7890.899708] df60: 039137de 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7890.937267] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7890.974936] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7891.011807] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7891.049577] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7891.093245] bat0: hw csum failure
[ 7891.125949] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7891.162806] Hardware name: BCM2708
[ 7891.195368] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7891.232511] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7891.270217] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7891.307840] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7891.345217] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7891.383349] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7891.420110] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7891.457645] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7891.495912] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7891.533473] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7891.570597] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7891.607257] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7891.644222] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7891.682356] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7891.719714] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7891.754313] df40:                                                       da539e20 00000000
[ 7891.791905] df60: 000c08be 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7891.829593] df80: c0b21cef c0950d28 0017b098 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7891.867220] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7891.904075] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7891.941963] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7892.029154] bat0: hw csum failure
[ 7892.061767] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7892.098596] Hardware name: BCM2708
[ 7892.131252] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7892.168379] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7892.206178] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7892.243846] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7892.281232] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7892.319354] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7892.356093] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7892.393677] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7892.431969] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7892.469473] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7892.506605] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7892.543301] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7892.580355] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7892.618517] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7892.655958] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7892.690680] df40:                                                       da539e20 00000000
[ 7892.728370] df60: 00556216 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7892.766101] df80: c0b21cef c0950d28 0017b0d2 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7892.803780] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7892.840618] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7892.878551] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7893.972754] bat0: hw csum failure
[ 7894.005262] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7894.042070] Hardware name: BCM2708
[ 7894.074588] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7894.111598] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7894.149365] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7894.186943] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7894.224320] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7894.262324] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7894.299048] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7894.336411] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7894.374707] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7894.412069] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7894.449156] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7894.485689] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7894.522700] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7894.560764] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7894.598108] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7894.632617] df40:                                                       da539e20 00000000
[ 7894.670331] df60: 08f1782e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7894.707906] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7894.745475] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7894.782318] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7894.820065] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7894.859031] bat0: hw csum failure
[ 7894.891785] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7894.929002] Hardware name: BCM2708
[ 7894.961642] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7894.998772] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7895.036575] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7895.074256] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7895.111702] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7895.149838] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7895.186738] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7895.224279] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7895.262729] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7895.300385] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7895.337470] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7895.374499] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7895.412055] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7895.448882] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7896.522267] bat0: hw csum failure
[ 7896.554771] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7896.591518] Hardware name: BCM2708
[ 7896.623734] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7896.660592] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7896.697956] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7896.735346] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7896.772608] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7896.810560] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7896.847028] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7896.884153] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7896.922129] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7896.959343] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7896.996114] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7897.032282] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7897.068971] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7897.106731] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7897.143616] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7897.177834] df40:                                                       da539e20 00000000
[ 7897.215014] df60: 02ea8416 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7897.252197] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7897.289381] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7897.325757] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7897.363160] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7897.401572] bat0: hw csum failure
[ 7897.433988] CPU: 0 PID: 469 Comm: ping Tainted: G           O    4.4.26-1-ARCH #1
[ 7897.470632] Hardware name: BCM2708
[ 7897.502857] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7897.539745] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7897.577193] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7897.614577] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7897.651838] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7897.689962] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7897.726447] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7897.763657] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7897.801682] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7897.839067] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7897.876087] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7897.912621] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7897.949594] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7897.987838] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[ 7898.025267] Exception stack(0xd7fd3fb0 to 0xd7fd3ff8)
[ 7898.059947] 3fa0:                                     0000001f 00050bb8 00000021 00031764
[ 7898.097767] 3fc0: 00000001 bed63688 00000020 0002d1fc 00050bb0 00000000 00000040 00000040
[ 7898.135339] 3fe0: 003b40bc bed63530 00000000 0001643c 20000010 ffffffff
[ 7899.244586] bat0: hw csum failure
[ 7899.276693] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7899.313204] Hardware name: BCM2708
[ 7899.345413] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7899.382036] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7899.419104] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7899.456204] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7899.493274] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7899.530967] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7899.567308] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7899.604315] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7899.641795] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7899.678746] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7899.715259] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7899.751451] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7899.787999] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7899.825478] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7899.862135] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7899.895976] df40:                                                       da539e20 00000000
[ 7899.933020] df60: 071eeaae 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7899.970311] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7900.007432] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7900.043891] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7900.081153] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7900.119818] bat0: hw csum failure
[ 7900.152018] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7900.188987] Hardware name: BCM2708
[ 7900.221164] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7900.257911] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7900.295156] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7900.332457] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7900.369614] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7900.407688] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7900.444126] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7900.481323] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7900.519064] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7900.556068] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7900.592815] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7900.629633] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7900.667040] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7900.704044] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7901.811924] bat0: hw csum failure
[ 7901.844227] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7901.880773] Hardware name: BCM2708
[ 7901.912889] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7901.949727] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7901.987030] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7902.024321] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7902.061651] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7902.099568] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7902.135998] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7902.173187] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7902.211075] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7902.248380] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7902.285214] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7902.321468] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7902.358181] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7902.395949] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7902.432840] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7902.467054] df60: da539e20 00000000 07b87f16 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7902.504424] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7902.541681] dfa0: 60000013 ffffffff
[ 7902.574121] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7902.611106] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7902.649000] bat0: hw csum failure
[ 7902.681506] CPU: 0 PID: 210 Comm: haveged Tainted: G           O    4.4.26-1-ARCH #1
[ 7902.718483] Hardware name: BCM2708
[ 7902.750933] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7902.787775] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7902.825392] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7902.862765] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7902.900305] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7902.938401] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7902.975158] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7903.012453] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7903.050454] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7903.087914] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7903.124920] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7903.161613] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7903.198827] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7903.237021] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7903.274524] Exception stack(0xd96e3a38 to 0xd96e3a80)
[ 7903.309317] 3a20:                                                       c0aa1108 00000002
[ 7903.347160] 3a40: 00000000 d96e2000 da60fd80 c0aa1108 d97e8d60 00000000 c079d15c 00000000
[ 7903.384919] 3a60: 00000004 d96e3ab4 c0a9c040 d96e3a88 c079d15c c0046f7c 60000013 ffffffff
[ 7903.422424] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7903.459913] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7903.497020] [<c079d15c>] (schedule) from [<c079f61c>] (schedule_hrtimeout_range_clock+0x11c/0x128)
[ 7903.535754] [<c079f61c>] (schedule_hrtimeout_range_clock) from [<c0137464>] (poll_schedule_timeout+0x34/0x5c)
[ 7903.575482] [<c0137464>] (poll_schedule_timeout) from [<c0137d34>] (do_select+0x5a0/0x618)
[ 7903.613624] [<c0137d34>] (do_select) from [<c0137ee0>] (core_sys_select+0x134/0x348)
[ 7903.651177] [<c0137ee0>] (core_sys_select) from [<c01381b4>] (SyS_select+0xc0/0x118)
[ 7903.688621] [<c01381b4>] (SyS_select) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[ 7904.486526] bat0: hw csum failure
[ 7904.519284] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7904.556355] Hardware name: BCM2708
[ 7904.588798] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7904.625752] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7904.663240] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7904.700770] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7904.738277] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7904.776452] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7904.813183] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7904.850563] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7904.888651] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7904.926156] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7904.963283] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7905.000070] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7905.037185] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7905.075338] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7905.112479] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7905.147030] df40:                                                       da539e20 00000000
[ 7905.184695] df60: 03acfd3e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7905.222176] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7905.259542] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7905.296250] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7905.333910] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7906.429522] bat0: hw csum failure
[ 7906.462099] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7906.498910] Hardware name: BCM2708
[ 7906.531187] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7906.568166] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7906.605895] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7906.643644] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7906.681254] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7906.719547] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7906.756417] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7906.793819] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7906.831603] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7906.868803] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7906.905580] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7906.942115] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7906.979121] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7907.017321] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7907.054653] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7907.089175] df40:                                                       da539e20 00000000
[ 7907.126721] df60: 02f39c36 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7907.164276] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7907.201794] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7907.238624] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7907.276425] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7907.498867] bat0: hw csum failure
[ 7907.531514] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7907.568351] Hardware name: BCM2708
[ 7907.600788] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7907.637795] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7907.675342] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7907.712829] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7907.750102] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7907.788100] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7907.824758] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7907.862222] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7907.900446] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7907.937825] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7907.974774] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7908.011241] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7908.048206] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7908.086227] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7908.123506] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7908.157931] df40:                                                       da539e20 00000000
[ 7908.195483] df60: 0350cbae 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7908.233096] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7908.270560] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7908.307318] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7908.345096] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7908.383502] bat0: hw csum failure
[ 7908.416259] CPU: 0 PID: 268 Comm: RTW_CMD_THREAD Tainted: G           O    4.4.26-1-ARCH #1
[ 7908.454087] Hardware name: BCM2708
[ 7908.486768] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7908.524019] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7908.561864] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7908.599702] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7908.637282] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7908.675576] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7908.712566] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7908.750237] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7908.788784] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7908.826479] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7908.863832] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7908.900725] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7908.937962] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7908.976407] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7909.014067] Exception stack(0xd95f1e28 to 0xd95f1e70)
[ 7909.048924] 1e20:                   da5e0000 00000002 00000000 d95f0000 da79fc00 da5e0000
[ 7909.086979] 1e40: da625da0 00000002 c079d15c dd7de50c bf207410 d95f1ea4 da5dc040 d95f1e78
[ 7909.124929] 1e60: c079d15c c0046f7c 60000013 ffffffff
[ 7909.159643] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7909.197383] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7909.235025] [<c079d15c>] (schedule) from [<c079f2a4>] (schedule_timeout+0x144/0x1b0)
[ 7909.272563] [<c079f2a4>] (schedule_timeout) from [<c079e684>] (__down_interruptible+0x6c/0xc0)
[ 7909.310876] [<c079e684>] (__down_interruptible) from [<c0056678>] (down_interruptible+0x40/0x44)
[ 7909.350041] [<c0056678>] (down_interruptible) from [<bf1ef5e4>] (_rtw_down_sema+0x8/0x14 [8192cu])
[ 7909.389929] [<bf1ef5e4>] (_rtw_down_sema [8192cu]) from [<bf1ae774>] (rtw_cmd_thread+0x5c/0x268 [8192cu])
[ 7909.430303] [<bf1ae774>] (rtw_cmd_thread [8192cu]) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7909.468419] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7910.541365] bat0: hw csum failure
[ 7910.574235] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7910.611381] Hardware name: BCM2708
[ 7910.644092] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7910.681472] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7910.719460] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7910.757400] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7910.795073] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7910.833520] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7910.870472] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7910.908334] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7910.946764] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7910.984535] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7911.021818] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7911.058685] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7911.096126] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7911.134382] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7911.171968] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7911.206732] df40:                                                       da539e20 00000000
[ 7911.244483] df60: 01c7169e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7911.282127] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7911.319715] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7911.356687] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7911.394672] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7911.433046] bat0: hw csum failure
[ 7911.465769] CPU: 0 PID: 210 Comm: haveged Tainted: G           O    4.4.26-1-ARCH #1
[ 7911.502885] Hardware name: BCM2708
[ 7911.535452] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7911.572606] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7911.610508] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7911.648183] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7911.685876] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7911.724333] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7911.761422] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7911.799174] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7911.837532] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7911.874907] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7911.912036] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7911.948647] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7911.985696] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7912.023989] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7912.061469] Exception stack(0xd96e3a38 to 0xd96e3a80)
[ 7912.096130] 3a20:                                                       c0aa1108 00000002
[ 7912.133973] 3a40: 00000000 d96e2000 da60fd80 c0aa1108 d97e8d60 00000000 c079d15c 00000000
[ 7912.171603] 3a60: 00000004 d96e3ab4 c0a9c040 d96e3a88 c079d15c c0046f7c 60000013 ffffffff
[ 7912.209185] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7912.246464] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7912.283709] [<c079d15c>] (schedule) from [<c079f61c>] (schedule_hrtimeout_range_clock+0x11c/0x128)
[ 7912.322256] [<c079f61c>] (schedule_hrtimeout_range_clock) from [<c0137464>] (poll_schedule_timeout+0x34/0x5c)
[ 7912.361856] [<c0137464>] (poll_schedule_timeout) from [<c0137d34>] (do_select+0x5a0/0x618)
[ 7912.399956] [<c0137d34>] (do_select) from [<c0137ee0>] (core_sys_select+0x134/0x348)
[ 7912.437499] [<c0137ee0>] (core_sys_select) from [<c01381b4>] (SyS_select+0xc0/0x118)
[ 7912.474811] [<c01381b4>] (SyS_select) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[ 7913.548535] bat0: hw csum failure
[ 7913.581062] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7913.617847] Hardware name: BCM2708
[ 7913.650175] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7913.687272] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7913.724760] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7913.762419] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7913.799855] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7913.838119] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7913.874879] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7913.912253] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7913.950442] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7913.987980] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7914.025226] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7914.061950] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7914.099115] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7914.137317] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7914.174586] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7914.209160] df40:                                                       da539e20 00000000
[ 7914.246770] df60: 09bfb126 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7914.284445] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7914.321764] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7914.358578] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7914.396152] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7914.434566] bat0: hw csum failure
[ 7914.467099] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7914.504313] Hardware name: BCM2708
[ 7914.536792] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7914.573894] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7914.611609] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7914.649519] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7914.687161] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7914.725666] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7914.762558] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7914.800162] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7914.838284] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7914.875644] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7914.912710] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7914.949684] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7914.987198] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7915.024190] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7916.123319] bat0: hw csum failure
[ 7916.155827] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7916.192501] Hardware name: BCM2708
[ 7916.224725] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7916.261477] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7916.298946] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7916.336241] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7916.373630] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7916.411509] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7916.447992] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7916.485117] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7916.523102] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7916.560324] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7916.597274] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7916.633538] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7916.670166] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7916.707898] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7916.744875] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7916.779110] df40:                                                       da539e20 00000000
[ 7916.816287] df60: 01f571ce 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7916.853439] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7916.890705] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7916.927006] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7916.964453] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7917.003042] bat0: hw csum failure
[ 7917.035402] CPU: 0 PID: 415 Comm: kworker/0:0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7917.072657] Hardware name: BCM2708
[ 7917.105017] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7917.141885] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7917.179407] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7917.216838] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7917.254237] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7917.292221] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7917.328769] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7917.366025] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7917.404142] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7917.441524] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7917.478676] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7917.515342] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7917.552529] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7917.590892] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7917.628508] Exception stack(0xdacc5eb0 to 0xdacc5ef8)
[ 7917.663246] 5ea0:                                     da5e0000 00000002 00000000 dacc4000
[ 7917.701230] 5ec0: da79fc00 da5e0000 da5e1ac0 00000002 c079d15c c0aa605c 00000001 dacc5f2c
[ 7917.739097] 5ee0: da5dc040 dacc5f00 c079d15c c0046f7c 60000013 ffffffff
[ 7917.775254] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7917.812864] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7917.850241] [<c079d15c>] (schedule) from [<c003c458>] (worker_thread+0xb4/0x534)
[ 7917.887307] [<c003c458>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7917.924013] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7918.960309] bat0: hw csum failure
[ 7918.992732] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7919.029441] Hardware name: BCM2708
[ 7919.061868] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7919.098709] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7919.136030] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7919.173236] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7919.210585] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7919.248485] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7919.285246] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7919.322533] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7919.360487] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7919.397754] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7919.434461] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7919.470929] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7919.507931] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7919.545913] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7919.582952] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7919.617160] df60: da539e20 00000000 0093130e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7919.654659] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00200000 c0a9dfb0 c000f710 c0051358
[ 7919.691935] dfa0: 60000013 ffffffff
[ 7919.724581] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7919.761848] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7920.828074] bat0: hw csum failure
[ 7920.860330] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7920.897059] Hardware name: BCM2708
[ 7920.929337] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7920.966152] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7921.003540] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7921.040839] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7921.077979] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7921.115716] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7921.152201] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7921.189541] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7921.227474] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7921.264762] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7921.301633] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7921.338085] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7921.375309] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7921.413352] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7921.450815] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7921.485519] df40:                                                       da539e20 00000000
[ 7921.523270] df60: 03893516 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7921.561157] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7921.598833] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7921.635887] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7921.673686] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7921.712600] bat0: hw csum failure
[ 7921.745555] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7921.783024] Hardware name: BCM2708
[ 7921.815736] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7921.852986] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7921.890847] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7921.928827] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7921.966548] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7922.004970] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7922.041915] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7922.079461] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7922.117921] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7922.155558] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7922.192884] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7922.229947] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7922.267420] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7922.304305] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7923.400174] bat0: hw csum failure
[ 7923.432504] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7923.469178] Hardware name: BCM2708
[ 7923.501365] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7923.538192] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7923.575483] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7923.612825] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7923.650091] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7923.687969] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7923.724377] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7923.761622] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7923.799488] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7923.836679] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7923.873394] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7923.909670] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7923.946255] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7923.983950] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7924.020759] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7924.054962] df60: da539e20 00000000 039ca98e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7924.092240] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7924.129485] dfa0: 60000013 ffffffff
[ 7924.161991] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7924.199089] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7924.462360] bat0: hw csum failure
[ 7924.494848] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7924.531777] Hardware name: BCM2708
[ 7924.564135] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7924.601046] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7924.638636] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7924.676041] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7924.713378] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7924.751533] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7924.788238] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7924.825500] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7924.863474] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7924.900834] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7924.937930] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7924.974570] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7925.011781] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7925.049913] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7925.087273] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7925.122000] df40:                                                       da539e20 00000000
[ 7925.159885] df60: 03825746 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7925.197568] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7925.235317] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7925.272273] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7925.310211] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7925.960436] bat0: hw csum failure
[ 7925.993240] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7926.030302] Hardware name: BCM2708
[ 7926.062839] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7926.099996] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7926.137683] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7926.175578] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7926.213165] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7926.251395] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7926.288089] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7926.325577] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7926.363833] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7926.401341] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7926.438437] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7926.475106] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7926.512026] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7926.550230] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7926.587517] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7926.622100] df60: da539e20 00000000 0097492e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7926.659880] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7926.697484] dfa0: 60000013 ffffffff
[ 7926.730386] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7926.767776] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7926.911732] bat0: hw csum failure
[ 7926.944635] CPU: 0 PID: 103 Comm: mmcqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7926.981900] Hardware name: BCM2708
[ 7927.014536] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7927.051678] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7927.089577] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7927.127382] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7927.165125] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7927.203429] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7927.240275] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7927.277910] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7927.316356] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7927.354099] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7927.391475] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7927.428260] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7927.465524] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7927.503797] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7927.541320] Exception stack(0xda5f7e28 to 0xda5f7e70)
[ 7927.576124] 7e20:                   da5de640 fffffff8 00000000 00000000 da5de544 dac0c800
[ 7927.614202] 7e40: 00000000 da5de400 d7f81960 da5de404 da5de548 00000000 00000000 da5f7e78
[ 7927.652120] 7e60: c067741c c04b4420 40000013 ffffffff
[ 7927.686827] [<c079ffa0>] (__irq_svc) from [<c04b4420>] (__memzero+0x60/0x7c)
[ 7927.723663] [<c04b4420>] (__memzero) from [<c067741c>] (mmc_blk_rw_rq_prep+0x5c/0x3d0)
[ 7927.761024] [<c067741c>] (mmc_blk_rw_rq_prep) from [<c0678a3c>] (mmc_blk_issue_rw_rq+0x2ec/0xa68)
[ 7927.799656] [<c0678a3c>] (mmc_blk_issue_rw_rq) from [<c06793fc>] (mmc_blk_issue_rq+0x244/0x4ec)
[ 7927.838024] [<c06793fc>] (mmc_blk_issue_rq) from [<c0679ef4>] (mmc_queue_thread+0x94/0x158)
[ 7927.875898] [<c0679ef4>] (mmc_queue_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7927.912612] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[ 7927.949548] bat0: hw csum failure
[ 7927.981961] CPU: 0 PID: 469 Comm: ping Tainted: G           O    4.4.26-1-ARCH #1
[ 7928.018626] Hardware name: BCM2708
[ 7928.050751] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7928.087448] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7928.124624] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7928.161738] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7928.198813] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7928.236745] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7928.273100] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7928.310325] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7928.348021] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7928.385232] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7928.422221] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7928.458563] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7928.495365] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7928.533196] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7928.570147] Exception stack(0xd7fd3cd0 to 0xd7fd3d18)
[ 7928.604252] 3cc0:                                     da5e42e0 00000002 00000000 d7fd2000
[ 7928.641647] 3ce0: da79fc00 da5e42e0 dacb2820 00000000 c079d15c 60000013 d7fd3e1c d7fd3d4c
[ 7928.678975] 3d00: da5f6040 d7fd3d20 c079d15c c0046f7c 60000013 ffffffff
[ 7928.714576] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7928.751450] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7928.788223] [<c079d15c>] (schedule) from [<c079f234>] (schedule_timeout+0xd4/0x1b0)
[ 7928.824917] [<c079f234>] (schedule_timeout) from [<c06c09d0>] (__skb_recv_datagram+0x4a8/0x4f0)
[ 7928.862668] [<c06c09d0>] (__skb_recv_datagram) from [<c06c0a4c>] (skb_recv_datagram+0x34/0x3c)
[ 7928.900349] [<c06c0a4c>] (skb_recv_datagram) from [<c072af10>] (raw_recvmsg+0x60/0x174)
[ 7928.937305] [<c072af10>] (raw_recvmsg) from [<c07380a0>] (inet_recvmsg+0x38/0x4c)
[ 7928.973605] [<c07380a0>] (inet_recvmsg) from [<c06b4160>] (___sys_recvmsg+0x8c/0x118)
[ 7929.010054] [<c06b4160>] (___sys_recvmsg) from [<c06b4ee8>] (__sys_recvmsg+0x3c/0x68)
[ 7929.046688] [<c06b4ee8>] (__sys_recvmsg) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[ 7930.146975] bat0: hw csum failure
[ 7930.178796] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7930.215176] Hardware name: BCM2708
[ 7930.247030] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7930.283431] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7930.320514] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7930.357662] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7930.394861] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7930.432734] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7930.469445] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7930.506969] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7930.545182] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7930.582574] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7930.619647] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7930.656228] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7930.693243] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7930.731327] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7930.768546] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7930.802889] df40:                                                       da539e20 00000000
[ 7930.840275] df60: 02f3e286 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7930.877529] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7930.914861] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7930.951512] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7930.989209] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7931.185214] bat0: hw csum failure
[ 7931.217525] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7931.254018] Hardware name: BCM2708
[ 7931.286192] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7931.323120] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7931.360367] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7931.397680] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7931.434896] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7931.472877] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7931.509432] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7931.546688] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7931.584716] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7931.622045] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7931.659086] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7931.695604] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7931.732631] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7931.770746] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7931.808133] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7931.842646] df40:                                                       da539e20 00000000
[ 7931.880272] df60: 01b8515e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7931.917960] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7931.955502] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7931.992341] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7932.030072] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7932.068361] bat0: hw csum failure
[ 7932.101034] CPU: 0 PID: 469 Comm: ping Tainted: G           O    4.4.26-1-ARCH #1
[ 7932.137955] Hardware name: BCM2708
[ 7932.170483] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7932.207583] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7932.245374] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7932.282997] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7932.320447] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7932.358514] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7932.395285] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7932.432784] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7932.471092] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7932.508534] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7932.545669] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7932.582315] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7932.619297] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7932.657429] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7932.694859] Exception stack(0xd7fd3cd0 to 0xd7fd3d18)
[ 7932.729530] 3cc0:                                     c0aa1108 00000002 00000000 d7fd2000
[ 7932.767407] 3ce0: da79fc00 c0aa1108 dacb2820 00000000 c079d15c 60000013 d7fd3e1c d7fd3d4c
[ 7932.805088] 3d00: c0a9c040 d7fd3d20 c079d15c c0046f7c 60000013 ffffffff
[ 7932.841285] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[ 7932.878672] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[ 7932.916077] [<c079d15c>] (schedule) from [<c079f234>] (schedule_timeout+0xd4/0x1b0)
[ 7932.953394] [<c079f234>] (schedule_timeout) from [<c06c09d0>] (__skb_recv_datagram+0x4a8/0x4f0)
[ 7932.991535] [<c06c09d0>] (__skb_recv_datagram) from [<c06c0a4c>] (skb_recv_datagram+0x34/0x3c)
[ 7933.029655] [<c06c0a4c>] (skb_recv_datagram) from [<c072af10>] (raw_recvmsg+0x60/0x174)
[ 7933.067248] [<c072af10>] (raw_recvmsg) from [<c07380a0>] (inet_recvmsg+0x38/0x4c)
[ 7933.104241] [<c07380a0>] (inet_recvmsg) from [<c06b4160>] (___sys_recvmsg+0x8c/0x118)
[ 7933.141548] [<c06b4160>] (___sys_recvmsg) from [<c06b4ee8>] (__sys_recvmsg+0x3c/0x68)
[ 7933.178787] [<c06b4ee8>] (__sys_recvmsg) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[ 7934.313391] bat0: hw csum failure
[ 7934.345570] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7934.382195] Hardware name: BCM2708
[ 7934.414505] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7934.451434] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7934.488735] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7934.526073] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7934.563300] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7934.601163] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7934.637708] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7934.675272] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7934.713383] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7934.750864] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7934.787921] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7934.824547] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7934.861490] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7934.899619] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7934.936845] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7934.971271] df40:                                                       da539e20 00000000
[ 7935.008605] df60: 07f6a156 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7935.046010] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7935.083353] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7935.120054] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7935.157682] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7935.425821] bat0: hw csum failure
[ 7935.458149] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7935.494618] Hardware name: BCM2708
[ 7935.526887] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7935.563735] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7935.601029] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7935.638389] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7935.675599] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7935.713588] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7935.750161] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7935.787398] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7935.825497] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7935.862814] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7935.899870] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7935.936416] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7935.973338] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7936.011589] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7936.048930] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[ 7936.083554] df40:                                                       da539e20 00000000
[ 7936.121146] df60: 023f9a2e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[ 7936.158744] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[ 7936.196344] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[ 7936.233057] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7936.270943] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7936.561832] bat0: hw csum failure
[ 7936.594390] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[ 7936.631203] Hardware name: BCM2708
[ 7936.663722] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7936.700621] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7936.738312] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7936.775812] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7936.813243] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7936.851352] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7936.888054] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7936.925503] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7936.963704] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7937.001160] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7937.038286] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7937.074835] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7937.111719] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7937.149863] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[ 7937.187129] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[ 7937.221649] df60: da539e20 00000000 08e9988e 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[ 7937.259409] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[ 7937.297060] dfa0: 60000013 ffffffff
[ 7937.329981] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[ 7937.367366] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[ 7937.434374] bat0: hw csum failure
[ 7937.467349] CPU: 0 PID: 474 Comm: dmesg Tainted: G           O    4.4.26-1-ARCH #1
[ 7937.504409] Hardware name: BCM2708
[ 7937.537048] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7937.574258] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7937.612111] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7937.649922] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7937.687611] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7937.725896] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7937.762683] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7937.800394] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7937.838800] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7937.876520] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7937.913791] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[ 7937.950540] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[ 7937.987905] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[ 7938.026069] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[ 7938.063503] Exception stack(0xd7fa9fb0 to 0xd7fa9ff8)
[ 7938.098304] 9fa0:                                     00010e8b b6f7a6ff 0000002f 0000006c
[ 7938.136316] 9fc0: b6fab858 00010e8b 00000000 00010e8b b6fab518 00000001 00010e18 bed90b54
[ 7938.174292] 9fe0: 00000000 bed90ad0 b6f8b724 b6f944ec a0000010 ffffffff
[ 7938.211998] bat0: hw csum failure
[ 7938.244919] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[ 7938.282265] Hardware name: BCM2708
[ 7938.315085] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[ 7938.352290] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[ 7938.390144] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[ 7938.427779] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[ 7938.465478] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[ 7938.503949] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[ 7938.541019] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[ 7938.578610] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[ 7938.616856] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[ 7938.654321] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[ 7938.691389] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[ 7938.728427] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[ 7938.766022] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[ 7938.802793] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)

[-- Attachment #3: host2_errorinfo --]
[-- Type: text/plain, Size: 128292 bytes --]

[10623.016762] df40:                                                       da53fda0 00000000
[10623.064763] df60: 030ab794 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10623.111993] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10623.159210] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10623.205467] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10623.252772] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10623.301394] bat0: hw csum failure
[10623.323790] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10623.369599] Hardware name: BCM2708
[10623.391372] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10623.435285] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10623.480254] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10623.525059] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10623.569783] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10623.615989] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10623.662308] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10623.709473] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10623.757379] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10623.804438] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10623.851238] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10623.878326] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10623.925977] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10623.975682] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10624.024974] Exception stack(0xda747fb0 to 0xda747ff8)
[10624.050698] 7fa0:                                     00000000 00000050 80a7c5ea 80a7c5e1
[10624.099310] 7fc0: 80a7c5e0 80a7d8e0 003b0cd8 00000000 00000001 bea9e1b8 00000000 00000037
[10624.147375] 7fe0: b62d3d18 bea9e108 b6efce28 b6cf2fc8 60000010 ffffffff
[10625.255330] bat0: hw csum failure
[10625.278249] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10625.324244] Hardware name: BCM2708
[10625.346530] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10625.391654] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10625.437108] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10625.482562] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10625.527917] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10625.574193] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10625.619360] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10625.665307] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10625.712059] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10625.758805] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10625.805899] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10625.833134] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10625.880723] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10625.930327] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10625.979534] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10626.005154] df40:                                                       da53fda0 00000000
[10626.053162] df60: 06130206 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10626.100348] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10626.147565] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10626.194002] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10626.241185] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10626.289344] bat0: hw csum failure
[10626.311745] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10626.356955] Hardware name: BCM2708
[10626.378673] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10626.422564] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10626.467286] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10626.512061] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10626.556635] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10626.602829] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10626.649119] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10626.696238] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10626.744104] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10626.791066] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10626.837720] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10626.884755] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10626.933714] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10626.983019] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10627.808183] bat0: hw csum failure
[10627.832225] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10627.880728] Hardware name: BCM2708
[10627.904229] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10627.951706] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10627.999748] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10628.047662] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10628.095736] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10628.144293] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10628.191384] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10628.239291] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10628.287804] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10628.335541] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10628.383075] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10628.410407] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10628.458131] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10628.507679] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10628.557010] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10628.582641] df40:                                                       da53fda0 00000000
[10628.630685] df60: 04ba2d21 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10628.678006] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10628.725217] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10628.771734] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10628.819174] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10628.867117] bat0: hw csum failure
[10628.889604] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10628.935573] Hardware name: BCM2708
[10628.957314] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10629.001306] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10629.046278] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10629.090980] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10629.135744] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10629.181934] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10629.228291] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10629.275357] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10629.323250] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10629.370303] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10629.417036] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10629.444057] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10629.491613] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10629.541292] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10629.590603] Exception stack(0xda747eb0 to 0xda747ef8)
[10629.616391] 7ea0:                                     da7aa240 c01645ec da747f60 00000000
[10629.664944] 7ec0: da7aa240 da6bf1e0 da747f10 c01645ec 00000000 00000000 da7aa240 00000000
[10629.713026] 7ee0: 00000200 da747f00 c0165dd4 c0164c28 60000013 ffffffff
[10629.739720] [<c079ffa0>] (__irq_svc) from [<c0164c28>] (ep_scan_ready_list.constprop.1+0x1a8/0x1c0)
[10629.788370] [<c0164c28>] (ep_scan_ready_list.constprop.1) from [<c0165dd4>] (SyS_epoll_wait+0x18c/0x3f0)
[10629.837522] [<c0165dd4>] (SyS_epoll_wait) from [<c000ef70>] (__sys_trace_return+0x0/0x10)
[10629.886133] bat0: hw csum failure
[10629.908709] CPU: 0 PID: 360 Comm: kworker/u2:1 Tainted: G           O    4.4.26-1-ARCH #1
[10629.954646] Hardware name: BCM2708
[10629.976762] Workqueue: bat_events batadv_send_outstanding_bat_ogm_packet [batman_adv]
[10630.021505] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10630.066063] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10630.111305] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10630.156523] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10630.201823] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10630.248632] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10630.294544] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10630.341560] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10630.389171] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10630.436202] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10630.483194] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10630.531743] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10630.582321] [<c002a7c0>] (__local_bh_enable_ip) from [<bf2c4e8c>] (batadv_send_outstanding_bat_ogm_packet+0x58/0x100 [batman_adv])
[10630.636119] [<bf2c4e8c>] (batadv_send_outstanding_bat_ogm_packet [batman_adv]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10630.689388] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10630.739453] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10630.767788] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10631.578404] bat0: hw csum failure
[10631.602342] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10631.650419] Hardware name: BCM2708
[10631.673664] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10631.720786] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10631.768411] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10631.816012] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10631.863616] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10631.911797] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10631.958632] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10632.006249] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10632.054453] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10632.101650] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10632.148521] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10632.175838] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10632.223306] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10632.272912] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10632.321974] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10632.347563] df40:                                                       da53fda0 00000000
[10632.395467] df60: 0501cb71 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10632.442668] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10632.489828] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10632.536120] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10632.583378] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10632.631341] bat0: hw csum failure
[10632.653754] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10632.698969] Hardware name: BCM2708
[10632.720752] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10632.764656] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10632.809547] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10632.854185] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10632.899034] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10632.945077] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10632.991410] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10633.038651] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10633.086358] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10633.133549] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10633.180185] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10633.227382] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10633.276377] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10633.325704] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10634.478700] bat0: hw csum failure
[10634.502783] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10634.551184] Hardware name: BCM2708
[10634.574746] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10634.622169] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10634.670040] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10634.717920] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10634.765772] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10634.814177] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10634.861178] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10634.909043] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10634.957481] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10635.005228] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10635.052420] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10635.079743] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10635.127312] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10635.176755] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10635.226057] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10635.251643] df40:                                                       da53fda0 00000000
[10635.299662] df60: 0562cb09 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10635.346965] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10635.394191] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10635.440680] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10635.488059] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10635.536023] bat0: hw csum failure
[10635.558497] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10635.604340] Hardware name: BCM2708
[10635.626090] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10635.670074] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10635.715020] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10635.759801] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10635.804463] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10635.850713] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10635.897003] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10635.944130] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10635.991942] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10636.039020] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10636.085580] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10636.112667] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10636.160355] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10636.210026] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10636.259281] Exception stack(0xda747fb0 to 0xda747ff8)
[10636.285039] 7fa0:                                     00000000 beaa07c0 00000000 00000000
[10636.333626] 7fc0: 80a741f0 00000001 beaa07e0 00000017 ffffffff 00000001 00000007 beaa0a24
[10636.381823] 7fe0: b6f96744 beaa07c0 b6e3c5b0 b6d5a748 80000010 ffffffff
[10637.291694] bat0: hw csum failure
[10637.314651] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10637.360755] Hardware name: BCM2708
[10637.383012] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10637.428192] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10637.473747] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10637.519270] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10637.564762] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10637.611037] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10637.656237] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10637.702027] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10637.748797] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10637.795691] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10637.842619] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10637.869864] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10637.917505] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10637.967073] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10638.016338] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10638.041939] df40:                                                       da53fda0 00000000
[10638.089843] df60: 06561274 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10638.137059] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10638.184266] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10638.230552] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10638.277896] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10638.326024] bat0: hw csum failure
[10638.348464] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10638.393668] Hardware name: BCM2708
[10638.415313] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10638.459213] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10638.503929] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10638.548662] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10638.593347] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10638.639401] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10638.685828] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10638.732814] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10638.780729] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10638.827828] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10638.874494] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10638.921621] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10638.970394] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10639.019740] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10640.030938] bat0: hw csum failure
[10640.055106] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10640.103455] Hardware name: BCM2708
[10640.126875] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10640.174196] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10640.222133] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10640.269901] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10640.317582] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10640.366010] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10640.412898] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10640.460607] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10640.508850] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10640.556486] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10640.603662] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10640.631017] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10640.678351] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10640.727799] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10640.776934] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10640.802550] df40:                                                       da53fda0 00000000
[10640.850370] df60: 074589d3 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10640.897556] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10640.944697] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10640.991033] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10641.038339] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10641.086270] bat0: hw csum failure
[10641.108664] CPU: 0 PID: 260 Comm: hostapd Tainted: G           O    4.4.26-1-ARCH #1
[10641.153786] Hardware name: BCM2708
[10641.175442] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10641.219507] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10641.264324] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10641.309163] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10641.353828] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10641.399944] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10641.446248] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10641.493378] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10641.541280] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10641.588332] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10641.635074] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10641.682533] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10641.731884] [<c002a7c0>] (__local_bh_enable_ip) from [<c0770ebc>] (packet_poll+0x88/0x12c)
[10641.782009] [<c0770ebc>] (packet_poll) from [<c06b2db8>] (sock_poll+0x8c/0x108)
[10641.810487] [<c06b2db8>] (sock_poll) from [<c0137a68>] (do_select+0x2d4/0x618)
[10641.838768] [<c0137a68>] (do_select) from [<c0137ee0>] (core_sys_select+0x134/0x348)
[10641.887408] [<c0137ee0>] (core_sys_select) from [<c01381b4>] (SyS_select+0xc0/0x118)
[10641.936119] [<c01381b4>] (SyS_select) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[10642.608916] bat0: hw csum failure
[10642.632193] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10642.678920] Hardware name: BCM2708
[10642.701511] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10642.747153] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10642.793428] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10642.839522] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10642.885633] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10642.932361] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10642.977780] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10643.023898] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10643.071313] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10643.118329] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10643.165084] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10643.192041] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10643.239763] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10643.289340] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10643.338444] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10643.364057] df40:                                                       da53fda0 00000000
[10643.412023] df60: 02f93de7 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10643.459303] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10643.506516] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10643.552896] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10643.600191] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10643.653630] bat0: hw csum failure
[10643.676069] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10643.721316] Hardware name: BCM2708
[10643.743018] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10643.786750] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10643.831523] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10643.876116] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10643.920894] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10643.966917] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10644.013285] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10644.060290] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10644.108200] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10644.155114] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10644.201904] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10644.248985] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10644.297842] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10644.347149] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10645.363109] bat0: hw csum failure
[10645.387179] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10645.435533] Hardware name: BCM2708
[10645.458844] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10645.506130] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10645.554041] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10645.601838] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10645.649619] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10645.697993] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10645.745131] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10645.792927] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10645.841392] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10645.889069] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10645.936406] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10645.963710] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10646.011170] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10646.060686] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10646.109905] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10646.135500] df40:                                                       da53fda0 00000000
[10646.183423] df60: 01a0f333 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10646.230674] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10646.277980] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10646.324387] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10646.371789] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10646.419878] bat0: hw csum failure
[10646.442263] CPU: 0 PID: 356 Comm: kworker/u2:0 Tainted: G           O    4.4.26-1-ARCH #1
[10646.487837] Hardware name: BCM2708
[10646.509717] Workqueue: bat_events batadv_send_outstanding_bat_ogm_packet [batman_adv]
[10646.553904] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10646.598176] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10646.643069] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10646.687912] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10646.733557] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10646.781211] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10646.827724] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10646.874936] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10646.922660] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10646.969685] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10647.016959] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10647.065494] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10647.116344] [<c002a7c0>] (__local_bh_enable_ip) from [<bf2c4e8c>] (batadv_send_outstanding_bat_ogm_packet+0x58/0x100 [batman_adv])
[10647.170376] [<bf2c4e8c>] (batadv_send_outstanding_bat_ogm_packet [batman_adv]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10647.224059] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10647.274257] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10647.302746] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10648.292365] bat0: hw csum failure
[10648.316372] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10648.364622] Hardware name: BCM2708
[10648.387907] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10648.435049] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10648.482636] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10648.530246] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10648.577804] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10648.625945] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10648.672870] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10648.720424] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10648.768588] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10648.815868] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10648.862719] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10648.889986] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10648.937570] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10648.986973] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10649.036189] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10649.061712] df40:                                                       da53fda0 00000000
[10649.109590] df60: 05bb02f4 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10649.156798] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10649.203884] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10649.250155] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10649.297426] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10649.353125] bat0: hw csum failure
[10649.375467] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10649.420644] Hardware name: BCM2708
[10649.442337] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10649.486082] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10649.530960] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10649.575700] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10649.620328] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10649.666480] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10649.712732] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10649.759847] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10649.807562] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10649.854589] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10649.901247] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10649.948367] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10649.997092] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10650.046331] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10650.867432] bat0: hw csum failure
[10650.891604] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10650.939937] Hardware name: BCM2708
[10650.963299] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10651.010646] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10651.058613] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10651.106421] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10651.154130] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10651.202529] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10651.249510] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10651.297316] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10651.345649] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10651.393316] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10651.440669] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10651.468042] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10651.515567] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10651.565046] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10651.614274] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10651.639878] df40:                                                       da53fda0 00000000
[10651.687900] df60: 000ed4e0 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10651.735302] df80: c0b21cef c0950d28 d9487f01 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10651.782548] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10651.829034] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10651.876488] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10651.924650] bat0: hw csum failure
[10651.947056] CPU: 0 PID: 203 Comm: haveged Tainted: G           O    4.4.26-1-ARCH #1
[10651.992193] Hardware name: BCM2708
[10652.013885] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10652.057907] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10652.102897] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10652.147640] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10652.192359] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10652.238525] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10652.284715] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10652.331947] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10652.379819] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10652.426964] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10652.473661] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10652.500737] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10652.548380] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10652.598048] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10652.647329] Exception stack(0xd974ba38 to 0xd974ba80)
[10652.673020] ba20:                                                       c0aa1108 00000002
[10652.721111] ba40: 00000000 d974a000 da682780 c0aa1108 d961c2e0 00000000 c079d15c 00000000
[10652.768539] ba60: 00000004 d974bab4 c0a9c040 d974ba88 c079d15c c0046f7c 60000013 ffffffff
[10652.815917] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[10652.863013] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[10652.909903] [<c079d15c>] (schedule) from [<c079f61c>] (schedule_hrtimeout_range_clock+0x11c/0x128)
[10652.958024] [<c079f61c>] (schedule_hrtimeout_range_clock) from [<c0137464>] (poll_schedule_timeout+0x34/0x5c)
[10653.007129] [<c0137464>] (poll_schedule_timeout) from [<c0137d34>] (do_select+0x5a0/0x618)
[10653.054623] [<c0137d34>] (do_select) from [<c0137ee0>] (core_sys_select+0x134/0x348)
[10653.101502] [<c0137ee0>] (core_sys_select) from [<c01381b4>] (SyS_select+0xc0/0x118)
[10653.148758] [<c01381b4>] (SyS_select) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[10653.196700] bat0: hw csum failure
[10653.219317] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10653.265910] Hardware name: BCM2708
[10653.288454] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10653.335103] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10653.382522] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10653.429859] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10653.477225] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10653.525240] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10653.571912] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10653.619252] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10653.667134] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10653.714274] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10653.761036] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10653.788169] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10653.835910] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10653.885511] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10653.934795] Exception stack(0xda747fb0 to 0xda747ff8)
[10653.960575] 7fa0:                                     80a75708 00000000 00000001 80a75708
[10654.009099] 7fc0: 80a72070 80a74618 000012a4 80a745f0 00000000 00000001 00000001 beaa0a24
[10654.057212] 7fe0: b6f97f34 beaa07a8 b6ecde6c b6e44fac a0000010 ffffffff
[10654.085204] bat0: hw csum failure
[10654.108156] CPU: 0 PID: 363 Comm: kworker/u2:5 Tainted: G           O    4.4.26-1-ARCH #1
[10654.154883] Hardware name: BCM2708
[10654.177406] Workqueue: bat_events batadv_purge_orig [batman_adv]
[10654.202336] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10654.246944] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10654.292195] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10654.337279] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10654.382294] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10654.428345] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10654.473091] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10654.518477] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10654.565249] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10654.612074] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10654.658783] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10654.706499] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10654.756157] [<c002a7c0>] (__local_bh_enable_ip) from [<bf2c1e9c>] (_batadv_purge_orig+0x238/0x3f8 [batman_adv])
[10654.808458] [<bf2c1e9c>] (_batadv_purge_orig [batman_adv]) from [<bf2c206c>] (batadv_purge_orig+0x10/0x30 [batman_adv])
[10654.861540] [<bf2c206c>] (batadv_purge_orig [batman_adv]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10654.913167] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10654.963214] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10654.991719] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10655.911948] bat0: hw csum failure
[10655.935779] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10655.983741] Hardware name: BCM2708
[10656.006944] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10656.054056] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10656.101586] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10656.149045] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10656.196286] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10656.244361] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10656.291204] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10656.338527] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10656.386681] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10656.433909] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10656.480835] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10656.508149] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10656.555755] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10656.605287] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10656.654496] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10656.680097] df40:                                                       da53fda0 00000000
[10656.728121] df60: 0696dad0 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10656.775379] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10656.822573] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10656.869016] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10656.916339] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10656.965003] bat0: hw csum failure
[10656.987452] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10657.033298] Hardware name: BCM2708
[10657.055057] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10657.099056] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10657.143979] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10657.188742] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10657.233589] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10657.279726] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10657.326118] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10657.373295] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10657.421230] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10657.468358] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10657.515022] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10657.542137] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10657.589720] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10657.639380] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10657.688739] Exception stack(0xda747fb0 to 0xda747ff8)
[10657.714475] 7fa0:                                     00000058 00000000 bea9e154 000c9bc3
[10657.763018] 7fc0: 00391e20 00000000 80a7d8e0 00000001 bea9e154 00000000 00000000 00000000
[10657.811112] 7fe0: b62b4e20 bea9e130 b6f112e8 b6efb8f8 20000010 ffffffff
[10658.479386] bat0: hw csum failure
[10658.502362] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10658.548501] Hardware name: BCM2708
[10658.570716] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10658.615896] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10658.661412] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10658.706941] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10658.752430] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10658.798579] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10658.843828] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10658.889664] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10658.936435] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10658.983297] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10659.030322] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10659.057533] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10659.105107] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10659.154603] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10659.203738] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10659.229374] df40:                                                       da53fda0 00000000
[10659.277447] df60: 097a802a 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10659.324722] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10659.372031] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10659.418428] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10659.465807] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10659.514028] bat0: hw csum failure
[10659.536537] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10659.582282] Hardware name: BCM2708
[10659.604044] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10659.647989] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10659.693025] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10659.737790] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10659.782683] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10659.828784] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10659.875222] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10659.922309] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10659.970243] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10660.017406] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10660.064238] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10660.091381] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10660.139153] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10660.188882] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10660.238360] Exception stack(0xda747fb0 to 0xda747ff8)
[10660.264038] 7fa0:                                     bea9e9b2 bea9e5c0 bea9e9db bea9e5f8
[10660.312725] 7fc0: 00000029 bea9e9b8 b6fc9c90 beaa0a70 bea9e5f8 bea9e9b6 00000000 bea9e5b8
[10660.360820] 7fe0: 1bff1a17 bea9e550 7f5c359c 7f5c35c0 a0000010 ffffffff
[10661.202331] bat0: hw csum failure
[10661.225287] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10661.271376] Hardware name: BCM2708
[10661.293751] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10661.338803] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10661.384457] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10661.429959] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10661.475434] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10661.521820] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10661.566913] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10661.612852] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10661.659488] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10661.706434] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10661.753352] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10661.780594] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10661.828137] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10661.877682] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10661.926736] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10661.952408] df40:                                                       da53fda0 00000000
[10662.000242] df60: 04a20d56 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10662.047493] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10662.094649] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10662.140921] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10662.188190] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10662.236154] bat0: hw csum failure
[10662.258493] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10662.303826] Hardware name: BCM2708
[10662.325533] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10662.369209] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10662.414010] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10662.458689] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10662.503147] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10662.549175] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10662.595368] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10662.642516] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10662.690317] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10662.737271] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10662.783938] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10662.830943] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10662.879761] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10662.928854] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10663.746676] bat0: hw csum failure
[10663.770749] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10663.819124] Hardware name: BCM2708
[10663.842431] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10663.889796] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10663.937674] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10663.985490] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10664.033233] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10664.081671] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10664.128832] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10664.176787] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10664.225142] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10664.272829] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10664.320200] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10664.347608] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10664.395204] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10664.444728] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10664.493804] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10664.519371] df40:                                                       da53fda0 00000000
[10664.567189] df60: 04539b35 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10664.614557] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10664.661765] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10664.708234] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10664.755512] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10664.803478] bat0: hw csum failure
[10664.825939] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10664.871283] Hardware name: BCM2708
[10664.893005] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10664.936796] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10664.981663] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10665.026399] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10665.071068] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10665.117197] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10665.163422] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10665.210590] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10665.258409] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10665.305423] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10665.352045] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10665.399110] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10665.447850] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10665.497222] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10666.726951] bat0: hw csum failure
[10666.751052] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10666.799882] Hardware name: BCM2708
[10666.823413] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10666.871005] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10666.919110] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10666.967083] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10667.015134] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10667.063778] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10667.111027] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10667.159056] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10667.207713] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10667.255555] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10667.303071] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10667.350638] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10667.399527] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10667.448854] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10668.363921] bat0: hw csum failure
[10668.388113] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10668.436502] Hardware name: BCM2708
[10668.459880] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10668.507394] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10668.555379] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10668.603251] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10668.651009] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10668.699543] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10668.746593] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10668.794549] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10668.843033] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10668.890798] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10668.938103] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10668.965529] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10669.012967] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10669.062310] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10669.111460] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10669.137048] df40:                                                       da53fda0 00000000
[10669.184936] df60: 03e55dd1 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10669.232202] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10669.279480] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10669.325738] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10669.373117] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10669.421602] bat0: hw csum failure
[10669.444004] CPU: 0 PID: 356 Comm: kworker/u2:0 Tainted: G           O    4.4.26-1-ARCH #1
[10669.489579] Hardware name: BCM2708
[10669.511367] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10669.555206] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10669.600118] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10669.644824] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10669.689561] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10669.735781] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10669.781978] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10669.829210] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10669.877068] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10669.924162] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10669.970726] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10669.997843] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10670.045441] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10670.095046] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10670.144337] Exception stack(0xd7f51eb0 to 0xd7f51ef8)
[10670.170047] 1ea0:                                     da62dda0 00000002 00000000 d7f50000
[10670.218671] 1ec0: da608600 da62dda0 d9618d60 00000002 c079d15c dac02a00 00000002 d7f51f2c
[10670.266717] 1ee0: daccc040 d7f51f00 c079d15c c0046f7c 60000013 ffffffff
[10670.293481] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[10670.341059] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[10670.388423] [<c079d15c>] (schedule) from [<c003c458>] (worker_thread+0xb4/0x534)
[10670.435461] [<c003c458>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10670.462649] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10670.490768] bat0: hw csum failure
[10670.513638] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10670.560260] Hardware name: BCM2708
[10670.582346] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10670.627317] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10670.673030] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10670.718569] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10670.764296] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10670.811587] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10670.858056] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10670.905334] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10670.953487] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10671.000814] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10671.047735] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10671.075155] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10671.122772] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10671.172359] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10671.221671] Exception stack(0xda747fb0 to 0xda747ff8)
[10671.247307] 7fa0:                                     bea9e0b0 00000000 00000011 00000000
[10671.295764] 7fc0: 80a72154 80a72154 00000011 80a7d8e0 bea9e238 bea9e228 00000067 00000000
[10671.343854] 7fe0: b6f97570 bea9e0b0 b6e40420 b6e43c78 80000010 ffffffff
[10672.498949] bat0: hw csum failure
[10672.521893] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10672.567971] Hardware name: BCM2708
[10672.590214] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10672.635228] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10672.680838] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10672.726338] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10672.771804] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10672.818137] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10672.863273] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10672.909219] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10672.955900] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10673.002780] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10673.049729] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10673.076976] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10673.124477] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10673.174046] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10673.223215] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10673.248776] df40:                                                       da53fda0 00000000
[10673.296807] df60: 04c66892 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10673.344017] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10673.391284] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10673.437671] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10673.484967] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10673.533273] bat0: hw csum failure
[10673.555645] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10673.601510] Hardware name: BCM2708
[10673.623234] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10673.667110] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10673.712072] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10673.756838] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10673.801596] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10673.847761] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10673.894197] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10673.941342] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10673.989218] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10674.036286] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10674.082993] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10674.110062] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10674.157788] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10674.207525] [<c000936c>] (bcm2835_handle_irq) from [<c07a026c>] (__irq_usr+0x4c/0x60)
[10674.256748] Exception stack(0xda747fb0 to 0xda747ff8)
[10674.282456] 7fa0:                                     bea9e9cc 01010f01 0000000f 0a0a0a0a
[10674.331107] 7fc0: 0000000a 80808080 fefefeff beaa0a70 00000016 bea9e9b7 bea9e9c5 bea9e5b8
[10674.379241] 7fe0: 61292f39 bea9e540 bea9e9cc b6cf2e48 20000010 ffffffff
[10675.506117] bat0: hw csum failure
[10675.529181] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10675.575440] Hardware name: BCM2708
[10675.597701] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10675.642848] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10675.688385] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10675.733965] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10675.779446] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10675.825757] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10675.870887] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10675.916746] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10675.963485] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10676.010276] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10676.057182] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10676.084461] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10676.131870] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10676.181371] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10676.230500] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10676.256043] df40:                                                       da53fda0 00000000
[10676.304006] df60: 01860f79 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10676.351263] df80: c0b21cef c0950d28 c0aaa3c0 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10676.398435] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10676.444849] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10676.492121] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10676.540311] bat0: hw csum failure
[10676.562702] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10676.607954] Hardware name: BCM2708
[10676.629759] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10676.673633] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10676.718366] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10676.763161] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10676.807853] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10676.853996] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10676.900284] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10676.947425] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10676.995266] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10677.042386] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10677.089163] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10677.136326] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10677.185224] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10677.234682] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10678.057461] bat0: hw csum failure
[10678.081555] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10678.129976] Hardware name: BCM2708
[10678.153485] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10678.200943] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10678.248847] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10678.296747] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10678.344483] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10678.392936] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10678.440077] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10678.487775] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10678.536472] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10678.584104] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10678.631502] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10678.658783] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10678.706371] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10678.755865] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10678.804974] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10678.830580] df40:                                                       da53fda0 00000000
[10678.878510] df60: 04c2abde 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10678.925792] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10678.972962] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10679.019499] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10679.066960] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10679.114947] bat0: hw csum failure
[10679.114970] CPU: 0 PID: 272 Comm: kworker/0:3 Tainted: G           O    4.4.26-1-ARCH #1
[10679.114974] Hardware name: BCM2708
[10679.115016] Workqueue: events_power_efficient fb_flashcursor
[10679.115072] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10679.115102] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10679.115124] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10679.115143] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10679.115158] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10679.115171] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10679.115200] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10679.115222] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10679.115236] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10679.115260] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10679.115277] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10679.115304] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10679.115324] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10679.115352] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10679.115359] Exception stack(0xd7f09e80 to 0xd7f09ec8)
[10679.115374] 9e80: dadba024 00000008 00000008 00000008 00000720 00000001 dadba000 dac02000
[10679.115387] 9ea0: 00000720 00000000 00000000 d7f14000 c0bbf4f4 d7f09ed0 c04eb0cc c04f2250
[10679.115393] 9ec0: 20000013 ffffffff
[10679.115415] [<c079ffa0>] (__irq_svc) from [<c04f2250>] (fb_get_color_depth+0x18/0x68)
[10679.115439] [<c04f2250>] (fb_get_color_depth) from [<c04eb0cc>] (get_color+0x20/0x11c)
[10679.115457] [<c04eb0cc>] (get_color) from [<c04eb2a4>] (fb_flashcursor+0xdc/0x124)
[10679.115477] [<c04eb2a4>] (fb_flashcursor) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10679.115492] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10679.115515] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10679.115537] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10680.979475] bat0: hw csum failure
[10681.001958] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10681.047774] Hardware name: BCM2708
[10681.070011] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10681.114702] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10681.160270] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10681.206361] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10681.252396] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10681.300261] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10681.346786] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10681.394343] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10681.442245] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10681.489528] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10681.536304] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10681.563754] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10681.611232] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10681.660741] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10681.709891] Exception stack(0xc0a9df60 to 0xc0a9dfa8)
[10681.735508] df60: da53fda0 00000000 09be88a7 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4
[10681.784292] df80: c0b2cf00 c0b227c4 c0b21cef c0950d28 00000000 c0a9dfb0 c000f710 c0051358
[10681.832763] dfa0: 60000013 ffffffff
[10681.856192] [<c079ffa0>] (__irq_svc) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10681.903509] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10682.791560] bat0: hw csum failure
[10682.814033] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10682.859331] Hardware name: BCM2708
[10682.881135] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10682.925562] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10682.970349] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10683.015248] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10683.060457] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10683.106173] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10683.150835] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10683.196723] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10683.243376] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10683.290243] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10683.336934] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10683.363873] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10683.411401] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10683.460768] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10683.509926] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10683.535515] df40:                                                       da53fda0 00000000
[10683.583388] df60: 06e61aed 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10683.630625] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10683.677819] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10683.724237] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10683.771698] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10683.819679] bat0: hw csum failure
[10683.842049] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10683.887296] Hardware name: BCM2708
[10683.908974] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10683.952847] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10683.997652] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10684.042483] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10684.087253] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10684.133461] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10684.179776] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10684.226907] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10684.274595] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10684.321599] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10684.368131] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10684.415220] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10684.464166] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10684.513485] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10685.333374] bat0: hw csum failure
[10685.357564] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10685.406042] Hardware name: BCM2708
[10685.429583] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10685.477055] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10685.525087] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10685.573066] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10685.620961] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10685.669552] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10685.716755] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10685.764571] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10685.813173] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10685.860826] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10685.908201] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10685.935586] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10685.983092] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10686.032594] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10686.081825] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10686.107449] df40:                                                       da53fda0 00000000
[10686.155466] df60: 006ba177 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10686.202763] df80: c0b21cef c0950d28 00202024 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10686.250053] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10686.296418] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10686.343781] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10686.392003] bat0: hw csum failure
[10686.414439] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10686.460311] Hardware name: BCM2708
[10686.482078] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10686.525946] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10686.570883] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10686.615747] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10686.660579] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10686.706833] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10686.753238] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10686.800415] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10686.848340] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10686.895416] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10686.942038] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10686.969116] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10687.016763] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10687.066301] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10687.115610] Exception stack(0xda747ec0 to 0xda747f08)
[10687.141356] 7ec0: da747f28 7fff0000 7fff0000 dcf61000 d9468280 7fff0000 00000107 da747f28
[10687.190253] 7ee0: 7fff0000 00000000 00000080 beaa0a24 da780000 da747f10 c009a2d4 c009a2c8
[10687.239083] 7f00: a0000013 ffffffff
[10687.262536] [<c079ffa0>] (__irq_svc) from [<c009a2c8>] (seccomp_phase1+0x78/0x248)
[10687.309716] [<c009a2c8>] (seccomp_phase1) from [<c009a550>] (__secure_computing+0xc/0x34)
[10687.357446] [<c009a550>] (__secure_computing) from [<c0010ff0>] (syscall_trace_enter+0xe8/0x144)
[10687.405709] [<c0010ff0>] (syscall_trace_enter) from [<c000ef44>] (__sys_trace+0xc/0x38)
[10687.454132] bat0: hw csum failure
[10687.476725] CPU: 0 PID: 360 Comm: kworker/u2:1 Tainted: G           O    4.4.26-1-ARCH #1
[10687.522740] Hardware name: BCM2708
[10687.544792] Workqueue: phy0 rt2x00link_watchdog [rt2x00lib]
[10687.568572] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10687.612618] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10687.657317] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10687.701843] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10687.747012] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10687.792964] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10687.838128] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10687.884610] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10687.931850] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10687.978255] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10688.024314] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10688.051547] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10688.098915] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10688.148681] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10688.198005] Exception stack(0xdacc5c90 to 0xdacc5cd8)
[10688.223744] 5c80:                                     dacf6810 000d784d 0c000000 db010000
[10688.272353] 5ca0: d94ae880 da53a400 d94ae888 02400000 02400000 da64a800 00000007 000000c0
[10688.320501] 5cc0: c0aa336c dacc5ce0 00000000 c059d77c a0000013 ffffffff
[10688.347215] [<c079ffa0>] (__irq_svc) from [<c059d77c>] (usb_hcd_map_urb_for_dma+0x78/0x4e8)
[10688.394963] [<c059d77c>] (usb_hcd_map_urb_for_dma) from [<c059e0a4>] (usb_hcd_submit_urb+0x2e0/0x878)
[10688.443690] [<c059e0a4>] (usb_hcd_submit_urb) from [<c059fba0>] (usb_start_wait_urb+0x44/0xbc)
[10688.491814] [<c059fba0>] (usb_start_wait_urb) from [<c059fcb4>] (usb_control_msg+0x9c/0xd0)
[10688.539655] [<c059fcb4>] (usb_control_msg) from [<bf284164>] (rt2x00usb_vendor_request+0xd4/0x170 [rt2x00usb])
[10688.589195] [<bf284164>] (rt2x00usb_vendor_request [rt2x00usb]) from [<bf284290>] (rt2x00usb_vendor_req_buff_lock+0x5c/0x110 [rt2x00usb])
[10688.641171] [<bf284290>] (rt2x00usb_vendor_req_buff_lock [rt2x00usb]) from [<bf2843a8>] (rt2x00usb_vendor_request_buff+0x64/0xb0 [rt2x00usb])
[10688.693826] [<bf2843a8>] (rt2x00usb_vendor_request_buff [rt2x00usb]) from [<bf2a5800>] (rt2800usb_watchdog+0x30/0x1b8 [rt2800usb])
[10688.745919] [<bf2a5800>] (rt2800usb_watchdog [rt2800usb]) from [<bf276d78>] (rt2x00link_watchdog+0x28/0x54 [rt2x00lib])
[10688.796744] [<bf276d78>] (rt2x00link_watchdog [rt2x00lib]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10688.846482] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10688.895260] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10688.923314] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10688.951974] bat0: hw csum failure
[10688.975750] CPU: 0 PID: 362 Comm: kworker/u2:4 Tainted: G           O    4.4.26-1-ARCH #1
[10689.024137] Hardware name: BCM2708
[10689.047466] Workqueue: bat_events batadv_purge_orig [batman_adv]
[10689.073081] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10689.119407] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10689.166392] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10689.213089] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10689.259825] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10689.307105] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10689.353064] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10689.399759] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10689.447438] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10689.494257] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10689.540993] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10689.588724] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10689.638470] [<c002a7c0>] (__local_bh_enable_ip) from [<bf2c1e9c>] (_batadv_purge_orig+0x238/0x3f8 [batman_adv])
[10689.690851] [<bf2c1e9c>] (_batadv_purge_orig [batman_adv]) from [<bf2c206c>] (batadv_purge_orig+0x10/0x30 [batman_adv])
[10689.743909] [<bf2c206c>] (batadv_purge_orig [batman_adv]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10689.795620] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10689.845792] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10689.874300] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10689.903159] bat0: hw csum failure
[10689.927148] CPU: 0 PID: 362 Comm: kworker/u2:4 Tainted: G           O    4.4.26-1-ARCH #1
[10689.975899] Hardware name: BCM2708
[10689.999397] Workqueue: bat_events batadv_purge_orig [batman_adv]
[10690.025195] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10690.071916] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10690.119095] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10690.166158] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10690.213184] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10690.260805] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10690.307131] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10690.354155] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10690.401680] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10690.448379] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10690.494996] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10690.542637] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10690.592284] [<c002a7c0>] (__local_bh_enable_ip) from [<bf2c1e9c>] (_batadv_purge_orig+0x238/0x3f8 [batman_adv])
[10690.644354] [<bf2c1e9c>] (_batadv_purge_orig [batman_adv]) from [<bf2c206c>] (batadv_purge_orig+0x10/0x30 [batman_adv])
[10690.697278] [<bf2c206c>] (batadv_purge_orig [batman_adv]) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10690.748775] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10690.798664] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10690.827054] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10692.086961] bat0: hw csum failure
[10692.110754] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10692.158875] Hardware name: BCM2708
[10692.182073] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10692.229068] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10692.276556] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10692.323994] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10692.371378] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10692.419581] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10692.466272] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10692.513694] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10692.561865] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10692.608985] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10692.655925] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10692.683186] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10692.730804] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10692.780225] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10692.829415] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10692.855015] df40:                                                       da53fda0 00000000
[10692.902755] df60: 0300142a 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10692.949885] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10692.997018] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10693.043381] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10693.090636] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10693.138665] bat0: hw csum failure
[10693.161002] CPU: 0 PID: 203 Comm: haveged Tainted: G           O    4.4.26-1-ARCH #1
[10693.205992] Hardware name: BCM2708
[10693.227656] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10693.271525] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10693.316345] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10693.361047] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10693.405610] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10693.451843] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10693.498047] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10693.545191] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10693.592949] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10693.640020] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10693.686716] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10693.713783] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10693.761431] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10693.811067] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10693.860402] Exception stack(0xd974baf0 to 0xd974bb38)
[10693.886079] bae0:                                     fffffffc 00000000 d974be60 00000000
[10693.934530] bb00: 00000010 00000008 00000000 00000020 00000000 00000000 00000004 00000000
[10693.982622] bb20: c0a9c040 d974bb40 c079d15c c0137980 20000013 ffffffff
[10694.009272] [<c079ffa0>] (__irq_svc) from [<c0137980>] (do_select+0x1ec/0x618)
[10694.036419] [<c0137980>] (do_select) from [<c0137ee0>] (core_sys_select+0x134/0x348)
[10694.082988] [<c0137ee0>] (core_sys_select) from [<c01381b4>] (SyS_select+0xc0/0x118)
[10694.129511] [<c01381b4>] (SyS_select) from [<c000ee00>] (ret_fast_syscall+0x0/0x34)
[10694.176841] bat0: hw csum failure
[10694.199060] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10694.243966] Hardware name: BCM2708
[10694.265545] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10694.309195] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10694.353749] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10694.398187] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10694.442386] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10694.488011] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10694.533149] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10694.579282] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10694.626704] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10694.673709] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10694.720352] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10694.767355] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10694.816182] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10694.865393] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10696.246746] bat0: hw csum failure
[10696.270718] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10696.319211] Hardware name: BCM2708
[10696.342563] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10696.390008] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10696.438034] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10696.485810] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10696.533834] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10696.582304] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10696.629573] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10696.677342] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10696.725933] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10696.773643] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10696.821105] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10696.848584] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10696.896110] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10696.945665] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10696.994970] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10697.020552] df40:                                                       da53fda0 00000000
[10697.068594] df60: 040bbf7a 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10697.115869] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10697.163174] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10697.209524] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10697.256965] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10697.305486] bat0: hw csum failure
[10697.327913] CPU: 0 PID: 140 Comm: systemd-journal Tainted: G           O    4.4.26-1-ARCH #1
[10697.373859] Hardware name: BCM2708
[10697.395535] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10697.439556] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10697.484459] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10697.529330] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10697.574168] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10697.620296] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10697.666717] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10697.713852] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10697.761743] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10697.808760] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10697.855594] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10697.882620] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10697.930289] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10697.980047] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10698.029402] Exception stack(0xda747c10 to 0xda747c58)
[10698.055187] 7c00:                                     00000107 00000000 00000003 000000b4
[10698.103770] 7c20: d9468280 dcf61088 c07b09a0 00000000 00000000 c00bacac 00000000 00000000
[10698.151845] 7c40: da780000 da747c60 c009a2d4 c00bbc28 00000013 ffffffff
[10698.178557] [<c079ffa0>] (__irq_svc) from [<c00bbc28>] (__bpf_prog_run+0xb38/0x16c0)
[10698.225776] [<c00bbc28>] (__bpf_prog_run) from [<c009a2d4>] (seccomp_phase1+0x84/0x248)
[10698.273322] [<c009a2d4>] (seccomp_phase1) from [<c009a550>] (__secure_computing+0xc/0x34)
[10698.320894] [<c009a550>] (__secure_computing) from [<c0010ff0>] (syscall_trace_enter+0xe8/0x144)
[10698.369202] [<c0010ff0>] (syscall_trace_enter) from [<c000ef44>] (__sys_trace+0xc/0x38)
[10698.417553] bat0: hw csum failure
[10698.440157] CPU: 0 PID: 207 Comm: systemd-network Tainted: G           O    4.4.26-1-ARCH #1
[10698.486353] Hardware name: BCM2708
[10698.508370] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10698.553018] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10698.598335] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10698.643607] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10698.689952] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10698.737198] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10698.783711] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10698.830877] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10698.878741] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10698.925898] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10698.972545] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10698.999664] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10699.047270] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10699.096993] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10699.146331] Exception stack(0xd970de38 to 0xd970de80)
[10699.172022] de20:                                                       da628000 00000002
[10699.220132] de40: 00000000 d970c000 da682180 da628000 da7842e0 00000002 c079d15c 00000000
[10699.267498] de60: 0000000f d970deb4 da624040 d970de88 c079d15c c0046f7c 60000013 ffffffff
[10699.314879] [<c079ffa0>] (__irq_svc) from [<c0046f7c>] (finish_task_switch+0x50/0x1cc)
[10699.361845] [<c0046f7c>] (finish_task_switch) from [<c079d15c>] (schedule+0x48/0xa0)
[10699.408731] [<c079d15c>] (schedule) from [<c079f61c>] (schedule_hrtimeout_range_clock+0x11c/0x128)
[10699.456692] [<c079f61c>] (schedule_hrtimeout_range_clock) from [<c0165f18>] (SyS_epoll_wait+0x2d0/0x3f0)
[10699.505430] [<c0165f18>] (SyS_epoll_wait) from [<c000ef70>] (__sys_trace_return+0x0/0x10)
[10699.553408] bat0: hw csum failure
[10699.575850] CPU: 0 PID: 272 Comm: kworker/0:3 Tainted: G           O    4.4.26-1-ARCH #1
[10699.621602] Hardware name: BCM2708
[10699.643476] Workqueue: events dst_gc_task
[10699.665666] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10699.709010] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10699.753104] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10699.798532] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10699.844618] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10699.891466] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10699.937037] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10699.983308] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10700.030236] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10700.076289] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10700.122058] [<c002a4c4>] (__do_softirq) from [<c002a718>] (do_softirq.part.4+0x38/0x40)
[10700.169258] [<c002a718>] (do_softirq.part.4) from [<c002a7c0>] (__local_bh_enable_ip+0xa0/0xc4)
[10700.218351] [<c002a7c0>] (__local_bh_enable_ip) from [<c06d57a4>] (dst_gc_task+0x16c/0x1f8)
[10700.268567] [<c06d57a4>] (dst_gc_task) from [<c003b5c0>] (process_one_work+0x1cc/0x430)
[10700.318445] [<c003b5c0>] (process_one_work) from [<c003c3f0>] (worker_thread+0x4c/0x534)
[10700.368475] [<c003c3f0>] (worker_thread) from [<c0040be0>] (kthread+0xc8/0xe8)
[10700.396889] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10700.425844] bat0: hw csum failure
[10700.449742] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10700.498068] Hardware name: BCM2708
[10700.521361] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10700.568362] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10700.615977] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10700.663389] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10700.710775] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10700.758771] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10700.805384] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10700.852810] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10700.900775] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10700.947905] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10700.994679] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10701.042108] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10701.090782] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10701.139935] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10701.865215] bat0: hw csum failure
[10701.889238] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10701.937476] Hardware name: BCM2708
[10701.960816] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10702.007987] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10702.055905] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10702.103455] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10702.151196] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10702.199561] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10702.246620] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10702.294399] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10702.342788] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10702.390333] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10702.437524] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10702.464735] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10702.512206] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10702.561480] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10702.610630] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10702.636240] df40:                                                       da53fda0 00000000
[10702.684072] df60: 022196da 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10702.731191] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10702.778291] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10702.824453] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10702.871706] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10702.919479] bat0: hw csum failure
[10702.941827] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10702.986946] Hardware name: BCM2708
[10703.008569] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10703.052314] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10703.097116] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10703.141722] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10703.186371] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10703.232412] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10703.278585] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10703.325720] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10703.373491] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10703.420603] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10703.467169] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10703.514313] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10703.563115] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10703.612518] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10704.430319] bat0: hw csum failure
[10704.454480] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10704.502991] Hardware name: BCM2708
[10704.526536] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10704.573879] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10704.621948] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10704.669814] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10704.717766] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10704.766302] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10704.813580] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10704.861437] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10704.909946] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10704.957736] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10705.005189] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10705.032641] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10705.080133] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10705.129706] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10705.178923] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10705.204574] df40:                                                       da53fda0 00000000
[10705.252665] df60: 00782eb7 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10705.299932] df80: c0b21cef c0950d28 0020259e c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10705.347293] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10705.393768] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10705.441173] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10705.489169] bat0: hw csum failure
[10705.511599] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10705.556849] Hardware name: BCM2708
[10705.578518] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10705.622407] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10705.667184] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10705.711887] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10705.756561] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10705.802659] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10705.848949] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10705.895938] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10705.943796] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10705.990830] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10706.037498] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10706.084658] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10706.133539] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10706.182880] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10707.333471] bat0: hw csum failure
[10707.357714] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10707.406165] Hardware name: BCM2708
[10707.429646] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10707.477084] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10707.525089] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10707.573031] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10707.620905] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10707.669354] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10707.716605] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10707.764360] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10707.812871] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10707.860569] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10707.907931] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10707.935169] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10707.982746] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10708.032141] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10708.081330] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10708.106930] df40:                                                       da53fda0 00000000
[10708.154727] df60: 07c99398 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10708.201879] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10708.249003] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10708.295335] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10708.342590] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10708.390676] bat0: hw csum failure
[10708.413122] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10708.458262] Hardware name: BCM2708
[10708.479936] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10708.523753] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10708.568471] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10708.613201] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10708.657739] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10708.703861] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10708.750134] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10708.797290] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10708.845089] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10708.892188] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10708.938727] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10708.985830] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10709.034737] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10709.084027] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10709.915455] bat0: hw csum failure
[10709.939592] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10709.987969] Hardware name: BCM2708
[10710.011370] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10710.058794] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10710.106939] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10710.154823] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10710.202612] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10710.251081] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10710.298043] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10710.345847] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10710.394270] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10710.441926] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10710.489244] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10710.516582] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10710.564079] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10710.613609] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10710.662696] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10710.688262] df40:                                                       da53fda0 00000000
[10710.736178] df60: 0b50e4b5 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10710.783349] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10710.830531] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10710.876807] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10710.924122] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)
[10710.972298] bat0: hw csum failure
[10710.994648] CPU: 0 PID: 3 Comm: ksoftirqd/0 Tainted: G           O    4.4.26-1-ARCH #1
[10711.039903] Hardware name: BCM2708
[10711.061552] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10711.105445] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10711.150196] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10711.194912] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10711.239560] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10711.285593] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10711.331694] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10711.378864] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10711.426725] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10711.473609] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10711.520377] [<c002a4c4>] (__do_softirq) from [<c002a6c8>] (run_ksoftirqd+0x24/0x3c)
[10711.567503] [<c002a6c8>] (run_ksoftirqd) from [<c0043aa4>] (smpboot_thread_fn+0x110/0x170)
[10711.616268] [<c0043aa4>] (smpboot_thread_fn) from [<c0040be0>] (kthread+0xc8/0xe8)
[10711.665644] [<c0040be0>] (kthread) from [<c000eea8>] (ret_from_fork+0x14/0x2c)
[10712.622927] bat0: hw csum failure
[10712.646986] CPU: 0 PID: 0 Comm: swapper Tainted: G           O    4.4.26-1-ARCH #1
[10712.695412] Hardware name: BCM2708
[10712.718811] [<c0014584>] (unwind_backtrace) from [<c001257c>] (show_stack+0x10/0x14)
[10712.766262] [<c001257c>] (show_stack) from [<c06c12dc>] (__skb_checksum_complete+0xb4/0xb8)
[10712.814284] [<c06c12dc>] (__skb_checksum_complete) from [<c0734328>] (icmp_rcv+0xa4/0x35c)
[10712.862151] [<c0734328>] (icmp_rcv) from [<c0702760>] (ip_local_deliver_finish+0xc4/0x22c)
[10712.910041] [<c0702760>] (ip_local_deliver_finish) from [<c0702da8>] (ip_local_deliver+0x44/0xcc)
[10712.958529] [<c0702da8>] (ip_local_deliver) from [<c07030bc>] (ip_rcv+0x28c/0x378)
[10713.005715] [<c07030bc>] (ip_rcv) from [<c06c94fc>] (__netif_receive_skb_core+0x76c/0xb24)
[10713.053602] [<c06c94fc>] (__netif_receive_skb_core) from [<c06cc3e8>] (process_backlog+0x58/0xd8)
[10713.102070] [<c06cc3e8>] (process_backlog) from [<c06cbb9c>] (net_rx_action+0x1c0/0x2f8)
[10713.149791] [<c06cbb9c>] (net_rx_action) from [<c002a4c4>] (__do_softirq+0xb0/0x290)
[10713.197184] [<c002a4c4>] (__do_softirq) from [<c002a938>] (irq_exit+0xc4/0x10c)
[10713.224559] [<c002a938>] (irq_exit) from [<c005c898>] (__handle_domain_irq+0x50/0xa8)
[10713.272110] [<c005c898>] (__handle_domain_irq) from [<c000936c>] (bcm2835_handle_irq+0x34/0x4c)
[10713.321696] [<c000936c>] (bcm2835_handle_irq) from [<c079ffa0>] (__irq_svc+0x40/0x54)
[10713.370914] Exception stack(0xc0a9df58 to 0xc0a9dfa0)
[10713.396570] df40:                                                       da53fda0 00000000
[10713.444601] df60: 01b0af53 00000000 c0b2cf4c 00000000 c0a9c000 c0a9e0b4 c0b2cf00 c0b227c4
[10713.491836] df80: c0b21cef c0950d28 00000000 c0a9dfa8 c000f710 c000f714 60000013 ffffffff
[10713.539100] [<c079ffa0>] (__irq_svc) from [<c000f714>] (arch_cpu_idle+0x28/0x30)
[10713.585434] [<c000f714>] (arch_cpu_idle) from [<c0051358>] (cpu_startup_entry+0x114/0x15c)
[10713.632871] [<c0051358>] (cpu_startup_entry) from [<c0a4ac18>] (start_kernel+0x344/0x3b8)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] High latency with batman-adv on ethernet
  2016-10-24  9:08       ` johnzeng
@ 2016-10-24  9:14         ` Sven Eckelmann
  2016-10-24  9:45           ` johnzeng
  0 siblings, 1 reply; 12+ messages in thread
From: Sven Eckelmann @ 2016-10-24  9:14 UTC (permalink / raw)
  To: johnzeng; +Cc: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

On Montag, 24. Oktober 2016 17:08:44 CEST johnzeng wrote:
> 			What kind of "caution" info?
> 
>                          When i start ping hostb from hosta ,  i catch error info via dmesg , this is parts info
> 
>                          please see attactment of email about more error info .
>

Try on both systems to disable rx/tx checksum offloading:

    ethtool -K eth0 rx off tx off

Kind regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: High latency with batman-adv on ethernet
  2016-10-24  9:14         ` [B.A.T.M.A.N.] " Sven Eckelmann
@ 2016-10-24  9:45           ` johnzeng
  0 siblings, 0 replies; 12+ messages in thread
From: johnzeng @ 2016-10-24  9:45 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n, Linus Lüssing

Hello Dear Sven :

Thank you really , and i sloved the problem in according to your 
advisement .

Have a good day with you


Bye

Best Regards

Tiger




于 2016年10月24日 17:14, Sven Eckelmann 写道:
> ethtool -K eth0 rx off tx off


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [B.A.T.M.A.N.] i found time delay is very high and there are more caution info , if possible , please give me some advisement
       [not found] <mailman.126.1477060277.610.b.a.t.m.a.n@lists.open-mesh.org>
@ 2016-10-21 15:31 ` Linus Lüssing
  0 siblings, 0 replies; 12+ messages in thread
From: Linus Lüssing @ 2016-10-21 15:31 UTC (permalink / raw)
  To: johnzeng, The list for a Better Approach To Mobile Ad-hoc Networking

On Fri, Oct 21, 2016 at 04:31:20PM +0200, johnzeng via B.A.T.M.A.N wrote:
> Date: Fri, 21 Oct 2016 22:31:00 +0800
> From: johnzeng <johnzeng2013@yahoo.com>
> To: b.a.t.m.a.n@lists.open-mesh.org
> Subject: i found time delay is very high and there are more caution info  ,
>  if possible , please give me some advisement

If I remember correctly, then one typical issue for Arch Linux
users was, that Arch compiles batman-adv with network-coding, even
though it is marked as "Experimental". And that introduces high latency
and/or packetloss.

johnzeug, can you check whether network coding is enabled or
disabled and if it is enabled, whether disabling helps?

(batctl nc disable)

And like Sven asked, what batman-adv version are you using. Not
that long ago the network coding default was changed to disabled
by default even if the module is compiled with NC. Maybe you run
an older batman-adv release?

Regards, Linus

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-24  9:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 14:31 i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
2016-10-21 14:43 ` [B.A.T.M.A.N.] " Sven Eckelmann
2016-10-21 15:11   ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
2016-10-21 15:29     ` johnzeng
2016-10-21 15:53       ` Sven Eckelmann
2016-10-21 15:52     ` tiger
2016-10-24  5:11   ` i found time delay is very high and there are more caution info , if possible , please give me some advisement johnzeng
2016-10-24  6:29     ` [B.A.T.M.A.N.] High latency with batman-adv on ethernet Sven Eckelmann
2016-10-24  9:08       ` johnzeng
2016-10-24  9:14         ` [B.A.T.M.A.N.] " Sven Eckelmann
2016-10-24  9:45           ` johnzeng
     [not found] <mailman.126.1477060277.610.b.a.t.m.a.n@lists.open-mesh.org>
2016-10-21 15:31 ` [B.A.T.M.A.N.] i found time delay is very high and there are more caution info , if possible , please give me some advisement Linus Lüssing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.