mbox series

[GIT,PULL] A single RISC-V fix, ideally for 5.18-rc1

Message ID mhng-e799956e-2858-4ab4-9795-1255abc93c39@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] A single RISC-V fix, ideally for 5.18-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.18-mw2

Message

Palmer Dabbelt April 2, 2022, 12:21 a.m. UTC
merged tag 'riscv-for-linus-5.18-mw1'
The following changes since commit a3dfc532b8731843c12bdc45e804eacc47e51e50:

  Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2022-04-01 13:31:57 -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.18-mw2

for you to fetch changes up to 2524257bce43610f5ec14feccbacf7a103cae94a:

  dt-bindings: Fix phandle-array issues in the idle-states bindings (2022-04-01 15:09:50 -0700)

----------------------------------------------------------------
A single RISC-V fix, ideally for 5.18-rc1

* Fix the RISC-V section of the generic CPU idle bindings to comply with
  the recently tightened DT schema.

----------------------------------------------------------------
This is a very recently written, reviewed, and committed patch.  I usually
don't like doing that, as it means it won't round trip through linux-next (and
the automatic builds), but I think this is a good candidate for breaking the
rules: we know this breaks the generic DT schema checks, it's been pretty
extensively reviewed (thanks to Rob for the help), and it's very late already.

We have a handful of other DT schema related failures on RISC-V, but it looks
like those have been around for a while now.  I've got the test running locally
and will chase those around, but this one breaks the generic schema checks so I
figured it's best not to delay.

The caveats about that allyesconfig driver build breakages apply, as they did
this morning.  Otherwise this is still clean.

Sorry for the headaches!

----------------------------------------------------------------
Palmer Dabbelt (1):
      dt-bindings: Fix phandle-array issues in the idle-states bindings

 Documentation/devicetree/bindings/cpu/idle-states.yaml | 16 ++++++++--------
 Documentation/devicetree/bindings/riscv/cpus.yaml      |  2 ++
 2 files changed, 10 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2022, 3:07 a.m. UTC | #1
The pull request you sent on Fri, 01 Apr 2022 17:21:25 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.18-mw2

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

Thank you!