This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4e23eeebb2e5 Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux new 38857318692a coccinelle: Extend address test from ifaddr semantic patch [...] new 8e54fe1b0f03 coccinelle: Remove script that checks replacing 0/1 with f [...] new bbd5c96850d9 scripts/coccinelle/free: add NULL test before dev_{put, ho [...] new 18c06cf868bc coccinelle: free: add version constraint new f01701cec8cb update Coccinelle URL new cab9de71694d Merge tag 'coccinelle-for-5.20' of git://git.kernel.org/pu [...] new 52be93558a9b Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbu [...] new 5182fecc4be8 PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu() new bf28462e20b5 drm/hyperv : Removing the restruction of VRAM allocation w [...] new d180e0a1be6c Drivers: hv: Create debugfs file with hyper-v balloon usag [...] new df7a456e7d1d Merge tag 'hyperv-next-signed-20220807' of git://git.kerne [...] new d9c26e0a58b0 mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb new 60545466180e dt-bindings: mailbox: qcom,apcs-kpss-global: Add syscon co [...] new 095730dd4ca5 dt-bindings: mailbox: imx-mu: add RST channel new 82ab513baed5 mailbox: imx: support RST channel new 1a607e102fe0 dt-bindings: mailbox: qcom-ipcc: Add SM6375 compatible new 8a8dc2b9596e mailbox: imx: clear pending interrupts new 92ceebf920aa Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing- [...] new 0e01d176d578 hwspinlock: using pm_runtime_resume_and_get instead of pm_ [...] new cdab30b44518 hwspinlock: qcom: Add support for mmio usage to sfpb-mutex new 3466f49dd0dd Merge tag 'hwlock-v5.20' of git://git.kernel.org/pub/scm/l [...]
The 21 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: .../devicetree/bindings/mailbox/fsl,mu.yaml | 6 +- .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 46 +++---- .../devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + drivers/hv/connection.c | 11 ++ drivers/hv/hv_balloon.c | 135 ++++++++++++++++++++- drivers/hv/hyperv_vmbus.h | 7 ++ drivers/hv/vmbus_drv.c | 27 +++-- drivers/hwspinlock/omap_hwspinlock.c | 6 +- drivers/hwspinlock/qcom_hwspinlock.c | 28 ++++- drivers/mailbox/imx-mailbox.c | 40 +++++- drivers/mailbox/mtk-cmdq-mailbox.c | 11 -- include/linux/mailbox/mtk-cmdq-mailbox.h | 10 -- scripts/coccinelle/api/alloc/zalloc-simple.cocci | 2 +- scripts/coccinelle/api/atomic_as_refcounter.cocci | 2 +- scripts/coccinelle/api/check_bq27xxx_data.cocci | 2 +- scripts/coccinelle/api/d_find_alias.cocci | 2 +- scripts/coccinelle/api/err_cast.cocci | 2 +- scripts/coccinelle/api/kstrdup.cocci | 2 +- scripts/coccinelle/api/memdup.cocci | 2 +- scripts/coccinelle/api/memdup_user.cocci | 2 +- scripts/coccinelle/api/pm_runtime.cocci | 2 +- scripts/coccinelle/api/resource_size.cocci | 2 +- scripts/coccinelle/free/clk_put.cocci | 2 +- scripts/coccinelle/free/devm_free.cocci | 2 +- scripts/coccinelle/free/ifnulldev_put.cocci | 55 +++++++++ scripts/coccinelle/free/iounmap.cocci | 2 +- scripts/coccinelle/free/kfree.cocci | 2 +- scripts/coccinelle/free/kfreeaddr.cocci | 2 +- scripts/coccinelle/free/pci_free_consistent.cocci | 2 +- .../iterators/device_node_continue.cocci | 2 +- scripts/coccinelle/iterators/for_each_child.cocci | 2 +- scripts/coccinelle/iterators/itnull.cocci | 2 +- .../coccinelle/iterators/list_entry_update.cocci | 2 +- scripts/coccinelle/iterators/use_after_iter.cocci | 2 +- scripts/coccinelle/locks/call_kern.cocci | 2 +- scripts/coccinelle/locks/double_lock.cocci | 2 +- scripts/coccinelle/locks/flags.cocci | 2 +- scripts/coccinelle/locks/mini_lock.cocci | 2 +- scripts/coccinelle/misc/boolreturn.cocci | 59 --------- scripts/coccinelle/misc/cstptr.cocci | 2 +- scripts/coccinelle/misc/doubleinit.cocci | 2 +- scripts/coccinelle/misc/ifcol.cocci | 2 +- scripts/coccinelle/misc/newline_in_nl_msg.cocci | 2 +- scripts/coccinelle/misc/noderef.cocci | 2 +- scripts/coccinelle/misc/orplus.cocci | 2 +- scripts/coccinelle/misc/returnvar.cocci | 2 +- scripts/coccinelle/misc/semicolon.cocci | 2 +- .../misc/{ifaddr.cocci => test_addr.cocci} | 6 +- scripts/coccinelle/misc/warn.cocci | 2 +- scripts/coccinelle/null/badzero.cocci | 2 +- scripts/coccinelle/null/deref_null.cocci | 2 +- scripts/coccinelle/null/eno.cocci | 2 +- scripts/coccinelle/null/kmerr.cocci | 2 +- scripts/coccinelle/tests/doublebitand.cocci | 2 +- scripts/coccinelle/tests/doubletest.cocci | 2 +- scripts/coccinelle/tests/odd_ptr_err.cocci | 2 +- .../tests/unsigned_lesser_than_zero.cocci | 2 +- 57 files changed, 354 insertions(+), 178 deletions(-) create mode 100644 scripts/coccinelle/free/ifnulldev_put.cocci delete mode 100644 scripts/coccinelle/misc/boolreturn.cocci rename scripts/coccinelle/misc/{ifaddr.cocci => test_addr.cocci} (87%)