mbox series

[GIT,PULL] RISC-V Fixes for 5.14-rc7

Message ID mhng-182cc50e-78d7-4a85-a5bc-19e7a4648e87@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.14-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc7

Message

Palmer Dabbelt Aug. 21, 2021, 3:38 p.m. UTC
The following changes since commit fdf3a7a1e0a67a52f631b055975c6ac7e0e49a65:

  riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE (2021-08-12 07:16:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc7

for you to fetch changes up to aa3e1ba32e553e611a58145c2eb349802feaa6eb:

  riscv: Fix a number of free'd resources in init_resources() (2021-08-20 10:15:51 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.14-rc7

* A fix to the sifive-l2-cache device tree bindings, for json-schema
  compatibility.  This does not change the intended behavior of the
  binding.
* A fix to avoid improperly freeing necessary resources during early
  boot.

----------------------------------------------------------------
Petr Pavlu (1):
      riscv: Fix a number of free'd resources in init_resources()

Rob Herring (1):
      dt-bindings: sifive-l2-cache: Fix 'select' matching

 Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 8 ++++----
 arch/riscv/kernel/setup.c                                    | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 21, 2021, 6:31 p.m. UTC | #1
The pull request you sent on Sat, 21 Aug 2021 08:38:34 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc7

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

Thank you!