This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8afe6f0e0e25 Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesk [...]
new 93cd05976498 x86/xen: add CPU dependencies for 32-bit build
new b7bc7bce88bd Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org [...]
new 1d656bd259ed gpiolib: cdev: add gpio_device locking wrapper around gpio [...]
new 1cc3542c76ac gpio: dwapb: mask/unmask IRQ when disable/enale it
new a9ca0330d222 Merge tag 'gpio-fixes-for-v6.7-rc7' of git://git.kernel.or [...]
new 043465b66506 i2c: qcom-geni: fix missing clk_disable_unprepare() and ge [...]
new 19cde9c92b8d i2c: rk3x: fix potential spinlock recursion on poll
new b4cc1cbba519 i2c: aspeed: Handle the coalesced stop conditions with the [...]
new 2618280dedb2 Merge tag 'i2c-for-6.7-rc8' of git://git.kernel.org/pub/sc [...]
new 02a460adfc49 ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA
new ec1de5c214eb ALSA: hda/tas2781: select program 0, conf 0 by default
new 48d6b91798a6 ALSA: usb-audio: Increase delay in MOTU M quirk
new 13d605e32e4c kselftest: alsa: fixed a print formatting warning
new 8c4c216db8fb ALSA: hda: cs35l41: Add config table to support many lapto [...]
new b592ed2e1d78 ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models
new a40ce9f4bdbe ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models
new b257187bcff4 ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models
new 51d976079976 ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
new 2b35b66d82dc ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models
new ae53e2198cb8 ALSA: hda/realtek: Add quirks for ASUS Zenbook 2023 Models
new d20d36755a60 ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix top [...]
new 12e102b1bd22 ASoC: cs35l45: Use modern pm_ops
new c3c8b088949b ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
new a0ffa8115e1e ASoC: cs35l45: Prevents spinning during runtime suspend
new 02a914ed475d ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 pref [...]
new dc96528b176f ASoC: cs42l43: Don't enable bias sense during type detect
new f32c80d34249 ASoC: tas2781: check the validity of prm_no/cfg_no
new 99c7bb44f574 ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifeta [...]
new b1b6131bca35 ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
new 025222a9d6d2 ASoC: hdmi-codec: fix missing report for jack initial status
new 8f0f01647550 ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
new 092a13624709 Merge tag 'asoc-fix-v6.7-rc7' of https://git.kernel.org/pu [...]
new ed7326a24a1a ALSA: hda: cs35l41: Do not allow uninitialised variables t [...]
new 916d051730ae ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled [...]
new 5414aea7b750 Merge tag 'sound-6.7-rc7' of git://git.kernel.org/pub/scm/ [...]
The 35 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/x86/xen/Kconfig | 1 +
drivers/gpio/gpio-dwapb.c | 12 +-
drivers/gpio/gpiolib-cdev.c | 16 +-
drivers/i2c/busses/i2c-aspeed.c | 48 ++-
drivers/i2c/busses/i2c-qcom-geni.c | 8 +-
drivers/i2c/busses/i2c-rk3x.c | 13 +-
sound/pci/hda/cs35l41_hda.c | 2 +
sound/pci/hda/cs35l41_hda.h | 5 +-
sound/pci/hda/cs35l41_hda_property.c | 365 +++++++++++++++++++---
sound/pci/hda/patch_realtek.c | 38 ++-
sound/pci/hda/tas2781_hda_i2c.c | 4 +
sound/soc/codecs/cs35l45-i2c.c | 2 +-
sound/soc/codecs/cs35l45-spi.c | 2 +-
sound/soc/codecs/cs35l45.c | 56 +++-
sound/soc/codecs/cs42l43-jack.c | 23 +-
sound/soc/codecs/hdmi-codec.c | 12 +-
sound/soc/codecs/tas2781-fmwlib.c | 14 +-
sound/soc/fsl/fsl_sai.c | 3 +
sound/soc/intel/boards/bytcr_rt5640.c | 31 +-
sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 8 +-
sound/soc/sof/mediatek/mt8186/mt8186.c | 3 -
sound/usb/quirks.c | 4 +-
tools/testing/selftests/alsa/mixer-test.c | 2 +-
23 files changed, 549 insertions(+), 123 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 binutils-gdb.
from 9b9e5c09b18 Fix build with clang 16
new 2a89c9508ea Introduce and use DAPException
new dfc4bd461b4 Add DAP log level parameter
new 0b32d225818 Avoid exception from attach in DAP
new 2129106d208 Check for rogue DAP exceptions in test suite
The 4 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:
gdb/NEWS | 5 ++++
gdb/doc/gdb.texinfo | 18 +++++++++++++
gdb/python/lib/gdb/dap/breakpoint.py | 12 ++++++---
gdb/python/lib/gdb/dap/evaluate.py | 12 ++++-----
gdb/python/lib/gdb/dap/events.py | 33 ++++++++++++++++++++----
gdb/python/lib/gdb/dap/launch.py | 7 +++---
gdb/python/lib/gdb/dap/server.py | 10 ++++++++
gdb/python/lib/gdb/dap/sources.py | 6 ++---
gdb/python/lib/gdb/dap/startup.py | 49 +++++++++++++++++++++++++++++++++---
gdb/python/lib/gdb/dap/varref.py | 6 ++---
gdb/testsuite/lib/dap-support.exp | 34 ++++++++++++++++++++++++-
11 files changed, 163 insertions(+), 29 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 release/2.38/master
in repository glibc.
from 44f757a636 LoongArch: Delete excessively allocated memory.
new ccdc4cba07 elf: Fix TLS modid reuse generation assignment (BZ 29039)
new 0de9082ed8 elf: Add TLS modid reuse test for bug 29039
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:
elf/Makefile | 15 +++++++++
elf/dl-tls.c | 1 +
elf/tst-tlsgap-mod0.c | 2 ++
elf/tst-tlsgap-mod1.c | 2 ++
elf/tst-tlsgap-mod2.c | 2 ++
elf/tst-tlsgap.c | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 114 insertions(+)
create mode 100644 elf/tst-tlsgap-mod0.c
create mode 100644 elf/tst-tlsgap-mod1.c
create mode 100644 elf/tst-tlsgap-mod2.c
create mode 100644 elf/tst-tlsgap.c
--
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 release/2.36/master
in repository glibc.
from 88d5d70b1e Revert "elf: Move l_init_called_next to old place of l_text_ [...]
new 882a991620 elf: Fix TLS modid reuse generation assignment (BZ 29039)
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:
elf/dl-tls.c | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.37/master
in repository glibc.
from 5014fb12f4 elf: Fix wrong break removal from 8ee878592c
new 874d418697 elf: Fix TLS modid reuse generation assignment (BZ 29039)
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:
elf/dl-tls.c | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.35/master
in repository glibc.
from 01ea8d9dde Revert "elf: Move l_init_called_next to old place of l_text_ [...]
new 5f08ec08d0 elf: Fix TLS modid reuse generation assignment (BZ 29039)
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:
elf/dl-tls.c | 1 +
1 file changed, 1 insertion(+)
--
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 54ede87e196 gdb: fix refactoring hiccup in rs6000_register_to_value
new 9b9e5c09b18 Fix build with clang 16
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:
gdbsupport/new-op.cc | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.