lkml.org 
[lkml]   [2015]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[3.16.y-ckt stable] Linux 3.16.7-ckt20
    Date
    I am announcing the release of the Linux 3.16.7-ckt20 kernel.

    The updated 3.16.y-ckt tree can be found at:
    git://kernel.ubuntu.com/ubuntu/linux.git linux-3.16.y
    and can be browsed at:
    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y

    The diff from v3.16.7-ckt19 is posted as a follow-up to this email.

    The 3.16.y-ckt extended stable tree is maintained by the Canonical Kernel Team.
    For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

    -Luis

    --
    Makefile | 2 +-
    arch/arm/plat-orion/common.c | 2 +-
    arch/arm64/Makefile | 2 +-
    arch/arm64/kernel/stacktrace.c | 6 +-
    arch/arm64/mm/fault.c | 1 +
    arch/powerpc/kernel/rtas.c | 3 +
    arch/s390/boot/compressed/Makefile | 2 +-
    arch/sparc/crypto/aes_glue.c | 2 +
    arch/sparc/crypto/camellia_glue.c | 1 +
    arch/sparc/crypto/des_glue.c | 2 +
    arch/x86/boot/compressed/eboot.c | 8 ++-
    arch/x86/include/asm/preempt.h | 4 +-
    arch/x86/xen/enlighten.c | 23 ++++++
    crypto/ablkcipher.c | 2 +-
    crypto/ahash.c | 3 +-
    crypto/algapi.c | 2 +-
    crypto/api.c | 6 +-
    crypto/crypto_user.c | 2 +-
    drivers/base/regmap/regmap-debugfs.c | 5 +-
    drivers/block/rbd.c | 68 ++++++++++--------
    drivers/block/xen-blkfront.c | 3 +-
    drivers/clk/ti/clk-3xxx.c | 2 +-
    drivers/gpu/drm/drm_lock.c | 6 ++
    drivers/gpu/drm/i915/i915_gem_userptr.c | 5 +-
    drivers/gpu/drm/i915/intel_display.c | 5 ++
    drivers/gpu/drm/nouveau/nouveau_fbcon.c | 24 +++++++
    drivers/gpu/drm/nouveau/nouveau_gem.c | 5 +-
    drivers/gpu/drm/radeon/atombios_encoders.c | 21 ++++--
    drivers/gpu/drm/radeon/radeon.h | 1 +
    drivers/gpu/drm/radeon/radeon_display.c | 14 +---
    drivers/gpu/drm/radeon/radeon_encoders.c | 1 -
    drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 1 +
    drivers/gpu/drm/radeon/radeon_pm.c | 70 +++++++++++-------
    drivers/i2c/busses/i2c-designware-platdrv.c | 31 ++++++--
    drivers/i2c/busses/i2c-mv64xxx.c | 2 -
    drivers/i2c/busses/i2c-rcar.c | 7 +-
    drivers/i2c/busses/i2c-s3c2410.c | 8 ++-
    drivers/infiniband/core/cm.c | 10 ++-
    drivers/iommu/amd_iommu.c | 4 +-
    drivers/iommu/amd_iommu_types.h | 1 +
    drivers/isdn/i4l/isdn_ppp.c | 12 ++--
    drivers/md/dm-cache-policy-cleaner.c | 2 +-
    drivers/md/dm-raid.c | 3 +-
    drivers/md/dm-thin.c | 2 +-
    drivers/md/dm.c | 5 +-
    drivers/md/md.c | 3 +-
    drivers/md/persistent-data/dm-btree-remove.c | 17 +++--
    drivers/md/persistent-data/dm-btree.c | 2 +-
    drivers/md/raid1.c | 2 +-
    drivers/md/raid10.c | 2 +-
    drivers/md/raid5.c | 6 +-
    drivers/net/ethernet/mellanox/mlx4/cmd.c | 2 +-
    drivers/net/ethernet/mellanox/mlx4/eq.c | 2 +-
    drivers/net/ethernet/sfc/selftest.c | 2 +-
    drivers/net/ppp/ppp_generic.c | 6 +-
    drivers/net/ppp/pppoe.c | 2 +-
    drivers/net/slip/slhc.c | 12 ++--
    drivers/net/slip/slip.c | 2 +-
    drivers/net/wireless/ath/ath9k/init.c | 1 +
    drivers/net/wireless/iwlwifi/dvm/lib.c | 2 +-
    drivers/net/wireless/iwlwifi/iwl-7000.c | 2 +-
    drivers/net/wireless/iwlwifi/mvm/d3.c | 12 ++--
    drivers/net/wireless/iwlwifi/mvm/fw.c | 4 +-
    drivers/net/wireless/iwlwifi/mvm/mvm.h | 5 ++
    drivers/net/wireless/iwlwifi/pcie/drv.c | 5 ++
    drivers/power/bq24190_charger.c | 2 +-
    drivers/scsi/3w-9xxx.c | 28 ++++++--
    drivers/scsi/mvsas/mv_sas.c | 2 +
    drivers/staging/dgnc/dgnc_mgmt.c | 1 +
    drivers/staging/iio/accel/sca3000_ring.c | 2 +-
    drivers/staging/iio/adc/mxs-lradc.c | 9 +--
    drivers/staging/speakup/fakekey.c | 1 +
    drivers/tty/serial/8250/8250_pci.c | 62 +++++++++++++++-
    drivers/usb/core/quirks.c | 13 ++++
    drivers/usb/host/xhci-pci.c | 1 +
    drivers/usb/host/xhci-ring.c | 96 ++++++++++++++++++++-----
    drivers/usb/host/xhci.c | 5 ++
    fs/btrfs/backref.c | 8 +--
    fs/btrfs/ioctl.c | 8 +++
    fs/btrfs/volumes.h | 8 +++
    fs/cifs/inode.c | 35 ---------
    include/asm-generic/preempt.h | 5 +-
    include/linux/preempt.h | 5 +-
    include/linux/preempt_mask.h | 16 +++--
    include/linux/sched.h | 6 --
    include/sound/soc.h | 6 +-
    include/sound/wm8904.h | 2 +-
    include/xen/interface/sched.h | 8 +++
    kernel/module.c | 8 ++-
    kernel/sched/core.c | 16 ++---
    kernel/sched/sched.h | 5 +-
    kernel/workqueue.c | 8 +--
    mm/filemap.c | 9 +--
    net/ipv4/gre_offload.c | 3 +-
    net/ipv6/xfrm6_output.c | 17 +++--
    net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 6 +-
    sound/pci/hda/patch_cirrus.c | 1 +
    sound/pci/hda/patch_conexant.c | 1 +
    sound/pci/hda/patch_realtek.c | 1 +
    sound/soc/dwc/designware_i2s.c | 4 +-
    sound/soc/soc-core.c | 28 ++++++++
    sound/synth/emux/emux_oss.c | 3 +-
    102 files changed, 635 insertions(+), 286 deletions(-)

    Alex Deucher (4):
    drm/radeon: add pm sysfs files late
    drm/radeon: don't try to recreate sysfs entries on resume
    drm/radeon: move bl encoder assignment into bl init
    drm/radeon: fix dpms when driver backlight control is disabled

    Alexandre Belloni (1):
    iio: mxs-lradc: Fix temperature offset

    Arik Nemtsov (1):
    iwlwifi: mvm: init card correctly on ctkill exit check

    Ben Dooks (1):
    clk: ti: fix dual-registration of uart4_ick

    Ben Hutchings (2):
    isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
    ppp, slip: Validate VJ compression slot parameters completely

    Ben Skeggs (1):
    drm/nouveau/fbcon: take runpm reference when userspace has an open fd

    Carol L Soto (1):
    net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes

    Cathy Avery (1):
    xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)

    Charles Keepax (2):
    ASoC: Add info callback for SX_TLV controls
    ASoC: wm8904: Correct number of EQ registers

    Chris Mason (1):
    btrfs: fix use after free iterating extrefs

    Chris Wilson (1):
    drm/i915: Deny wrapping an userptr into a framebuffer

    Christian Borntraeger (1):
    s390/boot/decompression: disable floating point in decompressor

    Christian Engelmayer (1):
    btrfs: fix possible leak in btrfs_ioctl_balance()

    Christoph Hellwig (1):
    3w-9xxx: don't unmap bounce buffered commands

    Dan Carpenter (1):
    iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb()

    Daniel Vetter (1):
    drm: Reject DRI1 hw lock ioctl functions for kms drivers

    Dave Kleikamp (1):
    crypto: sparc - initialize blkcipher.ivsize

    David Henningsson (1):
    ALSA: hda - Fix inverted internal mic on Lenovo G50-80

    David S. Miller (1):
    sfc: Fix memcpy() with const destination compiler warning.

    David Sterba (1):
    btrfs: check unsupported filters in balance arguments

    Doron Tsur (1):
    IB/cm: Fix rb-tree duplicate free and use-after-free

    Dāvis Mosāns (1):
    mvsas: Fix NULL pointer dereference in mvs_slot_task_free

    Eric Dumazet (1):
    ipv6: gre: support SIT encapsulation

    Felix Fietkau (1):
    ath9k: declare required extra tx headroom

    Florian Fainelli (1):
    ARM: orion: Fix DSA platform device after mvmdio conversion

    Frederic Weisbecker (1):
    sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET

    Guillaume Nault (1):
    ppp: fix pppoe_dev deletion condition in pppoe_release()

    Herbert Xu (2):
    crypto: api - Only abort operations on fatal signal
    ipv6: Fix IPsec pre-encap fragmentation check

    Hezi Shahmoon (1):
    i2c: mv64xxx: really allow I2C offloading

    Ilia Mirkin (1):
    drm/nouveau/gem: return only valid domain when there's only one

    Ilya Dryomov (3):
    rbd: fix double free on rbd_dev->header_name
    rbd: don't leak parent_spec in rbd_dev_probe_parent()
    rbd: prevent kernel stack blow up on rbd map

    Jan Kara (1):
    mm: make sendfile(2) killable

    Jes Sorensen (2):
    md/raid1: submit_bio_wait() returns 0 on success
    md/raid10: submit_bio_wait() returns 0 on success

    Joe Thornber (2):
    dm cache: fix NULL pointer when switching from cleaner policy
    dm btree remove: fix a bug when rebalancing nodes after removal

    Joerg Roedel (1):
    iommu/amd: Don't clear DTE flags when modifying it

    Johannes Berg (3):
    iwlwifi: dvm: fix D3 firmware PN programming
    iwlwifi: mvm: fix D3 firmware PN programming
    iwlwifi: fix firmware filename for 3160

    John Flatness (1):
    ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1

    Junichi Nomura (1):
    dm: fix AB-BA deadlock in __dm_destroy()

    Konstantin Khlebnikov (1):
    sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()

    Kővágó, Zoltán (1):
    x86/efi: Fix multiple GOP device support

    Lad, Prabhakar (1):
    power: bq24190_charger: suppress build warning

    Laura Abbott (2):
    ALSA: hda: Add dock support for ThinkPad T550
    xhci: Add spurious wakeup quirk for LynxPoint-LP controllers

    Luca Coelho (1):
    iwlwifi: pci: add a few more PCI subvendor IDs for the 7265 series

    Luis Henriques (1):
    Linux 3.16.7-ckt20

    Mark Brown (2):
    regmap: debugfs: Ensure we don't underflow when printing access masks
    regmap: debugfs: Don't bother actually printing when calculating max length

    Mark Salyzyn (1):
    arm64: readahead: fault retry breaks mmap file read random detection

    Mathias Nyman (2):
    xhci: don't finish a TD if we get a short transfer event mid TD
    xhci: handle no ping response error properly

    Michel Dänzer (1):
    drm/radeon: Restore LCD backlight level on resume (>= R5xx)

    Mika Westerberg (1):
    i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348

    Mike Snitzer (2):
    dm thin: fix missing pool reference count decrement in pool_ctr error path
    dm btree: fix leak of bufio-backed block in btree_split_beneath error path

    Mikulas Patocka (1):
    dm raid: fix round up of default region size

    NeilBrown (1):
    Revert "md: allow a partially recovered device to be hot-added to an array."

    Peter Zijlstra (2):
    sched/core: Fix TASK_DEAD race in finish_task_switch()
    module: Fix locking in symbol_put_addr()

    Reyad Attiyat (1):
    usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers

    Roman Gushchin (1):
    md/raid5: fix locking in handle_stripe_clean_event()

    Ronny Hegewald (1):
    rbd: require stable pages if message data CRCs are enabled

    Russell King (1):
    crypto: ahash - ensure statesize is non-zero

    Salva Peiró (1):
    staging/dgnc: fix info leak in ioctl

    Shaohua Li (1):
    workqueue: make sure delayed work run in local cpu

    Soeren Grunewald (3):
    serial: 8250_pci: Add support for 16 port Exar boards
    serial: 8250_pci: Add support for 12 port Exar boards
    serial: 8250_pci: Correct uartclk for xr17v35x expansion chips

    Steve French (1):
    [SMB3] Do not fall back to SMBWriteX in set_file_size error cases

    Steve Wise (1):
    svcrdma: handle rdma read with a non-zero initial page offset

    Takashi Iwai (1):
    ALSA: synth: Fix conflicting OSS device registration on AWE32

    Vasant Hegde (1):
    powerpc/rtas: Validate rtas.entry before calling enter_rtas()

    Vincent Palatin (1):
    usb: Add device quirk for Logitech PTZ cameras

    Vitaly Kuznetsov (1):
    x86/xen: Support kexec/kdump in HVM guests by doing a soft reset

    Will Deacon (2):
    arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
    Revert "ARM64: unwind: Fix PC calculation"

    Wolfram Sang (3):
    i2c: rcar: enable RuntimePM before registering to the core
    i2c: s3c2410: enable RuntimePM before registering to the core
    i2c: designware-platdrv: enable RuntimePM before registering to the core

    Yao-Wen Mao (1):
    USB: Add reset-resume quirk for two Plantronics usb headphones.

    Yitian Bu (1):
    ASoC: dwc: correct irq clear method

    covici@ccs.covici.com (1):
    staging: speakup: fix speakup-r regression



    \
     
     \ /
      Last update: 2015-11-18 11:41    [W:5.780 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site