mbox series

[GIT,PULL] MIPS fixes for 5.1

Message ID 20190422182744.2764mje5ohnaubz4@pburton-laptop (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] MIPS fixes for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_3

Message

Paul Burton April 22, 2019, 6:27 p.m. UTC
Hi Linus,

Here are a couple more MIPS fixes for 5.1; please pull.

Thanks,
    Paul


The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d:

  Linux 5.1-rc4 (2019-04-07 14:09:59 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_3

for you to fetch changes up to a1e8783db8e0d58891681bc1e6d9ada66eae8e20:

  MIPS: perf: ath79: Fix perfcount IRQ assignment (2019-04-16 15:09:10 -0700)

----------------------------------------------------------------
A couple more MIPS fixes:

- Fix indirect syscall tracing & seccomp filtering for big endian MIPS64
  kernels, which previously loaded the syscall number incorrectly &
  would always use zero.

- Fix performance counter IRQ setup for Atheros/ath79 SoCs, allowing
  perf to function on those systems.

And not really a fix, but a useful addition:

- Add a Broadcom mailing list to the MAINTAINERS entry for BMIPS systems
  to allow relevant engineers to track patch submissions.

----------------------------------------------------------------
Aurelien Jarno (1):
      MIPS: scall64-o32: Fix indirect syscall number load

Florian Fainelli (1):
      MAINTAINERS: BMIPS: Add internal Broadcom mailing list

Petr Štetiar (1):
      MIPS: perf: ath79: Fix perfcount IRQ assignment

 MAINTAINERS                      |  1 +
 arch/mips/ath79/setup.c          |  6 ------
 arch/mips/kernel/scall64-o32.S   |  2 +-
 drivers/irqchip/irq-ath79-misc.c | 11 +++++++++++
 4 files changed, 13 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org April 22, 2019, 7 p.m. UTC | #1
The pull request you sent on Mon, 22 Apr 2019 18:27:49 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.1_3

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

Thank you!