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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Sep 2014 15:50:22 -0700
From:	"Darrick J. Wong" <darrick.wong@...cle.com>
To:	"Theodore Ts'o" <tytso@....edu>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: [PATCH 00/25] e2fsprogs Summer 2014 patchbomb, part 5.2

On Thu, Sep 11, 2014 at 06:33:47PM -0400, Theodore Ts'o wrote:
> ... and I've pushed out the next branch with all but 23-26 applied.
> 
> Darrick, can you take a look and see if everything landed as you
> expect?
> 
> 23-25 is a new feature (pending comments on 23, and I remember wanting
> to take a much closer look at 24 and 25 from a month or two ago), and
> 26 is pending some comments I had vis-a-vis ext2fs_new_block() vs
> ext2fs_get_block(), so if you want to send out patchbomb part 6 with
> what's left of part 5, that might be appropriate.
> 
> Thanks for all of your work on e2fsprogs!

Looks like most everything landed ok except for:

Yikes, make check explodes:

make[1]: Entering directory `/storage/home/djwong/cdev/work/e2fsprogs-csum/lib/ext2fs'
        SUBST ../../lib/dirpaths.h
        SUBST ext2_err.et
        CC ../../debugfs/journal.c
In file included from ./kernel-jbd.h:23:0,
                 from ./jfs_user.h:6,
                 from ../../debugfs/journal.c:26:
./jfs_compat.h:33:1: error: unknown type name ‘__u64’
 typedef __u64 u64;
 ^
./jfs_compat.h:39:1: error: unknown type name ‘__u32’
 static inline __u32 jbd2_chksum(journal_t *j, __u32 crc, const void *address,
 ^
./jfs_compat.h:39:47: error: unknown type name ‘__u32’
 static inline __u32 jbd2_chksum(journal_t *j, __u32 crc, const void *address,
                                               ^
./jfs_compat.h:77:2: error: unknown type name ‘__u8’
  __u8   j_uuid[16];
  ^
./jfs_compat.h:81:2: error: unknown type name ‘__u32’
<continues on for 1000 more lines>

--D

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