This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bc7f2a7dcb2 gcov: do not ICE on NULL string in JSON export.
new d019d1b8955 PR 87756 - missing unterminated argument warning using addr [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-warn-1.c | 8 ++++----
gcc/testsuite/gcc.dg/tree-ssa/builtin-printf-warn-1.c | 6 +++---
gcc/testsuite/gcc.dg/tree-ssa/user-printf-warn-1.c | 6 +++---
4 files changed, 19 insertions(+), 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from f03a5541c4 Automatic date update in version.in
adds 8064608f25 Automatic date update in version.in
adds 513092d696 AArch64: Fix regression in Cortex A53 erratum when PIE. (PR [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 13 +++++
bfd/elfnn-aarch64.c | 78 ++++++++++++++++++++++++--
bfd/version.h | 2 +-
ld/ChangeLog | 7 +++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 49 ++++++++++++++++
ld/testsuite/ld-aarch64/erratum843419_tls_ie.s | 43 ++++++++++++++
7 files changed, 187 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.d
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.s
--
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 lldb.
from 6e7b56f7d Move time cast to SymbolFileDWARFDebugMap
new 645c41b30 Catch up with EvaluateAsInt() clang API change.
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:
source/Symbol/ClangASTContext.cpp | 11 +++++------
1 file changed, 5 insertions(+), 6 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 clang-tools-extra.
from 9411f3dd [clang-tidy] Ignore bool -> single bit bitfield conversion in [...]
new 1ad58229 [clangd][NFC] Move SymbolID to a separate file
new acc2d674 [clangd] textDocument/SymbolInfo extension
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 7 +
clangd/ClangdLSPServer.h | 2 +
clangd/ClangdServer.cpp | 12 ++
clangd/ClangdServer.h | 5 +
clangd/Protocol.cpp | 40 ++++
clangd/Protocol.h | 21 +++
clangd/XRefs.cpp | 43 +++++
clangd/XRefs.h | 3 +
clangd/index/Index.cpp | 29 ---
clangd/index/Index.h | 49 +----
clangd/index/SymbolID.cpp | 58 ++++++
clangd/index/SymbolID.h | 65 +++++++
test/clangd/symbol-info.test | 14 ++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/SymbolInfoTests.cpp | 357 +++++++++++++++++++++++++++++++++++
16 files changed, 630 insertions(+), 77 deletions(-)
create mode 100644 clangd/index/SymbolID.cpp
create mode 100644 clangd/index/SymbolID.h
create mode 100644 test/clangd/symbol-info.test
create mode 100644 unittests/clangd/SymbolInfoTests.cpp
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allyesconfig
in repository toolchain/binutils-gdb.
from f03a5541c4 Automatic date update in version.in
adds 8064608f25 Automatic date update in version.in
adds 513092d696 AArch64: Fix regression in Cortex A53 erratum when PIE. (PR [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 13 +++++
bfd/elfnn-aarch64.c | 78 ++++++++++++++++++++++++--
bfd/version.h | 2 +-
ld/ChangeLog | 7 +++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 49 ++++++++++++++++
ld/testsuite/ld-aarch64/erratum843419_tls_ie.s | 43 ++++++++++++++
7 files changed, 187 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.d
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.s
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allnoconfig
in repository toolchain/linux-next.
from 1d4bd2e4e1d2 Linux 4.14.83
new 426477d9f68b cifs: don't dereference smb_file_target before null check
new bc32d90e4d45 cifs: fix return value for cifs_listxattr
new aa9571b2015d arm64: kprobe: make page to RO mode when allocate it
new f54c21ee5dce ixgbe: fix MAC anti-spoofing filter after VFLR
new 195169e26eaa reiserfs: propagate errors from fill_with_dentries() properly
new dc50dd3ac68b hfs: prevent btree data loss on root split
new f2e71fed903f hfsplus: prevent btree data loss on root split
new a134b05a43ae um: Give start_idle_thread() a return code
new a3e69ef80467 drm/edid: Add 6 bpc quirk for BOE panel.
new b36c78af0c4d platform/x86: intel_telemetry: report debugfs failure
new 0333b8fc793b clk: fixed-rate: fix of_node_get-put imbalance
new bff410ea7ec2 perf symbols: Set PLT entry/header sizes properly on Sparc
new a088fde602b8 fs/exofs: fix potential memory leak in mount option parsing
new e2a11843feaa clk: samsung: exynos5420: Enable PERIS clocks for suspend
new d0a636aa44f9 apparmor: Fix uninitialized value in aa_split_fqname
new ad2e60ff51a7 x86/earlyprintk: Add a force option for pciserial device
new 4f9ffc2711d0 platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
new 10c51fa85c98 arm64: percpu: Initialize ret in the default case
new 221609ce4ce5 s390/vdso: add missing FORCE to build targets
new a1e0ae82cfd5 netfilter: ipset: list:set: Decrease refcount synchronousl [...]
new 0d5d0b5c41f7 netfilter: ipset: actually allow allowable CIDR 0 in hash: [...]
new 28bd72a7262a s390/mm: Fix ERROR: "__node_distance" undefined!
new 79f2eb5fde82 netfilter: ipset: Correct rcu_dereference() call in ip_set [...]
new fdf4e678ea19 netfilter: xt_IDLETIMER: add sysfs filename checking routine
new 8cab58117e72 s390/qeth: fix HiperSockets sniffer
new 21eb778e7dd5 hwmon: (ibmpowernv) Remove bogus __init annotations
new c6b1ef1110ce Revert "drm/exynos/decon5433: implement frame counter"
new 35b3e230a2b5 clk: fixed-factor: fix of_node_get-put imbalance
new 615a30e8dbc9 lib/raid6: Fix arm64 test build
new 850e4ca78680 s390/perf: Change CPUM_CF return code in event init function
new ef8d2a5d990a sched/core: Take the hotplug lock in sched_init_smp()
new fc88b3abe23f perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
new eddf9365687f i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
new 484ef227384f qed: Fix memory/entry leak in qed_init_sp_request()
new 082810cb7f21 qed: Fix blocking/unlimited SPQ entries leak
new fe2c4df2692d qed: Fix potential memory corruption
new 47ff76ee9c9c net: stmmac: Fix RX packet size > 8191
new c887029c11d0 zram: close udev startup race condition as default groups
new 26eff850549b SUNRPC: drop pointless static qualifier in xdr_get_next_en [...]
new 8c209c38d8fa ACPI / watchdog: Prefer iTCO_wdt always when WDAT table us [...]
new e404a6294a31 perf machine: Add machine__is() to identify machine arch
new 4edc059bac38 perf tools: Fix kernel_start for PTI on x86
new 5d390059eab4 perf machine: Add nr_cpus_avail()
new ce41e5fc90d4 perf machine: Workaround missing maps for x86 PTI entry tr [...]
new 099174574941 perf test code-reading: Fix perf_env setup for PTI entry t [...]
new d412ab7cfc0d x86/mm: Move LDT remap out of KASLR region on 5-level paging
new a17989cb9bb0 x86/ldt: Unmap PTEs for the slot before freeing LDT pages
new 817266cb8d45 media: v4l: event: Add subscription to list before calling [...]
new 2fc77700daa9 MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON US [...]
new f6a6ae4e0f34 uio: Fix an Oops on load
new 578f05a757bf usb: cdc-acm: add entry for Hiro (Conexant) modem
new d7385bcf1887 USB: quirks: Add no-lpm quirk for Raydium touchscreens
new 041fa1f61997 usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
new 939936e6015d misc: atmel-ssc: Fix section annotation on atmel_ssc_get_d [...]
new fb37c765e28d USB: misc: appledisplay: add 20" Apple Cinema Display
new 16c233b9b6c8 drivers/misc/sgi-gru: fix Spectre v1 vulnerability
new 3cf1a2b4e0b3 ACPI / platform: Add SMB0001 HID to forbidden_id_list
new 540f89376ba2 HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated [...]
new 3c7f1671af5f libceph: fall back to sendmsg for slab pages
new 4201a586f1fa Linux 4.14.84
The 60 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/admin-guide/kernel-parameters.txt | 6 +-
Documentation/x86/x86_64/mm.txt | 10 +-
Makefile | 2 +-
arch/arm64/include/asm/percpu.h | 3 +
arch/arm64/kernel/probes/kprobes.c | 27 +++--
arch/mips/configs/cavium_octeon_defconfig | 1 +
arch/s390/kernel/perf_cpum_cf.c | 2 +-
arch/s390/kernel/vdso32/Makefile | 6 +-
arch/s390/kernel/vdso64/Makefile | 6 +-
arch/s390/numa/numa.c | 1 +
arch/um/os-Linux/skas/process.c | 5 +
arch/x86/include/asm/page_64_types.h | 12 ++-
arch/x86/include/asm/pgtable_64_types.h | 7 +-
arch/x86/kernel/early_printk.c | 29 ++++--
arch/x86/kernel/ldt.c | 49 ++++++---
arch/x86/xen/mmu_pv.c | 6 +-
drivers/acpi/acpi_platform.c | 1 +
drivers/acpi/acpi_watchdog.c | 72 ++++++++-----
drivers/block/zram/zram_drv.c | 26 ++---
drivers/clk/clk-fixed-factor.c | 1 +
drivers/clk/clk-fixed-rate.c | 1 +
drivers/clk/samsung/clk-exynos5420.c | 1 +
drivers/gpu/drm/drm_edid.c | 3 +
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 9 --
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 11 --
drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 -
drivers/hid/uhid.c | 12 +++
drivers/hwmon/ibmpowernv.c | 7 +-
drivers/media/v4l2-core/v4l2-event.c | 43 ++++----
drivers/misc/atmel-ssc.c | 2 +-
drivers/misc/sgi-gru/grukdump.c | 4 +
drivers/net/ethernet/intel/i40e/i40e_main.c | 2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 4 +-
drivers/net/ethernet/qlogic/qed/qed_sp.h | 3 +
drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 16 ++-
drivers/net/ethernet/qlogic/qed/qed_spq.c | 69 ++++++-------
drivers/net/ethernet/stmicro/stmmac/common.h | 3 +-
drivers/net/ethernet/stmicro/stmmac/descs_com.h | 2 +-
drivers/net/ethernet/stmicro/stmmac/enh_desc.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/ring_mode.c | 2 +-
drivers/platform/x86/acerhdf.c | 1 +
drivers/platform/x86/intel_telemetry_debugfs.c | 8 +-
drivers/s390/net/qeth_l3_main.c | 8 +-
drivers/uio/uio.c | 7 +-
drivers/usb/class/cdc-acm.c | 3 +
drivers/usb/core/quirks.c | 8 ++
drivers/usb/misc/appledisplay.c | 1 +
fs/cifs/cifsfs.c | 7 +-
fs/cifs/smb2ops.c | 11 +-
fs/exofs/super.c | 5 +-
fs/hfs/brec.c | 4 +
fs/hfsplus/brec.c | 4 +
fs/reiserfs/xattr.c | 7 ++
include/linux/netfilter/ipset/ip_set.h | 2 +-
include/linux/netfilter/ipset/ip_set_comment.h | 4 +-
kernel/sched/core.c | 5 +-
lib/raid6/test/Makefile | 4 +-
net/ceph/messenger.c | 12 ++-
net/netfilter/ipset/ip_set_core.c | 23 ++---
net/netfilter/ipset/ip_set_hash_netportnet.c | 8 +-
net/netfilter/ipset/ip_set_list_set.c | 17 ++--
net/netfilter/xt_IDLETIMER.c | 20 ++++
net/sunrpc/xdr.c | 2 +-
security/apparmor/lib.c | 6 +-
tools/perf/jvmti/jvmti_agent.c | 49 +++++++--
tools/perf/tests/code-reading.c | 1 +
tools/perf/util/env.c | 32 ++++++
tools/perf/util/env.h | 4 +
tools/perf/util/machine.c | 117 +++++++++++++++++++++-
tools/perf/util/machine.h | 6 ++
tools/perf/util/symbol-elf.c | 12 ++-
tools/perf/util/symbol.c | 12 ++-
72 files changed, 624 insertions(+), 255 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.