From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate Date: Mon, 23 Apr 2012 19:44:36 -0700 Message-ID: References: <1333862139-31737-33-git-send-email-ebiederm@xmission.com> <20120418191033.GL5186@mail.hallyn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Linux Containers , Cyrill Gorcunov , linux-security-module@vger.kernel.org, Al Viro , linux-fsdevel@vger.kernel.org, Andrew Morton , Linus Torvalds To: "Serge E. Hallyn" Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:33030 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756258Ab2DXCkc (ORCPT ); Mon, 23 Apr 2012 22:40:32 -0400 In-Reply-To: <20120418191033.GL5186@mail.hallyn.com> (Serge E. Hallyn's message of "Wed, 18 Apr 2012 19:10:33 +0000") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: "Serge E. Hallyn" writes: > Quoting Eric W. Beiderman (ebiederm@xmission.com): >> From: Eric W. Biederman >> >> Signed-off-by: Eric W. Biederman > > Ok I'll spare the list the traffic - for patches 33-43, > > Acked-by: Serge Hallyn I noticed one other significant gotcha with my changes. Code that has not been converted and needs to be converted fails to build with type errors. -- Good. Code that has not been converted and needs to be converted is still selectable in make config. -- Bad make oldmodconfig -- fails with type errors unless everything is converted Bad. So I am adding/debugging an additional patch that will catch these failure in Kconfig so people don't get nasty surprises. Eric