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] [day] [month] [year] [list]
Date:   Sat, 6 May 2017 10:27:04 -0700
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     Jörg Otte <jrg.otte@...il.com>
Cc:     Stafford Horne <shorne@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [4.12.0-rc0]: compile error in initramfs.c

On Sat, May 6, 2017 at 8:40 AM, Jörg Otte <jrg.otte@...il.com> wrote:
> In kernel 4.11.0-10502-g3ef2bc0 I get following compile error:
>
> /kernel/linux/init/initramfs.c: In function 'populate_rootfs':
> /kernel/linux/init/initramfs.c:644:2: error: label at end of compound statement
>   done:

Ok,need to add an empty statement there.

I wonder why I didn't see that warning.

.. oh, it's because even my allmodconfig build just ends up having

    CONFIG_BLK_DEV_RAM=m

rather than the built-in case.

Will fix.

                 Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ