From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752619AbbJEMto (ORCPT ); Mon, 5 Oct 2015 08:49:44 -0400 Received: from foss.arm.com ([217.140.101.70]:47941 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbbJEMtn (ORCPT ); Mon, 5 Oct 2015 08:49:43 -0400 Date: Mon, 5 Oct 2015 13:49:38 +0100 From: Will Deacon To: Sarbojit Ganguly Cc: linux@arm.linux.org.uk, catalin.marinas@arm.com, Waiman.Long@hp.com, peterz@infradead.org, VIKRAM MUPPARTHI , linux-kernel@vger.kernel.org, suneel@samsung.com, "Catalin.Marinas@arm.com" , SHARAN ALLUR , torvalds@linux-foundation.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] arm: Adding support for atomic half word exchange Message-ID: <20151005124938.GC8818@arm.com> References: <1394429506.566981444014475210.JavaMail.weblogic@epmlwas08c> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394429506.566981444014475210.JavaMail.weblogic@epmlwas08c> 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 On Mon, Oct 05, 2015 at 03:07:57AM +0000, Sarbojit Ganguly wrote: > This is my second version of the patch which covers the byte exclusive > case as pointed out by you. > Please share your opinion on this. The patch you posted is corrupted (the whitespace looks completely off) so it can't be applied like this. Please take a look at your email/git settings. Will