All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenRISC fixes for 5.19-rc5
@ 2022-07-06 13:21 Stafford Horne
  2022-07-06 13:24 ` [GIT PULL] " Stafford Horne
  0 siblings, 1 reply; 4+ messages in thread
From: Stafford Horne @ 2022-07-06 13:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Openrisc, LKML

Hi Linus,

Please consider for pull.

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git@github.com:openrisc/linux.git tags/for-linus

for you to fetch changes up to 48bddb89d59eec27c3305d179b1832d5292e285d:

  openrisc: unwinder: Fix grammar issue in comment (2022-06-28 17:31:24 +0900)

----------------------------------------------------------------
OpenRISC fixes for 5.19-rc5

Fixups for OpenRISC found during recent testing:
 - An OpenRISC irqchip fix to stop acking level interrupts which was
   causing issues on SMP platforms.
 - A comment typo fix in our unwinder code.

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

Note, if you do check this against being in linux-next I dropped one patch from
the linux next tree before creating this pull request.  The dropped patch was to
add wireguard selftest support, but we decided against it as there are still
some qemu bugs to workout before turning on wireguard selftests for OpenRISC.

Stafford Horne (1):
      irqchip: or1k-pic: Undefine mask_ack for level triggered hardware

Xiang wangx (1):
      openrisc: unwinder: Fix grammar issue in comment

 arch/openrisc/kernel/unwinder.c | 2 +-
 drivers/irqchip/irq-or1k-pic.c  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

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

* [GIT PULL] OpenRISC fixes for 5.19-rc5
  2022-07-06 13:21 OpenRISC fixes for 5.19-rc5 Stafford Horne
@ 2022-07-06 13:24 ` Stafford Horne
  2022-07-06 18:12   ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Stafford Horne @ 2022-07-06 13:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Openrisc, LKML

Sorry, again with proper subject.

On Wed, Jul 06, 2022 at 10:21:32PM +0900, Stafford Horne wrote:
> Hi Linus,
> 
> Please consider for pull.
> 
> The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:
> 
>   Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)
> 
> are available in the Git repository at:
> 
>   git@github.com:openrisc/linux.git tags/for-linus
> 
> for you to fetch changes up to 48bddb89d59eec27c3305d179b1832d5292e285d:
> 
>   openrisc: unwinder: Fix grammar issue in comment (2022-06-28 17:31:24 +0900)
> 
> ----------------------------------------------------------------
> OpenRISC fixes for 5.19-rc5
> 
> Fixups for OpenRISC found during recent testing:
>  - An OpenRISC irqchip fix to stop acking level interrupts which was
>    causing issues on SMP platforms.
>  - A comment typo fix in our unwinder code.
> 
> ----------------------------------------------------------------
> 
> Note, if you do check this against being in linux-next I dropped one patch from
> the linux next tree before creating this pull request.  The dropped patch was to
> add wireguard selftest support, but we decided against it as there are still
> some qemu bugs to workout before turning on wireguard selftests for OpenRISC.
> 
> Stafford Horne (1):
>       irqchip: or1k-pic: Undefine mask_ack for level triggered hardware
> 
> Xiang wangx (1):
>       openrisc: unwinder: Fix grammar issue in comment
> 
>  arch/openrisc/kernel/unwinder.c | 2 +-
>  drivers/irqchip/irq-or1k-pic.c  | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)

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

* Re: [GIT PULL] OpenRISC fixes for 5.19-rc5
  2022-07-06 13:24 ` [GIT PULL] " Stafford Horne
@ 2022-07-06 18:12   ` Linus Torvalds
  2022-07-06 21:24     ` Stafford Horne
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-07-06 18:12 UTC (permalink / raw)
  To: Stafford Horne; +Cc: Openrisc, LKML

On Wed, Jul 6, 2022 at 6:24 AM Stafford Horne <shorne@gmail.com> wrote:
>
> Sorry, again with proper subject.

Well, pr-tracker-bot still didn't like it, probably because you
replying to yourself meant that the pull request details were quoted
and indented.

So no automated reply for you.

                  Linus

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

* Re: [GIT PULL] OpenRISC fixes for 5.19-rc5
  2022-07-06 18:12   ` Linus Torvalds
@ 2022-07-06 21:24     ` Stafford Horne
  0 siblings, 0 replies; 4+ messages in thread
From: Stafford Horne @ 2022-07-06 21:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Openrisc, LKML

On Wed, Jul 06, 2022 at 11:12:23AM -0700, Linus Torvalds wrote:
> On Wed, Jul 6, 2022 at 6:24 AM Stafford Horne <shorne@gmail.com> wrote:
> >
> > Sorry, again with proper subject.
> 
> Well, pr-tracker-bot still didn't like it, probably because you
> replying to yourself meant that the pull request details were quoted
> and indented.
> 
> So no automated reply for you.

Thanks, I need to automate creating these mails in my workflow.

-Stafford

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

end of thread, other threads:[~2022-07-06 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 13:21 OpenRISC fixes for 5.19-rc5 Stafford Horne
2022-07-06 13:24 ` [GIT PULL] " Stafford Horne
2022-07-06 18:12   ` Linus Torvalds
2022-07-06 21:24     ` Stafford Horne

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.