All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Rientjes <rientjes@google.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 20:51:06 +0000	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes@google.com>

Thanks for doing this!

WARNING: multiple messages have this Message-ID (diff)
From: David Rientjes <rientjes@google.com>
To: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Cc: Matthew Wilcox <willy@infradead.org>,
	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>
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 13:51:06 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes@google.com>

Thanks for doing this!

WARNING: multiple messages have this Message-ID (diff)
From: David Rientjes <rientjes@google.com>
To: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Cc: Matthew Wilcox <willy@infradead.org>,
	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>
Subject: Re: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 13:51:06 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes@google.com>

Thanks for doing this!
--
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: rientjes@google.com (David Rientjes)
To: linux-riscv@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 13:51:06 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes@google.com>

Thanks for doing this!

WARNING: multiple messages have this Message-ID (diff)
From: rientjes@google.com (David Rientjes)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 13:51:06 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes at google.com>

Thanks for doing this!

WARNING: multiple messages have this Message-ID (diff)
From: rientjes@google.com (David Rientjes)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
Date: Tue, 10 Apr 2018 13:51:06 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com> (raw)
In-Reply-To: <a732ef2b-445f-9ad8-014b-247c8c5d500b@linux.vnet.ibm.com>

On Tue, 10 Apr 2018, Laurent Dufour wrote:

> > 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
> 
> Damned !
> Thanks for catching it.
> 

Squashing the two patches together at least allowed it to be caught 
easily.  After it's fixed, feel free to add

	Acked-by: David Rientjes <rientjes@google.com>

Thanks for doing this!

  reply	other threads:[~2018-04-10 20:51 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
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 [this message]
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=alpine.DEB.2.21.1804101350250.79494@chino.kir.corp.google.com \
    --to=rientjes@google.com \
    --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.