lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 21 Apr 2010 19:35:36 -0400
From:	Valerie Aurora <vaurora@...hat.com>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Alexander Viro <viro@...iv.linux.org.uk>,
	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 00/35] Union mounts - everything but the xattrs

On Wed, Apr 21, 2010 at 03:06:34PM -0700, Randy Dunlap wrote:
> On Thu, 15 Apr 2010 16:04:07 -0700 Valerie Aurora wrote:
> 
> > This patch series implements union mounts for every system call
> > except:
> > 
> > - xattr-related calls
> > - fchmod()/fchown()/futimensat() on an fd
> > 
> > The copyup portion is a proof of concept based around union_path_nd(),
> > which looks up both the target <mnt,dentry> pair and its parent's.  If
> > the parent is on a union mount, and the target is on a lower layer, we
> > copy up the target.
> > 
> > This patch set is very raw and could use even the most superficial
> > review.  Just take a look at Erez's review from December to see how
> > low-hanging the fruit is on this one.
> > 
> > -VAL
> 
> 
> Hi VAL,
> 
> In the future, please make patches 1-N reply/refer to patch 0 instead of to
> the preceding numbered patch.

Okay.

-VAL
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ