linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/h8300 update
@ 2018-08-21  9:49 Yoshinori Sato
  2018-08-21 20:33 ` Linus Torvalds
  0 siblings, 1 reply; 13+ messages in thread
From: Yoshinori Sato @ 2018-08-21  9:49 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hello.

Please pull h8300 update.

The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:

  Linux 4.18 (2018-08-12 13:41:04 -0700)

are available in the git repository at:

  git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git 

for you to fetch changes up to 724d2da5ebca23d7e7cc57d4ade5967c691c3817:

  h8300: Add missing output register. (2018-08-19 16:33:09 +0900)

----------------------------------------------------------------
Geert Uytterhoeven (1):
      h8300: Correct signature of test_bit()

Luc Van Oostenryck (1):
      h8300:let the checker know that size_t is ulong

Randy Dunlap (3):
      arch/h8300: add a defconfig target
      arch/h8300: eliminate kgbd.c warning
      arch/h8300: eliminate ptrace.h warnings

Rob Herring (2):
      h8300: remove unnecessary of_platform_populate call
      h8300: switch to NO_BOOTMEM

Will Deacon (1):
      h8300: Don't include linux/kernel.h in asm/atomic.h

Yoshinori Sato (4):
      h8300: fix IRQ no
      h8300: irqchip: fix warning
      h8300: gcc-8.1 fix
      h8300: Add missing output register.

 arch/h8300/Kconfig                 |  1 +
 arch/h8300/Makefile                |  4 ++++
 arch/h8300/boot/dts/h8300h_sim.dts |  2 +-
 arch/h8300/include/asm/atomic.h    |  4 ++--
 arch/h8300/include/asm/bitops.h    | 14 ++++++------
 arch/h8300/include/asm/ptrace.h    |  2 ++
 arch/h8300/kernel/kgdb.c           |  2 +-
 arch/h8300/kernel/setup.c          | 46 +++++++-------------------------------
 arch/h8300/kernel/sim-console.c    |  7 +++---
 drivers/irqchip/irq-renesas-h8s.c  |  6 ++---
 10 files changed, 33 insertions(+), 55 deletions(-)

-- 
Yosinori Sato

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

* Re: [GIT PULL] arch/h8300 update
  2018-08-21  9:49 [GIT PULL] arch/h8300 update Yoshinori Sato
@ 2018-08-21 20:33 ` Linus Torvalds
  2018-08-22 12:48   ` Yoshinori Sato
  0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2018-08-21 20:33 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Linux Kernel Mailing List

On Tue, Aug 21, 2018 at 2:49 AM Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
>
>   git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git

That actually just contains some very old garbage.

I think you may have meant for me to pull some "for-4.18" branch, but
there's nothing like that there.

> for you to fetch changes up to 724d2da5ebca23d7e7cc57d4ade5967c691c3817:

There is a "h8300-next" branch that contains that commit, but as
mentioned you used to have a different branch naming scheme, so I
really want to double-check.

                    Linus

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

* Re: [GIT PULL] arch/h8300 update
  2018-08-21 20:33 ` Linus Torvalds
@ 2018-08-22 12:48   ` Yoshinori Sato
  2018-08-22 13:36     ` Linus Torvalds
  0 siblings, 1 reply; 13+ messages in thread
From: Yoshinori Sato @ 2018-08-22 12:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

On Wed, 22 Aug 2018 05:33:08 +0900,
Linus Torvalds wrote:
> 
> On Tue, Aug 21, 2018 at 2:49 AM Yoshinori Sato
> <ysato@users.sourceforge.jp> wrote:
> >
> >   git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
> 
> That actually just contains some very old garbage.
> 
> I think you may have meant for me to pull some "for-4.18" branch, but
> there's nothing like that there.
> 
> > for you to fetch changes up to 724d2da5ebca23d7e7cc57d4ade5967c691c3817:
> 
> There is a "h8300-next" branch that contains that commit, but as
> mentioned you used to have a different branch naming scheme, so I
> really want to double-check.
> 
>                     Linus

Sorry.
I fixed it.

The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:

  Linux 4.18 (2018-08-12 13:41:04 -0700)

are available in the git repository at:

  git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.19

for you to fetch changes up to 4bdf61ccbe76ee0c14bf228e7277072179b36ba3:

  h8300: fix IRQ no (2018-08-22 19:14:23 +0900)

----------------------------------------------------------------
arch/h8300 update.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      h8300: Correct signature of test_bit()

Luc Van Oostenryck (1):
      h8300:let the checker know that size_t is ulong

Randy Dunlap (3):
      arch/h8300: eliminate ptrace.h warnings
      arch/h8300: eliminate kgbd.c warning
      arch/h8300: add a defconfig target

Rob Herring (2):
      h8300: switch to NO_BOOTMEM
      h8300: remove unnecessary of_platform_populate call

Will Deacon (1):
      h8300: Don't include linux/kernel.h in asm/atomic.h

Yoshinori Sato (4):
      h8300: Add missing output register.
      h8300: gcc-8.1 fix
      h8300: irqchip: fix warning
      h8300: fix IRQ no

 arch/h8300/Kconfig                 |  1 +
 arch/h8300/Makefile                |  4 ++++
 arch/h8300/boot/dts/h8300h_sim.dts |  2 +-
 arch/h8300/include/asm/atomic.h    |  4 ++--
 arch/h8300/include/asm/bitops.h    | 14 ++++++------
 arch/h8300/include/asm/ptrace.h    |  2 ++
 arch/h8300/kernel/kgdb.c           |  2 +-
 arch/h8300/kernel/setup.c          | 46 +++++++-------------------------------
 arch/h8300/kernel/sim-console.c    |  7 +++---
 drivers/irqchip/irq-renesas-h8s.c  |  6 ++---
 10 files changed, 33 insertions(+), 55 deletions(-)

-- 
Yosinori Sato

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

* Re: [GIT PULL] arch/h8300 update
  2018-08-22 12:48   ` Yoshinori Sato
@ 2018-08-22 13:36     ` Linus Torvalds
  2018-08-22 14:04       ` Linus Torvalds
  0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2018-08-22 13:36 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Linux Kernel Mailing List

On Wed, Aug 22, 2018 at 5:47 AM Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
>
> I fixed it.

Thanks.

However:

>   git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.19

Sorry to be such a worry-wart, but that tag is signed by a key I've
never seen before.

It looks like you used some truly ancient key of yours for the signing
- the new tag is signed with this:

  1024D/DC21AAD1 2004-10-18

while the previous tags I have from you are signed with

  4096R/0B28399C 2015-06-25

and the two keys don't even have any shared signatures.

I *suspect* you've just changed machines and that your old key is your
real key, and the one for 2015 you created just for kernel signing and
you forgot about it.

And I've pulled the code, but I would ask that if  you have both keys
available, please at least cross-sign them with each other.

Thanks,

                 Linus

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

* Re: [GIT PULL] arch/h8300 update
  2018-08-22 13:36     ` Linus Torvalds
@ 2018-08-22 14:04       ` Linus Torvalds
  2018-08-23 13:46         ` Yoshinori Sato
  0 siblings, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2018-08-22 14:04 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Linux Kernel Mailing List

On Wed, Aug 22, 2018 at 6:36 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Wed, Aug 22, 2018 at 5:47 AM Yoshinori Sato
> <ysato@users.sourceforge.jp> wrote:
> >
> > I fixed it.
>
> Thanks.

Ugh. I notice that you also seem to have rebased all the commits.

Please don't do that without reason, and if you _had_ a reason, please
mention it to explain why the commits are all so new.

                 Linus

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

* Re: [GIT PULL] arch/h8300 update
  2018-08-22 14:04       ` Linus Torvalds
@ 2018-08-23 13:46         ` Yoshinori Sato
  0 siblings, 0 replies; 13+ messages in thread
From: Yoshinori Sato @ 2018-08-23 13:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

On Wed, 22 Aug 2018 23:04:41 +0900,
Linus Torvalds wrote:
> 
> On Wed, Aug 22, 2018 at 6:36 AM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > On Wed, Aug 22, 2018 at 5:47 AM Yoshinori Sato
> > <ysato@users.sourceforge.jp> wrote:
> > >
> > > I fixed it.
> >
> > Thanks.
> 
> Ugh. I notice that you also seem to have rebased all the commits.
> 
> Please don't do that without reason, and if you _had_ a reason, please
> mention it to explain why the commits are all so new.
> 
>                  Linus

And I'm sorry many times.
I think that he fixed it.

-- 
Yosinori Sato

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

* Re: [GIT PULL] arch/h8300 update
  2019-07-17  7:59 Yoshinori Sato
  2019-07-17 16:37 ` Linus Torvalds
@ 2019-07-17 16:50 ` pr-tracker-bot
  1 sibling, 0 replies; 13+ messages in thread
From: pr-tracker-bot @ 2019-07-17 16:50 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: torvalds, linux-kernel

The pull request you sent on Wed, 17 Jul 2019 16:59:39 +0900:

> git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/h8300-for-linus-20190617

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7d4901c08ae573e569dd01a29bef2ad404a40f97

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] arch/h8300 update
  2019-07-17  7:59 Yoshinori Sato
@ 2019-07-17 16:37 ` Linus Torvalds
  2019-07-17 16:50 ` pr-tracker-bot
  1 sibling, 0 replies; 13+ messages in thread
From: Linus Torvalds @ 2019-07-17 16:37 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Linux List Kernel Mailing

On Wed, Jul 17, 2019 at 12:59 AM Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
>
> h8300 update for 5.3

Both this and the SH update had neither explanations nor a diffstat.

Yeah, they were so small and innocuous that I took them anyway, but
please fix your workflow.

                  Linus

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

* [GIT PULL] arch/h8300 update
@ 2019-07-17  7:59 Yoshinori Sato
  2019-07-17 16:37 ` Linus Torvalds
  2019-07-17 16:50 ` pr-tracker-bot
  0 siblings, 2 replies; 13+ messages in thread
From: Yoshinori Sato @ 2019-07-17  7:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

The following changes since commit 38ef0515e1e89794ad1797ce5fadbface4bec216:

  H8300: remove unused barrier defines (2019-06-18 16:04:19 +0900)

are available in the git repository at:

  git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/h8300-for-linus-20190617

for you to fetch changes up to 38ef0515e1e89794ad1797ce5fadbface4bec216:

  H8300: remove unused barrier defines (2019-06-18 16:04:19 +0900)

----------------------------------------------------------------
h8300 update for 5.3

----------------------------------------------------------------

-- 
Yosinori Sato

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

* Re: [GIT PULL] arch/h8300 update
  2019-01-05 19:40 ` Linus Torvalds
@ 2019-01-06 12:37   ` Yoshinori Sato
  0 siblings, 0 replies; 13+ messages in thread
From: Yoshinori Sato @ 2019-01-06 12:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux List Kernel Mailing

On Sun, 06 Jan 2019 04:40:55 +0900,
Linus Torvalds wrote:
> 
> On Sat, Jan 5, 2019 at 1:34 AM Yoshinori Sato
> <ysato@users.sourceforge.jp> wrote:
> >
> >   git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.21
> 
> New signing key?

Yes. My previous key was made more than 10 years ago, and it is not strong enough.

> That's ok, but please sign it with your old one unless there's some
> major reason you can't (ie "oops, I've lost the old one").
> 
> And yes, I see that the new key is nice and much stronger, but it
> would still be nice to have the signature chain to your old one.

I intended to do so, but I will check it.
Thanks.

>               Linus

-- 
Yosinori Sato

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

* Re: [GIT PULL] arch/h8300 update
  2019-01-05  9:34 Yoshinori Sato
  2019-01-05 19:40 ` Linus Torvalds
@ 2019-01-05 20:20 ` pr-tracker-bot
  1 sibling, 0 replies; 13+ messages in thread
From: pr-tracker-bot @ 2019-01-05 20:20 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: torvalds, linux-kernel

The pull request you sent on Sat, 05 Jan 2019 18:34:34 +0900:

> git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.21

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/670b321f4150bfc8a2261f4db3fcdab21738506b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] arch/h8300 update
  2019-01-05  9:34 Yoshinori Sato
@ 2019-01-05 19:40 ` Linus Torvalds
  2019-01-06 12:37   ` Yoshinori Sato
  2019-01-05 20:20 ` pr-tracker-bot
  1 sibling, 1 reply; 13+ messages in thread
From: Linus Torvalds @ 2019-01-05 19:40 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Linux List Kernel Mailing

On Sat, Jan 5, 2019 at 1:34 AM Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
>
>   git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.21

New signing key?

That's ok, but please sign it with your old one unless there's some
major reason you can't (ie "oops, I've lost the old one").

And yes, I see that the new key is nice and much stronger, but it
would still be nice to have the signature chain to your old one.

              Linus

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

* [GIT PULL] arch/h8300 update
@ 2019-01-05  9:34 Yoshinori Sato
  2019-01-05 19:40 ` Linus Torvalds
  2019-01-05 20:20 ` pr-tracker-bot
  0 siblings, 2 replies; 13+ messages in thread
From: Yoshinori Sato @ 2019-01-05  9:34 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi,

Please pull for h8300 fix.

The following changes since commit 00c569b567c7f1f0da6162868fd02a9f29411805:

  Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux (2018-12-27 17:12:30 -0800)

are available in the git repository at:

  git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.21

for you to fetch changes up to 21c7acc439b55d0569d7c2fc2eea5194b3910406:

  h8300: pci: Remove local declaration of pcibios_penalize_isa_irq (2018-12-29 00:21:10 +0900)

----------------------------------------------------------------
h8300 build problem fix.

----------------------------------------------------------------
Guenter Roeck (1):
      h8300: pci: Remove local declaration of pcibios_penalize_isa_irq

 arch/h8300/include/asm/Kbuild |  1 +
 arch/h8300/include/asm/pci.h  | 18 ------------------
 2 files changed, 1 insertion(+), 18 deletions(-)
 delete mode 100644 arch/h8300/include/asm/pci.h

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

end of thread, other threads:[~2019-07-17 16:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-21  9:49 [GIT PULL] arch/h8300 update Yoshinori Sato
2018-08-21 20:33 ` Linus Torvalds
2018-08-22 12:48   ` Yoshinori Sato
2018-08-22 13:36     ` Linus Torvalds
2018-08-22 14:04       ` Linus Torvalds
2018-08-23 13:46         ` Yoshinori Sato
2019-01-05  9:34 Yoshinori Sato
2019-01-05 19:40 ` Linus Torvalds
2019-01-06 12:37   ` Yoshinori Sato
2019-01-05 20:20 ` pr-tracker-bot
2019-07-17  7:59 Yoshinori Sato
2019-07-17 16:37 ` Linus Torvalds
2019-07-17 16:50 ` pr-tracker-bot

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