From: Heiko Carstens <hca@linux.ibm.com>
To: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: linux-s390@vger.kernel.org, David Hildenbrand <david@redhat.com>
Subject: Re: [PATCH 1/3] s390/vmem: remove redundant check
Date: Tue, 17 Nov 2020 19:43:05 +0100 [thread overview]
Message-ID: <20201117184305.GD4746@osiris> (raw)
In-Reply-To: <90f322a1d24b63a639dec1876a7a5cbbf866482a.1605000280.git.agordeev@linux.ibm.com>
On Tue, Nov 10, 2020 at 10:36:21AM +0100, Alexander Gordeev wrote:
> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
> ---
> arch/s390/mm/vmem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/s390/mm/vmem.c b/arch/s390/mm/vmem.c
> index b239f2ba93b09..56ab9bb770f3a 100644
> --- a/arch/s390/mm/vmem.c
> +++ b/arch/s390/mm/vmem.c
> @@ -223,7 +223,7 @@ static int __ref modify_pmd_table(pud_t *pud, unsigned long addr,
> if (!add) {
> if (pmd_none(*pmd))
> continue;
> - if (pmd_large(*pmd) && !add) {
> + if (pmd_large(*pmd)) {
Applied, thanks!
next prev parent reply other threads:[~2020-11-17 18:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 9:36 [PATCH 0/3] s390/vmem: minor cleanup Alexander Gordeev
2020-11-10 9:36 ` [PATCH 1/3] s390/vmem: remove redundant check Alexander Gordeev
2020-11-10 9:41 ` David Hildenbrand
2020-11-17 18:43 ` Heiko Carstens [this message]
2020-11-10 9:36 ` [PATCH 2/3] s390/vmem: fix possible memory overwrite Alexander Gordeev
2020-11-10 9:41 ` David Hildenbrand
2020-11-10 10:50 ` Alexander Gordeev
2020-11-17 18:44 ` Heiko Carstens
2020-11-10 9:36 ` [PATCH 3/3] s390/vmem: make variable and function names consistent Alexander Gordeev
2020-11-17 18:44 ` Heiko Carstens
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=20201117184305.GD4746@osiris \
--to=hca@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=david@redhat.com \
--cc=linux-s390@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).