From: "Kani, Toshi" <toshi.kani@hpe.com>
To: "tglx@linutronix.de" <tglx@linutronix.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"x86@kernel.org" <x86@kernel.org>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"hpa@zytor.com" <hpa@zytor.com>,
"mingo@redhat.com" <mingo@redhat.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"cpandya@codeaurora.org" <cpandya@codeaurora.org>,
"Hocko, Michal" <MHocko@suse.com>
Subject: Re: [PATCH v3 0/3] fix free pmd/pte page handlings on x86
Date: Mon, 25 Jun 2018 14:56:26 +0000 [thread overview]
Message-ID: <1529938470.14039.134.camel@hpe.com> (raw)
In-Reply-To: <alpine.DEB.2.21.1806241516410.8650@nanos.tec.linutronix.de>
On Sun, 2018-06-24 at 15:19 +0200, Thomas Gleixner wrote:
> On Wed, 16 May 2018, Toshi Kani wrote:
>
> > This series fixes two issues in the x86 ioremap free page handlings
> > for pud/pmd mappings.
> >
> > Patch 01 fixes BUG_ON on x86-PAE reported by Joerg. It disables
> > the free page handling on x86-PAE.
> >
> > Patch 02-03 fixes a possible issue with speculation which can cause
> > stale page-directory cache.
> > - Patch 02 is from Chintan's v9 01/04 patch [1], which adds a new arg
> > 'addr', with my merge change to patch 01.
> > - Patch 03 adds a TLB purge (INVLPG) to purge page-structure caches
> > that may be cached by speculation. See the patch descriptions for
> > more detal.
>
> Toshi, Joerg, Michal!
Hi Thomas,
Thanks for checking. I was about to ping as well.
> I'm failing to find a conclusion of this discussion. Can we finally make
> some progress with that?
I have not heard from Joerg since I last replied to his comments to
Patch 3/3 -- I did my best to explain that there was no issue in the
single page allocation in pud_free_pmd_page(). From my perspective, the
v3 series is good to go.
> Can someone give me a hint what to pick up urgently please?
I've confirmed that the v3 series still applies clearly to 4.18-r2
linus.git.
Patch 1/3, v3
https://patchwork.kernel.org/patch/10405071/
Patch 2/3, v3-UPDATE
https://patchwork.kernel.org/patch/10407065/
nit: sorry, please fix my email address below.
- [toshi@hpe.com: merge changes, rewrite patch description]
+ [toshi.kani@hpe.com: merge changes, rewrite patch description]
Patch 3/3, v3
https://patchwork.kernel.org/patch/10405073/
Thanks,
-Toshi
next prev parent reply other threads:[~2018-06-25 14:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-16 23:32 [PATCH v3 0/3] fix free pmd/pte page handlings on x86 Toshi Kani
2018-05-16 23:32 ` [PATCH v3 1/3] x86/mm: disable ioremap free page handling on x86-PAE Toshi Kani
2018-05-16 23:32 ` [PATCH v3 2/3] ioremap: Update pgtable free interfaces with addr Toshi Kani
2018-05-17 6:47 ` Michal Hocko
2018-05-17 14:32 ` Kani, Toshi
2018-05-16 23:32 ` [PATCH v3 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces Toshi Kani
2018-05-29 14:44 ` Joerg Roedel
2018-05-29 16:10 ` Kani, Toshi
2018-05-30 4:59 ` joro
2018-05-30 15:39 ` Kani, Toshi
2018-06-24 13:19 ` [PATCH v3 0/3] fix free pmd/pte page handlings on x86 Thomas Gleixner
2018-06-25 14:56 ` Kani, Toshi [this message]
2018-06-25 17:53 ` Michal Hocko
2018-06-25 21:15 ` Kani, Toshi
2018-06-26 6:35 ` Michal Hocko
2018-06-26 8:45 ` Thomas Gleixner
2018-06-26 8:54 ` Michal Hocko
2018-06-26 15:25 ` Kani, Toshi
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=1529938470.14039.134.camel@hpe.com \
--to=toshi.kani@hpe.com \
--cc=MHocko@suse.com \
--cc=akpm@linux-foundation.org \
--cc=cpandya@codeaurora.org \
--cc=hpa@zytor.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@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).