From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Hicks Subject: Re: [PATCH 0/5] ecryptfs fixes Date: Tue, 9 Nov 2010 16:01:44 -0600 Message-ID: <20101109220144.GA3599@boyd.l.tihix.com> References: <201011031111.06669.roberto.sassu@polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kirkland@canonical.com, jmorris@namei.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Roberto Sassu Return-path: Content-Disposition: inline In-Reply-To: <201011031111.06669.roberto.sassu@polito.it> Sender: linux-security-module-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed Nov 03, 2010 at 11:11:06AM +0100, Roberto Sassu wrote: > This patch set applies to the latest kernel 2.6.37-rc1. > > > Roberto Sassu (5): > ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h > ecryptfs: missing initialization of the superblock 'magic' field > ecryptfs: test lower_file pointer when lower_file_mutex is locked > ecryptfs: fixed testing of file descriptor flags > ecryptfs: open lower files with kthread credentials Hey Roberto - I pushed these patches to git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6.git#next Thanks, Tyler > > fs/ecryptfs/ecryptfs_kernel.h | 4 +--- > fs/ecryptfs/file.c | 20 +++++++++----------- > fs/ecryptfs/inode.c | 32 ++++++++++++++------------------ > fs/ecryptfs/kthread.c | 17 +++++++++++++---- > fs/ecryptfs/main.c | 5 +++-- > include/linux/magic.h | 1 + > 6 files changed, 41 insertions(+), 38 deletions(-) > > -- > 1.7.2.3