This is the start of the stable review cycle for the 3.4.100 release.
There are 23 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 Jul 28 19:01:37 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.100-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.100-rc1
Takao Indoh <[email protected]>
iommu/vt-d: Disable translation if already enabled
Takashi Iwai <[email protected]>
PM / sleep: Fix request_firmware() error at resume
John Stultz <[email protected]>
alarmtimer: Fix bug where relative alarm timers were treated as absolute
Alex Deucher <[email protected]>
drm/radeon: avoid leaking edid data
Amitkumar Karwar <[email protected]>
mwifiex: fix Tx timeout issue
HATAYAMA Daisuke <[email protected]>
perf/x86/intel: ignore CondChgd bit to avoid false NMI handling
Eric Dumazet <[email protected]>
ipv4: fix buffer overflow in ip_options_compile()
Ben Hutchings <[email protected]>
dns_resolver: Null-terminate the right string
Manuel Schölling <[email protected]>
dns_resolver: assure that dns_query() result is null-terminated
Sowmini Varadhan <[email protected]>
sunvnet: clean up objects created in vnet_new() on vnet_exit()
Christoph Schulz <[email protected]>
net: pppoe: use correct channel MTU when using Multilink PPP
Daniel Borkmann <[email protected]>
net: sctp: fix information leaks in ulpevent layer
Jon Paul Maloy <[email protected]>
tipc: clear 'next'-pointer of message fragments before reassembly
Suresh Reddy <[email protected]>
be2net: set EQ DB clear-intr bit in be_open()
Andrey Utkin <[email protected]>
appletalk: Fix socket referencing in skb
Yuchung Cheng <[email protected]>
tcp: fix false undo corner cases
dingtianhong <[email protected]>
igmp: fix the problem when mc leave group
Li RongQing <[email protected]>
8021q: fix a potential memory leak
Neal Cardwell <[email protected]>
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Hugh Dickins <[email protected]>
shmem: fix splicing from a hole while it's punched
Hugh Dickins <[email protected]>
shmem: fix faulting into a hole, not taking i_mutex
Hugh Dickins <[email protected]>
shmem: fix faulting into a hole while it's punched
Markus F.X.J. Oberhumer <[email protected]>
crypto: testmgr - update LZO compression test vectors
-------------
Diffstat:
Makefile | 4 +-
arch/x86/kernel/cpu/perf_event_intel.c | 9 ++
crypto/testmgr.h | 38 ++++----
drivers/gpu/drm/radeon/radeon_display.c | 5 +
drivers/iommu/dmar.c | 11 ++-
drivers/iommu/intel-iommu.c | 15 +++
drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
drivers/net/ethernet/sun/sunvnet.c | 20 +++-
drivers/net/ppp/pppoe.c | 2 +-
drivers/net/wireless/mwifiex/main.c | 1 +
kernel/power/process.c | 1 +
kernel/time/alarmtimer.c | 20 +++-
mm/shmem.c | 139 ++++++++++++++++++++++++++--
mm/truncate.c | 25 -----
net/8021q/vlan_core.c | 5 +-
net/appletalk/ddp.c | 3 -
net/dns_resolver/dns_query.c | 4 +-
net/ipv4/igmp.c | 10 +-
net/ipv4/ip_options.c | 4 +
net/ipv4/tcp_input.c | 10 +-
net/ipv4/tcp_output.c | 6 +-
net/sctp/ulpevent.c | 122 +++---------------------
net/tipc/bcast.c | 1 +
23 files changed, 274 insertions(+), 183 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/