diff options
author | Linus Torvalds | 2022-10-28 17:03:00 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-10-28 17:03:00 -0700 |
commit | 283f13d43bb4187bad3479f96ce7b4582ef4ed17 (patch) | |
tree | a64bec71f75e6973a9df6acd22d75a5b2be20c83 /MAINTAINERS | |
parent | 13f05fb219d528d0352340106967b126c99209f5 (diff) | |
parent | d14e99bf95510fa2d6affc371ad68161afc1dc8e (diff) |
Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt:
- A fix for a build warning in the jump_label code
- One of the git://github -> https://github cleanups, for the SiFive
drivers
- A fix for the kasan initialization code, this still likely warrants
some cleanups but that's a bigger problem and at least this fixes the
crashes in the short term
- A pair of fixes for extension support detection on mixed LLVM/GNU
toolchains
- A fix for a runtime warning in the /proc/cpuinfo code
* tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
RISC-V: Fix /proc/cpuinfo cpumask warning
riscv: fix detection of toolchain Zihintpause support
riscv: fix detection of toolchain Zicbom support
riscv: mm: add missing memcpy in kasan_init
MAINTAINERS: git://github.com -> https://github.com for sifive
riscv: jump_label: mark arguments as const to satisfy asm constraints
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 10c1344b4473..a74d56cf1698 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18787,7 +18787,7 @@ M: Palmer Dabbelt <palmer@dabbelt.com> M: Paul Walmsley <paul.walmsley@sifive.com> L: linux-riscv@lists.infradead.org S: Supported -T: git git://github.com/sifive/riscv-linux.git +T: git https://github.com/sifive/riscv-linux.git N: sifive K: [^@]sifive |