linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] parisc: update kbuild doc. aliases for parisc64
@ 2023-02-05 16:37 Randy Dunlap
  2023-02-06  1:07 ` Masahiro Yamada
  2023-02-06 20:28 ` Helge Deller
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-02-05 16:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, James E.J. Bottomley, Helge Deller, linux-parisc,
	Masahiro Yamada, linux-kbuild, Jonathan Corbet, linux-doc

ARCH=parisc64 is now supported for 64-bit parisc builds, so add
this alias to the kbuild.rst documentation.

Fixes: 3dcfb729b5f4 ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
v2: drop "parisc for 32 bit" part since "parisc" is not an alias

 Documentation/kbuild/kbuild.rst |    1 +
 1 file changed, 1 insertion(+)

diff -- a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst
--- a/Documentation/kbuild/kbuild.rst
+++ b/Documentation/kbuild/kbuild.rst
@@ -160,6 +160,7 @@ directory name found in the arch/ direct
 But some architectures such as x86 and sparc have aliases.
 
 - x86: i386 for 32 bit, x86_64 for 64 bit
+- parisc: parisc64 for 64 bit
 - sh: sh for 32 bit, sh64 for 64 bit
 - sparc: sparc32 for 32 bit, sparc64 for 64 bit
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] parisc: update kbuild doc. aliases for parisc64
  2023-02-05 16:37 [PATCH v2] parisc: update kbuild doc. aliases for parisc64 Randy Dunlap
@ 2023-02-06  1:07 ` Masahiro Yamada
  2023-02-06 20:28 ` Helge Deller
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2023-02-06  1:07 UTC (permalink / raw)
  To: Randy Dunlap, Helge Deller
  Cc: linux-kernel, James E.J. Bottomley, linux-parisc, linux-kbuild,
	Jonathan Corbet, linux-doc

On Mon, Feb 6, 2023 at 1:37 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> ARCH=parisc64 is now supported for 64-bit parisc builds, so add
> this alias to the kbuild.rst documentation.
>
> Fixes: 3dcfb729b5f4 ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
> Cc: Helge Deller <deller@gmx.de>
> Cc: linux-parisc@vger.kernel.org
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: linux-kbuild@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
> v2: drop "parisc for 32 bit" part since "parisc" is not an alias
>
>  Documentation/kbuild/kbuild.rst |    1 +
>  1 file changed, 1 insertion(+)
>
> diff -- a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst
> --- a/Documentation/kbuild/kbuild.rst
> +++ b/Documentation/kbuild/kbuild.rst
> @@ -160,6 +160,7 @@ directory name found in the arch/ direct
>  But some architectures such as x86 and sparc have aliases.
>
>  - x86: i386 for 32 bit, x86_64 for 64 bit
> +- parisc: parisc64 for 64 bit
>  - sh: sh for 32 bit, sh64 for 64 bit
>  - sparc: sparc32 for 32 bit, sparc64 for 64 bit
>




If Helge will pick this up, please feel free to add

Acked-by: Masahiro Yamada <masahiroy@kernel.org>





-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] parisc: update kbuild doc. aliases for parisc64
  2023-02-05 16:37 [PATCH v2] parisc: update kbuild doc. aliases for parisc64 Randy Dunlap
  2023-02-06  1:07 ` Masahiro Yamada
@ 2023-02-06 20:28 ` Helge Deller
  1 sibling, 0 replies; 3+ messages in thread
From: Helge Deller @ 2023-02-06 20:28 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: James E.J. Bottomley, linux-parisc, Masahiro Yamada,
	linux-kbuild, Jonathan Corbet, linux-doc

On 2/5/23 17:37, Randy Dunlap wrote:
> ARCH=parisc64 is now supported for 64-bit parisc builds, so add
> this alias to the kbuild.rst documentation.
>
> Fixes: 3dcfb729b5f4 ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
> Cc: Helge Deller <deller@gmx.de>
> Cc: linux-parisc@vger.kernel.org
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: linux-kbuild@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
> v2: drop "parisc for 32 bit" part since "parisc" is not an alias

Acked-by: Helge Deller <deller@gmx.de>

Thank you, Randy!
I'll aplly it to the parisc tree.

Helge

>
>   Documentation/kbuild/kbuild.rst |    1 +
>   1 file changed, 1 insertion(+)
>
> diff -- a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst
> --- a/Documentation/kbuild/kbuild.rst
> +++ b/Documentation/kbuild/kbuild.rst
> @@ -160,6 +160,7 @@ directory name found in the arch/ direct
>   But some architectures such as x86 and sparc have aliases.
>
>   - x86: i386 for 32 bit, x86_64 for 64 bit
> +- parisc: parisc64 for 64 bit
>   - sh: sh for 32 bit, sh64 for 64 bit
>   - sparc: sparc32 for 32 bit, sparc64 for 64 bit
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-06 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05 16:37 [PATCH v2] parisc: update kbuild doc. aliases for parisc64 Randy Dunlap
2023-02-06  1:07 ` Masahiro Yamada
2023-02-06 20:28 ` Helge Deller

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).