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:   Tue, 11 Oct 2022 22:52:44 +0800
From:   Dawei Li <set_pte_at@...look.com>
To:     axboe@...nel.dk, tj@...nel.org, paolo.valente@...aro.org
Cc:     linux-block@...r.kernel.org, cgroups@...r.kernel.org,
        linux-kernel@...r.kernel.org, Dawei Li <set_pte_at@...look.com>
Subject: [PATCH 0/2] block: queue flag helpers and atomic refcnt impl 

This patchset includes enhancement on block layer:
1. Complete missing blk_queue_xxx() helpers which is responsible
   for denoting whether an attribute of request queue is set.

2. Make the referene count of bfq_group/bfq_queue atomic.

Dawei Li (2):
  block: Add helper for queue_flags bit test
  block: Make refcnt of bfq_group/bfq_queue atomic

 block/bfq-cgroup.c     |  8 +++----
 block/bfq-iosched.c    | 54 ++++++++++++++++++++++--------------------
 block/bfq-iosched.h    |  6 ++---
 block/bfq-wf2q.c       |  6 ++---
 block/blk-core.c       |  7 +++---
 block/blk-mq-tag.c     |  8 +++----
 block/blk-mq.c         |  8 +++----
 block/blk-mq.h         |  2 +-
 block/blk-settings.c   |  2 +-
 block/blk-sysfs.c      | 12 +++++-----
 block/blk-timeout.c    |  2 +-
 block/blk-wbt.c        |  2 +-
 include/linux/blkdev.h | 19 +++++++++++----
 13 files changed, 71 insertions(+), 65 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists