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:   Mon, 13 Mar 2017 17:25:04 +0300
From:   Andrey Ryabinin <aryabinin@...tuozzo.com>
To:     Fengguang Wu <fengguang.wu@...el.com>,
        Alexander Potapenko <glider@...gle.com>
CC:     Andrew Morton <akpm@...ux-foundation.org>,
        Linux Memory Management List <linux-mm@...ck.org>,
        <kasan-dev@...glegroups.com>, <linux-kernel@...r.kernel.org>,
        LKP <lkp@...org>, Dmitry Vyukov <dvyukov@...gle.com>
Subject: Re: [mm/kasan] 80a9201a59 BUG: kernel reboot-without-warning in
 early-boot stage, last printk: Booting the kernel.

On 02/28/2017 06:12 AM, Fengguang Wu wrote:
> Hi Alexander,
> 
> FYI, we find an old bug that's still alive in linux-next. The attached
> reproduce-* script may help debug the problem.
> 

...

> +--------------------------------------------------------------------------------------+------------+------------+
> |                                                                                      | c146a2b98e | 80a9201a59 |
> +--------------------------------------------------------------------------------------+------------+------------+
> | boot_successes                                                                       | 740        | 48         |
> | boot_failures                                                                        | 0          | 142        |
> | BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:Booting_the_kernel | 0          | 131        |
> | BUG:kernel_in_stage                                                                  | 0          | 11         |
> +--------------------------------------------------------------------------------------+------------+------------+
> 


Indeed it is an old bug, I'll send a fix shortly. But the bisection result is not correct. This bug is actually much older.
Note that commit 80a9201a596 changes Kconfig dependency - it removes depends on SLUB_DEBUG from config KASAN section.
And yours config has:
	# CONFIG_SLUB_DEBUG is not set

So you simply test c146a2b98e with CONFIG_KASAN=n and 80a9201a59 with CONFIG_KASAN=y

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ