lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 26 Jul 2014 12:02:00 -0700
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	linux@...ck-us.net, satoru.takeuchi@...il.com,
	shuah.kh@...sung.com, stable@...r.kernel.org
Subject: [PATCH 3.4 00/23] 3.4.100-stable review

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 <gregkh@...uxfoundation.org>
    Linux 3.4.100-rc1

Takao Indoh <indou.takao@...fujitsu.com>
    iommu/vt-d: Disable translation if already enabled

Takashi Iwai <tiwai@...e.de>
    PM / sleep: Fix request_firmware() error at resume

John Stultz <john.stultz@...aro.org>
    alarmtimer: Fix bug where relative alarm timers were treated as absolute

Alex Deucher <alexander.deucher@....com>
    drm/radeon: avoid leaking edid data

Amitkumar Karwar <akarwar@...vell.com>
    mwifiex: fix Tx timeout issue

HATAYAMA Daisuke <d.hatayama@...fujitsu.com>
    perf/x86/intel: ignore CondChgd bit to avoid false NMI handling

Eric Dumazet <edumazet@...gle.com>
    ipv4: fix buffer overflow in ip_options_compile()

Ben Hutchings <ben@...adent.org.uk>
    dns_resolver: Null-terminate the right string

Manuel Schölling <manuel.schoelling@....de>
    dns_resolver: assure that dns_query() result is null-terminated

Sowmini Varadhan <sowmini.varadhan@...cle.com>
    sunvnet: clean up objects created in vnet_new() on vnet_exit()

Christoph Schulz <develop@...stov.de>
    net: pppoe: use correct channel MTU when using Multilink PPP

Daniel Borkmann <dborkman@...hat.com>
    net: sctp: fix information leaks in ulpevent layer

Jon Paul Maloy <jon.maloy@...csson.com>
    tipc: clear 'next'-pointer of message fragments before reassembly

Suresh Reddy <Suresh.Reddy@...lex.com>
    be2net: set EQ DB clear-intr bit in be_open()

Andrey Utkin <andrey.krieger.utkin@...il.com>
    appletalk: Fix socket referencing in skb

Yuchung Cheng <ycheng@...gle.com>
    tcp: fix false undo corner cases

dingtianhong <dingtianhong@...wei.com>
    igmp: fix the problem when mc leave group

Li RongQing <roy.qing.li@...il.com>
    8021q: fix a potential memory leak

Neal Cardwell <ncardwell@...gle.com>
    tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb

Hugh Dickins <hughd@...gle.com>
    shmem: fix splicing from a hole while it's punched

Hugh Dickins <hughd@...gle.com>
    shmem: fix faulting into a hole, not taking i_mutex

Hugh Dickins <hughd@...gle.com>
    shmem: fix faulting into a hole while it's punched

Markus F.X.J. Oberhumer <markus@...rhumer.com>
    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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ