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>] [day] [month] [year] [list]
Date:	Thu, 17 Apr 2014 07:27:32 +0900
From:	Namjae Jeon <namjae.jeon@...sung.com>
To:	Theodore Ts'o <tytso@....edu>
Cc:	linux-ext4 <linux-ext4@...r.kernel.org>,
	'Lukáš Czerner' <lczerner@...hat.com>
Subject: [PATCH 0/3] ext4: fix several failure issues in xfstests.

There are several failures while running xfstests-bld(generic/075 and 091).
(reported by Ted)
COLLAPSE RANGE issue are mixed with ZERO RANGE issue as per format and mount
options.

First, list up issues like the following.
1. format with 1KB or 2KB block size.(075, 091 are failed, COLLAPSE RANGE issue).
2. mount -o dioread_nolock. (091 is failed, ZERO RANGE issue.)
   - As I know, Lukas is checking this issue.
3. mount -o data=journal. (091 is failed, ZERO RANGE issue.)
4. format with bigalloc. (075 and 091 are failed, COLLAPSE RANGE issue).
   - Once I would like to be disable COLLAPSE RANGE on ext4 with bigalloc feature
     till finding the root-cause. first, I need the time to understand bigalloc feature..
5. testing more.

Namjae Jeon(3)
 ext4: fix COLLAPSE_RANGE failure issue on ext4 with 1KB block size.
 ext4: fix ZERO_RANGE test failure in data journalling mode.
 ext4: disable COLLAPSE_RANGE for bigalloc.

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ