All of lore.kernel.org
 help / color / mirror / Atom feed
* Pending patches for linux-sh
@ 2021-01-20 11:32 John Paul Adrian Glaubitz
  2021-01-21  1:42 ` Rich Felker
  2021-01-24 22:07 ` John Paul Adrian Glaubitz
  0 siblings, 2 replies; 5+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-20 11:32 UTC (permalink / raw)
  To: Rich Felker
  Cc: Rob Landley, Yoshinori Sato, Geert Uytterhoeven, Linux-sh list,
	Linux Kernel Mailing List

Hi Rich!

I have tested or acked the following patches which are fine from my point of view.

"Tested" means I have built and booted a current kernel with the patch in question,
"acked" means, I have looked over the patch and consider the changes to be correct
in the case where testing was not possible since the changes affect other SH hardware
I cannot test at the moment.

Here the list:

- [PATCH] [sh] fix trivial misannotations
- https://marc.info/?l=linux-kernel&m=160945707001399&w=2

- [PATCH] sh: check return code of request_irq
- https://marc.info/?l=linux-kernel&m=160867050030140&w=2

- [PATCH] sh: boards: Fix the cacography in irq.c
- https://marc.info/?l=linux-sh&m=160578410511403&w=2

- [PATCH v1] sh: Drop ARCH_NR_GPIOS definition
- https://marc.info/?l=linux-sh&m=160578410511403&w=2

- [PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
- https://marc.info/?l=linux-kernel&m=161088234517301&w=2

- [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
- https://marc.info/?l=linux-kernel&m=161088245817344&w=2

- [PATCH] arch: sh: remove duplicate include
- https://marc.info/?l=linux-kernel&m=160488997017438&w=2

- [PATCH] maple: fix wrong return value of maple_bus_init().
- https://marc.info/?l=linux-kernel&m=160635878212678&w=2

- [PATCH] sh: kdump: add some attribute to function
- https://marc.info/?l=linux-kernel&m=160758311622653&w=2

- [PATCH] sh: kernel: traps: remove unused variable
- https://marc.info/?l=linux-kernel&m=160760435528709&w=2

- [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
- https://marc.info/?l=linux-kernel&m=160247465514800&w=2

I will check later whether there are more patches we might have forgotten.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

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

* Re: Pending patches for linux-sh
  2021-01-20 11:32 Pending patches for linux-sh John Paul Adrian Glaubitz
@ 2021-01-21  1:42 ` Rich Felker
  2021-01-21  9:31   ` John Paul Adrian Glaubitz
  2021-01-24 22:07 ` John Paul Adrian Glaubitz
  1 sibling, 1 reply; 5+ messages in thread
From: Rich Felker @ 2021-01-21  1:42 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz
  Cc: Rob Landley, Yoshinori Sato, Geert Uytterhoeven, Linux-sh list,
	Linux Kernel Mailing List

On Wed, Jan 20, 2021 at 12:32:16PM +0100, John Paul Adrian Glaubitz wrote:
> Hi Rich!
> 
> I have tested or acked the following patches which are fine from my point of view.
> 
> "Tested" means I have built and booted a current kernel with the patch in question,
> "acked" means, I have looked over the patch and consider the changes to be correct
> in the case where testing was not possible since the changes affect other SH hardware
> I cannot test at the moment.
> 
> Here the list:
> 
> - [PATCH] [sh] fix trivial misannotations
> - https://marc.info/?l=linux-kernel&m=160945707001399&w=2
> 
> - [PATCH] sh: check return code of request_irq
> - https://marc.info/?l=linux-kernel&m=160867050030140&w=2
> 
> - [PATCH] sh: boards: Fix the cacography in irq.c
> - https://marc.info/?l=linux-sh&m=160578410511403&w=2
> 
> - [PATCH v1] sh: Drop ARCH_NR_GPIOS definition
> - https://marc.info/?l=linux-sh&m=160578410511403&w=2
> 
> - [PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
> - https://marc.info/?l=linux-kernel&m=161088234517301&w=2
> 
> - [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
> - https://marc.info/?l=linux-kernel&m=161088245817344&w=2
> 
> - [PATCH] arch: sh: remove duplicate include
> - https://marc.info/?l=linux-kernel&m=160488997017438&w=2
> 
> - [PATCH] maple: fix wrong return value of maple_bus_init().
> - https://marc.info/?l=linux-kernel&m=160635878212678&w=2
> 
> - [PATCH] sh: kdump: add some attribute to function
> - https://marc.info/?l=linux-kernel&m=160758311622653&w=2
> 
> - [PATCH] sh: kernel: traps: remove unused variable
> - https://marc.info/?l=linux-kernel&m=160760435528709&w=2
> 
> - [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
> - https://marc.info/?l=linux-kernel&m=160247465514800&w=2
> 
> I will check later whether there are more patches we might have forgotten.

Hi! Thanks for the list. From the names, I think some overlap with the
pending set in linux-next (ending at a118584e7e60) that I'm about to
send as a PR.

Rich

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

* Re: Pending patches for linux-sh
  2021-01-21  1:42 ` Rich Felker
@ 2021-01-21  9:31   ` John Paul Adrian Glaubitz
  0 siblings, 0 replies; 5+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-21  9:31 UTC (permalink / raw)
  To: Rich Felker
  Cc: Rob Landley, Yoshinori Sato, Geert Uytterhoeven, Linux-sh list,
	Linux Kernel Mailing List

Hi!

On 1/21/21 2:42 AM, Rich Felker wrote:
>> I will check later whether there are more patches we might have forgotten.
> 
> Hi! Thanks for the list. From the names, I think some overlap with the
> pending set in linux-next (ending at a118584e7e60) that I'm about to
> send as a PR.

OK, I have seen them now. I will send an updated list once the patches have
landed in Linus' tree so we can see whether we missed anything.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

* Re: Pending patches for linux-sh
  2021-01-20 11:32 Pending patches for linux-sh John Paul Adrian Glaubitz
  2021-01-21  1:42 ` Rich Felker
@ 2021-01-24 22:07 ` John Paul Adrian Glaubitz
  2021-02-16 10:31   ` John Paul Adrian Glaubitz
  1 sibling, 1 reply; 5+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-24 22:07 UTC (permalink / raw)
  To: Rich Felker
  Cc: Rob Landley, Yoshinori Sato, Geert Uytterhoeven, Linux-sh list,
	Linux Kernel Mailing List

Hi Rich!

The following patches are still missing after the 5.11 SH pull:

> - [PATCH] [sh] fix trivial misannotations
> - https://marc.info/?l=linux-kernel&m=160945707001399&w=2
> 
> - [PATCH] sh: check return code of request_irq
> - https://marc.info/?l=linux-kernel&m=160867050030140&w=2
> 
> - [PATCH] sh: boards: Fix the cacography in irq.c
> - https://marc.info/?l=linux-sh&m=160578410511403&w=2
> 
> - [PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
> - https://marc.info/?l=linux-kernel&m=161088234517301&w=2
> 
> - [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
> - https://marc.info/?l=linux-kernel&m=161088245817344&w=2
>
> - [PATCH] maple: fix wrong return value of maple_bus_init().
> - https://marc.info/?l=linux-kernel&m=160635878212678&w=2
> 
> - [PATCH] sh: kdump: add some attribute to function
> - https://marc.info/?l=linux-kernel&m=160758311622653&w=2
> 
> - [PATCH] sh: kernel: traps: remove unused variable
> - https://marc.info/?l=linux-kernel&m=160760435528709&w=2

Shall they go in for 5.12?

They all look fine to me as they're either trivial fixes or I verified that they
don't cause any regression on my SH-7785LCR system.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

* Re: Pending patches for linux-sh
  2021-01-24 22:07 ` John Paul Adrian Glaubitz
@ 2021-02-16 10:31   ` John Paul Adrian Glaubitz
  0 siblings, 0 replies; 5+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-02-16 10:31 UTC (permalink / raw)
  To: Rich Felker
  Cc: Rob Landley, Yoshinori Sato, Geert Uytterhoeven, Linux-sh list,
	Linux Kernel Mailing List

Hi Rich!

Any chance we can get these patches (see below) merged for 5.12?

And let's add this one:

> - [PATCH] scripts/recordmcount.pl: support big endian for ARCH sh
> - https://marc.info/?l=linux-sh&m=161296964604229&w=2

Adrian

Adrian

On 1/24/21 11:07 PM, John Paul Adrian Glaubitz wrote:
> Hi Rich!
> 
> The following patches are still missing after the 5.11 SH pull:
> 
>> - [PATCH] [sh] fix trivial misannotations
>> - https://marc.info/?l=linux-kernel&m=160945707001399&w=2
>>
>> - [PATCH] sh: check return code of request_irq
>> - https://marc.info/?l=linux-kernel&m=160867050030140&w=2
>>
>> - [PATCH] sh: boards: Fix the cacography in irq.c
>> - https://marc.info/?l=linux-sh&m=160578410511403&w=2
>>
>> - [PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
>> - https://marc.info/?l=linux-kernel&m=161088234517301&w=2
>>
>> - [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
>> - https://marc.info/?l=linux-kernel&m=161088245817344&w=2
>>
>> - [PATCH] maple: fix wrong return value of maple_bus_init().
>> - https://marc.info/?l=linux-kernel&m=160635878212678&w=2
>>
>> - [PATCH] sh: kdump: add some attribute to function
>> - https://marc.info/?l=linux-kernel&m=160758311622653&w=2
>>
>> - [PATCH] sh: kernel: traps: remove unused variable
>> - https://marc.info/?l=linux-kernel&m=160760435528709&w=2
> 
> Shall they go in for 5.12?
> 
> They all look fine to me as they're either trivial fixes or I verified that they
> don't cause any regression on my SH-7785LCR system.
> 
> Adrian
> 
-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

end of thread, other threads:[~2021-02-16 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 11:32 Pending patches for linux-sh John Paul Adrian Glaubitz
2021-01-21  1:42 ` Rich Felker
2021-01-21  9:31   ` John Paul Adrian Glaubitz
2021-01-24 22:07 ` John Paul Adrian Glaubitz
2021-02-16 10:31   ` John Paul Adrian Glaubitz

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.