Revision 5fc6b075e165f641fbc366b58b578055762d5f8c authored by Linus Torvalds on 30 October 2020, 22:02:49 UTC, committed by Linus Torvalds on 30 October 2020, 22:02:49 UTC
Pull block fixes from Jens Axboe:

 - null_blk zone fixes (Damien, Kanchan)

 - NVMe pull request from Christoph:
       - improve zone revalidation (Keith Busch)
       - gracefully handle zero length messages in nvme-rdma (zhenwei pi)
       - nvme-fc error handling fixes (James Smart)
       - nvmet tracing NULL pointer dereference fix (Chaitanya Kulkarni)"

 - xsysace platform fixes (Andy)

 - scatterlist type cleanup (David)

 - blk-cgroup memory fixes (Gabriel)

 - nbd block size update fix (Ming)

 - Flush completion state fix (Ming)

 - bio_add_hw_page() iteration fix (Naohiro)

* tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block:
  blk-mq: mark flush request as IDLE in flush_end_io()
  lib/scatterlist: use consistent sg_copy_buffer() return type
  xsysace: use platform_get_resource() and platform_get_irq_optional()
  null_blk: Fix locking in zoned mode
  null_blk: Fix zone reset all tracing
  nbd: don't update block size after device is started
  block: advance iov_iter on bio_add_hw_page failure
  null_blk: synchronization fix for zoned device
  nvmet: fix a NULL pointer dereference when tracing the flush command
  nvme-fc: remove nvme_fc_terminate_io()
  nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
  nvme-fc: remove err_work work item
  nvme-fc: track error_recovery while connecting
  nvme-rdma: handle unexpected nvme completion data length
  nvme: ignore zone validate errors on subsequent scans
  blk-cgroup: Pre-allocate tree node on blkg_conf_prep
  blk-cgroup: Fix memleak on error path
2 parent s cf9446c + 65ff5cd
History
File Mode Size
Kconfig -rw-r--r-- 8.6 KB
Makefile -rw-r--r-- 1.5 KB
da8xx_remoteproc.c -rw-r--r-- 10.1 KB
imx_rproc.c -rw-r--r-- 10.4 KB
ingenic_rproc.c -rw-r--r-- 5.7 KB
keystone_remoteproc.c -rw-r--r-- 13.8 KB
mtk_common.h -rw-r--r-- 3.1 KB
mtk_scp.c -rw-r--r-- 18.8 KB
mtk_scp_ipi.c -rw-r--r-- 5.2 KB
omap_remoteproc.c -rw-r--r-- 36.6 KB
omap_remoteproc.h -rw-r--r-- 2.1 KB
qcom_common.c -rw-r--r-- 9.5 KB
qcom_common.h -rw-r--r-- 1.7 KB
qcom_pil_info.c -rw-r--r-- 3.0 KB
qcom_pil_info.h -rw-r--r-- 205 bytes
qcom_q6v5.c -rw-r--r-- 7.3 KB
qcom_q6v5.h -rw-r--r-- 996 bytes
qcom_q6v5_adsp.c -rw-r--r-- 13.2 KB
qcom_q6v5_mss.c -rw-r--r-- 48.5 KB
qcom_q6v5_pas.c -rw-r--r-- 16.5 KB
qcom_q6v5_wcss.c -rw-r--r-- 14.6 KB
qcom_sysmon.c -rw-r--r-- 17.4 KB
qcom_wcnss.c -rw-r--r-- 14.4 KB
qcom_wcnss.h -rw-r--r-- 504 bytes
qcom_wcnss_iris.c -rw-r--r-- 4.1 KB
remoteproc_cdev.c -rw-r--r-- 2.9 KB
remoteproc_core.c -rw-r--r-- 64.2 KB
remoteproc_coredump.c -rw-r--r-- 8.7 KB
remoteproc_debugfs.c -rw-r--r-- 12.9 KB
remoteproc_elf_helpers.h -rw-r--r-- 2.7 KB
remoteproc_elf_loader.c -rw-r--r-- 10.7 KB
remoteproc_internal.h -rw-r--r-- 4.6 KB
remoteproc_sysfs.c -rw-r--r-- 8.0 KB
remoteproc_virtio.c -rw-r--r-- 11.3 KB
st_remoteproc.c -rw-r--r-- 11.4 KB
st_slim_rproc.c -rw-r--r-- 8.3 KB
stm32_rproc.c -rw-r--r-- 20.6 KB
ti_k3_dsp_remoteproc.c -rw-r--r-- 20.7 KB
ti_k3_r5_remoteproc.c -rw-r--r-- 38.2 KB
ti_sci_proc.h -rw-r--r-- 2.5 KB
wkup_m3_rproc.c -rw-r--r-- 6.0 KB

back to top