This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f654f0fc0bd3 Merge branch 'akpm' (patches from Andrew) new d6752e185c31 rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configured new 15d82d224987 rtc: sh: Fix invalid alarm warning for non-enabled alarm new 22e7d5148d9a rtc: sd3078: fix manufacturer name new 882c5e552ffd rtc: da9063: set uie_unsupported when relevant new be76865df56f Merge tag 'rtc-5.1-2' of git://git.kernel.org/pub/scm/linu [...] new 10dce8af3422 fs: stream_open - opener for stream-like files so that rea [...]
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: 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 +++++++++++++++++++++++++++++++ 9 files changed, 401 insertions(+), 10 deletions(-) create mode 100644 scripts/coccinelle/api/stream_open.cocci