From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932710AbdGKSjZ (ORCPT ); Tue, 11 Jul 2017 14:39:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:58262 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932534AbdGKSjY (ORCPT ); Tue, 11 Jul 2017 14:39:24 -0400 Date: Tue, 11 Jul 2017 20:39:19 +0200 From: "Luis R. Rodriguez" To: Palmer Dabbelt Cc: yamada.masahiro@socionext.com, mmarek@suse.com, will.deacon@arm.com, peterz@infradead.org, boqun.feng@gmail.com, mingo@redhat.com, daniel.lezcano@linaro.org, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, gregkh@linuxfoundation.org, jslaby@suse.com, davem@davemloft.net, mchehab@kernel.org, sfr@canb.auug.org.au, fweisbec@gmail.com, viro@zeniv.linux.org.uk, mcgrof@kernel.org, dledford@redhat.com, bart.vanassche@sandisk.com, sstabellini@kernel.org, daniel.vetter@ffwll.ch, mpe@ellerman.id.au, msalter@redhat.com, nicolas.dichtel@6wind.com, james.hogan@imgtec.com, paul.gortmaker@windriver.com, linux@roeck-us.net, heiko.carstens@de.ibm.com, schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org, patches@groups.riscv.org, akpm@linux-foundation.org, albert@sifive.com Subject: Re: RISC-V Linux Port v5 Message-ID: <20170711183919.GD21846@wotan.suse.de> References: <20170711013924.22085-1-palmer@dabbelt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170711013924.22085-1-palmer@dabbelt.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Luis