Message ID | mhng-57198db1-de34-4dca-be9f-989b1137503e@palmer-ri-x1c9 (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] RISC-V Patches for the 6.4 Merge Window, Part 1 | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | success | Pull request for for-next |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 1 and now 1 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 18 this patch: 18 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 18 this patch: 18 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 3 this patch: 3 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On Fri, Apr 28, 2023 at 9:09 AM Palmer Dabbelt <palmer@rivosinc.com> wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-mw1 Ugh, so this conflicted pretty nastily in arch/riscv/mm/init.c between commits ef69d2559fe9 ("riscv: Move early dtb mapping into the fixmap region") 8589e346bbb6 ("riscv: Move the linear mapping creation in its own function") and while I did try to make sense of it all, and generated what looks like a sane resolution to me, I did *not* do some kind of build check, much less can I test anything. So.. Caveat emptor. I may or may not have gotten that conflict right, and you should most definitely double-check it very carefully. Linus
The pull request you sent on Fri, 28 Apr 2023 09:09:21 -0700 (PDT):
> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-mw1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/89d77f71f493a3663b10fa812d17f472935d24be
Thank you!
On Fri, 28 Apr 2023 17:08:53 PDT (-0700), Linus Torvalds wrote: > On Fri, Apr 28, 2023 at 9:09 AM Palmer Dabbelt <palmer@rivosinc.com> wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-mw1 > > Ugh, so this conflicted pretty nastily in arch/riscv/mm/init.c between commits > > ef69d2559fe9 ("riscv: Move early dtb mapping into the fixmap region") > 8589e346bbb6 ("riscv: Move the linear mapping creation in its own function") > > and while I did try to make sense of it all, and generated what looks > like a sane resolution to me, I did *not* do some kind of build check, > much less can I test anything. > > So.. Caveat emptor. I may or may not have gotten that conflict right, > and you should most definitely double-check it very carefully. Thanks. I'm not sure why I didn't see that locally, it'd had shown up in linux-next but I'd figured something else was going on. I'll go take a look, the post-merge stuff is testing already on my end and nothing has failed yet.