lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 26 Sep 2015 13:54:06 -0700
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	linux@...ck-us.net, shuah.kh@...sung.com, stable@...r.kernel.org
Subject: [PATCH 4.1 000/159] 4.1.9-stable review

This is the start of the stable review cycle for the 4.1.9 release.
There are 159 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 Mon Sep 28 20:51:39 UTC 2015.
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/v4.x/stable-review/patch-4.1.9-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 4.1.9-rc1

Andy Whitcroft <apw@...onical.com>
    ipv4: off-by-one in continuation handling in /proc/net/route

Florian Fainelli <f.fainelli@...il.com>
    net: dsa: Do not override PHY interface if already configured

Eric Dumazet <edumazet@...gle.com>
    inet: fix races with reqsk timers

Eric Dumazet <edumazet@...gle.com>
    inet: fix possible request socket leak

Daniel Borkmann <daniel@...earbox.net>
    netlink: make sure -EBUSY won't escape from netlink_insert

Ivan Vecera <ivecera@...hat.com>
    bna: fix interrupts storm caused by erroneous packets

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and policy

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policy

Eric Dumazet <edumazet@...gle.com>
    udp: fix dst races with multicast early demux

Dan Carpenter <dan.carpenter@...cle.com>
    rds: fix an integer overflow test in rds_info_getsockopt()

Ido Schimmel <idosch@...lanox.com>
    rocker: free netdevice during netdevice removal

Daniel Borkmann <daniel@...earbox.net>
    net: sched: fix refcount imbalance in actions

Daniel Borkmann <daniel@...earbox.net>
    act_bpf: fix memory leaks when replacing bpf programs

Alexander Drozdov <al.drozdov@...il.com>
    packet: tpacket_snd(): fix signed/unsigned comparison

Lars Westerhoff <lars.westerhoff@...tec.eu>
    packet: missing dev_put() in packet_do_bind()

Alexander Duyck <alexander.h.duyck@...hat.com>
    fib_trie: Drop unnecessary calls to leaf_pull_suffix

Jack Morgenstein <jackm@....mellanox.co.il>
    net/mlx4_core: Fix wrong index in propagating port change event to VFs

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    bridge: netlink: fix slave_changelink/br_setport race conditions

Michael S. Tsirkin <mst@...hat.com>
    virtio_net: don't require ANY_LAYOUT with VERSION_1

Florian Westphal <fw@...len.de>
    netlink: don't hold mutex in rcu callback when releasing mmapd ring

Edward Hyunkoo Jee <edjee@...gle.com>
    inet: frags: fix defragmented packet's IP header for af_packet

Daniel Borkmann <daniel@...earbox.net>
    sched: cls_flow: fix panic on filter replace

Daniel Borkmann <daniel@...earbox.net>
    sched: cls_bpf: fix panic on filter replace

dingtianhong <dingtianhong@...wei.com>
    bonding: correct the MAC address for "follow" fail_over_mac policy

Herbert Xu <herbert@...dor.apana.org.au>
    Revert "sit: Add gro callbacks to sit_offload"

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    bonding: fix destruction of bond with devices different from arphrd_ether

Eric Dumazet <edumazet@...gle.com>
    ipv6: lock socket in ip6_datagram_connect()

Tilman Schmidt <tilman@...p.cc>
    isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

WANG Cong <xiyou.wangcong@...il.com>
    fq_codel: fix a use-after-free

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    bridge: mdb: fix double add notification

Herbert Xu <herbert@...dor.apana.org.au>
    net: Fix skb_set_peeked use-after-free bug

Herbert Xu <herbert@...dor.apana.org.au>
    net: Fix skb csum races when peeking

Herbert Xu <herbert@...dor.apana.org.au>
    net: Clone skb before setting peeked flag

Dan Carpenter <dan.carpenter@...cle.com>
    net/xen-netback: off by one in BUG_ON() condition

Julian Anastasov <ja@....bg>
    net: call rcu_read_lock early in process_backlog

Julian Anastasov <ja@....bg>
    net: do not process device backlog during unregistration

Eric Dumazet <edumazet@...gle.com>
    bridge: fix potential crash in __netdev_pick_tx()

Oleg Nesterov <oleg@...hat.com>
    net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()

Nikolay Aleksandrov <razor@...ckwall.org>
    bridge: mdb: zero out the local br_ip variable before use

Stephen Smalley <sds@...ho.nsa.gov>
    net/tipc: initialize security state for new connection socket

Timo Teräs <timo.teras@....fi>
    ip_tunnel: fix ipv4 pmtu check to honor inner ip header df

Daniel Borkmann <daniel@...earbox.net>
    rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver

Nicolas Dichtel <nicolas.dichtel@...nd.com>
    Revert "dev: set iflink to 0 for virtual interfaces"

Eric Dumazet <edumazet@...gle.com>
    net: graceful exit from netif_alloc_netdev_queues()

Phil Sutter <phil@....cc>
    rhashtable: fix for resize events during table walk

Angga <Hermin.Anggawijaya@...iedtelesis.co.nz>
    ipv6: Make MLD packets to only be processed locally

Jan Kara <jack@...e.com>
    jbd2: avoid infinite loop when destroying aborted journal

Yinghai Lu <yinghai@...nel.org>
    lib/decompressors: use real out buf size for gunzip with kernel

Hin-Tak Leung <htl10@...rs.sourceforge.net>
    hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

Heiko Stübner <heiko@...ech.de>
    net: stmmac: dwmac-rk: Fix clk rate when provided by soc

Alexey Brodkin <Alexey.Brodkin@...opsys.com>
    stmmac: troubleshoot unexpected bits in des0 & des1

Alexey Brodkin <Alexey.Brodkin@...opsys.com>
    stmmac: fix check for phydev being open

Ariel Nahum <arieln@...lanox.com>
    IB/mlx4: Fix incorrect cq flushing in error state

Noa Osherovich <noaos@...lanox.com>
    IB/mlx4: Use correct SL on AH query under RoCE

Jack Morgenstein <jackm@....mellanox.co.il>
    IB/mlx4: Forbid using sysfs to change RoCE pkeys

Jack Morgenstein <jackm@....mellanox.co.il>
    IB/mlx4: Fix potential deadlock when sending mad to wire

Haggai Eran <haggaie@...lanox.com>
    IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow

Sagi Grimberg <sagig@...lanox.com>
    IB/iser: Fix possible bogus DMA unmapping

Sagi Grimberg <sagig@...lanox.com>
    IB/iser: Fix missing return status check in iser_send_data_out

Yishai Hadas <yishaih@...lanox.com>
    IB/uverbs: Fix race between ib_uverbs_open and remove_one

Christoph Hellwig <hch@....de>
    IB/uverbs: reject invalid or unknown opcodes

Mike Marciniszyn <mike.marciniszyn@...el.com>
    IB/qib: Change lkey table allocation to support more MRs

Bart Van Assche <bart.vanassche@...disk.com>
    IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login fails

Bart Van Assche <bart.vanassche@...disk.com>
    IB/srp: Handle partial connection success correctly

Hans de Goede <hdegoede@...hat.com>
    ideapad-laptop: Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list

Hin-Tak Leung <htl10@...rs.sourceforge.net>
    hfs: fix B-tree corruption after insertion at position 0

Tyler Hicks <tyhicks@...onical.com>
    eCryptfs: Invalidate dcache entries when lower i_nlink is zero

Joerg Roedel <jroedel@...e.de>
    iommu/vt-d: Really use upper context table when necessary

Thierry Reding <treding@...dia.com>
    iommu/tegra-smmu: Parameterize number of TLB lines

Will Deacon <will.deacon@....com>
    iommu/io-pgtable-arm: Unmap and free table when overwriting with block

Emil Medve <Emilian.Medve@...escale.com>
    iommu/fsl: Really fix init section(s) content

NeilBrown <neilb@...e.com>
    md: flush ->event_work before stopping array.

NeilBrown <neilb@...e.com>
    md/raid10: always set reshape_safe when initializing reshape_position.

NeilBrown <neilb@...e.com>
    md/raid5: don't let shrink_slab shrink too far.

NeilBrown <neilb@...e.com>
    md/raid5: avoid races when changing cache size.

Jialing Fu <jlfu@...vell.com>
    mmc: core: fix race condition in mmc_wait_data_done

Jisheng Zhang <jszhang@...vell.com>
    mmc: sdhci: also get preset value and driver type for MMC_DDR52

Adam Lee <adam.lee@...onical.com>
    mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro

Jann Horn <jann@...jh.net>
    fs: Don't dump core if the corefile would become world-readable.

Jann Horn <jann@...jh.net>
    fs: if a coredump already exists, unlink and recreate with O_EXCL

Jaewon Kim <jaewon31.kim@...sung.com>
    vmscan: fix increasing nr_isolated incurred by putback unevictable pages

Helge Deller <deller@....de>
    parisc: Filter out spurious interrupts in PA-RISC irq handler

John David Anglin <dave.anglin@...l.net>
    parisc: Use double word condition in 64bit CAS operation

Helge Deller <deller@....de>
    PCI,parisc: Enable 64-bit bus addresses on PA-RISC

Mitja Spes <mitja@...av.com>
    rtc: abx80x: fix RTC write bit

Joonyoung Shim <jy0922.shim@...sung.com>
    rtc: s5m: fix to update ctrl register

Joonyoung Shim <jy0922.shim@...sung.com>
    rtc: s3c: fix disabled clocks for alarm

Trond Myklebust <trond.myklebust@...marydata.com>
    SUNRPC: Lock the transport layer on shutdown

Trond Myklebust <trond.myklebust@...marydata.com>
    SUNRPC: Ensure that we wait for connections to complete before retrying

Trond Myklebust <trond.myklebust@...marydata.com>
    SUNRPC: xs_reset_transport must mark the connection as disconnected

Trond Myklebust <trond.myklebust@...marydata.com>
    SUNRPC: Fix a thinko in xs_connect()

Pratyush Anand <panand@...hat.com>
    net: sunrpc: fix tracepoint Warning: unknown op '->'

Trond Myklebust <trond.myklebust@...marydata.com>
    Revert "NFSv4: Remove incorrect check in can_open_delegated()"

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4.1: Fix a protocol issue with CLOSE stateids

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4.1/flexfiles: Fix a protocol error in layoutreturn

Peng Tao <tao.peng@...marydata.com>
    NFS41/flexfiles: zero out DS write wcc

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4: Force a post-op attribute update when holding a delegation

Peng Tao <tao.peng@...marydata.com>
    NFS41/flexfiles: update inode after write finishes

Trond Myklebust <trond.myklebust@...marydata.com>
    NFS: nfs_set_pgio_error sometimes misses errors

Kinglong Mee <kinglongmee@...il.com>
    NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()

Trond Myklebust <trond.myklebust@...marydata.com>
    NFS: Don't let the ctime override attribute barriers.

NeilBrown <neilb@...e.com>
    NFSv4: don't set SETATTR for O_RDONLY|O_EXCL

Jeff Layton <jlayton@...chiereds.net>
    nfsd: ensure that delegation stateid hash references are only put once

Jeff Layton <jlayton@...chiereds.net>
    nfsd: ensure that the ol stateid hash reference is only put once

Kinglong Mee <kinglongmee@...il.com>
    nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug

Trond Myklebust <trond.myklebust@...marydata.com>
    NFSv4/pnfs: Ensure we don't miss a file extension

Filipe Manana <fdmanana@...e.com>
    Btrfs: check if previous transaction aborted to avoid fs corruption

Benoit Parrot <bparrot@...com>
    media: am437x-vpfe: Fix a race condition during release

Benoit Parrot <bparrot@...com>
    media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting

Sakari Ailus <sakari.ailus@....fi>
    v4l: omap3isp: Fix sub-device power management code

David Härdeman <david@...deman.nu>
    rc-core: fix remove uevent generation

Michal Hocko <mhocko@...e.com>
    mm: make page pfmemalloc check more robust

Minfei Huang <mnfhuang@...il.com>
    x86/mm: Initialize pmd_idx in page_table_range_init_count()

Yinghai Lu <yinghai@...nel.org>
    mm: check if section present during memory block registering

Jeffery Miller <jmiller@...erware.com>
    Add radeon suspend/resume quirk for HP Compaq dc5750.

Jann Horn <jann@...jh.net>
    CIFS: fix type confusion in copy offload ioctl

Aneesh Kumar K.V <aneesh.kumar@...ux.vnet.ibm.com>
    powerpc/mm: Recompute hash value after a failed update

Benjamin Herrenschmidt <benh@...nel.crashing.org>
    powerpc/boot: Specify ABI v2 when building an LE boot wrapper

Leonidas Da Silva Barbosa <leosilva@...ux.vnet.ibm.com>
    crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions

Leonidas Da Silva Barbosa <leosilva@...ux.vnet.ibm.com>
    powerpc: Uncomment and make enable_kernel_vsx() routine available

Thomas Huth <thuth@...hat.com>
    powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

Michael Ellerman <mpe@...erman.id.au>
    powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash

Gavin Shan <gwshan@...ux.vnet.ibm.com>
    powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()

Daniel Axtens <dja@...ens.net>
    powerpc/eeh: Probe after unbalanced kref check

Gavin Shan <gwshan@...ux.vnet.ibm.com>
    powerpc/pseries: Fix corrupted pdn list

David Dueck <davidcdueck@...glemail.com>
    pinctrl: at91: fix null pointer dereference

Niranjan Sivakumar <ns253@...nell.edu>
    ALSA: hda - Fix white noise on Dell M3800

Woodrow Shen <woodrow.shen@...onical.com>
    ALSA: hda - Add some FIXUP quirks for white noise on Dell laptop.

Takashi Iwai <tiwai@...e.de>
    ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437

Takashi Iwai <tiwai@...e.de>
    ALSA: hda - Enable headphone jack detect on old Fujitsu laptops

Yao-Wen Mao <yaowen@...gle.com>
    ALSA: usb-audio: correct the value cache check.

Takashi Iwai <tiwai@...e.de>
    Input: evdev - do not report errors form flush()

Dmitry Torokhov <dmitry.torokhov@...il.com>
    Input: synaptics - fix handling of disabling gesture mode

Marc Zyngier <marc.zyngier@....com>
    arm64: KVM: Disable virtual timer even if the guest is not using it

Will Deacon <will.deacon@....com>
    KVM: arm64: add workaround for Cortex-A57 erratum #852523

Pavel Fedin <p.fedin@...sung.com>
    arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources

Will Deacon <will.deacon@....com>
    arm64: errata: add module build workaround for erratum #843419

Will Deacon <will.deacon@....com>
    arm64: head.S: initialise mdcr_el2 in el2_setup

Will Deacon <will.deacon@....com>
    arm64: compat: fix vfp save/restore across signal handlers in big-endian

Ard Biesheuvel <ard.biesheuvel@...aro.org>
    arm64: set MAX_MEMBLOCK_ADDR according to linear region size

Ard Biesheuvel <ard.biesheuvel@...aro.org>
    of/fdt: make memblock maximum physical address arch configurable

Ard Biesheuvel <ard.biesheuvel@...aro.org>
    arm64: flush FP/SIMD state correctly after execve()

Jeff Vander Stoep <jeffv@...gle.com>
    arm64: kconfig: Move LIST_POISON to a safe value

Theodore Ts'o <tytso@....edu>
    Revert "ext4: remove block_device_ejected"

Eric Sandeen <sandeen@...hat.com>
    ext4: don't manipulate recovery flag when freezing no-journal fs

Daniel Axtens <dja@...ens.net>
    cxl: Fix unbalanced pci_dev_get in cxl_probe

Daniel Axtens <dja@...ens.net>
    cxl: Remove racy attempt to force EEH invocation in reset

Bob Copeland <me@...copeland.com>
    mac80211: enable assoc check for mesh interfaces

Markos Chandras <markos.chandras@...tec.com>
    MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions

Markos Chandras <markos.chandras@...tec.com>
    MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6

Jean Delvare <jdelvare@...e.de>
    tg3: Fix temperature reporting

Shota Suzuki <suzuki_shota_t3@....ntt.co.jp>
    igb: Fix oops caused by missing queue pairing

Larry Finger <Larry.Finger@...inger.net>
    rtlwifi: rtl8821ae: Fix an expression that is always false

Adrien Schildknecht <adrien+dev@...ischi.me>
    rtlwifi: rtl8192cu: Add new device ID

Eric W. Biederman <ebiederm@...ssion.com>
    unshare: Unsharing a thread does not require unsharing a vm

Ming Lei <ming.lei@...onical.com>
    blk-mq: fix buffer overflow when reading sysfs file of 'pending'

Christophe Ricard <christophe.ricard@...il.com>
    nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter

Christophe Ricard <christophe.ricard@...il.com>
    NFC: st21nfca: fix use of uninitialized variables in error path


-------------

Diffstat:

 Makefile                                          |   4 +-
 arch/arm/boot/compressed/decompress.c             |   2 +-
 arch/arm/kvm/arm.c                                |   2 +-
 arch/arm64/Kconfig                                |  20 +++
 arch/arm64/Makefile                               |   4 +
 arch/arm64/include/asm/memory.h                   |   8 +
 arch/arm64/kernel/fpsimd.c                        |   1 +
 arch/arm64/kernel/head.S                          |   5 +
 arch/arm64/kernel/module.c                        |   2 +
 arch/arm64/kernel/signal32.c                      |  47 ++++--
 arch/arm64/kvm/hyp.S                              |   9 +-
 arch/m32r/boot/compressed/misc.c                  |   3 +-
 arch/mips/boot/compressed/decompress.c            |   4 +-
 arch/mips/math-emu/cp1emu.c                       |  24 ++-
 arch/parisc/kernel/irq.c                          |   8 +-
 arch/parisc/kernel/syscall.S                      |   2 +-
 arch/powerpc/boot/Makefile                        |   3 +
 arch/powerpc/include/asm/pgtable-ppc64.h          |  14 +-
 arch/powerpc/include/asm/rtas.h                   |   1 +
 arch/powerpc/include/asm/switch_to.h              |   1 +
 arch/powerpc/kernel/eeh.c                         |  27 +++-
 arch/powerpc/kernel/process.c                     |   3 -
 arch/powerpc/kernel/rtas.c                        |  17 ++
 arch/powerpc/mm/hugepage-hash64.c                 |   3 +-
 arch/powerpc/platforms/pseries/ras.c              |   3 +-
 arch/powerpc/platforms/pseries/setup.c            |   5 +
 arch/s390/boot/compressed/misc.c                  |   2 +-
 arch/sh/boot/compressed/misc.c                    |   2 +-
 arch/unicore32/boot/compressed/misc.c             |   4 +-
 arch/x86/boot/compressed/misc.c                   |   3 +-
 arch/x86/mm/init_32.c                             |   1 +
 block/blk-mq-sysfs.c                              |  25 ++-
 drivers/base/node.c                               |  10 ++
 drivers/crypto/vmx/aes.c                          |   3 +
 drivers/crypto/vmx/aes_cbc.c                      |   3 +
 drivers/crypto/vmx/aes_ctr.c                      |   3 +
 drivers/crypto/vmx/ghash.c                        |   4 +
 drivers/gpu/drm/radeon/radeon_combios.c           |   8 +
 drivers/infiniband/core/uverbs.h                  |   3 +-
 drivers/infiniband/core/uverbs_cmd.c              |  10 +-
 drivers/infiniband/core/uverbs_main.c             |  43 +++--
 drivers/infiniband/hw/mlx4/ah.c                   |   6 +-
 drivers/infiniband/hw/mlx4/cq.c                   |   2 +-
 drivers/infiniband/hw/mlx4/mcg.c                  |   7 +-
 drivers/infiniband/hw/mlx4/sysfs.c                |   5 +-
 drivers/infiniband/hw/mlx5/mr.c                   |  12 --
 drivers/infiniband/hw/qib/qib_keys.c              |   4 +
 drivers/infiniband/hw/qib/qib_verbs.c             |  14 +-
 drivers/infiniband/hw/qib/qib_verbs.h             |   2 +
 drivers/infiniband/ulp/iser/iscsi_iser.c          |  12 +-
 drivers/infiniband/ulp/iser/iscsi_iser.h          |   2 +
 drivers/infiniband/ulp/iser/iser_initiator.c      |   8 +-
 drivers/infiniband/ulp/srp/ib_srp.c               |  12 +-
 drivers/input/evdev.c                             |  13 +-
 drivers/input/mouse/synaptics.c                   |  12 +-
 drivers/iommu/fsl_pamu.c                          |  26 +--
 drivers/iommu/intel-iommu.c                       |   2 +-
 drivers/iommu/io-pgtable-arm.c                    |  17 +-
 drivers/iommu/tegra-smmu.c                        |   9 +-
 drivers/isdn/gigaset/ser-gigaset.c                |  11 +-
 drivers/md/md.c                                   |   2 +
 drivers/md/raid10.c                               |   5 +-
 drivers/md/raid5.c                                |  34 +++-
 drivers/md/raid5.h                                |   3 +-
 drivers/media/platform/am437x/am437x-vpfe.c       |  16 +-
 drivers/media/platform/omap3isp/isp.c             |   4 +-
 drivers/media/rc/rc-main.c                        |   3 -
 drivers/memory/tegra/tegra114.c                   |   1 +
 drivers/memory/tegra/tegra124.c                   |   1 +
 drivers/memory/tegra/tegra30.c                    |   1 +
 drivers/misc/cxl/pci.c                            |  18 ---
 drivers/mmc/core/core.c                           |   6 +-
 drivers/mmc/host/sdhci-pci.c                      |   1 +
 drivers/mmc/host/sdhci.c                          |   4 +-
 drivers/net/bonding/bond_main.c                   |  21 +++
 drivers/net/ethernet/broadcom/tg3.c               |   2 +-
 drivers/net/ethernet/brocade/bna/bnad.c           |   2 +-
 drivers/net/ethernet/intel/fm10k/fm10k_main.c     |   2 +-
 drivers/net/ethernet/intel/igb/igb.h              |   1 +
 drivers/net/ethernet/intel/igb/igb_ethtool.c      |   5 +-
 drivers/net/ethernet/intel/igb/igb_main.c         |  18 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |   2 +-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   2 +-
 drivers/net/ethernet/mellanox/mlx4/eq.c           |   4 +-
 drivers/net/ethernet/rocker/rocker.c              |   1 +
 drivers/net/ethernet/stmicro/stmmac/descs.h       |   2 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c    |   3 +-
 drivers/net/ethernet/stmicro/stmmac/enh_desc.c    |   3 +-
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c   |   3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  49 +++---
 drivers/net/virtio_net.c                          |   3 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c       |   1 +
 drivers/net/wireless/rtlwifi/rtl8821ae/hw.c       |   2 +-
 drivers/net/wireless/rtlwifi/rtl8821ae/reg.h      |   1 +
 drivers/net/xen-netback/netback.c                 |   6 +-
 drivers/nfc/st21nfca/st21nfca.c                   |  11 +-
 drivers/of/fdt.c                                  |  12 +-
 drivers/parisc/lba_pci.c                          |   7 +-
 drivers/pci/Kconfig                               |   2 +-
 drivers/pinctrl/pinctrl-at91.c                    |  15 ++
 drivers/platform/x86/ideapad-laptop.c             |   7 +
 drivers/rtc/rtc-abx80x.c                          |   2 +-
 drivers/rtc/rtc-s3c.c                             |  24 ++-
 drivers/rtc/rtc-s5m.c                             |  10 ++
 fs/btrfs/transaction.c                            |   3 +
 fs/cifs/ioctl.c                                   |   6 +
 fs/coredump.c                                     |  46 +++++-
 fs/ecryptfs/dentry.c                              |  16 +-
 fs/ext4/super.c                                   |  30 +++-
 fs/hfs/bnode.c                                    |   9 +-
 fs/hfs/brec.c                                     |  20 +--
 fs/hfsplus/bnode.c                                |   3 -
 fs/jbd2/checkpoint.c                              |  39 ++++-
 fs/jbd2/commit.c                                  |   2 +-
 fs/jbd2/journal.c                                 |  11 +-
 fs/nfs/flexfilelayout/flexfilelayout.c            |   5 +
 fs/nfs/flexfilelayout/flexfilelayoutdev.c         |   7 +-
 fs/nfs/inode.c                                    |  15 +-
 fs/nfs/nfs4proc.c                                 |  20 ++-
 fs/nfs/pagelist.c                                 |   4 +-
 fs/nfs/pnfs_nfs.c                                 |  33 ++--
 fs/nfs/write.c                                    |  15 +-
 fs/nfsd/nfs4state.c                               |  84 ++++++----
 fs/nfsd/nfs4xdr.c                                 |  45 ++++--
 include/linux/jbd2.h                              |   3 +-
 include/linux/mm.h                                |  28 ++++
 include/linux/mm_types.h                          |   9 --
 include/linux/skbuff.h                            |  14 +-
 include/linux/sunrpc/xprtsock.h                   |   3 +
 include/net/act_api.h                             |   8 +-
 include/net/ip.h                                  |   1 +
 include/soc/tegra/mc.h                            |   1 +
 include/trace/events/sunrpc.h                     |  21 ++-
 kernel/fork.c                                     |  28 ++--
 lib/decompress_bunzip2.c                          |   6 +-
 lib/decompress_inflate.c                          |  31 +++-
 lib/decompress_unlz4.c                            |   6 +-
 lib/decompress_unlzma.c                           |   7 +-
 lib/decompress_unlzo.c                            |  13 +-
 lib/decompress_unxz.c                             |  12 +-
 lib/rhashtable.c                                  |   4 +-
 mm/page_alloc.c                                   |   7 +-
 mm/slab.c                                         |   4 +-
 mm/slub.c                                         |   2 +-
 mm/vmscan.c                                       |   2 +-
 net/bridge/br_forward.c                           |   1 +
 net/bridge/br_mdb.c                               |   3 +-
 net/bridge/br_netlink.c                           |  14 +-
 net/core/datagram.c                               |  57 +++++--
 net/core/dev.c                                    |  43 +++--
 net/core/pktgen.c                                 |   4 +-
 net/core/request_sock.c                           |   8 +-
 net/core/rtnetlink.c                              | 187 +++++++++++-----------
 net/core/skbuff.c                                 |   2 +-
 net/dsa/slave.c                                   |   3 +-
 net/ipv4/datagram.c                               |  16 +-
 net/ipv4/fib_trie.c                               |   6 +-
 net/ipv4/inet_connection_sock.c                   |   2 +-
 net/ipv4/ip_fragment.c                            |   7 +-
 net/ipv4/ip_tunnel.c                              |   8 +-
 net/ipv4/tcp_ipv4.c                               |   2 +-
 net/ipv4/udp.c                                    |  13 +-
 net/ipv6/datagram.c                               |  20 ++-
 net/ipv6/ip6_input.c                              |   6 +-
 net/ipv6/ip6_offload.c                            |   2 -
 net/ipv6/tcp_ipv6.c                               |   2 +-
 net/mac80211/tx.c                                 |   3 -
 net/netlink/af_netlink.c                          |  84 ++++++----
 net/nfc/nci/hci.c                                 |   2 +-
 net/packet/af_packet.c                            |  11 +-
 net/rds/info.c                                    |   2 +-
 net/sched/act_api.c                               |  11 +-
 net/sched/act_bpf.c                               |  50 ++++--
 net/sched/cls_bpf.c                               |   2 +-
 net/sched/cls_flow.c                              |   5 +-
 net/sched/sch_fq_codel.c                          |   2 +-
 net/sunrpc/xprt.c                                 |   6 +
 net/sunrpc/xprtsock.c                             |  21 ++-
 net/tipc/socket.c                                 |   1 +
 sound/pci/hda/patch_realtek.c                     |  12 +-
 sound/usb/mixer.c                                 |   2 +-
 181 files changed, 1431 insertions(+), 656 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ