This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_41-branch
in repository binutils-gdb.
from 7131a8f347b Automatic date update in version.in
new 29f13c645d2 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 linux.
from d7807d8544e5 Merge tag 'apparmor-pr-2024-01-03' of git://git.kernel.org [...]
new f93e71aea6c6 Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
new 0ee2030af4e3 MAINTAINERS: Orphan Cadence PCIe IP
new ac865f00af29 Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/s [...]
The 3 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:
CREDITS | 4 ++++
MAINTAINERS | 5 ++---
drivers/pci/pci.c | 6 ++++++
drivers/pci/pci.h | 2 ++
drivers/pci/pcie/aspm.c | 19 +++++++++++++++++++
5 files changed, 33 insertions(+), 3 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 master
in repository linux.
from 610a9b8f49fb Linux 6.7-rc8
new fa014953f940 bcachefs: Fix extents iteration + snapshots interaction
new f2eb8434e4fe bcachefs: fix invalid free in dio write path
new f87bf892ea98 bcachefs: fix setting version_upgrade_complete
new 73ab9e03861c bcachefs: Factor out darray resize slowpath
new a58a6a58f5ad bcachefs: Switch darray to kvmalloc()
new 099dc5c29dff bcachefs: DARRAY_PREALLOCATED()
new d9534cc9fc45 bcachefs: fix buffer overflow in nocow write path
new 6b49b0f7e738 bcachefs: move BCH_SB_ERRS() to sb-errors_types.h
new 560661d4ae06 bcachefs: prt_bitflags_vector()
new 808c680f2a25 bcachefs: Add persistent identifiers for recovery passes
new 8b16413cda7c bcachefs: bch_sb.recovery_passes_required
new 84f1638795da bcachefs: bch_sb_field_downgrade
new 0d72ab35a925 bcachefs: make RO snapshots actually RO
new 981d04137a4b Merge tag 'bcachefs-2024-01-01' of https://evilpiepirate.o [...]
new ad579864637a tracefs: Check for dentry->d_inode exists in set_gid()
new fd56cd5f6d76 eventfs: Fix bitwise fields for "is_events"
new 360f0342b2e9 Merge tag 'trace-v6.7-rc8' of git://git.kernel.org/pub/scm [...]
new 01638431c465 efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hd [...]
new 94a502eb5977 Merge tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/ [...]
new 8026e40608b4 apparmor: Fix move_mount mediation by detecting if source [...]
new d7807d8544e5 Merge tag 'apparmor-pr-2024-01-03' of git://git.kernel.org [...]
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:
drivers/firmware/efi/libstub/x86-stub.c | 2 +
fs/bcachefs/Makefile | 2 +
fs/bcachefs/acl.c | 3 +-
fs/bcachefs/bcachefs.h | 1 +
fs/bcachefs/bcachefs_format.h | 51 +++++--
fs/bcachefs/btree_iter.c | 35 +++--
fs/bcachefs/darray.c | 24 +++
fs/bcachefs/darray.h | 48 +++---
fs/bcachefs/errcode.h | 3 +
fs/bcachefs/error.c | 3 +
fs/bcachefs/fs-io-direct.c | 13 +-
fs/bcachefs/fs-ioctl.c | 12 +-
fs/bcachefs/fs.c | 38 ++++-
fs/bcachefs/io_write.c | 82 +++++------
fs/bcachefs/printbuf.c | 22 +++
fs/bcachefs/printbuf.h | 2 +
fs/bcachefs/recovery.c | 137 ++++++++++++++---
fs/bcachefs/recovery.h | 3 +
fs/bcachefs/recovery_types.h | 86 ++++++-----
fs/bcachefs/sb-clean.c | 2 -
fs/bcachefs/sb-downgrade.c | 188 ++++++++++++++++++++++++
fs/bcachefs/sb-downgrade.h | 10 ++
fs/bcachefs/sb-errors.c | 6 +-
fs/bcachefs/sb-errors.h | 253 +-------------------------------
fs/bcachefs/sb-errors_types.h | 253 ++++++++++++++++++++++++++++++++
fs/bcachefs/subvolume.c | 18 +++
fs/bcachefs/subvolume.h | 3 +
fs/bcachefs/super-io.c | 86 ++++++++++-
fs/bcachefs/super-io.h | 12 +-
fs/bcachefs/util.h | 1 +
fs/bcachefs/xattr.c | 3 +-
fs/tracefs/inode.c | 4 +
fs/tracefs/internal.h | 2 +-
security/apparmor/apparmorfs.c | 1 +
security/apparmor/mount.c | 4 +
35 files changed, 989 insertions(+), 424 deletions(-)
create mode 100644 fs/bcachefs/darray.c
create mode 100644 fs/bcachefs/sb-downgrade.c
create mode 100644 fs/bcachefs/sb-downgrade.h
--
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 pending-fixes
in repository linux-next.
omits 29f356fda103 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits 237083092343 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 48b0da025785 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits 7f52ae12ec5f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a758048a1442 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits d7a6ec21e4a5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 3922396cab81 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits 83ca7207d9b0 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 47d03143fe60 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 9ca746ad599e Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 330f8d0a01f3 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 096d9ff7a97e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 03dec1abd82e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits b2cf5ae83f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits e895ae44d58d Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2efe3eac9706 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 552672778c92 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 9d4bf37e8063 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
omits daf6be48fe16 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 1ce7d3dbed19 Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
new d5d91605c41c Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 08e1e678e518 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
new 47c7595eda76 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
new 9a03f495a8d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 8cdafdd94654 Revert "net: ipv6/addrconf: clamp preferred_lft to the min [...]
new d5a306aedba3 sfc: fix a double-free bug in efx_probe_filters
new fe6d8300a7af MAINTAINERS: Update mvpp2 driver email
new 118ba479d02c MAINTAINERS: add Geliang as reviewer for MPTCP
new 4c0288299fd0 mptcp: prevent tcp diag from closing listener subflows
new d5a13915ae2f Merge branch 'mptcp-new-reviewer-and-prevent-a-warning'
new e584f2ff1e6c net: bcmgenet: Fix FCS generation for fragmented skbuffs
new 01b2885d9415 net: Save and restore msg_namelen in sock_sendmsg
new 985b345b0a18 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new e6345d2824a3 netfilter: nf_nat: fix action not being set for all ct states
new b29be0ca8e81 netfilter: nft_immediate: drop chain reference counter on error
new a496e1013c47 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 8c14dbf36424 ALSA: hda: cs35l41: fix building without CONFIG_SPI
new c344ef36dbc2 ASoC: SOF: Intel: hda-codec: Delay the codec device registration
new 1fec3fff6815 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 3150b70e944e ASoC: meson: g12a-toacodec: Validate written enum values
new 1e001206804b ASoC: meson: g12a-tohdmitx: Validate written enum values
new 172c88244b5f ASoC: meson: g12a-toacodec: Fix event generation
new b036d8ef3120 ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
new 2c39b4dfdab1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new f93e71aea6c6 Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
new 0ee2030af4e3 MAINTAINERS: Orphan Cadence PCIe IP
new 63285cf5fba4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 1c91b65fe235 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new 2242e6372d9d Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
new cfb69c9d77f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 11494c7899d3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new bc2fdea00652 Merge tag 'drm-intel-fixes-2023-12-28' of git://anongit.fr [...]
new e3845dd652d8 Merge branch 'drm-fixes' of git://git.freedesktop.org/git/ [...]
new 8abf77c88929 mmc: sdhci-sprd: Fix eMMC init failure after hw reset
new 8895c0fef08d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 07b00ac9b8ac Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new c2dc446b3442 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f74687c6539e Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
new 171eeffe3894 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new dffa4b3b7491 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (29f356fda103)
\
N -- N -- N refs/heads/pending-fixes (dffa4b3b7491)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 40 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:
CREDITS | 4 ++++
Documentation/networking/ip-sysctl.rst | 2 +-
MAINTAINERS | 8 ++++----
drivers/mmc/host/sdhci-sprd.c | 10 +++++++---
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 4 +++-
drivers/net/ethernet/sfc/rx_common.c | 4 +++-
net/ipv6/addrconf.c | 18 +++++-------------
net/mptcp/subflow.c | 13 +++++++++++++
net/netfilter/nf_nat_ovs.c | 3 ++-
net/netfilter/nft_immediate.c | 2 +-
net/socket.c | 2 ++
sound/pci/hda/cs35l41_hda_property.c | 4 +---
sound/soc/meson/g12a-toacodec.c | 5 ++++-
sound/soc/meson/g12a-tohdmitx.c | 8 +++++++-
sound/soc/sof/intel/hda-codec.c | 18 +++++++++---------
15 files changed, 66 insertions(+), 39 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 google/grte/v5-2.27/master
in repository glibc.
from 2d7ea00f76 Replace math-barriers with math_private
new 2b1ebe408a Typo in configure.ac
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:
configure.ac | 1 -
1 file changed, 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 google/grte/v5-2.27/master
in repository glibc.
from 57afddcb68 -DWANT_FLOAT usage and enable float128 tests
new 5ac69deee6 Get rid of WANT_FLOAT128 usage in floatn.h
new 0778e25fe1 Sync configure.ac with configure script
new 66cff6cd8a x86_64: Add SSE sfp-exceptions
new e371f141f9 Expose __isinff128 for clang
new 2d7ea00f76 Replace math-barriers with math_private
The 5 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:
Makefile | 4 ---
configure.ac | 6 -----
math/Makefile | 4 ---
sysdeps/generic/math_private.h | 2 +-
sysdeps/x86/bits/floatn.h | 2 +-
sysdeps/x86/fpu/sfp-exceptions.c | 57 ++++++++++++++++++++++++++++++++++++++++
sysdeps/x86_64/fpu/Makefile | 4 ++-
7 files changed, 62 insertions(+), 17 deletions(-)
create mode 100644 sysdeps/x86/fpu/sfp-exceptions.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.