This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 60b548237fed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
new b54e41f5efcb udf: Allow mounting volumes with incorrect identification strings
new e5f5b717983b ext2: initialize opts.s_mount_opt as zero before using it
new ecebf55d27a1 ext2: fix potential use after free
new 9af33b574517 Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pu [...]
new 7194eda1ba08 ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
new 39070a98d668 ALSA: hda: Add ASRock N68C-S UCC the power_save blacklist
new 8cd65271f8e5 ALSA: hda/realtek - fix headset mic detection for MSI MS-B171
new 7b69154171b4 ALSA: wss: Fix invalid snd_free_pages() at error path
new 9a20332ab373 ALSA: sparc: Fix invalid snd_free_pages() at error path
new e1a7bfe38079 ALSA: control: Fix race between adding and removing a user [...]
new c4cfcf6f4297 ALSA: hda/realtek - fix the pop noise on headphone for len [...]
new e8ed64b08edd ALSA: hda/realtek - Add auto-mute quirk for HP Spectre x36 [...]
new 1078bef0cd92 ALSA: hda/realtek - Support ALC300
new 409fa67a7f4a ASoC: stm32: sai: fix noderef.cocci warnings
new 23cb2d04db54 ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macro
new 3ee9a76a8c5a ASoC: rsnd: fixup clock start checker
new 2f5d94123ce3 ASoC: sunxi: rename SND_SUNXI_ADDA_PR_REGMAP to SND_SUN8I_ [...]
new a182ecd3809c ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards usi [...]
new 112b57fa7374 ASoC: qdsp6: q6afe: Fix wrong MI2S SD line mask
new 9de57ff1566f ASoC: qdsp6: q6asm-dai: Only add routing once.
new e14856f6cfbb ASoC: qdsp6: q6afe-dai: Fix the dai widgets
new 278df5e5527b ASoC: sun8i-codec: fix crash on module removal
new 16a8ee4c80b4 ASoC: rockchip: add missing slave_config setting for I2S
new 20e00db2f59b ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
new 4c10473d6ddf ASoC: Intel: Power down links before turning off display a [...]
new 9ee325d029c4 ASoC: sun8i-codec: add missing route for ADC
new 67fd1437d116 ASoC: qcom: Set dai_link id to each dai_link
new 933a95496e48 ASoC: pcm3060: Rename output widgets
new 76836fd35492 ASoC: omap-abe-twl6040: Fix missing audio card caused by d [...]
new 882eab6c28d2 ASoC: dapm: Recalculate audio map forcely when card instantiated
new 5277715639ff ASoC: pcm186x: Fix device reset-registers trigger value
new 5bb9b84b0796 MAINTAINERS: add ASoC maintainers for sound dt-bindings
new 8c4e7c2ee809 ASoC: Intel: Skylake: fix Kconfigs, make HDaudio codec optional
new a3e620f84228 ASoC: acpi: fix: continue searching when machine is ignored
new dd2f52d8991a ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
new 373a500e34ae ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overr [...]
new ffdcc3638c58 ASoC: omap-dmic: Add pm_qos handling to avoid overruns wit [...]
new b8e0be79d000 Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/s [...]
new 8159a6a4a7d2 ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
new b905e2db5cc4 Merge tag 'sound-4.20-rc5' of git://git.kernel.org/pub/scm [...]
new 52df7837560e s390/cio: make vfio_ccw_io_region static
new 55e93ecdc1ef vfio: ccw: Register mediated device once all structures ar [...]
new 806212f91c87 s390/cio: Fix cleanup of pfn_array alloc failure
new b89e242eee8d s390/cio: Fix cleanup when unsupported IDA format is used
new 005af85c50f7 Merge tag 'vfio-ccw-20181113' of git://git.kernel.org/pub/ [...]
new 613a41b0d16e s390/cpum_cf: Reject request for sampling in event initialization
new 104f708fd124 s390/zcrypt: reinit ap queue state machine during device probe
new 814cedbc0b78 s390/mm: correct pgtable_bytes on page table downgrade
new 3578f19143b0 Merge tag 's390-4.20-3' of git://git.kernel.org/pub/scm/li [...]
new 598e1a42e962 selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and R [...]
new f92a2ebb3d55 Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pu [...]
The 51 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:
MAINTAINERS | 1 +
arch/s390/kernel/perf_cpum_cf.c | 2 +
arch/s390/mm/pgalloc.c | 1 +
drivers/s390/cio/vfio_ccw_cp.c | 6 +-
drivers/s390/cio/vfio_ccw_drv.c | 10 +-
drivers/s390/crypto/ap_bus.c | 8 +-
drivers/s390/crypto/ap_bus.h | 1 +
drivers/s390/crypto/ap_queue.c | 15 ++
drivers/s390/crypto/zcrypt_cex2a.c | 1 -
drivers/s390/crypto/zcrypt_cex2c.c | 1 -
drivers/s390/crypto/zcrypt_cex4.c | 1 -
fs/ext2/super.c | 1 +
fs/ext2/xattr.c | 2 +-
fs/udf/super.c | 16 ++-
fs/udf/unicode.c | 14 +-
include/sound/soc.h | 2 +-
security/selinux/nlmsgtab.c | 13 +-
sound/core/control.c | 80 ++++++-----
sound/isa/wss/wss_lib.c | 2 -
sound/pci/ac97/ac97_codec.c | 2 +-
sound/pci/hda/hda_intel.c | 2 +
sound/pci/hda/patch_realtek.c | 36 +++++
sound/soc/codecs/hdac_hdmi.c | 11 +-
sound/soc/codecs/pcm186x.h | 2 +-
sound/soc/codecs/pcm3060.c | 12 +-
sound/soc/codecs/wm_adsp.c | 37 ++---
sound/soc/intel/Kconfig | 26 +++-
sound/soc/intel/boards/Kconfig | 24 ++--
sound/soc/intel/boards/cht_bsw_max98090_ti.c | 32 ++++-
sound/soc/intel/skylake/skl.c | 32 +++--
sound/soc/omap/omap-abe-twl6040.c | 67 ++++-----
sound/soc/omap/omap-dmic.c | 9 ++
sound/soc/omap/omap-mcbsp.c | 6 +-
sound/soc/omap/omap-mcpdm.c | 43 +++++-
sound/soc/qcom/common.c | 9 +-
sound/soc/qcom/qdsp6/q6afe-dai.c | 208 +++++++++++++--------------
sound/soc/qcom/qdsp6/q6afe.c | 16 +--
sound/soc/qcom/qdsp6/q6asm-dai.c | 33 -----
sound/soc/qcom/qdsp6/q6routing.c | 19 +++
sound/soc/rockchip/rockchip_pcm.c | 1 +
sound/soc/sh/rcar/ssi.c | 2 +-
sound/soc/soc-acpi.c | 10 +-
sound/soc/soc-core.c | 1 +
sound/soc/stm/stm32_sai_sub.c | 2 +-
sound/soc/sunxi/Kconfig | 2 +-
sound/soc/sunxi/sun8i-codec.c | 12 +-
sound/sparc/cs4231.c | 8 +-
sound/usb/quirks-table.h | 10 ++
48 files changed, 523 insertions(+), 328 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 llvm.
from e0e4c6ec7d6 [gn build] Set +x bit on .py files in llvm/utils/gn/build.
new dcd85560e11 [gn build] merge r346978 and r347741.
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:
utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn | 1 +
utils/gn/secondary/llvm/lib/Support/BUILD.gn | 2 ++
2 files changed, 3 insertions(+)
--
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 llvm.
from 218bd440251 [gn build] Add a script checking if sources in BUILD.gn and [...]
new 9f3ca4490c4 [gn build] Add template for running llvm-tblgen and use it [...]
new e0e4c6ec7d6 [gn build] Set +x bit on .py files in llvm/utils/gn/build.
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:
utils/gn/build/run_tablegen.py | 8 ++
utils/gn/build/sync_source_lists_from_cmake.py | 0
utils/gn/build/write_cmake_config.py | 1 +
utils/gn/secondary/BUILD.gn | 3 +-
utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn | 18 +++++
utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn | 13 ++++
utils/gn/secondary/llvm/lib/IR/BUILD.gn | 81 +++++++++++++++++++
.../gn/secondary/llvm/utils/TableGen/tablegen.gni | 91 ++++++++++++++++++++++
8 files changed, 214 insertions(+), 1 deletion(-)
create mode 100755 utils/gn/build/run_tablegen.py
mode change 100644 => 100755 utils/gn/build/sync_source_lists_from_cmake.py
mode change 100644 => 100755 utils/gn/build/write_cmake_config.py
create mode 100644 utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/IR/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/utils/TableGen/tablegen.gni
--
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 dejagnu.
from 6acac26 * texinfo.tex: Update to latest upstream version.
new 6471c5b * INSTALL: Update to latest upstream version.
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 | 1 +
INSTALL | 320 +++++++++++++++++++++++++++++++-------------------------------
2 files changed, 160 insertions(+), 161 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 3a67e81d75 argp: do not call _IO_fwide() if _LIBC is not defined
new a5275ba537 _dl_exception_create_format: Support %x/%lx/%zx
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 | 8 ++++
elf/Makefile | 3 +-
elf/dl-exception.c | 40 ++++++++++++++++++
elf/tst-create_format1.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 153 insertions(+), 1 deletion(-)
create mode 100644 elf/tst-create_format1.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 binutils-gdb.
from e61667ef14 Implement the "gdb_signal_to/from_target" gdbarch methods fo [...]
new 95b1f9ac6b Fix leak in forward-search
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:
gdb/ChangeLog | 6 ++++++
gdb/source.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.