This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 7fbc78e3155a Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block adds 5386a4e6c7fe scsi: qla2xxx: Add cleanup for PCI EEH recovery adds c09581a52765 scsi: qedi: remove memset/memcpy to nfunc and use func instead adds d0adee5d1275 scsi: qedi: remove set but not used variables 'cdev' and 'udev' adds e2a8be5696e7 scsi: lpfc: resolve lockdep warnings adds 79080d349f7f scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_show adds c8cb261a072c scsi: lpfc: add check for loss of ndlp when sending RRQ adds 69b9c52ca5c0 scsi: lpfc: Update lpfc version to 12.2.0.2 adds 41552199b551 scsi: myrs: Fix uninitialized variable adds 8ef860ae55e9 scsi: smartpqi: Reporting unhandled SCSI errors adds d0c0d9023392 scsi: bnx2fc: fix incorrect cast to u64 on shift operation adds 8acf608e602f Revert "scsi: sd: Keep disk read-only when re-reading partition" adds 2409207a73cc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 55267c88c003 tracing: Prevent hist_field_var_ref() from accessing NULL [...] adds c8d94a187834 tracing: Check keys for variable references in expressions too adds 9b2ca371b150 tracing: Add a check_val() check before updating cond_snap [...] adds 4eebe38a37f9 kernel/trace/trace.h: Remove duplicate header of trace_seq.h adds a2c48d98fc07 Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm [...] adds c01dafad77fe libnvdimm: Fix compilation warnings with W=1 adds 7bf7eac8d648 dax: Arrange for dax_supported check to span multiple devices adds 52f476a323f9 libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead adds b2ad81363f12 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.or [...] adds 0a944e8a6c66 ext4: don't perform block validity checks on the journal inode adds 82a25b027ca4 ext4: wait for outstanding dio during truncate in nojournal mode adds ee0ed02ca93e ext4: do not delete unlinked inode from orphan list on fai [...] adds 66883da1eee8 ext4: fix dcache lookup of !casefolded directories adds 35efb51eee22 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes: drivers/dax/super.c | 88 +++++++++----- drivers/md/dm-table.c | 17 ++- drivers/md/dm.c | 20 +++ drivers/md/dm.h | 1 + drivers/nvdimm/bus.c | 4 +- drivers/nvdimm/label.c | 2 + drivers/nvdimm/label.h | 2 - drivers/nvdimm/pmem.c | 11 +- drivers/s390/block/dcssblk.c | 1 + drivers/scsi/bnx2fc/bnx2fc_hwi.c | 2 +- drivers/scsi/lpfc/lpfc_attr.c | 37 +++--- drivers/scsi/lpfc/lpfc_els.c | 5 +- drivers/scsi/lpfc/lpfc_sli.c | 84 ++++++++----- drivers/scsi/lpfc/lpfc_version.h | 2 +- drivers/scsi/myrs.c | 2 +- drivers/scsi/qedi/qedi_dbg.c | 32 ++--- drivers/scsi/qedi/qedi_iscsi.c | 4 - drivers/scsi/qla2xxx/qla_os.c | 221 +++++++++++++--------------------- drivers/scsi/sd.c | 3 +- drivers/scsi/smartpqi/smartpqi_init.c | 23 ++-- fs/ext4/dir.c | 2 +- fs/ext4/extents.c | 12 +- fs/ext4/inode.c | 23 ++-- include/linux/dax.h | 26 ++++ kernel/trace/trace.h | 1 - kernel/trace/trace_events_hist.c | 13 +- 26 files changed, 348 insertions(+), 290 deletions(-)