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:	Wed, 1 Jun 2016 17:25:29 +0200
From:	Alexander Potapenko <glider@...gle.com>
To:	Shuah Khan <shuahkh@....samsung.com>
Cc:	Andrey Ryabinin <aryabinin@...tuozzo.com>,
	Dmitriy Vyukov <dvyukov@...gle.com>,
	kasan-dev <kasan-dev@...glegroups.com>,
	Linux Memory Management List <linux-mm@...ck.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kasan: change memory hot-add error messages to info messages

s/ryabinin/aryabinin/

On Wed, Jun 1, 2016 at 5:22 PM, Alexander Potapenko <glider@...gle.com> wrote:
> On Wed, Jun 1, 2016 at 5:20 PM, Shuah Khan <shuahkh@....samsung.com> wrote:
>> Change the following memory hot-add error messages to info messages. There
>> is no need for these to be errors.
>>
>> [    8.221108] kasan: WARNING: KASAN doesn't support memory hot-add
>> [    8.221117] kasan: Memory hot-add will be disabled
>>
>> Signed-off-by: Shuah Khan <shuahkh@....samsung.com>
>> ---
>> Note: This is applicable to 4.6 stable releases.
>>
>>  mm/kasan/kasan.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/mm/kasan/kasan.c b/mm/kasan/kasan.c
>> index 18b6a2b..28439ac 100644
>> --- a/mm/kasan/kasan.c
>> +++ b/mm/kasan/kasan.c
>> @@ -763,8 +763,8 @@ static int kasan_mem_notifier(struct notifier_block *nb,
>>
>>  static int __init kasan_memhotplug_init(void)
>>  {
>> -       pr_err("WARNING: KASAN doesn't support memory hot-add\n");
>> -       pr_err("Memory hot-add will be disabled\n");
>> +       pr_info("WARNING: KASAN doesn't support memory hot-add\n");
>> +       pr_info("Memory hot-add will be disabled\n");
> No objections, but let's wait for Andrey.
>>         hotplug_memory_notifier(kasan_mem_notifier, 0);
>>
>> --
>> 2.7.4
>>
>
>
>
> --
> Alexander Potapenko
> Software Engineer
>
> Google Germany GmbH
> Erika-Mann-Straße, 33
> 80636 München
>
> Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle
> Registergericht und -nummer: Hamburg, HRB 86891
> Sitz der Gesellschaft: Hamburg



-- 
Alexander Potapenko
Software Engineer

Google Germany GmbH
Erika-Mann-Straße, 33
80636 München

Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ