This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from df8c66c4cfb9 Merge tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/ [...] new 0f9342513cc7 xfs: check free AG space when making per-AG reservations new 6b69e485894b xfs: standardize extent size hint validation new 603f000b15f2 xfs: validate extsz hints against rt extent size when rtin [...] new 9f5815315e0b xfs: add new IRC channel to MAINTAINERS new 991c2c5980fb xfs: btree format inode forks can have zero extents new 0fe0bbe00a6f xfs: bunmapi has unnecessary AG lock ordering issues new 75b9c727afcc Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/s [...] new eac2f3059e02 riscv: stacktrace: fix the riscv stacktrace when CONFIG_FR [...] new 97a031082320 riscv: Select ARCH_USE_MEMTEST new 02ccdeed1817 riscv: kprobes: Fix build error when MMU=n new bab0d47c0ebb riscv: kexec: Fix W=1 build warnings new 9d68fe84f8c5 Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.o [...] new aac902925ea6 Documentation: seccomp: Fix user notification documentation new ddc473916955 seccomp: Refactor notification handler to prepare for new [...] new 9a76c0ee3a75 Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.or [...] new d4b250562fb8 i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected" new 9dd45bbad947 i2c: icy: Remove unused variable new_fwnode in icy_probe() new 52b806e8d6b3 i2c: I2C_HISI should depend on ACPI new c4740e293c93 i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E new 72ab7b6bb1a6 i2c: busses: i2c-nomadik: Fix formatting issue pertaining [...] new 45ce82f5eaed i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant [...] new f09aa114c4af i2c: busses: i2c-ali1563: File headers are not good candid [...] new 6eb8a4736931 i2c: busses: i2c-cadence: Fix incorrectly documented 'enum [...] new b4c760de3ced i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_ [...] new f9f193fc222b i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide d [...] new d4c73d41bef0 i2c: busses: i2c-ocores: Place the expected function names [...] new 3e0f8672f168 i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' [...] new 721a6fe5f958 i2c: busses: i2c-st: Fix copy/paste function misnaming issues new a00cb25169d5 i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' fr [...] new a5063ab97602 dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag new 7adc7b225cdd powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2 [...] new 19ae697a1e4e powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2 [...] new 8f0cdec8b5fd i2c: mpc: implement erratum A-004447 workaround new e4d8716c3dce i2c: i801: Don't generate an interrupt on bus reset new fed1bd51a504 i2c: mediatek: Disable i2c start_en and clear intr_stat br [...] new 24990423267e i2c: s3c2410: fix possible NULL pointer deref on read mess [...] new 8aa0ae439966 MAINTAINERS: adjust to removing i2c designware platform data new b90e90f40b4f Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 38 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: Documentation/devicetree/bindings/i2c/i2c-mpc.yaml | 7 ++ Documentation/userspace-api/seccomp_filter.rst | 16 ++-- MAINTAINERS | 2 +- arch/powerpc/boot/dts/fsl/p1010si-post.dtsi | 8 ++ arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 16 ++++ arch/riscv/Kconfig | 1 + arch/riscv/include/asm/kexec.h | 4 +- arch/riscv/kernel/machine_kexec.c | 11 ++- arch/riscv/kernel/probes/kprobes.c | 2 + arch/riscv/kernel/stacktrace.c | 14 +-- drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-ali1563.c | 2 +- drivers/i2c/busses/i2c-cadence.c | 2 +- drivers/i2c/busses/i2c-designware-master.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 3 +- drivers/i2c/busses/i2c-i801.c | 6 +- drivers/i2c/busses/i2c-icy.c | 1 - drivers/i2c/busses/i2c-mpc.c | 81 ++++++++++++++++- drivers/i2c/busses/i2c-mt65xx.c | 5 + drivers/i2c/busses/i2c-nomadik.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 8 +- drivers/i2c/busses/i2c-pnx.c | 8 +- drivers/i2c/busses/i2c-qcom-geni.c | 2 +- drivers/i2c/busses/i2c-s3c2410.c | 3 + drivers/i2c/busses/i2c-sh_mobile.c | 2 +- drivers/i2c/busses/i2c-st.c | 4 +- drivers/i2c/busses/i2c-stm32f4.c | 2 +- drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 4 +- fs/xfs/libxfs/xfs_ag_resv.c | 18 +++- fs/xfs/libxfs/xfs_bmap.c | 12 --- fs/xfs/libxfs/xfs_inode_buf.c | 46 +++++++++- fs/xfs/libxfs/xfs_trans_inode.c | 17 ++++ fs/xfs/xfs_inode.c | 29 ++++++ fs/xfs/xfs_ioctl.c | 101 +++++++-------------- fs/xfs/xfs_message.h | 2 + kernel/seccomp.c | 30 +++--- 36 files changed, 324 insertions(+), 151 deletions(-)