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>] [day] [month] [year] [list]
Date:   Wed, 8 Dec 2021 22:50:01 +0800
From:   Honglei Wang <wanghonglei@...ichuxing.com>
To:     Ingo Molnar <mingo@...hat.com>,
        Peter Zijlstra <peterz@...radead.org>,
        Juri Lelli <juri.lelli@...hat.com>,
        Vincent Guittot <vincent.guittot@...aro.org>,
        Dietmar Eggemann <dietmar.eggemann@....com>,
        Steven Rostedt <rostedt@...dmis.org>,
        Ben Segall <bsegall@...gle.com>,
        "Mel Gorman" <mgorman@...e.de>,
        Daniel Bristot de Oliveira <bristot@...hat.com>,
        <linux-kernel@...r.kernel.org>
CC:     Huaixin Chang <changhuaixin@...ux.alibaba.com>,
        Honglei Wang <jameshongleiwang@....com>
Subject: [PATCH v2 0/3] improvement of cpu burst

This patch set does a bit improvement for cpu burst feature including
1. Avoid burst associated statistic and calculation if the cpu.max.burst is
not set in the cgroup.
2. Limit the burst periods to 2 to avoid the quota 'stealing'

Changes in v2:
- Permitting 2 periods for burst.
- Add a separate patch to avoid burst stuff if the burst is not set at all.

Honglei Wang (3):
  sched/fair: avoid burst statistic if it's not set
  sched/fair: prevent cpu burst too many periods
  sched/fair: update burst feature description

 Documentation/scheduler/sched-bwc.rst | 12 ++++++++++++
 kernel/sched/fair.c                   | 18 +++++++++++++++---
 kernel/sched/sched.h                  |  1 +
 3 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.14.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ