From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [CFT][PATCH] mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount Date: Tue, 02 Dec 2014 09:26:48 +0100 Message-ID: <547D77C8.7050100@nod.at> References: <20141127101105.GA30605@linux-rxt1.site> <87k32dlicc.fsf@x220.int.ebiederm.org> <87egsllia3.fsf_-_@x220.int.ebiederm.org> <547B309E.9020706@nod.at> <547B34C6.6030709@nod.at> <547B5066.4020509@nod.at> <871tokleo7.fsf@x220.int.ebiederm.org> <547B6531.40504@nod.at> <87k32ci2dx.fsf@x220.int.ebiederm.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87k32ci2dx.fsf-JOvCrm2gF+uungPnsOpG7nhyD016LWXt@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Eric W. Biederman" Cc: Stephen Rothwell , Linux Containers , Andy Lutomirski , joeyli , Jim Fehlig , Cedric Bosdonnat List-Id: containers.vger.kernel.org Am 01.12.2014 um 02:29 schrieb Eric W. Biederman: >>>>> Any chance you can test that with Eric's patch or mine [1] applied? >>>>> If that doesn't work, can you try to catch the failure with strace? >>>> >>>> With your patch applied on top of Linus's tree as of today libvirt-lxc works fine again. :) >>> >>> *Scratches head* >>> >>> Did you really have my latest patch applied? >>> >>> Andy's patch implies a change of policy that I really don't want to >>> deploy as a bug fix. >> >> Hmm, let me double check this tomorrow with a fresh brain. >> Maybe I got hit by another issue while testing your patch. >> Currently I'm fighting against three libvirt-lxc issues in parallel. :-\ > > Please do. I just reran through my regression tests that explore this > issue rather throughly and all of my remount test cases are passing. So > if things are truly failing I want to understand what is going on, and > add to my regression tests. > > I should have done that sooner of course but I am still paging back in > after being distracted with the other things in life. I can confirm that your patch "mnt: Implicitly add MNT_NODEV on remount as we do on mount" unbreaks libvirt-lxc too. :-) Sorry for the false negative. Thanks, //richard