mbox series

[GIT,PULL] MIPS fixes for v5.16

Message ID 20211117221136.GA16740@alpha.franken.de (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] MIPS fixes for v5.16 | expand

Pull-request

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

Message

Thomas Bogendoerfer Nov. 17, 2021, 10:11 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fc1aabb088860d6cf9dd03612b7a6f0de91ccac2:

  mips: lantiq: add support for clk_get_parent() (2021-11-16 09:27:40 +0100)

----------------------------------------------------------------
- wire futex_waitv syscall
- build fixes for lantiq and bcm63xx configs
- yamon-dt bugfix

----------------------------------------------------------------
Colin Ian King (1):
      MIPS: generic/yamon-dt: fix uninitialized variable error

Randy Dunlap (2):
      mips: bcm63xx: add support for clk_get_parent()
      mips: lantiq: add support for clk_get_parent()

Wang Haojun (1):
      MIPS: syscalls: Wire up futex_waitv syscall

 arch/mips/bcm63xx/clk.c                   | 6 ++++++
 arch/mips/generic/yamon-dt.c              | 2 +-
 arch/mips/kernel/syscalls/syscall_n32.tbl | 1 +
 arch/mips/kernel/syscalls/syscall_n64.tbl | 1 +
 arch/mips/kernel/syscalls/syscall_o32.tbl | 1 +
 arch/mips/lantiq/clk.c                    | 6 ++++++
 6 files changed, 16 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2021, 11:58 p.m. UTC | #1
The pull request you sent on Wed, 17 Nov 2021 23:11:36 +0100:

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

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

Thank you!