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:	Tue, 8 Mar 2011 13:15:54 +0800
From:	Dave Young <hidave.darkstar@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Ingo Molnar <mingo@...e.hu>, David Miller <davem@...emloft.net>,
	Don Zickus <dzickus@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 02/04 v2] sysctl: change to use proc_dointvec_bool while needed

On Tue, Mar 8, 2011 at 7:05 AM, Andrew Morton <akpm@...ux-foundation.org> wrote:
> On Fri, 4 Mar 2011 23:46:31 +0800
> Dave Young <hidave.darkstar@...il.com> wrote:
>
>> @@ -374,9 +372,7 @@ static struct ctl_table kern_table[] = {
>>               .data           = &sysctl_sched_autogroup_enabled,
>>               .maxlen         = sizeof(unsigned int),
>>               .mode           = 0644,
>> -             .proc_handler   = proc_dointvec,
>> -             .extra1         = &zero,
>> -             .extra2         = &one,
>> +             .proc_handler   = proc_dointvec_bool,
>>       },
>
> This field has changed in linux-next, so I dropped this hunk.
>

Thank you for updating the patch.

-- 
Regards
dave

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ