From: Chen Wandun <chenwandun@huawei.com>
To: <hughd@google.com>, <akpm@linux-foundation.org>,
<linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
<willy@infradead.org>, <david@redhat.com>,
<wangkefeng.wang@huawei.com>
Cc: <chenwandun@huawei.com>
Subject: [PATCH v3 0/3] a few cleanup and bugfixes about shmem
Date: Mon, 6 Jun 2022 11:45:27 +0800 [thread overview]
Message-ID: <20220606034530.153505-1-chenwandun@huawei.com> (raw)
v2 ==> v3:
patch1 return the errno from shmem_init_inodecache instead
of NULL on failure.
v1 ==> v2:
combine patch2 and patch3 into a single patch.
Chen Wandun (3):
mm/shmem: check return value of shmem_init_inodecache
mm/shmem: return error code directly for invalid addr
mm/shmem: rework calculation of inflated_addr in
shmem_get_unmapped_area
mm/shmem.c | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
--
2.25.1
next reply other threads:[~2022-06-06 3:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 3:45 Chen Wandun [this message]
2022-06-06 3:45 ` [PATCH v3 1/3] mm/shmem: check return value of shmem_init_inodecache Chen Wandun
2022-06-06 4:19 ` Hugh Dickins
2022-06-06 9:39 ` Muchun Song
2022-06-06 3:45 ` [PATCH v3 2/3] mm/shmem: return error code directly for invalid addr Chen Wandun
2022-06-06 3:45 ` [PATCH v3 3/3] mm/shmem: rework calculation of inflated_addr in shmem_get_unmapped_area Chen Wandun
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=20220606034530.153505-1-chenwandun@huawei.com \
--to=chenwandun@huawei.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=wangkefeng.wang@huawei.com \
--cc=willy@infradead.org \
/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