This is the start of the stable review cycle for the 3.4.95 release.
There are 26 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 Thu Jun 26 15:46:05 UTC 2014.
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/v3.0/stable-review/patch-3.4.95-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.4.95-rc1
Greg Kroah-Hartman <[email protected]>
lzo: properly check for overruns
Markus F.X.J. Oberhumer <[email protected]>
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer <[email protected]>
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Lars-Peter Clausen <[email protected]>
ALSA: control: Make sure that id->index does not overflow
Lars-Peter Clausen <[email protected]>
ALSA: control: Handle numid overflow
Lars-Peter Clausen <[email protected]>
ALSA: control: Don't access controls outside of protected regions
Lars-Peter Clausen <[email protected]>
ALSA: control: Fix replacing user controls
Lars-Peter Clausen <[email protected]>
ALSA: control: Protect user controls against concurrent access
Kailang Yang <[email protected]>
ALSA: hda/realtek - Add support of ALC891 codec
Thomas Gleixner <[email protected]>
nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off
Johan Hovold <[email protected]>
USB: cdc-acm: fix runtime PM imbalance at shutdown
Johan Hovold <[email protected]>
USB: cdc-acm: fix I/O after failed open
Johan Hovold <[email protected]>
USB: cdc-acm: fix shutdown and suspend race
Johan Hovold <[email protected]>
USB: cdc-acm: fix runtime PM for control messages
Johan Hovold <[email protected]>
USB: cdc-acm: fix broken runtime suspend
Johan Hovold <[email protected]>
USB: cdc-acm: fix write and resume race
Johan Hovold <[email protected]>
USB: cdc-acm: fix write and suspend race
Michal Schmidt <[email protected]>
netlink: rate-limit leftover bytes warning and print process name
Wei Yang <[email protected]>
net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
Wei Yang <[email protected]>
mlx4_core: Stash PCI ID driver_data in mlx4_priv structure
Xufeng Zhang <[email protected]>
sctp: Fix sk_ack_backlog wrap-around problem
Jiri Pirko <[email protected]>
team: fix mtu setting
Eric Dumazet <[email protected]>
net: fix inet_getid() and ipv6_select_ident() bugs
Tom Gundersen <[email protected]>
net: tunnels - enable module autoloading
Mimi Zohar <[email protected]>
evm: prohibit userspace writing 'security.evm' HMAC value
Nicholas Bellinger <[email protected]>
iscsi-target: Reject mutual authentication with reflected CHAP_C
-------------
Diffstat:
Makefile | 4 +-
drivers/net/ethernet/mellanox/mlx4/main.c | 172 ++++++++-------
drivers/net/ethernet/mellanox/mlx4/mlx4.h | 7 +
drivers/net/team/team.c | 7 +-
drivers/target/iscsi/iscsi_target_auth.c | 10 +
drivers/usb/class/cdc-acm.c | 96 +++++----
drivers/usb/class/cdc-acm.h | 2 +-
include/linux/if_team.h | 1 +
include/linux/lzo.h | 15 +-
include/net/inetpeer.h | 9 +-
include/sound/core.h | 2 +
kernel/time/tick-sched.c | 4 +-
lib/decompress_unlzo.c | 2 +-
lib/lzo/Makefile | 2 +-
lib/lzo/lzo1x_compress.c | 335 +++++++++++++++++-------------
lib/lzo/lzo1x_decompress.c | 255 -----------------------
lib/lzo/lzo1x_decompress_safe.c | 257 +++++++++++++++++++++++
lib/lzo/lzodefs.h | 38 +++-
lib/nlattr.c | 5 +-
net/ipv4/ipip.c | 1 +
net/ipv6/ip6_output.c | 11 +-
net/ipv6/ip6_tunnel.c | 1 +
net/ipv6/sit.c | 1 +
net/sctp/associola.c | 2 +-
security/integrity/evm/evm_main.c | 12 +-
sound/core/control.c | 78 ++++---
sound/core/init.c | 1 +
sound/pci/hda/patch_realtek.c | 1 +
28 files changed, 748 insertions(+), 583 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html