From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbbAKLzP (ORCPT ); Sun, 11 Jan 2015 06:55:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59965 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbbAKLzM (ORCPT ); Sun, 11 Jan 2015 06:55:12 -0500 Date: Sun, 11 Jan 2015 13:55:04 +0200 From: "Michael S. Tsirkin" To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH v2 00/40] uaccess: fix sparse warning on get/put_user for bitwise types Message-ID: <20150111115504.GA13570@redhat.com> References: <1420558883-10131-1-git-send-email-mst@redhat.com> <4461163.Sc5FsMDTBa@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4461163.Sc5FsMDTBa@wuerfel> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 06, 2015 at 08:08:57PM +0100, Arnd Bergmann wrote: > 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 OK, I got a bunch of acks, mostly it seems to have calmed down. Heiko Carstens (s390 maintainer) says he won't apply whitespace changes: http://mid.gmane.org/20150107083339.GB4365@osiris so I dropped s390 patches. The rest is tagged: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/uaccess_for_upstream and pushed out to linux-next. I'll give it a couple of days there, then send a pull request - Arnd, you meant I should send it to you, right? -- MST