This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...]
new 70bb27b79adf thermal: armada: fix legacy validity test sense
new dc6946cbef38 thermal: armada: fix legacy resource fixup
new 6085c13351eb thermal: bcm2835: Switch to SPDX identifier
new 13cfb713c8c2 thermal: armada: constify thermal_zone_of_device_ops structure
new 1aea7aee805e thermal: broadcom: constify thermal_zone_of_device_ops structure
new 6ec067e3a449 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new e3f5df762d4a tools/testing/nvdimm: Align test resources to 128M
new ae86cbfef381 libnvdimm, pfn: Pad pfn namespaces relative to other regions
new b5fd2e00a602 acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather [...]
new bd799eb63db4 Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.o [...]
new c93db7bb6ef3 dax: Check page->mapping isn't NULL
new 55e56f06ed71 dax: Don't access a freed inode
new 27359fd6e5f3 dax: Fix unlock mismatch with updated API
new fa82dcbf2aed Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub [...]
new 6e785302dad3 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy [...]
new c988de29ca16 cifs: Fix separator when building path from dentry
new 6ac79291fb7d CIFS: Avoid returning EBUSY to upper layer VFS
new bc4caf186fb6 Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfr [...]
new d78599053018 usb: appledisplay: Add 27" Apple Cinema Display
new d81bb019d7bb USB: Fix invalid-free bug in port_over_current_notify()
new 2f2dde6ba89b usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
new 704620afc70c USB: check usb_get_extra_descriptor for proper size
new a7d57abcc8a5 xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
new 0472bf06c6fd xhci: Prevent U1/U2 link pm states if exit latency is too long
new f51ccf46217c USB: serial: console: fix reported terminal settings
new 3caad34eab57 Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/ [...]
new 50a5528a4b19 Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/l [...]
new 2a48602615e0 tty: do not set TTY_IO_ERROR flag if console port
new 100bc3e2bebf tty: serial: 8250_mtk: always resume the device in probe.
new dada6a43b040 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kg [...]
new 822b7683fff1 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/l [...]
new 300cd664865b staging: rtl8712: Fix possible buffer overrun
new 87e4a5405f08 Revert commit ef9209b642f "staging: rtl8723bs: Fix indenti [...]
new 47dcb0802d28 Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/s [...]
new 37c2578c0c40 Drivers: hv: vmbus: Offload the handling of channels to tw [...]
new 06fd9ab12b80 gnss: sirf: fix activation retry handling
new 85280de450f1 MAINTAINERS: add gnss scm tree
new 63cea1f73528 MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching
new dbde117c3126 Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/pub/sc [...]
new 0844895a2e51 Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub [...]
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:
MAINTAINERS | 2 +
drivers/acpi/nfit/core.c | 2 +-
drivers/gnss/sirf.c | 6 +-
drivers/hv/channel_mgmt.c | 189 +++++++++++++++++---------
drivers/hv/connection.c | 24 +++-
drivers/hv/hyperv_vmbus.h | 7 +
drivers/nvdimm/nd-core.h | 2 +
drivers/nvdimm/pfn_devs.c | 64 +++++----
drivers/nvdimm/region_devs.c | 41 ++++++
drivers/staging/rtl8712/mlme_linux.c | 2 +-
drivers/staging/rtl8712/rtl871x_mlme.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
drivers/thermal/armada_thermal.c | 28 ++--
drivers/thermal/broadcom/bcm2835_thermal.c | 11 +-
drivers/thermal/broadcom/brcmstb_thermal.c | 2 +-
drivers/tty/serial/8250/8250_mtk.c | 16 +--
drivers/tty/serial/kgdboc.c | 4 +-
drivers/tty/tty_io.c | 11 +-
drivers/tty/tty_port.c | 3 +-
drivers/usb/core/hub.c | 5 +-
drivers/usb/core/quirks.c | 4 +
drivers/usb/core/usb.c | 6 +-
drivers/usb/host/hwa-hc.c | 2 +-
drivers/usb/host/xhci-pci.c | 4 +
drivers/usb/host/xhci.c | 42 +++++-
drivers/usb/host/xhci.h | 3 +
drivers/usb/misc/appledisplay.c | 1 +
drivers/usb/serial/console.c | 2 +-
fs/cifs/Kconfig | 2 +-
fs/cifs/dir.c | 2 +-
fs/cifs/file.c | 31 +----
fs/dax.c | 55 +++++---
include/linux/dax.h | 14 +-
include/linux/hyperv.h | 7 +
include/linux/tty.h | 1 +
include/linux/usb.h | 4 +-
mm/memory-failure.c | 6 +-
tools/testing/nvdimm/test/nfit.c | 35 ++++-
38 files changed, 437 insertions(+), 207 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/llvm-master-arm-mainline-allyesconfig
in repository toolchain/linux-next.
from 5f179793f0a7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 356ff8a9a78f Revert "mm, thp: consolidate THP gfp handling into alloc_h [...]
adds de7243057e7c fs/xfs: fix f_ffree value for statfs when project quota is set
adds a579121f94ab xfs: fix PAGE_MASK usage in xfs_free_file_space
adds 7d048df4e9b0 xfs: fix inverted return from xfs_btree_sblock_verify_crc
adds 6744557b53a2 vfs: allow some remap flags to be passed to vfs_clone_file_range
adds 17614445576b splice: don't read more than available pipe space
adds 8f67b5adc030 iomap: partially revert 4721a601099 (simulated directio sh [...]
adds f896adc42d53 Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/s [...]
adds 27c0f2b01970 clk: zynqmp: handle fixed factor param query error
adds 48d7f160b107 dt-bindings: clk: Introduce 'protected-clocks' property
adds b181b3b801da clk: qcom: Support 'protected-clocks' property
adds 149964e2d618 Merge branch 'clk-protected-binding' into clk-fixes
adds d206e6b7ea3f arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
adds d9f5b7f5dd0f clk: mvebu: Off by one bugs in cp110_of_clk_get()
adds 2e85c57493e3 clk: mmp: Off by one in mmp_clk_add()
adds 9a43be9cedd5 clk: zynqmp: Off by one in zynqmp_is_valid_clock()
adds 570c9139c358 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds b7d624ab4312 asm-generic: unistd.h: fixup broken macro include.
adds 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
.../devicetree/bindings/clock/clock-bindings.txt | 16 +++++++++++
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 6 ++++
drivers/clk/mmp/clk.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 4 +--
drivers/clk/qcom/common.c | 18 ++++++++++++
drivers/clk/zynqmp/clkc.c | 5 +++-
fs/iomap.c | 9 ------
fs/read_write.c | 2 +-
fs/splice.c | 7 ++++-
fs/xfs/libxfs/xfs_btree.c | 2 +-
fs/xfs/xfs_bmap_util.c | 4 +--
fs/xfs/xfs_qm_bhv.c | 2 +-
include/linux/gfp.h | 12 +++++---
include/uapi/asm-generic/unistd.h | 4 +++
mm/huge_memory.c | 27 +++++++++---------
mm/mempolicy.c | 32 ++++++++++++++++++++--
mm/shmem.c | 2 +-
17 files changed, 113 insertions(+), 41 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 gcc-7-branch
in repository gcc.
from f7b88d88633 Daily bump.
new 253d9bb9c44 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88228.f90
--
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-defconfig
in repository toolchain/binutils-gdb.
from c205da22ad Automatic date update in version.in
adds 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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-master-arm-stable-defconfig
in repository toolchain/binutils-gdb.
from a2419b98d9 Fix leak by using td_ta_delete() to deregister target proces [...]
adds b5ac78ffc6 Automatic date update in version.in
adds 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/ChangeLog | 7 ++++++
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
12 files changed, 78 insertions(+), 10 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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-master-arm-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from a2419b98d9 Fix leak by using td_ta_delete() to deregister target proces [...]
adds b5ac78ffc6 Automatic date update in version.in
adds 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/ChangeLog | 7 ++++++
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
12 files changed, 78 insertions(+), 10 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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-master-arm-lts-allnoconfig
in repository toolchain/binutils-gdb.
from a2419b98d9 Fix leak by using td_ta_delete() to deregister target proces [...]
adds b5ac78ffc6 Automatic date update in version.in
adds 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/ChangeLog | 7 ++++++
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
12 files changed, 78 insertions(+), 10 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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-arm-stable-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from 16176eaed86 Fix conflict types for this FreeBSD test.
adds aa4b83c9c7a [COFF] Map truncated .eh_frame section name
adds 4f8112e4faa SourceManager: insert(make_pair(..)) -> try_emplace. NFC
adds 3d8a5915d08 Remove some UB in RegisterContextDarwin_arm64.cpp
adds cd541ad246a Revert a hunk that shouldn't have been included in the last [...]
adds a5f8dbf9a95 [X86] Add test for PR39926; NFC
adds 2dbc3a2d0c8 Fix InitListExpr test
adds 5b69c28c96c Re-order content from InitListExpr
adds 8ac5f8465ea Inline dumpFullComment into callers
adds 9296daa4cd7 Inline hasNodes into only caller
adds 21215e340e3 Introduce optional labels to dumpStmt
adds 2fa5edf1135 Revert "Introduce optional labels to dumpStmt"
adds d4103419f91 NFC: Move dump of individual comment nodes to NodeDumper
adds cdf933bc139 NFC: Rename TemplateDecl dump utilities
adds afc60b27d3b [X86] Extend pfm counter coverage for llvm-exegesis
adds bade8587681 [x86] don't try to convert add with undef operands to LEA
adds 192b583e38e [x86] regenerate test checks; NFC
adds 5a5716f94b3 Remove unneeded dependency from lib/Target/X86/Utils/ to li [...]
adds 018d46cdfbe Add DragonFlyBSD support to OpenMP
adds 9268b2a5dff Add OpenBSD support to OpenMP
new bf070aa1587 [X86] If the carry input to an addcarry/subborrow intrinsic [...]
new 0986b950ac2 [X86] Add some comments about when some X86 intrinsic autou [...]
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:
clang/include/clang/AST/TextNodeDumper.h | 37 +++-
clang/lib/AST/ASTDumper.cpp | 235 ++++-----------------
clang/lib/AST/TextNodeDumper.cpp | 148 ++++++++++++-
clang/lib/Basic/SourceManager.cpp | 7 +-
clang/test/AST/ast-dump-stmt.cpp | 12 +-
.../Utility/RegisterContextDarwin_arm64.cpp | 12 +-
llvm/include/llvm/Object/COFF.h | 2 +
llvm/lib/IR/AutoUpgrade.cpp | 14 +-
llvm/lib/Object/COFFObjectFile.cpp | 6 +
llvm/lib/Target/X86/Utils/LLVMBuild.txt | 2 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 17 +-
llvm/lib/Target/X86/X86InstrInfo.cpp | 71 +++----
llvm/lib/Target/X86/X86InstrInfo.h | 2 +-
llvm/lib/Target/X86/X86IntrinsicsInfo.h | 12 +-
llvm/lib/Target/X86/X86PfmCounters.td | 34 ++-
llvm/test/CodeGen/X86/GlobalISel/undef.ll | 35 ++-
llvm/test/CodeGen/X86/adx-intrinsics-upgrade.ll | 16 +-
llvm/test/CodeGen/X86/adx-intrinsics.ll | 16 +-
llvm/test/CodeGen/X86/pr23664.ll | 18 +-
llvm/test/CodeGen/X86/pr39926.ll | 48 +++++
.../tools/llvm-objdump/Inputs/eh_frame-coff.yaml | 104 +++++++++
llvm/test/tools/llvm-objdump/eh_frame-coff.test | 28 +++
openmp/runtime/cmake/LibompHandleFlags.cmake | 5 +
openmp/runtime/cmake/LibompMicroTests.cmake | 3 +
openmp/runtime/src/kmp.h | 8 +
openmp/runtime/src/kmp_ftn_entry.h | 3 +-
openmp/runtime/src/kmp_platform.h | 19 +-
openmp/runtime/src/kmp_runtime.cpp | 8 +-
openmp/runtime/src/kmp_wrapper_malloc.h | 2 +-
openmp/runtime/src/z_Linux_util.cpp | 25 ++-
30 files changed, 626 insertions(+), 323 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/pr39926.ll
create mode 100644 llvm/test/tools/llvm-objdump/Inputs/eh_frame-coff.yaml
create mode 100644 llvm/test/tools/llvm-objdump/eh_frame-coff.test
--
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-lts-allyesconfig
in repository toolchain/binutils-gdb.
from c205da22ad Automatic date update in version.in
adds 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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 a34f510e3f6 Remove unneeded dependency from lib/Target/X86/Utils/ to li [...]
new b1f260ed6a6 [X86] If the carry input to an addcarry/subborrow intrinsic [...]
new 2806405bbbb [X86] Add some comments about when some X86 intrinsic autou [...]
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:
lib/IR/AutoUpgrade.cpp | 14 +++++++-------
lib/Target/X86/X86ISelLowering.cpp | 17 +++++++++++++----
lib/Target/X86/X86IntrinsicsInfo.h | 12 ++++++------
test/CodeGen/X86/adx-intrinsics-upgrade.ll | 16 ++++++----------
test/CodeGen/X86/adx-intrinsics.ll | 16 ++++++----------
5 files changed, 38 insertions(+), 37 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-master-arm-mainline-defconfig
in repository toolchain/linux-next.
from 5f179793f0a7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 356ff8a9a78f Revert "mm, thp: consolidate THP gfp handling into alloc_h [...]
adds de7243057e7c fs/xfs: fix f_ffree value for statfs when project quota is set
adds a579121f94ab xfs: fix PAGE_MASK usage in xfs_free_file_space
adds 7d048df4e9b0 xfs: fix inverted return from xfs_btree_sblock_verify_crc
adds 6744557b53a2 vfs: allow some remap flags to be passed to vfs_clone_file_range
adds 17614445576b splice: don't read more than available pipe space
adds 8f67b5adc030 iomap: partially revert 4721a601099 (simulated directio sh [...]
adds f896adc42d53 Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/s [...]
adds 27c0f2b01970 clk: zynqmp: handle fixed factor param query error
adds 48d7f160b107 dt-bindings: clk: Introduce 'protected-clocks' property
adds b181b3b801da clk: qcom: Support 'protected-clocks' property
adds 149964e2d618 Merge branch 'clk-protected-binding' into clk-fixes
adds d206e6b7ea3f arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
adds d9f5b7f5dd0f clk: mvebu: Off by one bugs in cp110_of_clk_get()
adds 2e85c57493e3 clk: mmp: Off by one in mmp_clk_add()
adds 9a43be9cedd5 clk: zynqmp: Off by one in zynqmp_is_valid_clock()
adds 570c9139c358 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds b7d624ab4312 asm-generic: unistd.h: fixup broken macro include.
adds 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
.../devicetree/bindings/clock/clock-bindings.txt | 16 +++++++++++
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 6 ++++
drivers/clk/mmp/clk.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 4 +--
drivers/clk/qcom/common.c | 18 ++++++++++++
drivers/clk/zynqmp/clkc.c | 5 +++-
fs/iomap.c | 9 ------
fs/read_write.c | 2 +-
fs/splice.c | 7 ++++-
fs/xfs/libxfs/xfs_btree.c | 2 +-
fs/xfs/xfs_bmap_util.c | 4 +--
fs/xfs/xfs_qm_bhv.c | 2 +-
include/linux/gfp.h | 12 +++++---
include/uapi/asm-generic/unistd.h | 4 +++
mm/huge_memory.c | 27 +++++++++---------
mm/mempolicy.c | 32 ++++++++++++++++++++--
mm/shmem.c | 2 +-
17 files changed, 113 insertions(+), 41 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-arm-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from c205da22ad Automatic date update in version.in
adds 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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-arm-mainline-defconfig
in repository toolchain/linux-next.
from 5f179793f0a7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 356ff8a9a78f Revert "mm, thp: consolidate THP gfp handling into alloc_h [...]
adds de7243057e7c fs/xfs: fix f_ffree value for statfs when project quota is set
adds a579121f94ab xfs: fix PAGE_MASK usage in xfs_free_file_space
adds 7d048df4e9b0 xfs: fix inverted return from xfs_btree_sblock_verify_crc
adds 6744557b53a2 vfs: allow some remap flags to be passed to vfs_clone_file_range
adds 17614445576b splice: don't read more than available pipe space
adds 8f67b5adc030 iomap: partially revert 4721a601099 (simulated directio sh [...]
adds f896adc42d53 Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/s [...]
adds 27c0f2b01970 clk: zynqmp: handle fixed factor param query error
adds 48d7f160b107 dt-bindings: clk: Introduce 'protected-clocks' property
adds b181b3b801da clk: qcom: Support 'protected-clocks' property
adds 149964e2d618 Merge branch 'clk-protected-binding' into clk-fixes
adds d206e6b7ea3f arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
adds d9f5b7f5dd0f clk: mvebu: Off by one bugs in cp110_of_clk_get()
adds 2e85c57493e3 clk: mmp: Off by one in mmp_clk_add()
adds 9a43be9cedd5 clk: zynqmp: Off by one in zynqmp_is_valid_clock()
adds 570c9139c358 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds b7d624ab4312 asm-generic: unistd.h: fixup broken macro include.
adds 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
.../devicetree/bindings/clock/clock-bindings.txt | 16 +++++++++++
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 6 ++++
drivers/clk/mmp/clk.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 4 +--
drivers/clk/qcom/common.c | 18 ++++++++++++
drivers/clk/zynqmp/clkc.c | 5 +++-
fs/iomap.c | 9 ------
fs/read_write.c | 2 +-
fs/splice.c | 7 ++++-
fs/xfs/libxfs/xfs_btree.c | 2 +-
fs/xfs/xfs_bmap_util.c | 4 +--
fs/xfs/xfs_qm_bhv.c | 2 +-
include/linux/gfp.h | 12 +++++---
include/uapi/asm-generic/unistd.h | 4 +++
mm/huge_memory.c | 27 +++++++++---------
mm/mempolicy.c | 32 ++++++++++++++++++++--
mm/shmem.c | 2 +-
17 files changed, 113 insertions(+), 41 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-lts-allmodconfig
in repository toolchain/gcc.
from 79f604a5383 Daily bump.
adds 483756748d0 Daily bump.
adds ff41ab51999 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 501b3b9ef5b 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds ef5d82d6df2 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 18 ++++++++++++++++++
gcc/fortran/expr.c | 8 +++-----
gcc/fortran/resolve.c | 10 +++++++---
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr88025.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr88048.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++++++++
8 files changed, 66 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88025.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88048.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88228.f90
--
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-mainline-allnoconfig
in repository toolchain/linux-next.
from 5f179793f0a7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 356ff8a9a78f Revert "mm, thp: consolidate THP gfp handling into alloc_h [...]
adds de7243057e7c fs/xfs: fix f_ffree value for statfs when project quota is set
adds a579121f94ab xfs: fix PAGE_MASK usage in xfs_free_file_space
adds 7d048df4e9b0 xfs: fix inverted return from xfs_btree_sblock_verify_crc
adds 6744557b53a2 vfs: allow some remap flags to be passed to vfs_clone_file_range
adds 17614445576b splice: don't read more than available pipe space
adds 8f67b5adc030 iomap: partially revert 4721a601099 (simulated directio sh [...]
adds f896adc42d53 Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/s [...]
adds 27c0f2b01970 clk: zynqmp: handle fixed factor param query error
adds 48d7f160b107 dt-bindings: clk: Introduce 'protected-clocks' property
adds b181b3b801da clk: qcom: Support 'protected-clocks' property
adds 149964e2d618 Merge branch 'clk-protected-binding' into clk-fixes
adds d206e6b7ea3f arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
adds d9f5b7f5dd0f clk: mvebu: Off by one bugs in cp110_of_clk_get()
adds 2e85c57493e3 clk: mmp: Off by one in mmp_clk_add()
adds 9a43be9cedd5 clk: zynqmp: Off by one in zynqmp_is_valid_clock()
adds 570c9139c358 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds b7d624ab4312 asm-generic: unistd.h: fixup broken macro include.
adds 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
.../devicetree/bindings/clock/clock-bindings.txt | 16 +++++++++++
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 6 ++++
drivers/clk/mmp/clk.c | 2 +-
drivers/clk/mvebu/cp110-system-controller.c | 4 +--
drivers/clk/qcom/common.c | 18 ++++++++++++
drivers/clk/zynqmp/clkc.c | 5 +++-
fs/iomap.c | 9 ------
fs/read_write.c | 2 +-
fs/splice.c | 7 ++++-
fs/xfs/libxfs/xfs_btree.c | 2 +-
fs/xfs/xfs_bmap_util.c | 4 +--
fs/xfs/xfs_qm_bhv.c | 2 +-
include/linux/gfp.h | 12 +++++---
include/uapi/asm-generic/unistd.h | 4 +++
mm/huge_memory.c | 27 +++++++++---------
mm/mempolicy.c | 32 ++++++++++++++++++++--
mm/shmem.c | 2 +-
17 files changed, 113 insertions(+), 41 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 gcc-8-branch
in repository gcc.
from 501b3b9ef5b 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
new ef5d82d6df2 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88228.f90
--
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-stable-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from 16176eaed86 Fix conflict types for this FreeBSD test.
adds aa4b83c9c7a [COFF] Map truncated .eh_frame section name
adds 4f8112e4faa SourceManager: insert(make_pair(..)) -> try_emplace. NFC
adds 3d8a5915d08 Remove some UB in RegisterContextDarwin_arm64.cpp
adds cd541ad246a Revert a hunk that shouldn't have been included in the last [...]
adds a5f8dbf9a95 [X86] Add test for PR39926; NFC
adds 2dbc3a2d0c8 Fix InitListExpr test
adds 5b69c28c96c Re-order content from InitListExpr
adds 8ac5f8465ea Inline dumpFullComment into callers
adds 9296daa4cd7 Inline hasNodes into only caller
adds 21215e340e3 Introduce optional labels to dumpStmt
adds 2fa5edf1135 Revert "Introduce optional labels to dumpStmt"
adds d4103419f91 NFC: Move dump of individual comment nodes to NodeDumper
adds cdf933bc139 NFC: Rename TemplateDecl dump utilities
adds afc60b27d3b [X86] Extend pfm counter coverage for llvm-exegesis
adds bade8587681 [x86] don't try to convert add with undef operands to LEA
adds 192b583e38e [x86] regenerate test checks; NFC
new 5a5716f94b3 Remove unneeded dependency from lib/Target/X86/Utils/ to li [...]
new 018d46cdfbe Add DragonFlyBSD support to OpenMP
new 9268b2a5dff Add OpenBSD support to OpenMP
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:
clang/include/clang/AST/TextNodeDumper.h | 37 +++-
clang/lib/AST/ASTDumper.cpp | 235 ++++-----------------
clang/lib/AST/TextNodeDumper.cpp | 148 ++++++++++++-
clang/lib/Basic/SourceManager.cpp | 7 +-
clang/test/AST/ast-dump-stmt.cpp | 12 +-
.../Utility/RegisterContextDarwin_arm64.cpp | 12 +-
llvm/include/llvm/Object/COFF.h | 2 +
llvm/lib/Object/COFFObjectFile.cpp | 6 +
llvm/lib/Target/X86/Utils/LLVMBuild.txt | 2 +-
llvm/lib/Target/X86/X86InstrInfo.cpp | 71 +++----
llvm/lib/Target/X86/X86InstrInfo.h | 2 +-
llvm/lib/Target/X86/X86PfmCounters.td | 34 ++-
llvm/test/CodeGen/X86/GlobalISel/undef.ll | 35 ++-
llvm/test/CodeGen/X86/pr23664.ll | 18 +-
llvm/test/CodeGen/X86/pr39926.ll | 48 +++++
.../tools/llvm-objdump/Inputs/eh_frame-coff.yaml | 104 +++++++++
llvm/test/tools/llvm-objdump/eh_frame-coff.test | 28 +++
openmp/runtime/cmake/LibompHandleFlags.cmake | 5 +
openmp/runtime/cmake/LibompMicroTests.cmake | 3 +
openmp/runtime/src/kmp.h | 8 +
openmp/runtime/src/kmp_ftn_entry.h | 3 +-
openmp/runtime/src/kmp_platform.h | 19 +-
openmp/runtime/src/kmp_runtime.cpp | 8 +-
openmp/runtime/src/kmp_wrapper_malloc.h | 2 +-
openmp/runtime/src/z_Linux_util.cpp | 25 ++-
25 files changed, 588 insertions(+), 286 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/pr39926.ll
create mode 100644 llvm/test/tools/llvm-objdump/Inputs/eh_frame-coff.yaml
create mode 100644 llvm/test/tools/llvm-objdump/eh_frame-coff.test
--
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-stable-allnoconfig
in repository toolchain/gcc.
from 79f604a5383 Daily bump.
adds 483756748d0 Daily bump.
adds ff41ab51999 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 501b3b9ef5b 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 ++++++++++++
gcc/fortran/expr.c | 8 +++-----
gcc/fortran/resolve.c | 6 +++++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr88025.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr88048.f90 | 7 +++++++
7 files changed, 45 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88025.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88048.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.