Revision b9bd6806d014f7d3647caa66ea245329a3ee0253 authored by Linus Torvalds on 23 August 2019, 21:45:45 UTC, committed by Linus Torvalds on 23 August 2019, 21:45:45 UTC
Pull block fixes from Jens Axboe:
 "Here's a set of fixes that should go into this release. This contains:

   - Three minor fixes for NVMe.

   - Three minor tweaks for the io_uring polling logic.

   - Officially mark Song as the MD maintainer, after he's been filling
     that role sucessfully for the last 6 months or so"

* tag 'for-linus-20190823' of git://git.kernel.dk/linux-block:
  io_uring: add need_resched() check in inner poll loop
  md: update MAINTAINERS info
  io_uring: don't enter poll loop if we have CQEs pending
  nvme: Add quirk for LiteON CL1 devices running FW 22301111
  nvme: Fix cntlid validation when not using NVMEoF
  nvme-multipath: fix possible I/O hang when paths are updated
  io_uring: fix potential hang with polled IO
2 parent s dd469a4 + 08f5439
History
File Mode Size
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 1.9 KB
asym_tpm.c -rw-r--r-- 22.6 KB
asymmetric_keys.h -rw-r--r-- 552 bytes
asymmetric_type.c -rw-r--r-- 16.0 KB
mscode.asn1 -rw-r--r-- 840 bytes
mscode_parser.c -rw-r--r-- 2.7 KB
pkcs7.asn1 -rw-r--r-- 3.8 KB
pkcs7_key_type.c -rw-r--r-- 2.2 KB
pkcs7_parser.c -rw-r--r-- 16.3 KB
pkcs7_parser.h -rw-r--r-- 2.1 KB
pkcs7_trust.c -rw-r--r-- 4.6 KB
pkcs7_verify.c -rw-r--r-- 12.5 KB
pkcs8.asn1 -rw-r--r-- 559 bytes
pkcs8_parser.c -rw-r--r-- 3.9 KB
public_key.c -rw-r--r-- 8.4 KB
restrict.c -rw-r--r-- 7.8 KB
signature.c -rw-r--r-- 4.4 KB
tpm.asn1 -rw-r--r-- 210 bytes
tpm_parser.c -rw-r--r-- 2.2 KB
verify_pefile.c -rw-r--r-- 11.2 KB
verify_pefile.h -rw-r--r-- 979 bytes
x509.asn1 -rw-r--r-- 1.7 KB
x509_akid.asn1 -rw-r--r-- 1.0 KB
x509_cert_parser.c -rw-r--r-- 17.1 KB
x509_parser.h -rw-r--r-- 2.1 KB
x509_public_key.c -rw-r--r-- 6.2 KB

back to top