Re: RISC-V Linux Port v5

From: Palmer Dabbelt
Date: Tue Jul 11 2017 - 15:50:36 EST


On Tue, 11 Jul 2017 11:39:19 PDT (-0700), mcgrof@xxxxxxxxxx wrote:
> On Mon, Jul 10, 2017 at 06:39:07PM -0700, Palmer Dabbelt wrote:
>> Thanks to everyone who has participated in the review process so far. I've
>> based this patch set on the current master. Things have really started to
>> calmn down, so this is fairly similar to the v4 patch set. The most
>> interesting changes include:
>>
>> * We've moved back to a single patch set.
>>
>> * SMP support has been fixed, I was accidentally running on a non-SMP
>> configuration. There were various mistakes all over the tree as a result of
>> this.
>>
>> * The cmpxchg syscalls have been removed, as they were deemed a bad idea. As
>> a result, RISC-V Linux systems mandate the A extension. The cooresponding
>> Kconfig entry to enable builds on non-A systems has been removed.
>>
>> * A few more atomic fixes: mostly fence changes, but those resulted in a
>> handful of additional macros that were no longer necessary.
>>
>> * riscv_early_sie has been removed.
>>
>> Like last time, in case one gets eaten by the mailing list this is also
>> available as a git tree on our Git Hub
>>
>> https://github.com/riscv/riscv-linux/tree/riscv-for-submission-arch-v5
>
> Did you forget to push ? I only see v4.

I just used the wrong URL, the patches are no longer split so there's only one
submission.

https://github.com/riscv/riscv-linux/tree/riscv-for-submission-v5