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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 2 Dec 2015 08:41:15 -0500
From:	Theodore Ts'o <tytso@....edu>
To:	Vegard Nossum <vegard.nossum@...cle.com>
Cc:	Andreas Dilger <adilger.kernel@...ger.ca>,
	Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: Re: EXT4-fs (device loop0): panic forced after error -- bug or not?

On Tue, Dec 01, 2015 at 05:59:07PM +0100, Vegard Nossum wrote:
> Strange that you get EACCESS, without errors=remount-ro I get:
> 
> open("/dev/loop0", O_RDWR)              = 3
> mkdir("/mnt/ext4", 0755)                = -1 EEXIST (File exists)
> open("ext4.0", O_RDWR)                  = 4
> ioctl(3, LOOP_SET_FD, 0x4)              = 0
> close(4)                                = 0
> ioctl(3, LOOP_SET_STATUS64, {offset=0, number=0, flags=0,
> file_name="ext4.0", ...}) = 0
> mount("/dev/loop0", "/mnt/ext4", "ext4", 0, NULL) = 0
> open("/mnt/ext4", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
> getdents(4, <panic>

What is the source code of your test program, and what version of C
library are you using?  On my system, opendir() is getting translated
to:

openat(AT_FDCWD, "/vdc", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 EACCES (Permission denied)

(It would have saved me time if you had sent me the source of your
test program, BTW.)

Cheers,

					- Ted
--
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