Merge tag 'v3.12.71' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-3.12-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994888AbdEMW1H7RGOF/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Apr 4 13:45:28 2017 +0200 Commit: 9c2afdc1ddde41a6785cecb54559d0f62a4d9730 Gitweb: https://git.linux-mips.org/g/ralf/linux/9c2afdc1ddde Branch: linux-3.12-stable --- Documentation/kernel-parameters.txt | 4 + Makefile | 2 arch/arc/kernel/unaligned.c | 3 arch/arm/kernel/ptrace.c | 2 arch/parisc/include/asm/bitops.h | 8 + arch/parisc/include/uapi/asm/bitsperlong.h | 2 arch/parisc/include/uapi/asm/swab.h | 5 - arch/s390/net/bpf_jit_comp.c | 2 arch/tile/kernel/ptrace.c | 2 arch/x86/Kconfig | 2 arch/x86/net/bpf_jit_comp.c | 2 arch/x86/platform/goldfish/goldfish.c | 14 ++ crypto/algapi.c | 1 drivers/ata/sata_mv.c | 3 drivers/cpufreq/cpufreq.c | 101 ++++++++-------- drivers/crypto/caam/caamhash.c | 1 drivers/gpu/drm/i915/intel_crt.c | 9 + drivers/gpu/drm/i915/intel_display.c | 4 - drivers/gpu/drm/nouveau/dispnv04/hw.c | 3 drivers/gpu/drm/nouveau/nv50_display.c | 2 drivers/isdn/hardware/eicon/message.c | 3 drivers/media/i2c/Kconfig | 1 drivers/media/usb/siano/smsusb.c | 18 ++- drivers/mfd/pm8921-core.c | 9 + drivers/net/can/c_can/c_can_pci.c | 1 drivers/net/can/ti_hecc.c | 16 ++- drivers/net/ethernet/freescale/gianfar_ethtool.c | 3 drivers/net/macvtap.c | 4 - drivers/net/tun.c | 20 ++- drivers/net/usb/cdc_ether.c | 8 + drivers/net/usb/qmi_wwan.c | 7 + drivers/net/wireless/rtlwifi/usb.c | 18 +++ drivers/pci/host/pci-mvebu.c | 88 ++++++++++++-- drivers/platform/goldfish/pdev_bus.c | 13 +- drivers/platform/x86/intel_mid_powerbtn.c | 4 - drivers/rtc/interface.c | 16 ++- drivers/s390/scsi/zfcp_fsf.c | 8 + drivers/scsi/scsi_lib.c | 17 +-- drivers/staging/vt6655/hostap.c | 3 drivers/staging/vt6656/hostap.c | 3 drivers/target/target_core_sbc.c | 8 + drivers/tty/serial/msm_serial.c | 1 drivers/usb/class/cdc-acm.c | 17 ++- drivers/usb/core/quirks.c | 4 + drivers/usb/serial/ark3116.c | 13 ++ drivers/usb/serial/cp210x.c | 2 drivers/usb/serial/ftdi_sio.c | 31 +++-- drivers/usb/serial/mos7840.c | 4 - drivers/usb/serial/opticon.c | 2 drivers/usb/serial/option.c | 140 ++++++++++++++++++++++ drivers/usb/serial/pl2303.c | 1 drivers/usb/serial/pl2303.h | 1 drivers/usb/serial/qcserial.c | 1 drivers/usb/serial/spcp8x5.c | 8 + drivers/video/fbcmap.c | 26 ++-- fs/cifs/readdir.c | 1 fs/ext4/super.c | 9 + fs/ocfs2/ioctl.c | 129 +++++++------------- fs/splice.c | 1 include/linux/can/core.h | 7 - include/linux/nfs4.h | 3 include/linux/sunrpc/clnt.h | 1 include/net/cipso_ipv4.h | 4 + include/net/if_inet6.h | 1 include/net/sock.h | 1 kernel/futex.c | 2 kernel/printk/printk.c | 2 kernel/sched/core.c | 3 kernel/sysctl.c | 1 mm/filemap.c | 5 + mm/memory_hotplug.c | 12 +- net/can/af_can.c | 12 ++ net/can/af_can.h | 3 net/can/bcm.c | 27 +++- net/can/gw.c | 2 net/can/raw.c | 4 - net/core/dev.c | 35 ++---- net/core/dst.c | 3 net/core/sock.c | 6 + net/dccp/input.c | 3 net/ieee802154/6lowpan.c | 6 + net/ipv4/cipso_ipv4.c | 4 + net/ipv4/ip_sockglue.c | 9 + net/ipv4/ip_vti.c | 1 net/ipv4/ping.c | 2 net/ipv4/tcp.c | 6 + net/ipv4/tcp_ipv4.c | 1 net/ipv4/tcp_output.c | 6 + net/ipv6/addrconf.c | 42 +++---- net/ipv6/ip6_gre.c | 41 +++--- net/ipv6/ip6_tunnel.c | 55 ++++++--- net/irda/irqueue.c | 34 +++-- net/l2tp/l2tp_core.h | 1 net/l2tp/l2tp_ip.c | 27 ++++ net/l2tp/l2tp_ip6.c | 2 net/llc/llc_conn.c | 3 net/llc/llc_sap.c | 3 net/mac80211/mesh.c | 2 net/packet/af_packet.c | 55 ++++++--- net/sctp/associola.c | 129 ++++++++++++-------- net/sctp/socket.c | 3 net/socket.c | 4 - net/sunrpc/auth_gss/gss_rpc_xdr.c | 2 net/sunrpc/clnt.c | 5 + net/sunrpc/sunrpc_syms.c | 1 net/unix/af_unix.c | 27 +++- security/selinux/hooks.c | 2 sound/core/seq/seq_memory.c | 9 - sound/core/seq/seq_queue.c | 33 +++-- 109 files changed, 983 insertions(+), 500 deletions(-)