This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 90ad18418c2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
new 8dcf86caa1e3 vmlinux.lds.h: Fix incomplete .text.exit discards
new 52c8ee5bad8f vmlinux.lds.h: Fix linker warnings about orphan .LPBX sections
new 0c53b6a5f82a Merge tag 'next-fixes-20181012' of git://git.kernel.org/pu [...]
new 9735082a7cba Input: xpad - add support for Xbox1 PDP Camo series gamepad
new 684bec1092b6 Input: i8042 - enable keyboard wakeups by default when s2i [...]
new f74c371fe72a Input: mousedev - add a schedule point in mousedev_write()
new 36d2582ff235 Input: evdev - add a schedule point in evdev_write()
new cecf10704899 Input: uinput - add a schedule point in uinput_inject_events()
new eb81bfb224ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 9 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/arm/kernel/vmlinux.lds.h | 2 ++
drivers/input/evdev.c | 1 +
drivers/input/joystick/xpad.c | 3 +++
drivers/input/misc/uinput.c | 1 +
drivers/input/mousedev.c | 1 +
drivers/input/serio/i8042.c | 29 ++++++++++++++++++++---------
include/asm-generic/vmlinux.lds.h | 6 +++---
include/linux/suspend.h | 2 ++
kernel/power/suspend.c | 6 ++++++
9 files changed, 39 insertions(+), 12 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.
from 4453d65072 [analyzer] Fix a bug in unexplored_first_location_queue iter [...]
new 9996395f5e Fix Wdocumentation warning. NFCI.
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:
include/clang/AST/DeclTemplate.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 66c3f51a527 SCCP: avoid caching DenseMap entry that might be invalidated.
new 39e3cf3d167 [X86] Ignore float/double non-temporal loads (PR39256)
new 0b50ad3f833 [X86][AVX] Add examples of shuffles that can be reduced to [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 3 +++
test/CodeGen/X86/nontemporal-loads.ll | 32 ++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-256-v16.ll | 26 ++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-256-v32.ll | 31 +++++++++++++++++++++++++++++
4 files changed, 92 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 clang-tools-extra.
from 91ebe3b8 [Documentation] Rephrase modernize-deprecated-ios-base-aliase [...]
new fc248382 [clangd] Support hover on "aut^o *".
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:
clangd/XRefs.cpp | 24 ++++++++++++++----------
unittests/clangd/XRefsTests.cpp | 19 +++++++++++++++++++
2 files changed, 33 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from b800d304c Fix bug where `config.asan_dynamic` in generated ASan `lit.si [...]
new 6804ce467 [TSan] Cleanup TSan runtime support for Go on linux-aarch64. NFC.
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:
lib/tsan/rtl/tsan_platform.h | 38 ++++++++++----------------------------
1 file changed, 10 insertions(+), 28 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 lldb.
from 0c95b9c04 Remove references to source/Plugins/SymbolFile/NativePDB.
new 0da63fc87 [LLDB] - Add support for DW_FORM_implicit_const.
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:
.../Inputs/implicit_const_form_support.yaml | 41 ++++++++++++++++
lit/Breakpoint/implicit_const_form_support.test | 33 +++++++++++++
.../DWARF/DWARFAbbreviationDeclaration.cpp | 6 ++-
.../DWARF/DWARFAbbreviationDeclaration.h | 17 ++-----
source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp | 8 +--
source/Plugins/SymbolFile/DWARF/DWARFAttribute.h | 11 +++--
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 57 +++++++++++-----------
.../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 2 +-
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 8 +++
source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 5 ++
10 files changed, 137 insertions(+), 51 deletions(-)
create mode 100644 lit/Breakpoint/Inputs/implicit_const_form_support.yaml
create mode 100644 lit/Breakpoint/implicit_const_form_support.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.
unknown user pushed a change to branch master
in repository llvm.
from edac9f00e9e [mips] Mark fmaxl as a long double emulation routine
new 66c3f51a527 SCCP: avoid caching DenseMap entry that might be invalidated.
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:
lib/Transforms/Scalar/SCCP.cpp | 8 ++++--
test/Transforms/SCCP/latticeval-invalidate.ll | 41 +++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/SCCP/latticeval-invalidate.ll
--
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 linux.
from 0778a9f2dd92 Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/ [...]
new 7e823644b605 udp: Unbreak modules that rely on external __skb_recv_udp( [...]
new 6d4c407744dd net: sched: cls_u32: fix hnode refcounting
new a21048c8ec7c net/smc: use __aligned_u64 for 64-bit smc_diag fields
new d4f0006a08f5 net/smc: retain old name for diag_mode field
new e2a322a0c8ce Merge branch 'net-smc-userspace-breakage-fixes'
new d79c3888bde6 net: ena: fix warning in rmmod caused by double iounmap
new d7703ddbd7c9 net: ena: fix rare bug when failed restart/resume is follo [...]
new 78a55d05def9 net: ena: fix NULL dereference due to untimely napi initia [...]
new 248ab77342d0 net: ena: fix auto casting to boolean
new 4cf34c0cf60e Merge branch 'ena-fixes'
new f355cfcdb251 devlink: Fix param set handling for string type
new 1276534c988b devlink: Fix param cmode driverinit for string type
new bde74ad10eb5 devlink: Add helper function for safely copy string param
new 8b79f410438f Merge branch 'devlink-param-type-string-fixes'
new 52b5d6f5dcf0 net: make skb_partial_csum_set() more robust against overflows
new 9a4890bd6d63 rds: RDS (tcp) hangs on sendto() to unresponding address
new 5e33a23ba4b5 rxrpc: Fix some missed refs to init_net
new 2cfa2271604b rxrpc: Fix the data_ready handler
new 5271953cad31 rxrpc: Use the UDP encap_rcv hook
new bfd2821117a7 rxrpc: Don't need to take the RCU read lock in the packet [...]
new c479d5f2c2e1 rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_ [...]
new dfe995224693 rxrpc: Carry call state out of locked section in rxrpc_rot [...]
new 298bc15b2079 rxrpc: Only take the rwind and mtu values from latest ACK
new 647530924f47 rxrpc: Fix connection-level abort handling
new 4e2abd3c0518 rxrpc: Fix the rxrpc_tx_packet trace line
new c1e15b4944c9 rxrpc: Fix the packet reception routine
new 49b538e79b59 Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/p [...]
new 7abab7b9b498 net/ipv6: stop leaking percpu memory in fib6 info
new af7d6cce5369 net: ipv4: update fnhe_pmtu when first hop's MTU changes
new 28d35bcdd392 net: ipv4: don't let PMTU updates increase route MTU
new 28b6bfebdd2f Merge branch 'net-ipv4-fixes-for-PMTU-when-link-MTU-changes'
new 047491ea334a tipc: set link tolerance correctly in broadcast link
new e7eb05823806 tipc: queue socket protocol error messages into socket rec [...]
new 4f7617705bff qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWA [...]
new 3c718e677c2b selftests: rtnetlink.sh explicitly requires bash.
new 12a2ea962c06 selftests: udpgso_bench.sh explicitly requires bash
new 26b1f4cb9150 Merge branch 'net-explicitly-requires-bash-when-needed'
new a1f8dd34e64a tipc: eliminate possible recursive locking detected by LOCKDEP
new 26450608348e net/mlx4_core: Fix warnings during boot on driverinit para [...]
new 2a1e89df7850 net: socionext: clear rx irq correctly
new 511cfd580f23 r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips
new 052858663db3 net: phy: sfp: remove sfp_mutex's definition
new bf3b452b7af7 net: dsa: bcm_sf2: Fix unbind ordering
new 54baca096386 net: dsa: bcm_sf2: Call setup during switch resume
new 6b9bab550cac Merge branch 'net-dsa-bcm_sf2-Couple-of-fixes'
new 90ad18418c2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 46 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:
drivers/net/dsa/bcm_sf2.c | 14 +-
drivers/net/ethernet/amazon/ena/ena_eth_com.c | 8 +-
drivers/net/ethernet/amazon/ena/ena_netdev.c | 22 ++-
drivers/net/ethernet/mellanox/mlx4/main.c | 43 ++---
drivers/net/ethernet/realtek/r8169.c | 4 +-
drivers/net/ethernet/socionext/netsec.c | 5 +-
drivers/net/phy/sfp.c | 2 -
drivers/net/usb/qmi_wwan.c | 1 +
include/linux/netdevice.h | 7 +
include/net/devlink.h | 12 +-
include/net/ip_fib.h | 1 +
include/trace/events/rxrpc.h | 1 +
include/uapi/linux/smc_diag.h | 25 +--
include/uapi/linux/udp.h | 1 +
net/core/dev.c | 28 ++-
net/core/devlink.c | 43 ++++-
net/core/skbuff.c | 12 +-
net/ipv4/fib_frontend.c | 12 +-
net/ipv4/fib_semantics.c | 50 +++++
net/ipv4/route.c | 7 +-
net/ipv4/udp.c | 2 +-
net/ipv6/ip6_fib.c | 2 +
net/rds/send.c | 13 +-
net/rxrpc/ar-internal.h | 23 ++-
net/rxrpc/call_accept.c | 27 ++-
net/rxrpc/call_object.c | 5 +-
net/rxrpc/conn_client.c | 10 +-
net/rxrpc/conn_event.c | 26 +--
net/rxrpc/input.c | 253 ++++++++++++++------------
net/rxrpc/local_object.c | 30 ++-
net/rxrpc/peer_event.c | 5 +
net/rxrpc/peer_object.c | 29 +--
net/sched/cls_u32.c | 10 +-
net/tipc/link.c | 27 ++-
net/tipc/socket.c | 14 +-
tools/testing/selftests/net/rtnetlink.sh | 2 +-
tools/testing/selftests/net/udpgso_bench.sh | 2 +-
37 files changed, 493 insertions(+), 285 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 441f8c5b1f4 [ThinLTO] Don't import GV which contains blockaddress
new edac9f00e9e [mips] Mark fmaxl as a long double emulation routine
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:
lib/Target/Mips/MipsCCState.cpp | 8 ++++----
test/CodeGen/Mips/cconv/fmaxl_call.ll | 25 +++++++++++++++++++++++++
2 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Mips/cconv/fmaxl_call.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.