Linux 4.0.6

From: Greg KH
Date: Mon Jun 22 2015 - 22:35:49 EST


I'm announcing the release of the 4.0.6 kernel.

All users of the 4.0 kernel series must upgrade.

The updated 4.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.0.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Makefile | 2
arch/arm/boot/dts/am335x-bone-common.dtsi | 19 ++
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3
arch/mips/kernel/irq.c | 2
arch/mips/kvm/emulate.c | 2
arch/mips/ralink/ill_acc.c | 2
arch/x86/include/asm/segment.h | 15 +
arch/x86/kernel/head64.c | 2
arch/x86/kernel/head_32.S | 33 +--
arch/x86/kernel/head_64.S | 20 +-
arch/x86/net/bpf_jit_comp.c | 35 +++
arch/x86/vdso/Makefile | 2
block/blk-mq.c | 8
block/genhd.c | 13 -
drivers/ata/ahci_mvebu.c | 2
drivers/ata/pata_octeon_cf.c | 2
drivers/base/cacheinfo.c | 2
drivers/bus/mvebu-mbus.c | 109 ++---------
drivers/dma/at_xdmac.c | 233 +++++++++++++++----------
drivers/dma/dmaengine.c | 6
drivers/dma/pl330.c | 3
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4
drivers/gpu/drm/i915/i915_gem.c | 3
drivers/gpu/drm/i915/intel_dp.c | 5
drivers/gpu/drm/i915/intel_i2c.c | 20 +-
drivers/gpu/drm/radeon/atombios_crtc.c | 7
drivers/gpu/drm/radeon/dce3_1_afmt.c | 2
drivers/gpu/drm/radeon/radeon_device.c | 15 +
drivers/gpu/drm/radeon/radeon_vm.c | 17 +
drivers/i2c/busses/i2c-hix5hd2.c | 2
drivers/i2c/busses/i2c-s3c2410.c | 1
drivers/iio/adc/twl6030-gpadc.c | 2
drivers/iio/imu/adis16400.h | 2
drivers/iio/imu/adis16400_buffer.c | 26 +-
drivers/iio/imu/adis16400_core.c | 41 +++-
drivers/input/mouse/alps.c | 5
drivers/input/mouse/elantech.c | 8
drivers/input/mouse/synaptics.c | 7
drivers/iommu/intel-iommu.c | 20 +-
drivers/irqchip/irq-sunxi-nmi.c | 2
drivers/md/md.c | 13 -
drivers/net/bonding/bond_options.c | 2
drivers/net/ethernet/emulex/benet/be_cmds.c | 87 +++++----
drivers/net/ethernet/emulex/benet/be_ethtool.c | 18 +
drivers/net/ethernet/emulex/benet/be_main.c | 16 -
drivers/net/phy/dp83640.c | 23 ++
drivers/net/phy/phy.c | 7
drivers/net/usb/cdc_ncm.c | 2
drivers/net/xen-netback/xenbus.c | 34 ++-
drivers/of/dynamic.c | 2
drivers/staging/ozwpan/ozhcd.c | 8
drivers/staging/ozwpan/ozusbif.h | 4
drivers/staging/ozwpan/ozusbsvc1.c | 19 +-
drivers/tty/n_tty.c | 17 +
drivers/tty/serial/imx.c | 8
drivers/usb/dwc3/core.h | 4
drivers/usb/host/xhci.c | 57 ++++--
drivers/usb/host/xhci.h | 2
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/ftdi_sio.c | 1
drivers/usb/serial/ftdi_sio_ids.h | 1
drivers/virtio/virtio_pci_common.c | 1
fs/aio.c | 45 +++-
fs/btrfs/extent-tree.c | 18 +
fs/btrfs/extent_io.c | 5
fs/btrfs/ioctl.c | 6
fs/btrfs/send.c | 7
fs/btrfs/super.c | 9
include/linux/backing-dev.h | 1
include/net/inet_connection_sock.h | 3
include/net/sctp/sctp.h | 7
include/trace/events/writeback.h | 1
kernel/sched/fair.c | 2
kernel/trace/ring_buffer_benchmark.c | 2
mm/backing-dev.c | 18 -
mm/memory_hotplug.c | 4
net/bridge/br_fdb.c | 2
net/bridge/br_multicast.c | 4
net/caif/caif_socket.c | 8
net/ceph/crush/mapper.c | 16 +
net/core/dev.c | 2
net/core/rtnetlink.c | 3
net/ipv4/route.c | 4
net/ipv4/tcp_cong.c | 5
net/ipv4/tcp_minisocks.c | 7
net/ipv4/udp.c | 24 +-
net/ipv6/tcp_ipv6.c | 2
net/ipv6/udp.c | 10 -
net/netlink/af_netlink.c | 7
net/sched/cls_api.c | 5
net/sched/sch_api.c | 10 -
net/unix/af_unix.c | 8
net/wireless/wext-compat.c | 2
sound/pci/hda/patch_realtek.c | 1
sound/usb/mixer.c | 10 -
sound/usb/mixer_maps.c | 5
sound/usb/quirks.c | 6
97 files changed, 811 insertions(+), 489 deletions(-)

Aaro Koskinen (1):
pata_octeon_cf: fix broken build

Alex Deucher (3):
drm/radeon: use proper ACR regisiter for DCE3.2
Revert "drm/radeon: don't share plls if monitors differ in audio support"
Revert "drm/radeon: adjust pll when audio is not enabled"

Alexei Starovoitov (2):
x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions
x86: bpf_jit: fix compilation of large bpf programs

Alexey Skidanov (1):
drm/amdkfd: fix topology bug with capability attr.

Andy Lutomirski (1):
x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers

Arthur Demchenkov (1):
usb: make module xhci_hcd removable

Axel Lin (3):
iio: adc: twl6030-gpadc: Fix modalias
i2c: hix5hd2: Fix modalias to make module auto-loading work
irqchip: sunxi-nmi: Fix off-by-one error in irq iterator

Bjørn Mork (1):
cdc_ncm: Fix tx_bytes statistics

Chengyu Song (1):
btrfs: incorrect handling for fiemap_fill_next_extent return

Chris Bainbridge (1):
usb: host: xhci: add mutex for non-thread-safe data

Chris Mason (2):
Btrfs: fix uninit variable in clone ioctl
Btrfs: fix regression in raid level conversion

Clemens Ladisch (2):
ALSA: usb-audio: add MAYA44 USB+ mixer control names
ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+)

Dan Williams (1):
block: fix ext_dev_lock lockdep report

Daniel Borkmann (1):
net: sched: fix call_rcu() race on classifier module unloads

David Woodhouse (2):
iommu/vt-d: Allow RMRR on graphics devices too
iommu/vt-d: Fix passthrough mode with translation-disabled devices

Eric Dumazet (2):
bridge: fix br_multicast_query_expired() bug
udp: fix behavior of wrong checksums

Eric W. Biederman (1):
ipv4: Avoid crashing in ip_error

Eric Wong (1):
ALSA: usb-audio: don't try to get Outlaw RR2150 sample rate

Filipe Manana (3):
Btrfs: send, add missing check for dead clone root
Btrfs: send, don't leave without decrementing clone root's send_progress
Btrfs: fix range cloning when same inode used as source and destination

Florent Fourcot (1):
tcp/ipv6: fix flow label setting in TIME_WAIT state

Florian Fainelli (1):
net: phy: Allow EEE for all RGMII variants

Geert Uytterhoeven (1):
of/dynamic: Fix test for PPC_PSERIES

Greg Kroah-Hartman (1):
Linux 4.0.6

Gu Zheng (1):
mm/memory_hotplug.c: set zone->wait_table to null after freeing it

Hans de Goede (2):
Input: alps - do not reduce trackpoint speed by half
Input: elantech - fix detection of touchpads where the revision matches a known rate

Henning Rogge (1):
net/ipv6/udp: Fix ipv6 multicast socket filter regression

Herbert Xu (2):
netlink: Reset portid after netlink_insert failure
netlink: Disable insertions/removals during rehash

Ian Campbell (1):
xen: netback: read hotplug script once at start of day.

Ilya Dryomov (1):
crush: ensuring at most num-rep osds are selected

James Hogan (1):
MIPS: Fix enabling of DEBUG_STACKOVERFLOW

Jani Nikula (1):
drm/i915: Fix DDC probe for passive adapters

Jason A. Donenfeld (4):
ozwpan: Use proper check to prevent heap overflow
ozwpan: Use unsigned ints to prevent heap overflow
ozwpan: divide-by-zero leading to panic
ozwpan: unchecked signed subtraction leads to DoS

Jason Gunthorpe (1):
sctp: Fix mangled IPv4 addresses on a IPv6 listening socket

Jeff Mahoney (1):
btrfs: cleanup orphans while looking up default subvolume

Jens Axboe (1):
aio: fix serial draining in exit_aio()

Jiang Liu (1):
virtio_pci: Clear stale cpumask when setting irq affinity

Jim Bride (1):
drm/i915/hsw: Fix workaround for server AUX channel clock divisor

Johannes Berg (1):
cfg80211: wext: clear sinfo struct before calling driver

John D. Blair (1):
USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle

Jonas Gorski (1):
MIPS: ralink: Fix clearing the illegal access interrupt

Jurgen Kramer (1):
ALSA: usb-audio: add native DSD support for JLsounds I2SoverUSB

Jérôme Glisse (1):
drm/radeon: fix freeze for laptop with Turks/Thames GPU.

Krzysztof Kozlowski (2):
dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boards
dmaengine: Fix choppy sound because of unimplemented resume

Lars-Peter Clausen (2):
iio: adis16400: Report pressure channel scale
iio: adis16400: Fix burst transfer for adis16448

Laura Abbott (1):
n_tty: Fix auditing support for cannonical mode

Ludovic Desroches (2):
dmaengine: at_xdmac: rework slave configuration part
dmaengine: at_xdmac: lock fixes

Mark Salyzyn (1):
unix/caif: sk_socket can disappear when state is unlocked

Matthijs van Duin (1):
ARM: dts: am335x-boneblack: disable RTC-only sleep to avoid hardware damage

Mel Gorman (1):
sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings

Michel Dänzer (1):
drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO

Ming Lei (1):
blk-mq: free hctx->ctxs in queue's release handler

Nadav Haklai (1):
ata: ahci_mvebu: Fix wrongly set base address for the MBus window setting

Neal Cardwell (1):
tcp: fix child sockets to use system default congestion control if not set

NeilBrown (3):
block: discard bdi_unregister() in favour of bdi_destroy()
md: Close race when setting 'action' to 'idle'.
md: don't return 0 from array_state_store

Nicholas Mc Guire (1):
MIPS: KVM: Do not sign extend on unsigned MMIO load

Nicolas Dichtel (1):
rtnl/bond: don't send rtnl msg for unregistered iface

Nicolas Schichan (1):
bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.

Nikolay Aleksandrov (1):
bridge: disable softirqs around br_fdb_update to avoid lockup

Oleg Nesterov (1):
x86/vdso: Fix 'make bzImage' on older distros

Patrick Riphagen (1):
USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board

Paul Cercueil (3):
iio: adis16400: Use != channel indices for the two voltage channels
iio: adis16400: Compute the scan mask from channel indices
iio: adis16400: Fix burst mode

Peter Hutterer (1):
Input: synaptics - add min/max quirk for Lenovo S540

Philipp Zabel (1):
serial: imx: Fix DMA handling for IDLE condition aborts

Richard Cochran (3):
net: dp83640: fix broken calibration routine.
net: dp83640: reinforce locking rules.
net: dp83640: fix improper double spin locking.

Ross Lagerwall (1):
xen/netback: Properly initialize credit_bytes

Sam Hung (1):
Input: elantech - add new icbody type

Shawn Bohrer (1):
ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()

Sriharsha Basavapatna (1):
be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()

Subbaraya Sundeep Bhatta (1):
usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros

Sudeep Holla (1):
drivers/base: cacheinfo: handle absence of caches

Takashi Iwai (1):
ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420

Thadeu Lima de Souza Cascardo (1):
bridge: fix parsing of MLDv2 reports

Thomas Petazzoni (1):
Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window"

Tommi Kyntola (1):
x86/vdso: Fix the x86 vdso2c tool includes

Vasily Khoruzhick (1):
i2c: s3c2410: fix oops in suspend callback for non-dt platforms

Ville Syrjälä (1):
drm/i915: Don't skip request retirement if the active list is empty

Vlad Yasevich (1):
net: core: Correct an over-stringent device loop detection.

WANG Cong (1):
net_sched: invoke ->attach() after setting dev->qdisc

Wang Long (1):
ring-buffer-benchmark: Fix the wrong sched_priority of producer

Wolfram Sang (1):
ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion

Yingjoe Chen (1):
arm64: dts: mt8173-evb: fix model name

Attachment: signature.asc
Description: PGP signature