From: Greg KH <gregkh@linuxfoundation.org>
To: Longlong Xia <xialonglong1@huawei.com>
Cc: chenwandun@huawei.com, linux-kernel@vger.kernel.org,
rafael@kernel.org, sunnanyong@huawei.com,
wangkefeng.wang@huawei.com
Subject: Re: [PATCH -next v2 0/3] cleanup of devtmpfs_*_node()
Date: Fri, 10 Feb 2023 11:27:03 +0100 [thread overview]
Message-ID: <Y+Yb9/UIBJ70ugPa@kroah.com> (raw)
In-Reply-To: <20230210095444.4067307-1-xialonglong1@huawei.com>
On Fri, Feb 10, 2023 at 09:54:41AM +0000, Longlong Xia wrote:
> In one test, when modprobe zram, no zram device was found in the /dev.
> But don't see any errors printed in jouranls/dmesg. Later we found out
> that the reason was that device_add() did not check its return value when
> calling devtmpfs_create_node().
>
> The test steps:
> 1. Set the SElinux label of /dev to user_home_t
> 2. modprobe zram num_devices=1000
>
> v1 -> v2:
> - New patch 1 to add error handling for devtmpfs_create_node().
> - use dev_err() to replace pr_err_ratelimited in [2].
> - only remove return value of devtmpfs_delete_node() in [3].
>
> Longlong Xia (3):
> driver core: add error handling for devtmpfs_create_node()
> devtmpfs: add debug info to handle()
> devtmpfs: remove return value of devtmpfs_delete_node()
>
> drivers/base/base.h | 4 ++--
> drivers/base/core.c | 6 +++++-
> drivers/base/devtmpfs.c | 20 ++++++++++++++------
> 3 files changed, 21 insertions(+), 9 deletions(-)
>
> --
> 2.25.1
>
Thanks for the quick resend, nice work, all now queued up!
greg k-h
prev parent reply other threads:[~2023-02-10 10:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 9:54 [PATCH -next v2 0/3] cleanup of devtmpfs_*_node() Longlong Xia
2023-02-10 9:54 ` [PATCH -next v2 1/3] driver core: add error handling for devtmpfs_create_node() Longlong Xia
2023-02-14 0:14 ` Nathan Chancellor
2023-02-14 0:33 ` Nathan Chancellor
2023-02-14 7:59 ` Greg KH
2023-02-10 9:54 ` [PATCH -next v2 2/3] devtmpfs: add debug info to handle() Longlong Xia
2023-02-10 9:54 ` [PATCH -next v2 3/3] devtmpfs: remove return value of devtmpfs_delete_node() Longlong Xia
2023-02-10 10:27 ` Greg KH [this message]
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=Y+Yb9/UIBJ70ugPa@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=chenwandun@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=sunnanyong@huawei.com \
--cc=wangkefeng.wang@huawei.com \
--cc=xialonglong1@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox