mbox series

[GIT,PULL] MIPS fixes for v5.13

Message ID 20210528115409.GA8447@alpha.franken.de (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] MIPS fixes for v5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.13_1

Message

Thomas Bogendoerfer May 28, 2021, 11:54 a.m. UTC
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.13_1

for you to fetch changes up to 78cf0eb926cb1abeff2106bae67752e032fe5f3e:

  MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACER (2021-05-25 15:33:17 +0200)

----------------------------------------------------------------
- fixed function/preempt traces hangs
- a few build fixes

----------------------------------------------------------------
Randy Dunlap (3):
      MIPS: alchemy: xxs1500: add gpio-au1000.h header file
      MIPS: launch.h: add include guard to prevent build errors
      MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c

Tiezhu Yang (1):
      MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACER

 arch/mips/alchemy/board-xxs1500.c          |  1 +
 arch/mips/include/asm/mips-boards/launch.h |  5 +++++
 arch/mips/lib/mips-atomic.c                | 12 ++++++------
 arch/mips/ralink/of.c                      |  2 ++
 4 files changed, 14 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 28, 2021, 6:59 p.m. UTC | #1
The pull request you sent on Fri, 28 May 2021 13:54:09 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_5.13_1

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

Thank you!