]> git.baikalelectronics.ru Git - kernel.git/commit
Merge remote-tracking branch 'palmer/riscv-clone3' into fixes
authorPalmer Dabbelt <palmerdabbelt@google.com>
Mon, 4 Oct 2021 23:02:04 +0000 (16:02 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Mon, 4 Oct 2021 23:02:04 +0000 (16:02 -0700)
commit19719fd28460c0cb42c64ac570e8a0070f0cb358
treeab8ef5ac010ad1af81d5e31a03555b497aa63bee
parent5057bb01415e16dc5cb51fd7b86a499789d99c9e
parentc4d39d4d853801da8a403f911a990c7b7041f2a1
Merge remote-tracking branch 'palmer/riscv-clone3' into fixes

This contains a single patch to properly implement clone3() on rv32,
which was missing before.  In theory this is a new feature, but it's
fixing a warning in checksyscalls that's now causing my build to fail so
I'm calling it a fix.