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:	Thu,  8 Aug 2013 18:41:36 -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,
	stable@...r.kernel.org
Subject: [ 00/25] 3.4.57-stable review

This is the start of the stable review cycle for the 3.4.57 release.
There are 25 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 Sun Aug 11 01:33:13 UTC 2013.
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.57-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.57-rc1

Neil Horman <nhorman@...driver.com>
    8139cp: Add dma_mapping_error checking

Dan Carpenter <dan.carpenter@...cle.com>
    net_sched: info leak in atm_tc_dump_class()

Dan Carpenter <dan.carpenter@...cle.com>
    af_key: more info leaks in pfkey messages

David S. Miller <davem@...emloft.net>
    net_sched: Fix stack info leak in cbq_dump_wrr().

Eric Dumazet <edumazet@...gle.com>
    usbnet: do not pretend to support SG/TSO

Hannes Frederic Sowa <hannes@...essinduktion.org>
    ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup

Neil Horman <nhorman@...driver.com>
    sctp: fully initialize sctp_outq in sctp_outq_init

Michal Tesar <mtesar@...hat.com>
    sysctl net: Keep tcp_syn_retries inside the boundary

Dan Carpenter <dan.carpenter@...cle.com>
    arcnet: cleanup sizeof parameter

Salman Qazi <sqazi@...gle.com>
    perf: Use css_tryget() to avoid propping up css refcount

Kamal Mostafa <kamal@...onical.com>
    drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight

H.J. Lu <hjl.tools@...il.com>
    x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz

Jiri Olsa <jolsa@...hat.com>
    perf: Fix event group context move

Dan Carpenter <dan.carpenter@...cle.com>
    fanotify: info leak in copy_event_to_user()

Zhu Yanhai <gaoyang.zyh@...bao.com>
    sched: Fix the broken sched_rr_get_interval()

Lan Tianyu <tianyu.lan@...el.com>
    ACPI / battery: Fix parsing _BIX return value

Tomasz Moń <desowin@...il.com>
    mwifiex: Add missing endian conversion.

Stanislaw Gruszka <stf_xl@...pl>
    rt2x00: fix stop queue

Jacob Keller <jacob.e.keller@...el.com>
    ixgbe: Fix Tx Hang issue with lldpad on 82598EB

Johannes Berg <johannes.berg@...el.com>
    mac80211: fix duplicate retransmission detection

Michal Kazior <michal.kazior@...to.com>
    nl80211: fix mgmt tx status and testmode reporting for netns

Oleksij Rempel <linux@...pel-privat.de>
    ath9k_htc: do some initial hardware configuration

Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
    serial/mxs-auart: increase time to wait for transmitter to become idle

Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
    serial/mxs-auart: fix race condition in interrupt handler

Vinod Koul <vinod.koul@...el.com>
    ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSION


-------------

Diffstat:

 Makefile                                           |  4 +-
 arch/x86/kernel/i387.c                             |  2 +-
 drivers/acpi/battery.c                             |  2 +
 drivers/gpu/drm/i915/i915_drv.h                    |  1 +
 drivers/gpu/drm/i915/intel_display.c               | 16 ++++++++
 drivers/gpu/drm/i915/intel_lvds.c                  |  3 +-
 drivers/net/arcnet/arcnet.c                        |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.c |  3 +-
 drivers/net/ethernet/realtek/8139cp.c              | 48 ++++++++++++++++++++--
 drivers/net/usb/smsc75xx.c                         | 12 ++----
 drivers/net/wireless/ath/ath9k/htc_drv_init.c      |  1 +
 drivers/net/wireless/mwifiex/sdio.c                |  4 +-
 drivers/net/wireless/rt2x00/rt2x00queue.c          | 18 ++++----
 drivers/tty/serial/mxs-auart.c                     | 38 +++++++++--------
 fs/notify/fanotify/fanotify_user.c                 |  1 +
 kernel/events/core.c                               | 30 +++++++++++---
 kernel/sched/fair.c                                |  2 +-
 net/ipv4/sysctl_net_ipv4.c                         |  6 ++-
 net/ipv6/ip6mr.c                                   |  5 +++
 net/key/af_key.c                                   |  4 ++
 net/mac80211/rx.c                                  | 10 ++++-
 net/sched/sch_atm.c                                |  1 +
 net/sched/sch_cbq.c                                |  1 +
 net/sctp/outqueue.c                                |  8 +---
 net/wireless/nl80211.c                             |  7 +++-
 sound/core/compress_offload.c                      |  2 +-
 26 files changed, 169 insertions(+), 62 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