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-next>] [day] [month] [year] [list]
Date:   Tue, 23 May 2023 10:09:23 -0700
From:   Davidlohr Bueso <dave@...olabs.net>
To:     dan.j.williams@...el.com
Cc:     dave.jiang@...el.com, alison.schofield@...el.com,
        vishal.l.verma@...el.com, ira.weiny@...el.com,
        Jonathan.Cameron@...wei.com, fan.ni@...sung.com,
        a.manzanares@...sung.com, dave@...olabs.net,
        linux-cxl@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/4] cxl: Handle background commands

Hi,

This is the latest iteration of the synchronous background command handling
work. Currently there are no users, but it is expected that firmware update
and scan media be the first two to use it.

Patches 1-3 are requirements for the actual patch 4.

Changes from v1/v2 (https://lore.kernel.org/linux-cxl/20230502171841.21317-1-dave@stgolabs.net):
    o Picked up tags for patches 1 and 2.
    o Added more context to the changelog in the rcuwait patch 1. (Dan)
    o Added new patch 3 for common request irq functionality. (Dan)
    o Misc cleanups in patch 4. (Jonathan)
    o Don't clobber the ctrl settings. (Dan)
    o Removed bogus warning in irq handler. (Jonathan, Dan)
    o Make sleep uninterruptible and clarify in the changelog that
      timeouts are in fact unexpected.
    
Applies against 'fixes' from cxl.git.

Thanks!

Davidlohr Bueso (4):
  rcuwait: Support timeouts
  cxl/pci: Allocate irq vectors earlier during probe
  cxl/pci: Introduce cxl_request_irq()
  cxl/mbox: Add background cmd handling machinery

 drivers/cxl/core/mbox.c |   3 +-
 drivers/cxl/cxl.h       |   8 +++
 drivers/cxl/cxlmem.h    |   7 +++
 drivers/cxl/pci.c       | 136 ++++++++++++++++++++++++++++++++++------
 include/linux/rcuwait.h |  23 ++++++-
 5 files changed, 153 insertions(+), 24 deletions(-)

--
2.40.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ