-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Greg,
Pleae pull commits for Linux 4.4 .
I've sent a review request for all commits over a week ago and all comments were addressed.
Thanks, Sasha
=====
The following changes since commit 08c15ad2e6278a5fe1b209e8fcdbd2d235c48f34:
Linux 4.4.103 (2017-11-30 08:37:28 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.4-02122017
for you to fetch changes up to 3b4e8a889c65a7c166a38aa39b5278353a04a251:
net: fec: fix multicast filtering hardware setup (2017-12-02 10:35:42 -0500)
- ---------------------------------------------------------------- for-greg-4.4-02122017
- ---------------------------------------------------------------- Aaron Sierra (1): serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X
Alexey Khoroshilov (1): usb: phy: tahvo: fix error handling in tahvo_usb_probe()
Andrzej Hajda (1): drm/exynos/decon5433: set STANDALONE_UPDATE_F on output enablement
Andy Lutomirski (1): selftests/x86/ldt_get: Add a few additional tests for limits
Ben Hutchings (1): usbip: tools: Install all headers needed for libusbip development
Benjamin Coddington (1): nfs: Don't take a reference on fl->fl_file for LOCK operation
Boshi Wang (1): ima: fix hash algorithm initialization
Christian Borntraeger (1): s390/pci: do not require AIS facility
Christoffer Dall (1): KVM: arm/arm64: Fix occasional warning from the timer work function
Colin Ian King (1): net: sctp: fix array overrun read on sctp_timer_tbl
Dave Hansen (1): x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
David Forster (1): vti6: fix device register to report IFLA_INFO_KIND
Florian Fainelli (2): net: systemport: Utilize skb_put_padto() net: systemport: Pad packet before inserting TSB
Gustavo A. R. Silva (1): EDAC, sb_edac: Fix missing break in switch
Hiromitsu Yamasaki (1): spi: sh-msiof: Fix DMA transfer size check
Iago Abal (1): dmaengine: pl330: fix double lock
Jan Kara (1): mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlers
Jason Baron (1): tcp: correct memory barrier usage in tcp_check_space()
Jibin Xu (1): sysrq : fix Show Regs call trace on ARM
John Stultz (2): usb: dwc2: Fix UDC state tracking usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host mode
Kazuya Mizuguchi (1): ravb: Remove Rx overflow log messages
Lukas Wunner (1): serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()
Masami Hiramatsu (1): kprobes/x86: Disable preemption in ftrace-based jprobes
Parthasarathy Bhuvaragan (1): tipc: fix cleanup at module unload
Peter Ujfalusi (1): ARM: OMAP1: DMA: Correct the number of logical channels
Ross Lagerwall (1): xen-netfront: Improve error handling during initialization
Rui Sousa (1): net: fec: fix multicast filtering hardware setup
Thomas Richter (1): perf test attr: Fix ignored test case result
Trond Myklebust (1): NFSv4: Fix client recovery when server reboots multiple times
Vlad Tsyrklevich (1): net/appletalk: Fix kernel memory disclosure
arch/arm/mach-omap1/dma.c | 16 ++++++------- arch/s390/include/asm/pci_insn.h | 2 +- arch/s390/pci/pci.c | 5 ++-- arch/s390/pci/pci_insn.c | 6 ++++- arch/x86/include/asm/syscalls.h | 2 +- arch/x86/kernel/kprobes/ftrace.c | 23 +++++++++++-------- arch/x86/kernel/ldt.c | 16 ++++++++++--- arch/x86/um/ldt.c | 7 ++++-- drivers/dma/pl330.c | 19 +++++----------- drivers/edac/sb_edac.c | 1 + drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 2 ++ drivers/net/appletalk/ipddp.c | 2 +- drivers/net/ethernet/broadcom/bcmsysport.c | 23 +++++++++---------- drivers/net/ethernet/freescale/fec_main.c | 23 ++++++++----------- drivers/net/ethernet/renesas/ravb_main.c | 8 ++----- drivers/net/xen-netfront.c | 29 +++++++++--------------- drivers/spi/spi-sh-msiof.c | 2 +- drivers/staging/lustre/lustre/llite/llite_mmap.c | 4 +--- drivers/tty/serial/8250/8250_fintek.c | 2 +- drivers/tty/serial/8250/8250_port.c | 5 +++- drivers/tty/sysrq.c | 9 ++++++-- drivers/usb/dwc2/gadget.c | 7 ++++++ drivers/usb/phy/phy-tahvo.c | 3 ++- fs/nfs/nfs4proc.c | 3 --- fs/nfs/nfs4state.c | 1 - include/linux/buffer_head.h | 4 +--- net/ipv4/tcp_input.c | 2 +- net/ipv6/ip6_vti.c | 2 +- net/sctp/debug.c | 2 +- net/tipc/server.c | 4 +--- security/integrity/ima/ima_main.c | 4 ++++ tools/perf/tests/attr.c | 2 +- tools/testing/selftests/x86/ldt_gdt.c | 17 +++++++++++++- tools/usb/usbip/Makefile.am | 3 ++- virt/kvm/arm/arch_timer.c | 3 --- 35 files changed, 143 insertions(+), 120 deletions(-)