From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PULL REQUEST] UDF fixes for 3.5 Date: Thu, 28 Jun 2012 19:34:55 +0200 Message-ID: <20120628173455.GA12939@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , linux-fsdevel@vger.kernel.org, Timo Warns To: Linus Torvalds Return-path: Received: from cantor2.suse.de ([195.135.220.15]:52457 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704Ab2F1Re6 (ORCPT ); Thu, 28 Jun 2012 13:34:58 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus to get fixes making UDF more robust in presence of corrupted filesystem. Top of the tree is 1df2ae3. The full shortlog is: Jan Kara (3): udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() udf: Avoid run away loop when partition table length is corrupted udf: Fortify loading of sparing table The diffstat is fs/udf/super.c | 102 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 64 insertions(+), 38 deletions(-) Thanks Honza