lkml.org 
[lkml]   [2015]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[3.13.y-ckt stable] Linux 3.13.11-ckt26 stable review
Date
This is the start of the review cycle for the Linux 3.13.11-ckt26 stable kernel.

This version contains 60 new patches, summarized below. The new patches are
posted as replies to this message and also available in this git branch:

http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y-review

git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y-review

The review period for version 3.13.11-ckt26 will be open for the next three days.
To report a problem, please reply to the relevant follow-up patch message.

For more information about the Linux 3.13.y-ckt extended stable kernel version,
see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

-Kamal

--
arch/arm/mach-omap2/omap_hwmod.c | 24 ++++++---
arch/tile/kernel/setup.c | 2 +-
arch/x86/boot/compressed/eboot.c | 4 ++
arch/x86/xen/enlighten.c | 40 +++++++++++++++
block/blk-cgroup.c | 6 ++-
drivers/ata/libata-core.c | 11 +++--
drivers/ata/libata-pmp.c | 7 +++
drivers/ata/libata-scsi.c | 3 +-
drivers/gpu/drm/drm_crtc.c | 5 +-
drivers/gpu/drm/radeon/radeon_combios.c | 7 ++-
drivers/input/touchscreen/usbtouchscreen.c | 3 ++
drivers/isdn/gigaset/ser-gigaset.c | 11 ++++-
drivers/md/md.c | 2 +-
drivers/md/raid1.c | 2 +-
drivers/md/raid10.c | 5 +-
drivers/mmc/card/block.c | 2 +
drivers/mmc/host/omap_hsmmc.c | 8 +--
drivers/mmc/host/sdhci-esdhc.h | 2 +-
drivers/mmc/host/sdhci-pxav3.c | 1 +
drivers/net/bonding/bond_main.c | 14 ++++--
drivers/net/ethernet/mellanox/mlx4/eq.c | 4 +-
drivers/net/ethernet/sun/niu.c | 4 +-
drivers/scsi/ipr.c | 28 +++++++----
drivers/scsi/ipr.h | 1 +
drivers/target/iscsi/iscsi_target.c | 48 ++++++++++++++----
drivers/target/iscsi/iscsi_target_core.h | 1 +
drivers/target/iscsi/iscsi_target_login.c | 43 ++++++----------
drivers/target/iscsi/iscsi_target_login.h | 3 +-
drivers/target/iscsi/iscsi_target_nego.c | 34 ++++++++++++-
drivers/usb/dwc3/ep0.c | 4 ++
drivers/usb/gadget/mv_udc_core.c | 2 +-
drivers/usb/host/ohci-q.c | 7 +--
drivers/usb/host/xhci-hub.c | 22 ++++++---
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/host/xhci-ring.c | 3 ++
drivers/usb/host/xhci.c | 3 ++
drivers/usb/host/xhci.h | 1 +
drivers/usb/storage/unusual_devs.h | 12 +++++
drivers/vhost/vhost.c | 1 +
fs/xfs/xfs_attr_remote.c | 15 ++++--
include/linux/libata.h | 2 +
net/bridge/br_mdb.c | 2 +-
net/core/datagram.c | 41 ++++++++++++++--
net/ipv4/ip_fragment.c | 7 ++-
net/mac80211/debugfs_netdev.c | 1 +
net/netfilter/ipvs/ip_vs_core.c | 16 +++++-
net/netfilter/ipvs/ip_vs_ctl.c | 78 +++++++++++++++++++-----------
net/netfilter/ipvs/ip_vs_sched.c | 12 ++---
net/netfilter/ipvs/ip_vs_sync.c | 2 +-
net/netfilter/ipvs/ip_vs_xmit.c | 1 -
net/netfilter/nf_conntrack_expect.c | 3 +-
net/netfilter/nf_conntrack_netlink.c | 5 --
net/sched/act_pedit.c | 5 +-
sound/pci/hda/patch_cirrus.c | 4 +-
sound/pci/hda/patch_hdmi.c | 2 +
sound/pci/hda/patch_realtek.c | 2 +-
sound/pci/hda/patch_sigmatel.c | 3 +-
sound/soc/codecs/pcm1681.c | 2 +-
sound/usb/mixer_maps.c | 24 +++++++++
59 files changed, 447 insertions(+), 162 deletions(-)

AMAN DEEP (1):
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function

Aaron Plattner (1):
ALSA: hda - Add new GPU codec ID 0x10de007d to snd-hda

Alan Stern (1):
USB: OHCI: Fix race between ED unlink and URB submission

Aleksei Mamlin (1):
libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVER

Alex Deucher (1):
drm/radeon/combios: add some validation of lvds values

Alexey Khoroshilov (1):
usb: gadget: mv_udc_core: fix phy_regs I/O memory leak

Andy Lutomirski (1):
x86/xen: Probe target addresses in set_aliased_prot() before the hypercall

Arne Fitzenreiter (2):
libata: add ATA_HORKAGE_NOTRIM
libata: force disable trim for SuperSSpeed S238

Axel Lin (1):
ASoC: pcm1681: Fix setting de-emphasis sampling rate selection

Benjamin Randazzo (1):
md: use kzalloc() when bitmap is disabled

Bernhard Bender (1):
Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen

Brian Campbell (1):
xhci: Calculate old endpoints correctly on device reset

Brian King (3):
ipr: Fix locking for unit attention handling
ipr: Fix incorrect trace indexing
ipr: Fix invalid array indexing for HRRQ

Chris Metcalf (1):
tile: use free_bootmem_late() for initrd

Dan Carpenter (1):
ALSA: hda - fix cs4210_spdif_automute()

Daniel Vetter (1):
drm: Stop resetting connector state to unknown

Dave Chinner (1):
xfs: remote attributes need to be considered data

Dmitry Skorodumov (1):
x86/efi: Use all 64 bit of efi_memmap in setup_e820()

Edward Hyunkoo Jee (1):
inet: frags: fix defragmented packet's IP header for af_packet

Herbert Xu (1):
net: Clone skb before setting peeked flag

Jack Morgenstein (1):
net/mlx4_core: Fix wrong index in propagating port change event to VFs

Jingju Hou (1):
mmc: sdhci-pxav3: fix platform_data is not initialized

Jiri Pirko (1):
niu: don't count tx error twice in case of headroom realloc fails

Joakim Tjernlund (1):
mmc: sdhci-esdhc: Make 8BIT bus work

Joe Stringer (1):
netfilter: nf_conntrack: Support expectations in different zones

John Youn (1):
usb: dwc3: Reset the transfer resource index on SET_INTERFACE

Julian Anastasov (3):
ipvs: fix crash with sync protocol v0 and FTP
ipvs: do not use random local source address for tunnels
ipvs: fix crash if scheduler is changed

Kishon Vijay Abraham I (1):
mmc: omap_hsmmc: Fix DTO and DCRC handling

Lior Amsalem (1):
ata: pmp: add quirk for Marvell 4140 SATA PMP

Marc-André Lureau (1):
vhost: actually track log eventfd file

Martin K. Petersen (1):
libata: Do not blacklist M510DC

Mikulas Patocka (1):
libata: increase the timeout when setting transfer mode

NeilBrown (2):
md/raid10: always set reshape_safe when initializing reshape_position.
md/raid1: fix test for 'was read error from last working device'.

Nicholas Bellinger (3):
iscsi-target: Fix use-after-free during TPG session shutdown
iscsi-target: Fix iscsit_start_kthreads failure OOPs
iscsi-target: Fix iser explicit logout TX kthread leak

Nikolay Aleksandrov (4):
bonding: correctly handle bonding type change on enslave failure
bridge: mdb: fix double add notification
bonding: fix destruction of bond with devices different from arphrd_ether
bridge: mdb: fix delmdb state in the notification

Oliver Neukum (1):
usb-storage: ignore ZTE MF 823 card reader in mode 0x1225

Pablo Neira Ayuso (1):
netfilter: ctnetlink: put back references to master ct and expect objects

Roger Quadros (1):
ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc

Takashi Iwai (2):
ALSA: hda - Apply fixup for another Toshiba Satellite S50D
ALSA: hda - Fix MacBook Pro 5,2 quirk

Tejun Heo (1):
blkcg: fix gendisk reference leak in blkg_conf_prep()

Tilman Schmidt (1):
isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

Tom Hughes (1):
mac80211: clear subdir_stations when removing debugfs

Tomas Winkler (1):
mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()

WANG Cong (1):
act_pedit: check binding before calling tcf_hash_release()

Yao-Wen Mao (1):
ALSA: usb-audio: add dB range mapping for some devices

Zhuang Jin Can (3):
xhci: report U3 when link is in resume state
xhci: prevent bus_suspend if SS port resuming in phase 1
xhci: do not report PLC when link is in internal resume state


\
 
 \ /
  Last update: 2015-09-02 03:21    [W:1.148 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site