From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751566AbaFCJme (ORCPT ); Tue, 3 Jun 2014 05:42:34 -0400 Received: from mail-qa0-f42.google.com ([209.85.216.42]:37155 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbaFCJmd (ORCPT ); Tue, 3 Jun 2014 05:42:33 -0400 MIME-Version: 1.0 X-Originating-IP: [46.139.80.5] In-Reply-To: References: <1400838223-30844-1-git-send-email-miklos@szeredi.hu> <28592.1401382081@warthog.procyon.org.uk> <11446.1401420931@jrobl> <7184.1401439773@warthog.procyon.org.uk> <15839.1401786056@warthog.procyon.org.uk> Date: Tue, 3 Jun 2014 11:42:32 +0200 Message-ID: Subject: Re: Unionmount and overlayfs testsuite From: Miklos Szeredi To: Sedat Dilek Cc: David Howells , "J. R. Okajima" , Al Viro , Linus Torvalds , linux-fsdevel , LKML , Christoph Hellwig , Andrew Morton , Robo Bot , Felix Fietkau , Neil Brown , Jordi Pujol , ezk@fsl.cs.sunysb.edu, "mszeredi@suse.cz" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 3, 2014 at 11:26 AM, Sedat Dilek wrote: > On Tue, Jun 3, 2014 at 11:18 AM, Sedat Dilek wrote: >> [...] >>>> [ NOTE-2: The call-trace I have seen once (TERMSLASH=0). ] >>> >>> Do you know for which operation? This still looks like the same annotation problem in generic_file_splice_write() I already sent a patch for. Fix now pushed to overlayfs.v22/overlayfs.current. Also added ops to shmem to support the cases where RENAME_EXCHANGE and RENAME_WHITEOUT are needed. Not sure if the testsuite goes into these at all, but anyway. If I remove the assert_early_copy_up calls from impermissible.test (which seem to be bogus), then the suite passes for overlayfs without lockdep problems for me. Thanks, Miklos