Re: btrfs panic problem

2018-09-25 Thread sunny.s.zhang
在 2018年09月25日 16:31, Nikolay Borisov 写道: On 25.09.2018 11:20, sunny.s.zhang wrote: 在 2018年09月20日 02:36, Liu Bo 写道: On Mon, Sep 17, 2018 at 5:28 PM, sunny.s.zhang wrote: Hi All, My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that

Re: btrfs panic problem

2018-09-25 Thread sunny.s.zhang
在 2018年09月20日 00:12, Nikolay Borisov 写道: On 19.09.2018 02:53, sunny.s.zhang wrote: Hi Duncan, Thank you for your advice. I understand what you mean.  But i have reviewed the latest btrfs code, and i think the issue is exist still. At 71 line, if the function of btrfs_get_delayed_node run

Re: btrfs panic problem

2018-09-25 Thread sunny.s.zhang
在 2018年09月20日 02:36, Liu Bo 写道: On Mon, Sep 17, 2018 at 5:28 PM, sunny.s.zhang wrote: Hi All, My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that the freelist of the slub is wrong. crash> struct kmem_cache_cpu 887e7d7a24b0 str

Re: btrfs panic problem

2018-09-18 Thread sunny.s.zhang
在 2018年09月19日 08:05, Qu Wenruo 写道: On 2018/9/18 上午8:28, sunny.s.zhang wrote: Hi All, My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. Any reproducer? Anyway we need a reproducer as a testcase. I have had a try, but could not  reproduce yet

Re: btrfs panic problem

2018-09-18 Thread sunny.s.zhang
nodes_tree, ino); 在 2018年09月18日 13:05, Duncan 写道: sunny.s.zhang posted on Tue, 18 Sep 2018 08:28:14 +0800 as excerpted: My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that the freelist of the slub is wrong. [Not a dev, just a btrfs li

Re: btrfs panic problem

2018-09-18 Thread sunny.s.zhang
Add Junxiao 在 2018年09月18日 13:05, Duncan 写道: sunny.s.zhang posted on Tue, 18 Sep 2018 08:28:14 +0800 as excerpted: My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that the freelist of the slub is wrong. [Not a dev, just a btrfs list

Re: btrfs panic problem

2018-09-17 Thread sunny.s.zhang
d_node(delayed_node); if (node) { atomic_inc(&node->refs); return node; } .. btrfs_release_delayed_node(delayed_node); 在 2018年09月18日 08:28, sunny.s.zhang 写道: Hi All, My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that the freelist of the

btrfs panic problem

2018-09-17 Thread sunny.s.zhang
Hi All, My OS(4.1.12) panic in kmem_cache_alloc, which is called by btrfs_get_or_create_delayed_node. I found that the freelist of the slub is wrong. crash> struct kmem_cache_cpu 887e7d7a24b0 struct kmem_cache_cpu {   freelist = 0x2026,   <<< the value is id of one inode   tid = 29567861

Re: can anyone receive this message

2018-09-17 Thread sunny.s.zhang
thank you. 在 2018年09月18日 08:18, Hans van Kranenburg 写道: On 09/18/2018 02:13 AM, sunny.s.zhang wrote: Can anyone receive this message? I found i can receive message from the mail list, but can't receive message that send by myself. Yes. You can also check public list archives to see if

can anyone receive this message

2018-09-17 Thread sunny.s.zhang
Hi All, Can anyone receive this message? I found i can receive message from the mail list, but can't receive message that send by myself. Thanks, Sunny