This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from f654f0fc0bd3 Merge branch 'akpm' (patches from Andrew) adds d6752e185c31 rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configured adds 15d82d224987 rtc: sh: Fix invalid alarm warning for non-enabled alarm adds 22e7d5148d9a rtc: sd3078: fix manufacturer name adds 882c5e552ffd rtc: da9063: set uie_unsupported when relevant adds be76865df56f Merge tag 'rtc-5.1-2' of git://git.kernel.org/pub/scm/linu [...] adds 10dce8af3422 fs: stream_open - opener for stream-like files so that rea [...] adds c2f8d7cb32cd Revert: parisc: Use F_EXTEND() macro in iosapic code adds 45efd871bf0a parisc: regs_return_value() should return gpr28 adds f324fa583277 parisc: also set iaoq_b in instruction_pointer_set() adds d006e95b5561 parisc: Detect QEMU earlier in boot process adds 373c39250857 Merge branch 'parisc-5.1-2' of git://git.kernel.org/pub/sc [...] adds 3ace6891ce8b i2c: imx: don't leak the i2c adapter on error adds faac51ddac45 Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...] adds 872e192fab64 scsi: qedi: remove declaration of nvm_image from stack adds 1cb1d2c64e81 scsi: core: add new RDAC LENOVO/DE_Series device adds 382e06d11e07 scsi: storvsc: Fix calculation of sub-channel count adds ed2e63aaec4f scsi: storvsc: Reduce default ring buffer size to 128 Kbytes adds 4eb015358866 scsi: lpfc: Fix missing wakeups on abort threads new eccc58cb10fe Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new d9b8a67b3b95 mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer new 82331a70cc3c Merge tag 'mtd/fixes-for-5.1-rc4' of git://git.kernel.org/ [...] new ad94dc3a7eb5 xen: use struct_size() helper in kzalloc() new 42d8644bd77d xen: Prevent buffer overflow in privcmd ioctl new 3b0468914708 Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/parisc/include/asm/ptrace.h | 5 +- arch/parisc/kernel/process.c | 6 - arch/parisc/kernel/setup.c | 3 + arch/x86/include/asm/xen/hypercall.h | 3 + drivers/i2c/busses/i2c-imx.c | 4 +- drivers/mtd/chips/cfi_cmdset_0002.c | 6 +- drivers/parisc/iosapic.c | 6 +- drivers/rtc/Kconfig | 4 +- drivers/rtc/rtc-cros-ec.c | 4 +- drivers/rtc/rtc-da9063.c | 7 + drivers/rtc/rtc-sh.c | 2 +- drivers/scsi/lpfc/lpfc_scsi.c | 7 +- drivers/scsi/qedi/qedi_main.c | 7 +- drivers/scsi/scsi_devinfo.c | 1 + drivers/scsi/scsi_dh.c | 1 + drivers/scsi/storvsc_drv.c | 15 +- drivers/xen/privcmd-buf.c | 3 +- drivers/xen/xenbus/xenbus_dev_frontend.c | 4 +- fs/open.c | 18 ++ fs/read_write.c | 5 +- include/linux/fs.h | 4 + scripts/coccinelle/api/stream_open.cocci | 363 +++++++++++++++++++++++++++++++ 22 files changed, 443 insertions(+), 35 deletions(-) create mode 100644 scripts/coccinelle/api/stream_open.cocci