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:	Fri, 11 Sep 2009 12:25:49 -0700
From:	Daniel Walker <dwalker@...o99.com>
To:	Andi Kleen <andi@...stfloor.org>
Cc:	npiggin@...e.de, riel@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [16/21] HWPOISON: The high level memory error handler
 in the VM v7

On Fri, 2009-09-11 at 20:48 +0200, Andi Kleen wrote:
> -               "VmallocChunk:   %8lu kB\n",
> +               "VmallocChunk:   %8lu kB\n"
> +#ifdef CONFIG_MEMORY_FAILURE
> +               "HardwareCorrupted: %8lu kB\n"
> +#endif
> +               ,
>                 K(i.totalram),
>                 K(i.freeram),
>                 K(i.bufferram),
> @@ -140,6 +144,9 @@ static int meminfo_proc_show(struct seq_
>                 (unsigned long)VMALLOC_TOTAL >> 10,
>                 vmi.used >> 10,
>                 vmi.largest_chunk >> 10
> +#ifdef CONFIG_MEMORY_FAILURE
> +               ,atomic_long_read(&mce_bad_pages) << (PAGE_SHIFT - 10)
> +#endif
>                 );

The rest of your patches are totally clean, except this one .. It has
some warning, but one error in the second ifdef block above ..

Daniel

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ