From: Harvey Hunt <harvey.hunt@imgtec.com>
To: Paul Burton <paul.burton@imgtec.com>, <linux-mips@linux-mips.org>
Cc: Lars Persson <lars.persson@axis.com>,
"Steven J. Hill" <Steven.Hill@imgtec.com>,
Huacai Chen <chenhc@lemote.com>,
David Daney <david.daney@cavium.com>,
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>,
<linux-kernel@vger.kernel.org>,
Jerome Marchand <jmarchan@redhat.com>,
"Ralf Baechle" <ralf@linux-mips.org>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 0/4] MIPS cache & highmem fixes
Date: Wed, 2 Mar 2016 11:39:36 +0000 [thread overview]
Message-ID: <56D6D0F8.5090204@imgtec.com> (raw)
In-Reply-To: <1456799879-14711-1-git-send-email-paul.burton@imgtec.com>
Hi Paul,
On 01/03/16 02:37, Paul Burton wrote:
> This series fixes up a few issues with our current cache maintenance
> code, some specific to highmem & some not. It fixes an issue with icache
> corruption seen on the pistachio SoC & Ci40, and icache corruption seen
> using highmem on MIPS Malta boards with a P5600 CPU.
>
> Applies atop v4.5-rc6. It would be great to squeeze these in for v4.5,
> but I recognise it's quite late in the cycle & this brokenness has been
> around for a while so won't object to v4.6.
>
> Thanks,
> Paul
>
> Paul Burton (4):
> MIPS: Flush dcache for flush_kernel_dcache_page
> MIPS: Flush highmem pages in __flush_dcache_page
> MIPS: Handle highmem pages in __update_cache
> MIPS: Sync icache & dcache in set_pte_at
>
> arch/mips/include/asm/cacheflush.h | 7 +------
> arch/mips/include/asm/pgtable.h | 26 +++++++++++++++++++-----
> arch/mips/mm/cache.c | 41 +++++++++++++++++++-------------------
> 3 files changed, 43 insertions(+), 31 deletions(-)
>
I tested this patchset on a Ci20 (using highmem) and I can successfully
boot to userland from an rfs on NAND, which I couldn't do before.
Tested-by: Harvey Hunt <harvey.hunt@imgtec.com>
Thanks,
Harvey
WARNING: multiple messages have this Message-ID (diff)
From: Harvey Hunt <harvey.hunt@imgtec.com>
To: Paul Burton <paul.burton@imgtec.com>, linux-mips@linux-mips.org
Cc: Lars Persson <lars.persson@axis.com>,
"Steven J. Hill" <Steven.Hill@imgtec.com>,
Huacai Chen <chenhc@lemote.com>,
David Daney <david.daney@cavium.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
linux-kernel@vger.kernel.org,
Jerome Marchand <jmarchan@redhat.com>,
Ralf Baechle <ralf@linux-mips.org>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 0/4] MIPS cache & highmem fixes
Date: Wed, 2 Mar 2016 11:39:36 +0000 [thread overview]
Message-ID: <56D6D0F8.5090204@imgtec.com> (raw)
Message-ID: <20160302113936.s-SrSZtF8p7614Xz_So6CsKjlT1Jl9qGvhVwhLAGJtA@z> (raw)
In-Reply-To: <1456799879-14711-1-git-send-email-paul.burton@imgtec.com>
Hi Paul,
On 01/03/16 02:37, Paul Burton wrote:
> This series fixes up a few issues with our current cache maintenance
> code, some specific to highmem & some not. It fixes an issue with icache
> corruption seen on the pistachio SoC & Ci40, and icache corruption seen
> using highmem on MIPS Malta boards with a P5600 CPU.
>
> Applies atop v4.5-rc6. It would be great to squeeze these in for v4.5,
> but I recognise it's quite late in the cycle & this brokenness has been
> around for a while so won't object to v4.6.
>
> Thanks,
> Paul
>
> Paul Burton (4):
> MIPS: Flush dcache for flush_kernel_dcache_page
> MIPS: Flush highmem pages in __flush_dcache_page
> MIPS: Handle highmem pages in __update_cache
> MIPS: Sync icache & dcache in set_pte_at
>
> arch/mips/include/asm/cacheflush.h | 7 +------
> arch/mips/include/asm/pgtable.h | 26 +++++++++++++++++++-----
> arch/mips/mm/cache.c | 41 +++++++++++++++++++-------------------
> 3 files changed, 43 insertions(+), 31 deletions(-)
>
I tested this patchset on a Ci20 (using highmem) and I can successfully
boot to userland from an rfs on NAND, which I couldn't do before.
Tested-by: Harvey Hunt <harvey.hunt@imgtec.com>
Thanks,
Harvey
next prev parent reply other threads:[~2016-03-02 11:39 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 2:37 [PATCH 0/4] MIPS cache & highmem fixes Paul Burton
2016-03-01 2:37 ` Paul Burton
2016-03-01 2:37 ` [PATCH 1/4] MIPS: Flush dcache for flush_kernel_dcache_page Paul Burton
2016-03-01 2:37 ` Paul Burton
2016-03-04 15:09 ` Lars Persson
2016-03-29 8:29 ` Ralf Baechle
2016-03-01 2:37 ` [PATCH 2/4] MIPS: Flush highmem pages in __flush_dcache_page Paul Burton
2016-03-01 2:37 ` Paul Burton
2016-03-29 8:35 ` Ralf Baechle
2016-03-29 8:55 ` Paul Burton
2016-03-29 8:55 ` Paul Burton
2016-03-01 2:37 ` [PATCH 3/4] MIPS: Handle highmem pages in __update_cache Paul Burton
2016-03-01 2:37 ` Paul Burton
2016-03-29 8:39 ` Ralf Baechle
2016-03-01 2:37 ` [PATCH 4/4] MIPS: Sync icache & dcache in set_pte_at Paul Burton
2016-03-01 2:37 ` Paul Burton
2016-03-01 9:44 ` Lars Persson
2016-03-01 9:44 ` Lars Persson
2016-03-01 17:13 ` David Daney
2016-03-01 17:13 ` David Daney
2016-03-01 17:19 ` Paul Burton
2016-03-01 17:19 ` Paul Burton
2016-03-02 14:12 ` Ralf Baechle
2016-03-02 14:24 ` Paul Burton
2016-03-02 14:24 ` Paul Burton
2016-03-04 17:43 ` David Daney
2016-03-04 17:43 ` David Daney
2016-03-04 17:47 ` Paul Burton
2016-03-04 17:47 ` Paul Burton
2016-03-03 3:03 ` [4/4] " Leonid Yegoshin
2016-03-03 3:03 ` Leonid Yegoshin
2016-03-04 10:37 ` Paul Burton
2016-03-04 10:37 ` Paul Burton
2016-03-04 15:20 ` Lars Persson
2016-03-04 21:01 ` Leonid Yegoshin
2016-03-04 21:01 ` Leonid Yegoshin
2016-03-04 21:21 ` Leonid Yegoshin
2016-03-04 21:21 ` Leonid Yegoshin
2016-03-05 1:06 ` Leonid Yegoshin
2016-03-05 1:06 ` Leonid Yegoshin
2016-03-04 19:02 ` [PATCH 4/4] " Lars Persson
2016-03-05 0:21 ` Paul Burton
2016-03-05 0:27 ` Paul Burton
2016-03-02 11:39 ` Harvey Hunt [this message]
2016-03-02 11:39 ` [PATCH 0/4] MIPS cache & highmem fixes Harvey Hunt
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=56D6D0F8.5090204@imgtec.com \
--to=harvey.hunt@imgtec.com \
--cc=Steven.Hill@imgtec.com \
--cc=akpm@linux-foundation.org \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=chenhc@lemote.com \
--cc=david.daney@cavium.com \
--cc=jmarchan@redhat.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=lars.persson@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=paul.burton@imgtec.com \
--cc=ralf@linux-mips.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 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.