This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 2af3e53a4dc0 Merge tag 'drm-fixes-2023-04-21' of git://anongit.freedesk [...]
new 5a43001c0169 ASN.1: Fix check for strdup() success
new bc66b591903e ALSA: hda/realtek: Remove specific patch for Dell Precision 3260
new de6aa72b265b ASoC: SOF: ipc4-topology: Clarify bind failure caused by m [...]
new 0b186bb06198 ASoC: SOF: pm: Tear down pipelines only if DSP was active
new 352e1eb17eee ASoC: max98373: change power down sequence for smart amp
new 238787157d83 ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
new 86a24e99c972 ASoC: fsl_asrc_dma: fix potential null-ptr-deref
new 990cbca00226 Merge tag 'asoc-fix-v6.3-rc7' of https://git.kernel.org/pu [...]
new 2ae147d643d3 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
new a14e151910dd Merge tag 'sound-6.3' of git://git.kernel.org/pub/scm/linu [...]
new 01407940f9cd gpio: 104-dio-48e: Enable use_raw_spinlock for dio48e_regm [...]
new 2ce987d7eeb1 gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_config
new bdc83e00f0a1 Merge tag 'gpio-fixes-for-v6.3' of git://git.kernel.org/pu [...]
new 73a428b37b9b iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_ [...]
new ffef73791574 iio: dac: ad5755: Add missing fwnode_handle_put()
new b1cb00d51e36 iio: light: tsl2772: fix reading proximity-diodes from dev [...]
new 265f1ecff7bf Merge tag 'iio-fixes-for-6.3b' of https://git.kernel.org/p [...]
new c3d79fda250a fpga: m10bmc-sec: Fix rsu_send_data() to return FW_UPLOAD_ [...]
new 83a458e330ff fpga: dfl-pci: Drop redundant pci_enable_pcie_error_reporting()
new d2b727cb532b fpga: xilinx-pr-decoupler: Use readl wrapper instead of pu [...]
new dc70eb868b9c fpga: bridge: properly initialize bridge device before pop [...]
new a042d7feae7e Merge tag 'fpga-for-6.3-final' of git://git.kernel.org/pub [...]
new 8fd06d441e35 Merge tag 'char-misc-6.3-final' of git://git.kernel.org/pu [...]
new 81ea1222f2fa Revert "block: Merge bio before checking ->cached_rq"
new 334e5a8206af Merge tag 'block-6.3-2023-04-21' of git://git.kernel.dk/linux
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:
block/blk-mq.c | 7 +++----
drivers/fpga/dfl-pci.c | 20 ++++++--------------
drivers/fpga/fpga-bridge.c | 3 ++-
drivers/fpga/intel-m10-bmc-sec-update.c | 2 +-
drivers/fpga/xilinx-pr-decoupler.c | 2 +-
drivers/gpio/gpio-104-dio-48e.c | 1 +
drivers/gpio/gpio-104-idi-48.c | 1 +
drivers/iio/adc/at91-sama5d2_adc.c | 2 +-
drivers/iio/dac/ad5755.c | 1 +
drivers/iio/light/tsl2772.c | 1 +
scripts/asn1_compiler.c | 2 +-
sound/pci/hda/patch_realtek.c | 2 +-
sound/soc/codecs/max98373.c | 4 ++--
sound/soc/fsl/fsl_asrc_dma.c | 11 ++++++++---
sound/soc/fsl/fsl_sai.c | 2 +-
sound/soc/sof/ipc4-topology.c | 10 ++++++----
sound/soc/sof/pm.c | 8 +++++++-
17 files changed, 44 insertions(+), 35 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 glibc.
from 8e78a2e1d1 hurd: Don't migrate reply port into __init1_tcbhead
adds 1626d8a521 string: Allow use of test-string.h for non-ifunc implementations.
adds eaaad78db4 string: Add tests for strdup (BZ #30266)
adds 0c48aa0551 string: Add tests for strndup (BZ #30266)
adds 0aa5b28a50 wcsmbs: Add wcsdup() tests. (BZ #30266)
No new revisions were added by this update.
Summary of changes:
string/Makefile | 2 +
string/{test-strcpy.c => test-strdup.c} | 146 ++++++++---------------
string/test-string.h | 4 +-
string/test-strndup.c | 200 ++++++++++++++++++++++++++++++++
wcsmbs/Makefile | 1 +
wcsmbs/test-wcsdup.c | 2 +
6 files changed, 253 insertions(+), 102 deletions(-)
copy string/{test-strcpy.c => test-strdup.c} (52%)
create mode 100644 string/test-strndup.c
create mode 100644 wcsmbs/test-wcsdup.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 master
in repository gcc.
from 7508aacf95d Add Ajit Kumar Agarwal to write after approval
new 857c8e3b3bb c++, tree: optimize walk_tree_1 and cp_walk_subtrees
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/cp/tree.cc | 134 +++++++++++++++++++++++++++++----------------------------
gcc/tree.cc | 103 ++++++++++++++++++++++----------------------
2 files changed, 119 insertions(+), 118 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.