This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3bf7edc84a9e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 3777ea7bac31 xen/xenbus: don't let xenbus_grant_ring() remove grants in [...] new 6b1775f26a2d xen/grant-table: add gnttab_try_end_foreign_access() new abf1fd5919d6 xen/blkfront: don't use gnttab_query_foreign_access() for [...] new 31185df7e2b1 xen/netfront: don't use gnttab_query_foreign_access() for [...] new 33172ab50a53 xen/scsifront: don't use gnttab_query_foreign_access() for [...] new d3b6372c5881 xen/gntalloc: don't use gnttab_query_foreign_access() new 1dbd11ca75fe xen: remove gnttab_query_foreign_access() new cd7bcfab4e73 xen/usb: don't use gnttab_end_foreign_access() in xenhcd_g [...] new 5cadd4bb1d7f xen/9p: use alloc/free_pages_exact() new b0576cc9c6b8 xen/pvcalls: use alloc/free_pages_exact() new 42baefac638f xen/gnttab: fix gnttab_end_foreign_access() without page s [...] new 66e3531b33ee xen/netfront: react properly to failing gnttab_end_foreign [...] new b5521fe9a933 Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/sc [...] new 4e7c4d3652f9 clk: qcom: gdsc: Add support to update GDSC transition delay new 6e6fec3f961c clk: qcom: dispcc: Update the transition delay for MDSS GDSC new aa091a6a91df clk: lan966x: Fix linking error new 9c674947f611 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 5f84e73f9a8f gpio: tegra186: Add IRQ per bank for Tegra241 new fc328a7d1fcc gpio: Revert regression in sysfs-gpio (gpiolib.c) new 660c619b9d7c gpiolib: acpi: Convert ACPI value of debounce to microseconds new a9a5b720dc82 gpio: sim: Declare gpio_sim_hog_config_item_ops static new 03fe00354797 gpio: ts4900: Do not set DAT and OE together new 55d01c98a88b gpio: sim: fix a typo new cef06913a0af Merge tag 'gpio-fixes-for-v5.17' of git://git.kernel.org/p [...] new b1a384d2cbcc ARM: fix build warning in proc-v7-bugs.c
The 25 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/arm/mm/proc-v7-bugs.c | 3 +- drivers/block/xen-blkfront.c | 63 +++++++++++++++++++-------------- drivers/clk/Kconfig | 2 ++ drivers/clk/qcom/dispcc-sc7180.c | 5 ++- drivers/clk/qcom/dispcc-sc7280.c | 5 ++- drivers/clk/qcom/dispcc-sm8250.c | 5 ++- drivers/clk/qcom/gdsc.c | 26 +++++++++++--- drivers/clk/qcom/gdsc.h | 8 ++++- drivers/gpio/gpio-sim.c | 4 +-- drivers/gpio/gpio-tegra186.c | 2 ++ drivers/gpio/gpio-ts4900.c | 24 ++++++++++--- drivers/gpio/gpiolib-acpi.c | 6 ++-- drivers/gpio/gpiolib.c | 20 +++++------ drivers/net/xen-netfront.c | 54 ++++++++++++++++++----------- drivers/scsi/xen-scsifront.c | 3 +- drivers/usb/host/xen-hcd.c | 26 +++++++++----- drivers/xen/gntalloc.c | 25 ++++---------- drivers/xen/grant-table.c | 71 +++++++++++++++++++++----------------- drivers/xen/pvcalls-front.c | 8 ++--- drivers/xen/xenbus/xenbus_client.c | 24 ++++++------- include/xen/grant_table.h | 19 ++++++++-- net/9p/trans_xen.c | 14 ++++---- 22 files changed, 254 insertions(+), 163 deletions(-)