[GIT PULL] OpenRISC fixes for 5.19-rc5

From: Stafford Horne
Date: Wed Jul 06 2022 - 09:24:16 EST


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@xxxxxxxxxx: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(-)