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-aarch64-lts-defconfig
in repository toolchain/linux-next.
from 8263087bf627 Linux 4.14.77
new 88be243901ff media: af9035: prevent buffer overflow on write
new fa04cc5e7b81 batman-adv: Avoid probe ELP information leak
new acdaf28d8cf5 batman-adv: Fix segfault when writing to throughput_override
new c553f7e514b9 batman-adv: Fix segfault when writing to sysfs elp_interval
new 3b38bed3304d batman-adv: Prevent duplicated gateway_node entry
new 18733cfe4126 batman-adv: Prevent duplicated nc_node entry
new 2a544b2da44b batman-adv: Prevent duplicated softif_vlan entry
new b46fd722b7bc batman-adv: Prevent duplicated global TT entry
new 2b1c4897f256 batman-adv: Prevent duplicated tvlv handler
new 3e9f714fb58b batman-adv: fix backbone_gw refcount on queue_work() failure
new 498c536f5931 batman-adv: fix hardif_neigh refcount on queue_work() failure
new 89450e431a63 clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONST [...]
new 40e49c155313 scsi: ibmvscsis: Fix a stringop-overflow warning
new 3353c04dd4d7 scsi: ibmvscsis: Ensure partition name is properly NUL terminated
new 2b8b339c53d2 intel_th: pci: Add Ice Lake PCH support
new 8b8ab47a093d Input: atakbd - fix Atari keymap
new 1c22d2cbd9f2 Input: atakbd - fix Atari CapsLock behaviour
new 997cdc46f436 net: emac: fix fixed-link setup for the RTL8363SB switch
new 48047b847808 ravb: do not write 1 to reserved bits
new 940d35f3a572 PCI: dwc: Fix scheduling while atomic issues
new 26377fe2f7b0 drm: mali-dp: Call drm_crtc_vblank_reset on device init
new b6b5bc245dc2 scsi: ipr: System hung while dlpar adding primary ipr adap [...]
new 4c0e2e4a4b54 scsi: sd: don't crash the host on invalid commands
new f75ad0441a0a net/mlx4: Use cpumask_available for eq->affinity_mask
new 4f5dbf26a1bd clocksource/drivers/fttmr010: Fix set_next_event handler
new 256707d3b89b powerpc/tm: Fix userspace r13 corruption
new 62c15d061f5f powerpc/tm: Avoid possible userspace r1 corruption on reclaim
new f78ae314c6e3 iommu/amd: Return devid as alias for ACPI HID devices
new e261faa2eccb powerpc/lib/feature-fixups: use raw_patch_instruction()
new f473bf921696 Revert "vfs: fix freeze protection in mnt_want_write_file( [...]
new 541500abfe9e mremap: properly flush TLB before releasing the page
new b6d06b180ff8 ARC: build: Get rid of toolchain check
new 7b9f716d5550 ARC: build: Don't set CROSS_COMPILE in arch's Makefile
new e896a2adba93 HID: quirks: fix support for Apple Magic Keyboards
new 61377bc80861 drm/i915: Nuke the LVDS lid notifier
new 8e6173c12467 staging: ccree: check DMA pool buf !NULL before free
new 2a797fd8f8ae mm: disallow mappings that conflict for devm_memremap_pages()
new faf578e3593e drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
new 4d5af836674f i2c: rcar: handle RXDMA HW behaviour on Gen3
new 6edd85a7870a IB/hfi1: Fix destroy_qp hang after a link down
new e7405910ca55 Linux 4.14.78
The 41 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:
Makefile | 2 +-
arch/arc/Makefile | 24 +-----
arch/powerpc/include/asm/code-patching.h | 1 +
arch/powerpc/kernel/tm.S | 20 ++++-
arch/powerpc/lib/code-patching.c | 4 +-
arch/powerpc/lib/feature-fixups.c | 8 +-
drivers/clocksource/timer-fttmr010.c | 18 ++--
drivers/clocksource/timer-ti-32k.c | 3 +
drivers/gpu/drm/arm/malidp_drv.c | 1 +
drivers/gpu/drm/i915/i915_drv.c | 10 ---
drivers/gpu/drm/i915/i915_drv.h | 9 +-
drivers/gpu/drm/i915/intel_ddi.c | 13 ++-
drivers/gpu/drm/i915/intel_display.c | 21 ++++-
drivers/gpu/drm/i915/intel_drv.h | 3 +-
drivers/gpu/drm/i915/intel_lvds.c | 136 +------------------------------
drivers/hid/hid-core.c | 3 +
drivers/hwtracing/intel_th/pci.c | 5 ++
drivers/i2c/busses/i2c-rcar.c | 54 +++++++++++-
drivers/infiniband/hw/hfi1/chip.c | 7 +-
drivers/infiniband/hw/hfi1/pio.c | 42 ++++++++--
drivers/infiniband/hw/hfi1/pio.h | 2 +
drivers/input/keyboard/atakbd.c | 74 +++++++----------
drivers/iommu/amd_iommu.c | 6 ++
drivers/media/usb/dvb-usb-v2/af9035.c | 6 +-
drivers/net/ethernet/ibm/emac/core.c | 15 ++--
drivers/net/ethernet/mellanox/mlx4/eq.c | 3 +-
drivers/net/ethernet/renesas/ravb.h | 5 ++
drivers/net/ethernet/renesas/ravb_main.c | 11 +--
drivers/net/ethernet/renesas/ravb_ptp.c | 2 +-
drivers/pci/dwc/pcie-designware.c | 8 +-
drivers/pci/dwc/pcie-designware.h | 3 +-
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 +-
drivers/scsi/ipr.c | 106 ++++++++++++++----------
drivers/scsi/ipr.h | 1 +
drivers/scsi/sd.c | 3 +-
drivers/staging/ccree/ssi_buffer_mgr.c | 3 +-
fs/namespace.c | 7 +-
include/linux/huge_mm.h | 2 +-
kernel/memremap.c | 18 +++-
mm/huge_memory.c | 10 +--
mm/mremap.c | 30 +++----
net/batman-adv/bat_v_elp.c | 10 ++-
net/batman-adv/bridge_loop_avoidance.c | 10 ++-
net/batman-adv/gateway_client.c | 11 ++-
net/batman-adv/network-coding.c | 27 +++---
net/batman-adv/soft-interface.c | 25 ++++--
net/batman-adv/sysfs.c | 30 ++++---
net/batman-adv/translation-table.c | 6 +-
net/batman-adv/tvlv.c | 8 +-
49 files changed, 437 insertions(+), 394 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 9a16d2deaa0 DebugInfo: Use address pool forms in debug_rnglists
new 9d207e6821d DebugInfo: Implement debug_rnglists.dwo
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 +--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 26 ++++++++++
test/DebugInfo/X86/split-dwarf-v5-ranges.ll | 78 +++++++++++++++++++++++++++++
3 files changed, 107 insertions(+), 3 deletions(-)
create mode 100644 test/DebugInfo/X86/split-dwarf-v5-ranges.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig
in repository toolchain/linux-next.
from 2724bf10255a Linux 4.18.15
new b1bafbe4ff2d soundwire: Fix duplicate stream state assignment
new ad9107d7e1c7 soundwire: Fix incorrect exit after configuring stream
new 1228a75335e0 soundwire: Fix acquiring bus lock twice during master release
new affb1840c578 media: af9035: prevent buffer overflow on write
new 26c0bac0c117 spi: gpio: Fix copy-and-paste error
new 52406f34bbb6 batman-adv: Avoid probe ELP information leak
new 54231bb59a9a batman-adv: Fix segfault when writing to throughput_override
new eddab21dd463 batman-adv: Fix segfault when writing to sysfs elp_interval
new d8ed2b187456 batman-adv: Prevent duplicated gateway_node entry
new 2d1749b0fab0 batman-adv: Prevent duplicated nc_node entry
new 71d6d75e5801 batman-adv: Prevent duplicated softif_vlan entry
new c25ae7c479af batman-adv: Prevent duplicated global TT entry
new 39b0e1c4c79f batman-adv: Prevent duplicated tvlv handler
new 04125a63ea54 batman-adv: fix backbone_gw refcount on queue_work() failure
new 413baacefef9 batman-adv: fix hardif_neigh refcount on queue_work() failure
new 385ce0611598 cxgb4: fix abort_req_rss6 struct
new bb59249268cf clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONST [...]
new 10ad9dcade4b scsi: ibmvscsis: Fix a stringop-overflow warning
new ee43eeb4d1b9 scsi: ibmvscsis: Ensure partition name is properly NUL terminated
new 462809659a39 intel_th: pci: Add Ice Lake PCH support
new ef17628c07da Input: atakbd - fix Atari keymap
new 6a08cbb10aac Input: atakbd - fix Atari CapsLock behaviour
new 66acb86c0905 selftests: pmtu: properly redirect stderr to /dev/null
new 14bbe1ab20ac net: emac: fix fixed-link setup for the RTL8363SB switch
new 6b7d727a2d18 ravb: do not write 1 to reserved bits
new 4b238ea05476 net/smc: fix non-blocking connect problem
new 9bdac39234d0 net/smc: fix sizeof to int comparison
new c23f22169cac qed: Fix populating the invalid stag value in multi functi [...]
new 1093a05b5828 qed: Do not add VLAN 0 tag to untagged frames in multi-fun [...]
new 2c93f6f118ad PCI: dwc: Fix scheduling while atomic issues
new 7dc74b2622c2 RDMA/uverbs: Fix validity check for modify QP
new fab5471586f4 scsi: lpfc: Synchronize access to remoteport via rport
new ce32caf41e53 drm: mali-dp: Call drm_crtc_vblank_reset on device init
new 6dba1e338b6e scsi: ipr: System hung while dlpar adding primary ipr adap [...]
new 019a15f9bd44 scsi: sd: don't crash the host on invalid commands
new 60c302b7aea5 bpf: sockmap only allow ESTABLISHED sock state
new 19e43942cbb7 bpf: sockmap, fix transition through disconnect without close
new bcb2acdf27b3 bpf: test_maps, only support ESTABLISHED socks
new 323ad7436184 net/mlx4: Use cpumask_available for eq->affinity_mask
new 87e75317fe81 clocksource/drivers/fttmr010: Fix set_next_event handler
new 086906d90bae RDMA/bnxt_re: Fix system crash during RDMA resource initia [...]
new 1e23af485f89 RISC-V: include linux/ftrace.h in asm-prototypes.h
new 0fe04d27b5e3 iommu/rockchip: Free irqs in shutdown handler
new b0b901600550 pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type
new 8725b910e72d powerpc/tm: Fix userspace r13 corruption
new 4a079f0a5398 powerpc/tm: Avoid possible userspace r1 corruption on reclaim
new 0e963ecefb72 powerpc/numa: Use associativity if VPHN hcall is successful
new 44e564aa4525 iommu/amd: Return devid as alias for ACPI HID devices
new 7fde798123ef x86/boot: Fix kexec booting failure in the SEV bit detection code
new 94d2da5ba1dd Revert "vfs: fix freeze protection in mnt_want_write_file( [...]
new d80183541e60 mremap: properly flush TLB before releasing the page
new dfed0698a22e ARC: build: Get rid of toolchain check
new 645ad2d5cccc ARC: build: Don't set CROSS_COMPILE in arch's Makefile
new 6b3252287aa2 Linux 4.18.16
The 54 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:
Makefile | 2 +-
arch/arc/Makefile | 24 +-----
arch/powerpc/kernel/tm.S | 20 ++++-
arch/powerpc/mm/numa.c | 4 +-
arch/riscv/include/asm/asm-prototypes.h | 7 ++
arch/x86/boot/compressed/mem_encrypt.S | 19 -----
drivers/clocksource/timer-fttmr010.c | 18 +++--
drivers/clocksource/timer-ti-32k.c | 3 +
drivers/gpu/drm/arm/malidp_drv.c | 1 +
drivers/hwtracing/intel_th/pci.c | 5 ++
drivers/infiniband/core/uverbs_cmd.c | 68 +++++++++++------
drivers/infiniband/hw/bnxt_re/main.c | 93 ++++++++++-------------
drivers/input/keyboard/atakbd.c | 74 +++++++------------
drivers/iommu/amd_iommu.c | 6 ++
drivers/iommu/rockchip-iommu.c | 6 ++
drivers/media/usb/dvb-usb-v2/af9035.c | 6 +-
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 1 -
drivers/net/ethernet/ibm/emac/core.c | 15 ++--
drivers/net/ethernet/mellanox/mlx4/eq.c | 3 +-
drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 9 ++-
drivers/net/ethernet/qlogic/qed/qed_dcbx.h | 1 +
drivers/net/ethernet/qlogic/qed/qed_dev.c | 15 +++-
drivers/net/ethernet/qlogic/qed/qed_hsi.h | 4 +
drivers/net/ethernet/renesas/ravb.h | 5 ++
drivers/net/ethernet/renesas/ravb_main.c | 11 +--
drivers/net/ethernet/renesas/ravb_ptp.c | 2 +-
drivers/pci/controller/dwc/pcie-designware.c | 8 +-
drivers/pci/controller/dwc/pcie-designware.h | 3 +-
drivers/pinctrl/pinctrl-amd.c | 33 ++++++---
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 +-
drivers/scsi/ipr.c | 106 +++++++++++++++------------
drivers/scsi/ipr.h | 1 +
drivers/scsi/lpfc/lpfc_attr.c | 15 ++--
drivers/scsi/lpfc/lpfc_debugfs.c | 10 +--
drivers/scsi/lpfc/lpfc_nvme.c | 11 ++-
drivers/scsi/sd.c | 3 +-
drivers/soundwire/stream.c | 23 ++++--
drivers/spi/spi-gpio.c | 4 +-
fs/namespace.c | 7 +-
include/linux/huge_mm.h | 2 +-
kernel/bpf/sockmap.c | 91 ++++++++++++++++++-----
mm/huge_memory.c | 10 +--
mm/mremap.c | 30 ++++----
net/batman-adv/bat_v_elp.c | 10 ++-
net/batman-adv/bridge_loop_avoidance.c | 10 ++-
net/batman-adv/gateway_client.c | 11 ++-
net/batman-adv/network-coding.c | 27 ++++---
net/batman-adv/soft-interface.c | 25 +++++--
net/batman-adv/sysfs.c | 30 +++++---
net/batman-adv/translation-table.c | 6 +-
net/batman-adv/tvlv.c | 8 +-
net/smc/af_smc.c | 7 +-
net/smc/smc_clc.c | 14 ++--
tools/testing/selftests/bpf/test_maps.c | 10 ++-
tools/testing/selftests/net/pmtu.sh | 4 +-
55 files changed, 562 insertions(+), 384 deletions(-)
create mode 100644 arch/riscv/include/asm/asm-prototypes.h
--
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-aarch64-mainline-allyesconfig
in repository toolchain/linux-next.
from 91b15613ce7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
adds 48f78be33260 nvme: remove ns sibling before clearing path
adds 7a7080b53467 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme i [...]
adds 744889b7cbb5 block: don't deal with discard limit in blkdev_issue_discard()
adds b2a205ff49b9 Merge tag 'for-linus-20181019' of git://git.kernel.dk/linux-block
adds 4b0aaacee51e selftests: usbip: add wait after attach and before checkin [...]
adds 81f7567c51ad usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub [...]
adds 9397940ed812 cdc-acm: fix race between reset and control messaging
adds dae3ddba36f8 cdc-acm: do not reset notification buffer index upon urb u [...]
adds f976d0e5747c cdc-acm: correct counting of UART states in serial state n [...]
adds 009b1948e153 usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable
adds c02588a352de usb: xhci: pci: Enable Intel USB role mux on Apollo Lake p [...]
adds 665c365a77fb USB: fix the usbfs flag sanitization for control transfers
adds 9ae24af36691 usb: gadget: storage: Fix Spectre v1 vulnerability
adds c7b70a641df2 Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm [...]
adds 13c1c5e4d7f8 Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
new d4ec49d332ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 282447ba6b00 tracing: Fix synthetic event to accept unsigned modifier
new a360d9e4016c tracing: Fix synthetic event to allow semicolon at end
new ba0e41ca81b9 selftests: ftrace: Add synthetic event syntax testcase
new 6b5201c21d40 Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/ [...]
adds 4364bcb2cd21 drm: Get ref on CRTC commit object when waiting for flip_done
new e84cb605e02f drm/sun4i: Fix an ulong overflow in the dotclock driver
new fe7acd1e303d Merge tag 'drm-misc-fixes-2018-10-19' of git://anongit.fre [...]
new 270b77a0f30e Merge tag 'drm-fixes-2018-10-20-1' of git://anongit.freede [...]
The 8 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-lib.c | 28 +-------
drivers/gpu/drm/drm_atomic.c | 5 ++
drivers/gpu/drm/drm_atomic_helper.c | 12 ++--
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 12 +++-
drivers/input/mouse/elan_i2c_core.c | 1 +
drivers/nvme/host/core.c | 2 +-
drivers/usb/class/cdc-acm.c | 16 ++---
drivers/usb/core/devio.c | 4 +-
drivers/usb/gadget/function/f_mass_storage.c | 3 +
drivers/usb/host/xhci-pci.c | 6 +-
drivers/usb/roles/intel-xhci-usb-role-switch.c | 2 +
drivers/usb/usbip/vhci_hcd.c | 57 +++++++++++----
include/drm/drm_atomic.h | 11 +++
kernel/trace/trace_events_hist.c | 32 +++++++--
.../selftests/drivers/usb/usbip/usbip_test.sh | 4 ++
.../inter-event/trigger-synthetic-event-syntax.tc | 80 ++++++++++++++++++++++
16 files changed, 209 insertions(+), 66 deletions(-)
create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.