This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1a87f838108 Daily bump.
new a8f588be038 Fortran: Fix typo in documentation of BOZ
The 1 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:
gcc/fortran/gfortran.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 7e7c3830b5c Daily bump.
new c85dee62fd8 Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 6c84cc4389b Daily bump.
new 05f101620dd Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 0c57b4fcb41 Daily bump.
new c571dbf7756 Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ade5ac7c796 diagnostics: Fix sporadic test failure
new 1a87f838108 Daily bump.
The 1 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:
ChangeLog | 5 +++++
gcc/ChangeLog | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from c5b349e1c59 sim: ppc: enable -Wno-format for mingw targets
new eddc7b6871d Automatic date update in version.in
The 1 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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_36-branch
in repository binutils-gdb.
from 5411a4251ea Automatic date update in version.in
new c2b48366f99 Automatic date update in version.in
The 1 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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-10-branch
in repository binutils-gdb.
from db2324b5c4b Automatic date update in version.in
new 0640d06856b Automatic date update in version.in
The 1 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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1f8ef36f752 sim: v850: add pointer casts for execv on Windows
new 952170707bb sim: ppc: avoid shadowing errno
new c5b349e1c59 sim: ppc: enable -Wno-format for mingw targets
The 2 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:
sim/ppc/ChangeLog | 13 +++++++++++++
sim/ppc/configure | 3 +++
sim/ppc/configure.ac | 5 +++++
sim/ppc/emul_generic.c | 12 ++++++------
sim/ppc/emul_generic.h | 4 ++--
sim/ppc/emul_netbsd.c | 4 ----
sim/ppc/emul_unix.c | 4 ----
7 files changed, 29 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.