All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 6.0-rc3
@ 2022-08-26 16:01 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-08-26 16:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit 96264230a6817bcd4a7ae0fc30c60bfb46499f68:

  perf: riscv legacy: fix kerneldoc comment warning (2022-08-18 14:19:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc3

for you to fetch changes up to 1709c70c31e05e6e87b2ffa0a2b4cc0da4b2c513:

  Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes (2022-08-25 16:38:01 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.0-rc3

* A handful of fixes for the Microchip device trees.
* A pair of fixes to eliminate build warnings.

----------------------------------------------------------------
Conor Dooley (6):
      riscv: signal: fix missing prototype warning
      riscv: traps: add missing prototype
      riscv: dts: microchip: mpfs: fix incorrect pcie child node name
      riscv: dts: microchip: mpfs: remove ti,fifo-depth property
      riscv: dts: microchip: mpfs: remove bogus card-detect-delay
      riscv: dts: microchip: mpfs: remove pci axi address translation property

Heinrich Schuchardt (1):
      riscv: dts: microchip: correct L2 cache interrupts

Palmer Dabbelt (2):
      Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes
      Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes

 arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs-polarberry.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs.dtsi           |  5 ++---
 arch/riscv/include/asm/signal.h                   | 12 ++++++++++++
 arch/riscv/include/asm/thread_info.h              |  2 ++
 arch/riscv/kernel/signal.c                        |  1 +
 arch/riscv/kernel/traps.c                         |  3 ++-
 7 files changed, 19 insertions(+), 10 deletions(-)
 create mode 100644 arch/riscv/include/asm/signal.h

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

* [GIT PULL] RISC-V Fixes for 6.0-rc3
@ 2022-08-26 16:01 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-08-26 16:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit 96264230a6817bcd4a7ae0fc30c60bfb46499f68:

  perf: riscv legacy: fix kerneldoc comment warning (2022-08-18 14:19:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc3

for you to fetch changes up to 1709c70c31e05e6e87b2ffa0a2b4cc0da4b2c513:

  Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes (2022-08-25 16:38:01 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.0-rc3

* A handful of fixes for the Microchip device trees.
* A pair of fixes to eliminate build warnings.

----------------------------------------------------------------
Conor Dooley (6):
      riscv: signal: fix missing prototype warning
      riscv: traps: add missing prototype
      riscv: dts: microchip: mpfs: fix incorrect pcie child node name
      riscv: dts: microchip: mpfs: remove ti,fifo-depth property
      riscv: dts: microchip: mpfs: remove bogus card-detect-delay
      riscv: dts: microchip: mpfs: remove pci axi address translation property

Heinrich Schuchardt (1):
      riscv: dts: microchip: correct L2 cache interrupts

Palmer Dabbelt (2):
      Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes
      Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes

 arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs-polarberry.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs.dtsi           |  5 ++---
 arch/riscv/include/asm/signal.h                   | 12 ++++++++++++
 arch/riscv/include/asm/thread_info.h              |  2 ++
 arch/riscv/kernel/signal.c                        |  1 +
 arch/riscv/kernel/traps.c                         |  3 ++-
 7 files changed, 19 insertions(+), 10 deletions(-)
 create mode 100644 arch/riscv/include/asm/signal.h

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [GIT PULL] RISC-V Fixes for 6.0-rc3
  2022-08-26 16:01 ` Palmer Dabbelt
@ 2022-08-26 19:09   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-26 19:09 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Fri, 26 Aug 2022 09:01:28 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc3

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] RISC-V Fixes for 6.0-rc3
@ 2022-08-26 19:09   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-26 19:09 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Fri, 26 Aug 2022 09:01:28 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc3

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-08-26 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 16:01 [GIT PULL] RISC-V Fixes for 6.0-rc3 Palmer Dabbelt
2022-08-26 16:01 ` Palmer Dabbelt
2022-08-26 19:09 ` pr-tracker-bot
2022-08-26 19:09   ` pr-tracker-bot

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.