From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756203AbdKNTXH (ORCPT ); Tue, 14 Nov 2017 14:23:07 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:60462 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdKNTXB (ORCPT ); Tue, 14 Nov 2017 14:23:01 -0500 Date: Tue, 14 Nov 2017 19:23:08 +0000 From: Will Deacon To: Palmer Dabbelt Cc: Linus Torvalds , linux-kernel@vger.kernel.org, patches@groups.riscv.org, Arnd Bergmann , Olof Johansson , peterz@infradead.org Subject: Re: [GIT PULL] RISC-V Port for Linux 4.15 v9 Message-ID: <20171114192307.GA17509@arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Palmer, On Mon, Nov 13, 2017 at 01:56:22PM -0800, Palmer Dabbelt wrote: > The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4: > > Linux 4.14 (2017-11-12 10:46:13 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git tags/riscv-for-linus-4.15-arch-v9 > > for you to fetch changes up to 512d88db5ef3de56f392f761657c2ab2cadc0498: > > Merge tag 'v4.14' into for-linus (2017-11-13 13:17:51 -0800) [...] > RISC-V: Atomic and Locking Code I had some open comments on this patch: http://lkml.kernel.org/r/20171024141032.GD13445@arm.com Amongst other things, you're adding a spin_unlock_wait and I think your test bitops are missing barriers. I'm not suggesting this holds up the merge, but a reply would've been nice :/ Will