From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x2266LsHo2vOQkJUlIgoYX+ZX7U9dwWum59XeePwl0/fCYnC4/VMSI9AlJ0g+FbiQij9DhKUj ARC-Seal: i=1; a=rsa-sha256; t=1517256667; cv=none; d=google.com; s=arc-20160816; b=RTRMx3Z3JNaYeyILmh3DLTqIvv0q2XzRRtam0altSPxyYPKXsHiQnkbMPawRbVpP7e MCsyH+m/VA1Nwz1k248opeQomI886d7qvHfIL+o6L9tzq5ddYubmGQu7J02aCsY7MPI3 lZaqkFsP5AKfnq4MMq/TJ3yOXX4hZZQ4IoH39Ofa+Cvu+EGZAJuW7x1k+jB+39nu85zj oKKzRzygA48Z+aQ3/NhjVt0oY1geTLrtnsPzdl/F7VdUX26p6tvGk5hrk+OrIxq11ekb Fg2SvCxrY2DPtPb/QP5/kILHjeor4NLWXvAjf6rn/0VkS7SpsKpz1ip9ysGVKiBPlvY5 oThw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:message-id:date:subject:cc:to:from :arc-authentication-results; bh=AlpuYKW3k8xApLBacpCN2LTOALA//htV1UeuocXV+qs=; b=Ai5PozoNpvq6w0OW+YbGvp4FylT3hmY+Co4WdMfmy5FojQTanoIBh9SMwPmElnU5Os 5IeK+OfVsqSls6rbYiNgsK//atzfOn4WdtSzjgeLmyyqHbhQEAdu+TFjA7XJ60iq/C70 lnoUkvdPrscreFcmghrWqnnrAPwDCHxRulftbs3kQc0KsPof44a0StzbFQAbOITmesM9 6v/gE28O+jr0b2xqsp496j2pXdzjbYkVGOEZIu7p8Ew6PXSJQXyfH8FSHqALkAB/cJyM XofFcNJbV9C5PrFgsd+uy7p4ouYV0lqlCaQjsu5RdR8dpJzWC2Rhw2WQDnWJtQWQ76hv WpvA== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 3.18 00/52] 3.18.93-stable review Date: Mon, 29 Jan 2018 13:56:18 +0100 Message-Id: <20180129123628.168904217@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.93-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.18.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.18.93-rc1 X-KernelTest-Deadline: 2018-01-31T12:36+00:00 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-LABELS: =?utf-8?b?IlxcU2VudCI=?= X-GMAIL-THRID: =?utf-8?q?1590958926886827794?= X-GMAIL-MSGID: =?utf-8?q?1590958926886827794?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.18.93 release. There are 52 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Jan 31 12:36:07 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.93-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.93-rc1 Jim Westfall ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY Mike Maloney ipv6: fix udpv6 sendmsg crash caused by too small MTU Jim Westfall net: Allow neigh contructor functions ability to modify the primary_key Neil Horman vmxnet3: repair memory leak Xin Long sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf Xin Long sctp: do not allow the v4 socket to bind a v4mapped v6 address Guillaume Nault pppoe: take ->needed_headroom of lower device into account on xmit Eric Dumazet net: qdisc_pkt_len_init() should be more robust Craig Gallek tcp: __tcp_hdrlen() helper Felix Fietkau net: igmp: fix source address check for IGMPv3 reports Alexey Kodanev dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state Dan Streetman net: tcp: close sock if net namespace is exiting Jia Zhang x86/microcode/intel: Extend BDW late-loading further with LLC size check Richard Weinberger um: Remove copy&paste code from init.h Richard Weinberger um: Stop abusing __KERNEL__ Greg KH eventpoll.h: add missing epoll event masks Thomas Meyer um: link vmlinux with -no-pie Johannes Thumshirn scsi: libiscsi: fix shifting of DID_REQUEUE host byte Jiri Slaby fs/fcntl: f_setown, avoid undefined behaviour Jeff Mahoney reiserfs: don't preallocate blocks for extended attributes Jeff Mahoney reiserfs: fix race in prealloc discard Kevin Cernekee netfilter: xt_osf: Add missing permission checks Kevin Cernekee netfilter: nfnetlink_cthelper: Add missing permission checks Ulrich Weber netfilter: nf_conntrack_sip: extend request line validation Florian Westphal netfilter: restart search if moved to other chain Liping Zhang netfilter: nf_ct_expect: remove the redundant slash when policy name is empty Jiri Slaby ipc: msg, make msgrcv work with LONG_MIN Michal Hocko hwpoison, memcg: forcibly uncharge LRU pages Michal Hocko mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack Marc Kleine-Budde can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once Marc Kleine-Budde can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once Jonathan Dieter usbip: Fix implicit fallthrough warning Andy Lutomirski x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels Jonas Gorski MIPS: AR7: ensure the port type's FCR value is used Marc Zyngier arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls Dennis Yang dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 Joe Thornber dm btree: fix serious bug in btree_split_beneath() Thomas Petazzoni ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 Arnd Bergmann phy: work around 'phys' references to usb-nop-xceiv devices Johan Hovold Input: twl4030-vibra - fix sibling-node lookup Marek Belisko Input: twl4030-vibra - fix ERROR: Bad of_node_put() warning Johan Hovold Input: twl6040-vibra - fix child-node lookup H. Nikolaus Schaller Input: twl6040-vibra - fix DT node memory management Johan Hovold Input: 88pm860x-ts - fix child-node lookup Joe Lawrence pipe: avoid round_pipe_size() nr_pages overflow on 32-bit Eric Biggers af_key: fix buffer overread in parse_exthdrs() Eric Biggers af_key: fix buffer overread in verify_address_len() Takashi Iwai ALSA: hda - Apply the existing quirk to iMac 14,1 Takashi Iwai ALSA: pcm: Remove yet superfluous WARN_ON() Li Jinyue futex: Prevent overflow by strengthen input validation Hannes Reinecke scsi: sg: disable SET_FORCE_LOW_DMA Arnd Bergmann gcov: disable for COMPILE_TEST ------------- Diffstat: Makefile | 4 ++-- arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 10 ++++++++-- arch/arm64/kvm/handle_exit.c | 4 ++-- arch/mips/ar7/platform.c | 2 +- arch/um/Makefile | 9 +++++---- arch/um/drivers/mconsole.h | 2 +- arch/um/include/shared/init.h | 24 ++-------------------- arch/um/include/shared/user.h | 2 +- arch/x86/include/asm/processor.h | 2 +- arch/x86/kernel/cpu/microcode/intel.c | 20 +++++++++++++++++-- arch/x86/um/shared/sysdep/tls.h | 6 +++--- drivers/input/misc/twl4030-vibra.c | 7 +++++-- drivers/input/misc/twl6040-vibra.c | 2 +- drivers/input/touchscreen/88pm860x-ts.c | 16 +++++++++++---- drivers/md/dm-thin-metadata.c | 6 +++++- drivers/md/persistent-data/dm-btree.c | 19 ++---------------- drivers/net/ppp/pppoe.c | 11 +++++----- drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- drivers/phy/phy-core.c | 4 ++++ drivers/scsi/libiscsi.c | 2 +- drivers/scsi/sg.c | 30 +++++++++------------------- fs/fcntl.c | 4 ++++ fs/pipe.c | 18 +++++++++++++++-- fs/reiserfs/bitmap.c | 14 ++++++++++--- include/linux/tcp.h | 7 ++++++- include/net/arp.h | 3 +++ include/net/net_namespace.h | 10 ++++++++++ include/scsi/sg.h | 1 - include/uapi/linux/eventpoll.h | 13 ++++++++++++ ipc/msg.c | 5 ++++- kernel/futex.c | 3 +++ kernel/gcov/Kconfig | 1 + mm/memcontrol.c | 2 +- mm/memory-failure.c | 7 +++++++ mm/mmap.c | 6 ++++-- net/can/af_can.c | 22 ++++++++++---------- net/core/dev.c | 19 ++++++++++++++---- net/core/neighbour.c | 4 ++-- net/dccp/ccids/ccid2.c | 3 +++ net/ipv4/arp.c | 7 ++++++- net/ipv4/igmp.c | 2 +- net/ipv4/tcp.c | 3 +++ net/ipv4/tcp_timer.c | 15 ++++++++++++++ net/ipv6/ip6_output.c | 6 ++++-- net/key/af_key.c | 8 ++++++++ net/netfilter/nf_conntrack_core.c | 7 +++++++ net/netfilter/nf_conntrack_expect.c | 2 +- net/netfilter/nf_conntrack_sip.c | 5 ++++- net/netfilter/nfnetlink_cthelper.c | 10 ++++++++++ net/netfilter/xt_osf.c | 7 +++++++ net/sctp/socket.c | 30 +++++++++++----------------- sound/core/pcm_lib.c | 1 - sound/pci/hda/patch_cirrus.c | 1 + tools/usb/usbip/src/usbip.c | 2 ++ 54 files changed, 284 insertions(+), 148 deletions(-)