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, 18 Sep 2020 17:50:57 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     yanxiaoyong5@...il.com
Cc:     jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/sched: cbs: fix calculation error of idleslope
 credits

From: Xiaoyong Yan <yanxiaoyong5@...il.com>
Date: Fri, 18 Sep 2020 01:42:52 -0700

> +		delay = delay_from_credits(q->credits, q->idleslope);
> +	    cbs_timer_schedule(q, now+ delay);
> +		q->last = now;

This indentation cannot be correct.

Please fix this.

Powered by blists - more mailing lists