failed to linearize skb with tiny unaligned fragment

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

failed to linearize skb with tiny unaligned fragment

Postby stasheck » Wed Jun 29, 2016 7:33 am

After previous (to 4.6.2-1-ARCH) kernel update, when I try to watch films from my Excito B3 (Kodi on RPi3 via NFS), the film will get stuck a few times, and then will cause B3 to die - only hard reboot helps. I updated the kernel to newest version (4.6.3-1-ARCH) yesterday, but the issue persists.

In the log, I get a ton of those: (few hundred per second):

$this->bbcode_second_pass_quote('', '[')root@archb3 ~]# journalctl -r | grep skb | head -n1
Jun 24 18:02:28 archb3 kernel: mv643xx_eth_port mv643xx_eth_port.1 eth1: failed to linearize skb with tiny unaligned fragment

Current kernel:
$this->bbcode_second_pass_quote('', '[')root@archb3 ~]# uname -a
Linux archb3 4.6.3-1-ARCH #1 PREEMPT Fri Jun 24 20:12:39 MDT 2016 armv5tel GNU/Linux


Did quick research and:
- seems to be a rare problem
- caused by a kernel driver
- I have no idea how to fix it

Here's the history of my updates:
$this->bbcode_second_pass_quote('', '[')2016-04-28 13:27] [ALPM] upgraded linux-kirkwood-dt (4.5.1-1 -> 4.5.2-1)
[2016-06-15 10:01] [ALPM] upgraded linux-kirkwood-dt (4.5.2-1 -> 4.6.2-1)
[2016-06-28 10:59] [ALPM] upgraded linux-kirkwood-dt (4.6.2-1 -> 4.6.3-1)


So, on 4.5.2-1 all worked fine.

CPU:
$this->bbcode_second_pass_quote('', '$') cat /proc/cpuinfo
processor : 0
model name : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS : 1194.39
Features : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant : 0x2
CPU part : 0x131
CPU revision : 1

Hardware : Marvell Kirkwood (Flattened Device Tree)
Revision : 0000
Serial : 0000000000000000


Loaded modules:
$this->bbcode_second_pass_quote('', '$') lsmod
Module Size Used by
cfg80211 434005 0
rfkill 16084 2 cfg80211
bridge 105772 0
stp 1515 1 bridge
llc 3416 2 stp,bridge
ipt_MASQUERADE 974 1
nf_nat_masquerade_ipv4 1867 1 ipt_MASQUERADE
iptable_nat 1764 1
nf_nat_ipv4 4319 1 iptable_nat
nf_nat 11578 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
nf_conntrack_ipv4 11714 5
nf_defrag_ipv4 1191 1 nf_conntrack_ipv4
xt_tcpudp 2096 4
xt_multiport 1647 1
xt_recent 7806 2
xt_conntrack 2923 4
nf_conntrack 68275 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
iptable_filter 1550 1
btrfs 1193016 1
xor 4225 1 btrfs
raid6_pq 87146 1 btrfs
m25p80 4566 0
spi_nor 13906 1 m25p80
i2c_mv64xxx 7653 0
marvell_cesa 25516 0
nfsd 249824 13
ip_tables 10874 2 iptable_filter,iptable_nat
x_tables 12783 7 xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_conntrack,xt_multiport,iptable_filter
ipv6 326493 71 bridge


I can roll back the kernel, of course, but I would like to give back to the community by helping to troubleshoot the issue - I am by no means a developer, so I have no idea what might be helpful to fix the issue and where to report it. I will gladly provide any data possible, though.

PS. After reboot system seems to work fine - no errors - for some time. E.g. After I rebooted yesterday, I was aboe to watch 1 hr film without any issues; tried to watch today and it died after some 5 minutes or so.
stasheck
 
Posts: 5
Joined: Wed Jun 29, 2016 7:24 am
Top

Re: failed to linearize skb with tiny unaligned fragment

Postby moonman » Wed Jun 29, 2016 8:10 am

Well, seems the problem is back. I had removed the patch that disabled TSO in 4.6.0-2 as after testing and some digging in commits in mainline it seemed the problem was fixed In 4.5.x releases. Obviously it is not.. I will readd the patch back so expect this to be fixed shortly. Thanks for the report
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: failed to linearize skb with tiny unaligned fragment

Postby stasheck » Wed Jun 29, 2016 8:30 am

You rock!

I don't know if that's of any use, but I noticed that the issue happens only after some time, and seems more related to time than to amount of data transferred:
- directly after reboot, I was able to stream 2 episodes of a TV series, each about 1 hr and >2 GB in size, and the problem only appeared on 3rd episode
- on the next day, issue started within minutes of starting an episode, and while I haven't checked - knowing my network, much less than 4 GB of data flew through the interface before that.
stasheck
 
Posts: 5
Joined: Wed Jun 29, 2016 7:24 am

Re: failed to linearize skb with tiny unaligned fragment

Postby moonman » Wed Jun 29, 2016 7:58 pm

Please test linux-kirkwood-dt-4.6.3-2.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: failed to linearize skb with tiny unaligned fragment

Postby stasheck » Fri Jul 01, 2016 11:49 am

Thanks for quick turnaround!

I noticed today that my Transmission is failing with "not enough space on drive", even though there's 100 GB+ of space. Checking journal, I found this - for -2 and for -1 kernel, I'm not sure if it's related, but for -1 kernel it was right next to "failed to linearize..." lines:

$this->bbcode_second_pass_quote('', 'J')ul 01 13:40:19 archb3 kernel: ---[ end trace 210c701fffeb29b3 ]---
Jul 01 13:40:19 archb3 kernel: [<c013d1c4>] (SyS_pwrite64) from [<c000a4a0>] (ret_fast_syscall+0x0/0x38)
Jul 01 13:40:19 archb3 kernel: [<c013c008>] (vfs_write) from [<c013d1c4>] (SyS_pwrite64+0x7c/0x94)
Jul 01 13:40:19 archb3 kernel: [<c013b0c8>] (new_sync_write) from [<c013c008>] (vfs_write+0x90/0x1a4)
Jul 01 13:40:19 archb3 kernel: [<bf168ae0>] (btrfs_file_write_iter [btrfs]) from [<c013b0c8>] (new_sync_write+0x84/0xac)
Jul 01 13:40:19 archb3 kernel: [<bf1639a8>] (__btrfs_buffered_write [btrfs]) from [<bf168ae0>] (btrfs_file_write_iter+0x1e4/0x6f8 [btrfs])
Jul 01 13:40:19 archb3 kernel: [<bf12798c>] (btrfs_free_reserved_data_space [btrfs]) from [<bf1639a8>] (__btrfs_buffered_write+0x554/0x7bc [btrfs])
Jul 01 13:40:19 archb3 kernel: [<bf127930>] (btrfs_free_reserved_data_space_noquota [btrfs]) from [<bf12798c>] (btrfs_free_reserved_data_space+0x24/0x44 [btrfs])
Jul 01 13:40:19 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf127930>] (btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs])
Jul 01 13:40:19 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jul 01 13:40:19 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jul 01 13:40:19 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jul 01 13:40:19 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jul 01 13:40:19 archb3 kernel: CPU: 0 PID: 445 Comm: transmission-da Tainted: G W 4.6.3-2-ARCH #1
Jul 01 13:40:19 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jul 01 13:40:19 archb3 kernel: WARNING: CPU: 0 PID: 445 at fs/btrfs/extent-tree.c:4233 btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs]
Jul 01 13:40:18 archb3 kernel: ------------[ cut here ]------------

$this->bbcode_second_pass_quote('', '
')Jul 01 13:35:05 archb3 kernel: ---[ end trace 210c701fffeb29b2 ]---
Jul 01 13:35:04 archb3 kernel: [<c003beec>] (kthread) from [<c000a550>] (ret_from_fork+0x14/0x24)
Jul 01 13:35:04 archb3 kernel: [<c0036aac>] (worker_thread) from [<c003beec>] (kthread+0xc0/0xdc)
Jul 01 13:35:04 archb3 kernel: [<c003673c>] (process_one_work) from [<c0036aac>] (worker_thread+0x3c/0x5f8)
Jul 01 13:35:04 archb3 kernel: [<c016b52c>] (wb_workfn) from [<c003673c>] (process_one_work+0x204/0x538)
Jul 01 13:35:04 archb3 kernel: [<c016ab60>] (wb_writeback) from [<c016b52c>] (wb_workfn+0x388/0x514)
Jul 01 13:35:04 archb3 kernel: [<c016a89c>] (__writeback_inodes_wb) from [<c016ab60>] (wb_writeback+0x288/0x354)
Jul 01 13:35:04 archb3 kernel: [<c016a55c>] (writeback_sb_inodes) from [<c016a89c>] (__writeback_inodes_wb+0x74/0xb0)
Jul 01 13:35:04 archb3 kernel: [<c0169bb0>] (__writeback_single_inode) from [<c016a55c>] (writeback_sb_inodes+0x220/0x4ec)
Jul 01 13:35:04 archb3 kernel: [<bf177ee4>] (extent_writepages [btrfs]) from [<c0169bb0>] (__writeback_single_inode+0x30/0x43c)
Jul 01 13:35:04 archb3 kernel: [<bf176f98>] (__extent_writepage [btrfs]) from [<bf177ee4>] (extent_writepages+0x2b8/0x3c4 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf173c40>] (writepage_delalloc [btrfs]) from [<bf176f98>] (__extent_writepage+0x108/0x3e8 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf154fa8>] (run_delalloc_range [btrfs]) from [<bf173c40>] (writepage_delalloc+0x128/0x244 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf1542e0>] (run_delalloc_nocow [btrfs]) from [<bf154fa8>] (run_delalloc_range+0x440/0x458 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf153a18>] (cow_file_range [btrfs]) from [<bf1542e0>] (run_delalloc_nocow+0x51c/0xda4 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf1731e4>] (extent_clear_unlock_delalloc [btrfs]) from [<bf153a18>] (cow_file_range+0x544/0x8f0 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf171fbc>] (__clear_extent_bit [btrfs]) from [<bf1731e4>] (extent_clear_unlock_delalloc+0x5c/0x288 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf171ccc>] (clear_state_bit [btrfs]) from [<bf171fbc>] (__clear_extent_bit+0x194/0x480 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf14d29c>] (btrfs_clear_bit_hook [btrfs]) from [<bf171ccc>] (clear_state_bit+0x5c/0x1b8 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<bf127930>] (btrfs_free_reserved_data_space_noquota [btrfs]) from [<bf14d29c>] (btrfs_clear_bit_hook+0x2c0/0x44c [btrfs])
Jul 01 13:35:04 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf127930>] (btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs])
Jul 01 13:35:04 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jul 01 13:35:04 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jul 01 13:35:04 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jul 01 13:35:04 archb3 kernel: Workqueue: writeback wb_workfn (flush-btrfs-1)
Jul 01 13:35:04 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jul 01 13:35:04 archb3 kernel: CPU: 0 PID: 2735 Comm: kworker/u2:3 Not tainted 4.6.3-2-ARCH #1
Jul 01 13:35:04 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jul 01 13:35:04 archb3 kernel: WARNING: CPU: 0 PID: 2735 at fs/btrfs/extent-tree.c:4233 btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs]
Jul 01 13:35:04 archb3 kernel: ------------[ cut here ]------------


$this->bbcode_second_pass_quote('', '
')Jun 29 19:39:38 archb3 kernel: ---[ end trace 5a68e1f971102ca0 ]---
Jun 29 19:39:38 archb3 kernel: [<c000d444>] (do_work_pending) from [<c000a4f0>] (slow_work_pending+0xc/0x20)
Jun 29 19:39:38 archb3 kernel: [<c003a3bc>] (task_work_run) from [<c000d444>] (do_work_pending+0xc4/0xc8)
Jun 29 19:39:38 archb3 kernel: [<c015ba48>] (cleanup_mnt) from [<c003a3bc>] (task_work_run+0x78/0x90)
Jun 29 19:39:38 archb3 kernel: [<c013e60c>] (deactivate_locked_super) from [<c015ba48>] (cleanup_mnt+0x38/0x80)
Jun 29 19:39:38 archb3 kernel: [<bf108948>] (btrfs_kill_super [btrfs]) from [<c013e60c>] (deactivate_locked_super+0x50/0x74)
Jun 29 19:39:38 archb3 kernel: [<c013e47c>] (kill_anon_super) from [<bf108948>] (btrfs_kill_super+0xc/0xcc [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c013e168>] (generic_shutdown_super) from [<c013e47c>] (kill_anon_super+0xc/0x18)
Jun 29 19:39:38 archb3 kernel: [<bf145230>] (close_ctree [btrfs]) from [<c013e168>] (generic_shutdown_super+0x70/0x10c)
Jun 29 19:39:38 archb3 kernel: [<bf12dafc>] (btrfs_free_block_groups [btrfs]) from [<bf145230>] (close_ctree+0x130/0x284 [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf12dafc>] (btrfs_free_block_groups+0x3e0/0x4a4 [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jun 29 19:39:38 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jun 29 19:39:38 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jun 29 19:39:38 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jun 29 19:39:38 archb3 kernel: CPU: 0 PID: 4797 Comm: umount Tainted: G W 4.6.3-1-ARCH #1
Jun 29 19:39:38 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jun 29 19:39:38 archb3 kernel: WARNING: CPU: 0 PID: 4797 at fs/btrfs/extent-tree.c:5437 btrfs_free_block_groups+0x3e0/0x4a4 [btrfs]
Jun 29 19:39:38 archb3 kernel: ------------[ cut here ]------------


$this->bbcode_second_pass_quote('', '
')Jun 29 19:39:38 archb3 kernel: ---[ end trace 5a68e1f971102c9f ]---
Jun 29 19:39:38 archb3 kernel: [<c000d444>] (do_work_pending) from [<c000a4f0>] (slow_work_pending+0xc/0x20)
Jun 29 19:39:38 archb3 kernel: [<c003a3bc>] (task_work_run) from [<c000d444>] (do_work_pending+0xc4/0xc8)
Jun 29 19:39:38 archb3 kernel: [<c015ba48>] (cleanup_mnt) from [<c003a3bc>] (task_work_run+0x78/0x90)
Jun 29 19:39:38 archb3 kernel: [<c013e60c>] (deactivate_locked_super) from [<c015ba48>] (cleanup_mnt+0x38/0x80)
Jun 29 19:39:38 archb3 kernel: [<bf108948>] (btrfs_kill_super [btrfs]) from [<c013e60c>] (deactivate_locked_super+0x50/0x74)
Jun 29 19:39:38 archb3 kernel: [<c013e47c>] (kill_anon_super) from [<bf108948>] (btrfs_kill_super+0xc/0xcc [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c013e168>] (generic_shutdown_super) from [<c013e47c>] (kill_anon_super+0xc/0x18)
Jun 29 19:39:38 archb3 kernel: [<bf145230>] (close_ctree [btrfs]) from [<c013e168>] (generic_shutdown_super+0x70/0x10c)
Jun 29 19:39:38 archb3 kernel: [<bf12dadc>] (btrfs_free_block_groups [btrfs]) from [<bf145230>] (close_ctree+0x130/0x284 [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf12dadc>] (btrfs_free_block_groups+0x3c0/0x4a4 [btrfs])
Jun 29 19:39:38 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jun 29 19:39:38 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jun 29 19:39:38 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jun 29 19:39:38 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jun 29 19:39:37 archb3 kernel: CPU: 0 PID: 4797 Comm: umount Tainted: G W 4.6.3-1-ARCH #1
Jun 29 19:39:37 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jun 29 19:39:37 archb3 kernel: WARNING: CPU: 0 PID: 4797 at fs/btrfs/extent-tree.c:5436 btrfs_free_block_groups+0x3c0/0x4a4 [btrfs]
Jun 29 19:39:37 archb3 kernel: ------------[ cut here ]------------


$this->bbcode_second_pass_quote('', '
')Jun 29 19:33:52 archb3 kernel: ---[ end trace 5a68e1f971102c9e ]---
Jun 29 19:33:52 archb3 kernel: [<c003beec>] (kthread) from [<c000a550>] (ret_from_fork+0x14/0x24)
Jun 29 19:33:52 archb3 kernel: [<c00f18d8>] (kswapd) from [<c003beec>] (kthread+0xc0/0xdc)
Jun 29 19:33:52 archb3 kernel: [<c00f074c>] (shrink_zone) from [<c00f18d8>] (kswapd+0x47c/0x99c)
Jun 29 19:33:52 archb3 kernel: [<c00ed2a8>] (shrink_slab.part.9) from [<c00f074c>] (shrink_zone+0x21c/0x2f8)
Jun 29 19:33:52 archb3 kernel: [<c013f548>] (super_cache_scan) from [<c00ed2a8>] (shrink_slab.part.9+0x248/0x438)
Jun 29 19:33:52 archb3 kernel: [<c0158450>] (prune_icache_sb) from [<c013f548>] (super_cache_scan+0x138/0x178)
Jun 29 19:33:52 archb3 kernel: [<c0157024>] (dispose_list) from [<c0158450>] (prune_icache_sb+0x44/0x54)
Jun 29 19:33:52 archb3 kernel: [<bf160a1c>] (btrfs_destroy_inode [btrfs]) from [<c0157024>] (dispose_list+0x38/0x4c)
Jun 29 19:33:52 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf160a1c>] (btrfs_destroy_inode+0x2b4/0x340 [btrfs])
Jun 29 19:33:52 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jun 29 19:33:52 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jun 29 19:33:52 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jun 29 19:33:52 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jun 29 19:33:52 archb3 kernel: CPU: 0 PID: 31 Comm: kswapd0 Tainted: G W 4.6.3-1-ARCH #1
Jun 29 19:33:52 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jun 29 19:33:52 archb3 kernel: WARNING: CPU: 0 PID: 31 at fs/btrfs/inode.c:9261 btrfs_destroy_inode+0x2b4/0x340 [btrfs]
Jun 29 19:33:52 archb3 kernel: ------------[ cut here ]------------


$this->bbcode_second_pass_quote('', '
')Jun 29 17:45:40 archb3 kernel: ---[ end trace 5a68e1f971102c9d ]---
Jun 29 17:45:40 archb3 kernel: [<c003beec>] (kthread) from [<c000a550>] (ret_from_fork+0x14/0x24)
Jun 29 17:45:40 archb3 kernel: [<c0036aac>] (worker_thread) from [<c003beec>] (kthread+0xc0/0xdc)
Jun 29 17:45:40 archb3 kernel: [<c003673c>] (process_one_work) from [<c0036aac>] (worker_thread+0x3c/0x5f8)
Jun 29 17:45:40 archb3 kernel: [<c016b510>] (wb_workfn) from [<c003673c>] (process_one_work+0x204/0x538)
Jun 29 17:45:40 archb3 kernel: [<c016ab44>] (wb_writeback) from [<c016b510>] (wb_workfn+0x388/0x514)
Jun 29 17:45:40 archb3 kernel: [<c016a880>] (__writeback_inodes_wb) from [<c016ab44>] (wb_writeback+0x288/0x354)
Jun 29 17:45:40 archb3 kernel: [<c016a540>] (writeback_sb_inodes) from [<c016a880>] (__writeback_inodes_wb+0x74/0xb0)
Jun 29 17:45:40 archb3 kernel: [<c0169b94>] (__writeback_single_inode) from [<c016a540>] (writeback_sb_inodes+0x220/0x4ec)
Jun 29 17:45:40 archb3 kernel: [<bf177ee4>] (extent_writepages [btrfs]) from [<c0169b94>] (__writeback_single_inode+0x30/0x43c)
Jun 29 17:45:40 archb3 kernel: [<bf176f98>] (__extent_writepage [btrfs]) from [<bf177ee4>] (extent_writepages+0x2b8/0x3c4 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf173c40>] (writepage_delalloc [btrfs]) from [<bf176f98>] (__extent_writepage+0x108/0x3e8 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf154eec>] (run_delalloc_range [btrfs]) from [<bf173c40>] (writepage_delalloc+0x128/0x244 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf153a18>] (cow_file_range [btrfs]) from [<bf154eec>] (run_delalloc_range+0x384/0x458 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf1731e4>] (extent_clear_unlock_delalloc [btrfs]) from [<bf153a18>] (cow_file_range+0x544/0x8f0 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf171fbc>] (__clear_extent_bit [btrfs]) from [<bf1731e4>] (extent_clear_unlock_delalloc+0x5c/0x288 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf171ccc>] (clear_state_bit [btrfs]) from [<bf171fbc>] (__clear_extent_bit+0x194/0x480 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf14d29c>] (btrfs_clear_bit_hook [btrfs]) from [<bf171ccc>] (clear_state_bit+0x5c/0x1b8 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<bf127930>] (btrfs_free_reserved_data_space_noquota [btrfs]) from [<bf14d29c>] (btrfs_clear_bit_hook+0x2c0/0x44c [btrfs])
Jun 29 17:45:40 archb3 kernel: [<c001f38c>] (warn_slowpath_null) from [<bf127930>] (btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs])
Jun 29 17:45:40 archb3 kernel: [<c001f2b4>] (__warn) from [<c001f38c>] (warn_slowpath_null+0x20/0x28)
Jun 29 17:45:40 archb3 kernel: [<c000da38>] (show_stack) from [<c001f2b4>] (__warn+0xdc/0x104)
Jun 29 17:45:40 archb3 kernel: [<c00105e4>] (unwind_backtrace) from [<c000da38>] (show_stack+0x10/0x14)
Jun 29 17:45:40 archb3 kernel: Workqueue: writeback wb_workfn (flush-btrfs-1)
Jun 29 17:45:40 archb3 kernel: Hardware name: Marvell Kirkwood (Flattened Device Tree)
Jun 29 17:45:40 archb3 kernel: CPU: 0 PID: 4465 Comm: kworker/u2:4 Not tainted 4.6.3-1-ARCH #1
Jun 29 17:45:40 archb3 kernel: Modules linked in: cfg80211 rfkill bridge stp llc ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_multiport xt_recent xt_conntrack nf_connt
Jun 29 17:45:40 archb3 kernel: WARNING: CPU: 0 PID: 4465 at fs/btrfs/extent-tree.c:4233 btrfs_free_reserved_data_space_noquota+0x160/0x198 [btrfs]
Jun 29 17:45:40 archb3 kernel: ------------[ cut here ]------------

stasheck
 
Posts: 5
Joined: Wed Jun 29, 2016 7:24 am
Top


Return to ARMv5

Who is online

Users browsing this forum: No registered users and 15 guests

cron