From: Guoqing Jiang <guoqing.jiang@linux.dev>
To: "lizhijian@fujitsu.com" <lizhijian@fujitsu.com>,
"haris.iqbal@ionos.com" <haris.iqbal@ionos.com>,
"jinpu.wang@ionos.com" <jinpu.wang@ionos.com>,
"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>
Cc: "jgg@ziepe.ca" <jgg@ziepe.ca>,
"leon@kernel.org" <leon@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH RFC] RDMA/rtrs: Don't call kobject_del for srv_path->kobj
Date: Thu, 2 Feb 2023 12:09:34 +0800 [thread overview]
Message-ID: <b82cfec2-b679-7c5a-06fe-a540fddda0f3@linux.dev> (raw)
In-Reply-To: <d1751eec-3d48-a8c9-1e3b-3263a4a043a3@fujitsu.com>
On 2/2/23 11:42, lizhijian@fujitsu.com wrote:
> Thanks your reviewing @Guoqing
>
>> Thanks for the fix, it would be better to comment that why kobject_del can't
>> be called here.
> commmit f7452a7e96c1 ("RDMA/rtrs-srv: fix memory leak by missing kobject free")
> memtioned a free_sess(), but i didn't get it exactly(no such function ?). So i have
> not sorted it out.
It was renamed to free_path I believe.
> And hold on,with below change, kernel gets another WARNING.
> I'm still working on it.
>
> [ 125.034407] =========================
> [ 125.035490] WARNING: held lock freed!
> [ 125.036640] 6.2.0-rc6-roce-flush+ #53 Not tainted
> [ 125.038088] -------------------------
> [ 125.039143] kworker/0:3/63 is freeing memory ffff90bd01eaa000-ffff90bd01eaa7ff, with a lock still held there!
> [ 125.041660] ffff90bd01eaa118 (&srv->paths_mutex){+.+.}-{3:3}, at: rtrs_srv_destroy_once_sysfs_root_folders.isra.0+0x24/0x60 [rtrs_server]
> [ 125.044600] 3 locks held by kworker/0:3/63:
> [ 125.046091] #0: ffff90bd05f8ed38 ((wq_completion)rtrs_server_wq){+.+.}-{0:0}, at: process_one_work+0x1f4/0x590
> [ 125.048876] #1: ffff9ff4c085fe78 ((work_completion)(&srv_path->close_work)){+.+.}-{0:0}, at: process_one_work+0x1f4/0x590
> [ 125.051789] #2: ffff90bd01eaa118 (&srv->paths_mutex){+.+.}-{3:3}, at: rtrs_srv_destroy_once_sysfs_root_folders.isra.0+0x24/0x60 [rtrs_server]
> [ 125.055167]
> [ 125.055167] stack backtrace:
> [ 125.057979] CPU: 0 PID: 63 Comm: kworker/0:3 Kdump: loaded Not tainted 6.2.0-rc6-roce-flush+ #53
> [ 125.060201] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014
> [ 125.063156] Workqueue: rtrs_server_wq rtrs_srv_close_work [rtrs_server]
> [ 125.065031] Call Trace:
> [ 125.065905] <TASK>
> [ 125.066733] dump_stack_lvl+0x45/0x5d
> [ 125.068003] debug_check_no_locks_freed.cold+0x77/0x7c
> [ 125.069565] ? device_release+0x34/0x90
> [ 125.070814] __kmem_cache_free+0x74/0x190
> [ 125.072059] device_release+0x34/0x90
> [ 125.073203] kobject_put+0x8b/0x1d0
> [ 125.074385] rtrs_srv_destroy_once_sysfs_root_folders.isra.0+0x35/0x60 [rtrs_server]
> [ 125.076456] rtrs_srv_close_work+0x21/0x270 [rtrs_server]
> [ 125.078097] process_one_work+0x274/0x590
> [ 125.079372] worker_thread+0x4f/0x3d0
> [ 125.080508] ? __pfx_worker_thread+0x10/0x10
> [ 125.081751] kthread+0xe7/0x110
> [ 125.082778] ? __pfx_kthread+0x10/0x10
> [ 125.083894] ret_from_fork+0x2c/0x50
> [ 125.084991] </TASK>
Suppose it also happened during run your script, I guess it might be some
racy conditions.
$ while true;
do
echo "sessname=foo path=ip:<ip address> device_path=/dev/nvme0n1" > /sys/devices/virtual/rnbd-client/ctl/map_device
echo "normal" > /sys/block/rnbd0/rnbd/unmap_device
done
Or does it disappear after revert 6af4609c18b3? If so, we can revert it
first.
Thanks,
Guoqing
next prev parent reply other threads:[~2023-02-02 4:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-01 14:30 [PATCH RFC] RDMA/rtrs: Don't call kobject_del for srv_path->kobj Li Zhijian
2023-02-02 1:41 ` Guoqing Jiang
2023-02-02 3:42 ` lizhijian
2023-02-02 4:09 ` Guoqing Jiang [this message]
2023-02-02 7:25 ` lizhijian
2023-02-02 7:59 ` lizhijian
2023-02-02 8:20 ` Guoqing Jiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b82cfec2-b679-7c5a-06fe-a540fddda0f3@linux.dev \
--to=guoqing.jiang@linux.dev \
--cc=haris.iqbal@ionos.com \
--cc=jgg@ziepe.ca \
--cc=jinpu.wang@ionos.com \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=lizhijian@fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.