All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 16:09:32 +0000	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018 at 05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h

WARNING: multiple messages have this Message-ID (diff)
From: Matthew Wilcox <willy@infradead.org>
To: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linuxppc-dev@lists.ozlabs.org, x86@kernel.org,
	linux-doc@vger.kernel.org, linux-snps-arc@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org,
	linux-sh@vger.kernel.org, sparclinux@vger.kernel.org,
	Jerome Glisse <jglisse@redhat.com>,
	mhocko@kernel.org, aneesh.kumar@linux.vnet.ibm.com,
	akpm@linux-foundation.org, mpe@ellerman.id.au,
	benh@kernel.crashing.org, paulus@samba.org,
	Jonathan Corbet <corbet@lwn.net>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	"David S . Miller" <davem@davemloft.net>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>,
	Vineet Gupta <vgupta@synopsys.com>,
	Palmer Dabbelt <palmer@sifive.com>, Albert Ou <albert@sifive.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	David Rientjes <rientjes@google.com>
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 09:09:32 -0700	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018 at 05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h

WARNING: multiple messages have this Message-ID (diff)
From: Matthew Wilcox <willy@infradead.org>
To: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linuxppc-dev@lists.ozlabs.org, x86@kernel.org,
	linux-doc@vger.kernel.org, linux-snps-arc@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org,
	linux-sh@vger.kernel.org, sparclinux@vger.kernel.org,
	Jerome Glisse <jglisse@redhat.com>,
	mhocko@kernel.org, aneesh.kumar@linux.vnet.ibm.com,
	akpm@linux-foundation.org, mpe@ellerman.id.au,
	benh@kernel.crashing.org, paulus@samba.org,
	Jonathan Corbet <corbet@lwn.net>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	"David S . Miller" <davem@davemloft.net>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>,
	Vineet Gupta <vgupta@synopsys.com>,
	Palmer Dabbelt <palmer@sifive.com>, Albert Ou <albert@sifive.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	David Rientjes <rientjes@google.com>
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 09:09:32 -0700	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018 at 05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: willy@infradead.org (Matthew Wilcox)
To: linux-riscv@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 09:09:32 -0700	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018 at 05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h

WARNING: multiple messages have this Message-ID (diff)
From: willy@infradead.org (Matthew Wilcox)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 09:09:32 -0700	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018@05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h

WARNING: multiple messages have this Message-ID (diff)
From: willy@infradead.org (Matthew Wilcox)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 09:09:32 -0700	[thread overview]
Message-ID: <20180410160932.GB3614@bombadil.infradead.org> (raw)
In-Reply-To: <1523373951-10981-2-git-send-email-ldufour@linux.vnet.ibm.com>

On Tue, Apr 10, 2018 at 05:25:50PM +0200, Laurent Dufour wrote:
>  arch/powerpc/include/asm/pte-common.h                  | 3 ---
>  arch/riscv/Kconfig                                     | 1 +
>  arch/s390/Kconfig                                      | 1 +

You forgot to delete __HAVE_ARCH_PTE_SPECIAL from
arch/riscv/include/asm/pgtable-bits.h

  reply	other threads:[~2018-04-10 16:09 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10 15:25 [PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` Laurent Dufour
2018-04-10 15:25 ` [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 16:09   ` Matthew Wilcox [this message]
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:09     ` Matthew Wilcox
2018-04-10 16:42     ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 16:42       ` Laurent Dufour
2018-04-10 20:51       ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:51         ` David Rientjes
2018-04-10 20:44     ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 20:44       ` Palmer Dabbelt
2018-04-10 15:25 ` [PATCH v2 2/2] mm: remove odd HAVE_PTE_SPECIAL Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:25   ` Laurent Dufour
2018-04-10 15:58   ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 15:58     ` Robin Murphy
2018-04-10 16:44     ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour
2018-04-10 16:44       ` Laurent Dufour

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=20180410160932.GB3614@bombadil.infradead.org \
    --to=willy@infradead.org \
    --cc=linux-arm-kernel@lists.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 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.