From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 00/40] uaccess: fix sparse warning on get/put_user for bitwise types Date: Tue, 06 Jan 2015 20:08:57 +0100 Message-ID: <4461163.Sc5FsMDTBa@wuerfel> References: <1420558883-10131-1-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1420558883-10131-1-git-send-email-mst@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Tuesday 06 January 2015 17:43:28 Michael S. Tsirkin wrote: > > I tested this on x86 only. Since it's just adding __force, should be > trivially safe everywhere? > > > Arnd, did you merge v1 already? If yes, can you please replace with > this version? > I haven't merged it yet. I see that more Acks and some comments are coming in. Once those are done, could you send a pull request? It might be useful to have a branch that can be shared with architecture trees if necessary to avoid merge conflicts. Arnd