All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
@ 2023-03-13 18:33 Thomas Huth
  2023-03-13 19:48 ` Richard Henderson
  2023-03-13 20:46 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2023-03-13 18:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Chris Wulff, Marek Vasut, Alex Bennée,
	Marek Vasut

Marek and Chris haven't been active for Nios II since years
(the last time seems to have been in 2017), and we've got
unhandled severe Nios II bug tickets in the bug tracker since
a long time, so to avoid wrong expectations of people who are
looking at the MAINTAINERS file, it's maybe best to mark the
Nios II entry as orphan nowadays.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Suggested by Richard here:
 https://lore.kernel.org/qemu-devel/cb2e92b7-40bb-4975-290d-6321c5574365@linaro.org/
 
 And bugs like this sound like the linux-user target is in a bad shape, too:
 https://gitlab.com/qemu-project/qemu/-/issues/261

 See also:
 https://bugs.launchpad.net/qemu/+bug/1791796 (comment 3)

 ... nobody tried to fix nios2 linux-user in years, maybe we should
 deprecate it?

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 95c957d587..9780430626 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -257,9 +257,9 @@ F: docs/system/cpu-models-mips.rst.inc
 F: tests/tcg/mips/
 
 NiosII TCG CPUs
-M: Chris Wulff <crwulff@gmail.com>
-M: Marek Vasut <marex@denx.de>
-S: Maintained
+R: Chris Wulff <crwulff@gmail.com>
+R: Marek Vasut <marex@denx.de>
+S: Orphan
 F: target/nios2/
 F: hw/nios2/
 F: disas/nios2.c
-- 
2.31.1



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

* Re: [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
  2023-03-13 18:33 [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan Thomas Huth
@ 2023-03-13 19:48 ` Richard Henderson
  2023-03-13 20:46 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2023-03-13 19:48 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Chris Wulff, Marek Vasut, Alex Bennée, Marek Vasut

On 3/13/23 11:33, Thomas Huth wrote:
> Marek and Chris haven't been active for Nios II since years
> (the last time seems to have been in 2017), and we've got
> unhandled severe Nios II bug tickets in the bug tracker since
> a long time, so to avoid wrong expectations of people who are
> looking at the MAINTAINERS file, it's maybe best to mark the
> Nios II entry as orphan nowadays.
> 
> Suggested-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~

> ---
>   Suggested by Richard here:
>   https://lore.kernel.org/qemu-devel/cb2e92b7-40bb-4975-290d-6321c5574365@linaro.org/
>   
>   And bugs like this sound like the linux-user target is in a bad shape, too:
>   https://gitlab.com/qemu-project/qemu/-/issues/261
> 
>   See also:
>   https://bugs.launchpad.net/qemu/+bug/1791796 (comment 3)
> 
>   ... nobody tried to fix nios2 linux-user in years, maybe we should
>   deprecate it?
> 
>   MAINTAINERS | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95c957d587..9780430626 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -257,9 +257,9 @@ F: docs/system/cpu-models-mips.rst.inc
>   F: tests/tcg/mips/
>   
>   NiosII TCG CPUs
> -M: Chris Wulff <crwulff@gmail.com>
> -M: Marek Vasut <marex@denx.de>
> -S: Maintained
> +R: Chris Wulff <crwulff@gmail.com>
> +R: Marek Vasut <marex@denx.de>
> +S: Orphan
>   F: target/nios2/
>   F: hw/nios2/
>   F: disas/nios2.c



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

* Re: [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
  2023-03-13 18:33 [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan Thomas Huth
  2023-03-13 19:48 ` Richard Henderson
@ 2023-03-13 20:46 ` Philippe Mathieu-Daudé
  2023-03-14  1:40   ` Sandra Loosemore
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-03-13 20:46 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Richard Henderson, Chris Wulff, Marek Vasut, Alex Bennée,
	Marek Vasut, Wentong Wu, Sandra Loosemore, Joseph Myers,
	Julian Brown, Andrew Jenner

+CodeSourcery folks

On 13/3/23 19:33, Thomas Huth wrote:
> Marek and Chris haven't been active for Nios II since years
> (the last time seems to have been in 2017), and we've got
> unhandled severe Nios II bug tickets in the bug tracker since
> a long time, so to avoid wrong expectations of people who are
> looking at the MAINTAINERS file, it's maybe best to mark the
> Nios II entry as orphan nowadays.
> 
> Suggested-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   Suggested by Richard here:
>   https://lore.kernel.org/qemu-devel/cb2e92b7-40bb-4975-290d-6321c5574365@linaro.org/
>   
>   And bugs like this sound like the linux-user target is in a bad shape, too:
>   https://gitlab.com/qemu-project/qemu/-/issues/261
> 
>   See also:
>   https://bugs.launchpad.net/qemu/+bug/1791796 (comment 3)
> 
>   ... nobody tried to fix nios2 linux-user in years, maybe we should
>   deprecate it?
> 
>   MAINTAINERS | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95c957d587..9780430626 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -257,9 +257,9 @@ F: docs/system/cpu-models-mips.rst.inc
>   F: tests/tcg/mips/
>   
>   NiosII TCG CPUs
> -M: Chris Wulff <crwulff@gmail.com>
> -M: Marek Vasut <marex@denx.de>
> -S: Maintained
> +R: Chris Wulff <crwulff@gmail.com>
> +R: Marek Vasut <marex@denx.de>
> +S: Orphan
>   F: target/nios2/
>   F: hw/nios2/
>   F: disas/nios2.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



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

* Re: [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
  2023-03-13 20:46 ` Philippe Mathieu-Daudé
@ 2023-03-14  1:40   ` Sandra Loosemore
  0 siblings, 0 replies; 4+ messages in thread
From: Sandra Loosemore @ 2023-03-14  1:40 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Thomas Huth, qemu-devel
  Cc: Richard Henderson, Chris Wulff, Marek Vasut, Alex Bennée,
	Marek Vasut, Wentong Wu, Sandra Loosemore, Joseph Myers,
	Julian Brown, Andrew Jenner

On 3/13/23 14:46, Philippe Mathieu-Daudé wrote:
> +CodeSourcery folks
> 
> On 13/3/23 19:33, Thomas Huth wrote:
>> Marek and Chris haven't been active for Nios II since years
>> (the last time seems to have been in 2017), and we've got
>> unhandled severe Nios II bug tickets in the bug tracker since
>> a long time, so to avoid wrong expectations of people who are
>> looking at the MAINTAINERS file, it's maybe best to mark the
>> Nios II entry as orphan nowadays.

Thanks for the heads up.  We're still maintaining Nios II support in 
other components like GCC for now, but I am not sure whether it makes 
any sense for us to take on QEMU too at this point.  I'll raise the 
issue, anyway.

-Sandra



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

end of thread, other threads:[~2023-03-14 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 18:33 [PATCH] MAINTAINERS: Mark the Nios II CPU as orphan Thomas Huth
2023-03-13 19:48 ` Richard Henderson
2023-03-13 20:46 ` Philippe Mathieu-Daudé
2023-03-14  1:40   ` Sandra Loosemore

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.