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:   Thu, 18 Apr 2019 22:26:18 +0800
From:   YueHaibing <yuehaibing@...wei.com>
To:     Ingo Molnar <mingo@...nel.org>
CC:     <mingo@...hat.com>, <peterz@...radead.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 -next] sched/core: Make some functions static

On 2019/4/18 21:40, Ingo Molnar wrote:
> 
> * Yue Haibing <yuehaibing@...wei.com> wrote:
> 
>> From: YueHaibing <yuehaibing@...wei.com>
>>
>> Fix sparse warnings:
>>
>> kernel/sched/core.c:6524:11: warning: symbol 'min_cfs_quota_period' was not declared. Should it be static?
>> kernel/sched/core.c:6604:5: warning: symbol 'tg_set_cfs_quota' was not declared. Should it be static?
>> kernel/sched/core.c:6617:6: warning: symbol 'tg_get_cfs_quota' was not declared. Should it be static?
>> kernel/sched/core.c:6630:5: warning: symbol 'tg_set_cfs_period' was not declared. Should it be static?
>> kernel/sched/core.c:6640:6: warning: symbol 'tg_get_cfs_period' was not declared. Should it be static?
>>
>> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
> 
> Could you please also use the updated commit message I edited for v1, 
> instead of just reverting to the old one?

Sorry, I do not notice that, fix it now.

> 
> Thanks,
> 
> 	Ingo
> 
> 

Powered by blists - more mailing lists