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-master-arm-mainline-defconfig 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 [...]
No new revisions were added by this update.
Summary of changes: arch/parisc/include/asm/ptrace.h | 5 +- arch/parisc/kernel/process.c | 6 - arch/parisc/kernel/setup.c | 3 + drivers/i2c/busses/i2c-imx.c | 4 +- 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/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 +++++++++++++++++++++++++++++++ 14 files changed, 415 insertions(+), 20 deletions(-) create mode 100644 scripts/coccinelle/api/stream_open.cocci