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, 14 Feb 2013 11:12:53 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.4.31

I'm announcing the release of the 3.4.31 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 MAINTAINERS                                          |    6 
 Makefile                                             |    2 
 arch/x86/include/asm/efi.h                           |    1 
 arch/x86/kernel/reboot.c                             |    2 
 arch/x86/kernel/setup.c                              |   28 +--
 arch/x86/platform/efi/efi.c                          |   57 ++++---
 drivers/acpi/osl.c                                   |    2 
 drivers/atm/iphase.h                                 |  146 +++++++++----------
 drivers/char/virtio_console.c                        |    3 
 drivers/firmware/dmi_scan.c                          |    2 
 drivers/firmware/efivars.c                           |    4 
 drivers/firmware/iscsi_ibft_find.c                   |    2 
 drivers/gpu/drm/radeon/radeon_device.c               |    3 
 drivers/isdn/gigaset/capi.c                          |    2 
 drivers/net/ethernet/broadcom/tg3.c                  |   62 +++++---
 drivers/net/ethernet/calxeda/xgmac.c                 |    4 
 drivers/net/ethernet/emulex/benet/be.h               |    5 
 drivers/net/ethernet/emulex/benet/be_main.c          |   56 +++++--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c           |   13 +
 drivers/net/ethernet/mellanox/mlx4/main.c            |   11 -
 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c |    2 
 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c |    2 
 drivers/net/ethernet/realtek/r8169.c                 |    7 
 drivers/net/ethernet/via/via-rhine.c                 |    8 -
 drivers/net/loopback.c                               |    5 
 drivers/net/wireless/rtlwifi/base.c                  |    7 
 drivers/net/wireless/rtlwifi/usb.c                   |    4 
 drivers/net/xen-netback/common.h                     |    3 
 drivers/net/xen-netback/interface.c                  |   23 +-
 drivers/net/xen-netback/netback.c                    |  115 +++++++++-----
 drivers/platform/x86/ibm_rtl.c                       |    2 
 drivers/platform/x86/samsung-laptop.c                |    4 
 drivers/scsi/isci/init.c                             |    2 
 include/linux/efi.h                                  |   24 ++-
 init/main.c                                          |    4 
 kernel/resource.c                                    |   50 ++++--
 net/bluetooth/smp.c                                  |   13 +
 net/bridge/br_netfilter.c                            |    3 
 net/core/pktgen.c                                    |    9 -
 net/ipv4/ip_sockglue.c                               |    2 
 net/ipv4/tcp_input.c                                 |    5 
 net/ipv6/addrconf.c                                  |    2 
 net/ipv6/ip6_output.c                                |    4 
 net/ipv6/route.c                                     |    3 
 net/packet/af_packet.c                               |   10 -
 net/sctp/endpointola.c                               |    5 
 net/sctp/outqueue.c                                  |   12 +
 net/sctp/socket.c                                    |    2 
 48 files changed, 460 insertions(+), 283 deletions(-)

Cong Wang (2):
      net: prevent setting ttl=0 via IP_TTL
      pktgen: correctly handle failures when adding a device

Daniel Borkmann (2):
      net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
      net: sctp: sctp_endpoint_free: zero out secret key data

David S. Miller (1):
      via-rhine: Fix bugs in NAPI support.

Eric Dumazet (3):
      netxen: fix off by one bug in netxen_release_tx_buffer()
      net: loopback: fix a dst refcounting issue
      tcp: frto should not set snd_cwnd to 0

Greg Kroah-Hartman (1):
      Linux 3.4.31

Heiko Carstens (1):
      atm/iphase: rename fregt_t -> ffreg_t

Ian Campbell (3):
      xen/netback: shutdown the ring if it contains garbage.
      xen/netback: free already allocated memory on failure in xen_netbk_get_requests
      netback: correct netbk_tx_err to handle wrap around.

Ilpo Järvinen (1):
      tcp: fix for zero packets_in_flight was too broad

Johan Hedberg (1):
      Bluetooth: Fix handling of unexpected SMP PDUs

Larry Finger (2):
      rtlwifi: Fix the usage of the wrong variable in usb.c
      rtlwifi: Fix scheduling while atomic bug

Marcelo Ricardo Leitner (1):
      ipv6: do not create neighbor entries for local delivery

Matt Fleming (2):
      efi: Make 'efi_enabled' a function to query EFI facilities
      samsung-laptop: Disable on EFI hardware

Matthew Daley (1):
      xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.

Neil Horman (1):
      sctp: refactor sctp_outq_teardown to insure proper re-initalization

Nithin Nayak Sujir (2):
      tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode
      tg3: Fix crc errors on jumbo frame receive

Or Gerlitz (1):
      net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults

Phil Sutter (1):
      packet: fix leakage of tx_ring memory

Rob Herring (1):
      net: calxedaxgmac: throw away overrun frames

Romain KUNTZ (1):
      ipv6: fix header length calculation in ip6_append_data()

Romain Kuntz (1):
      ipv6: fix the noflags test in addrconf_get_prefix_route

Sarveshwar Bandi (1):
      bridge: Pull ip header into skb->data before looking into ip header.

Sjur Brændeland (1):
      virtio_console: Don't access uninitialized data.

Somnath Kotur (1):
      be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug

Stephen Hemminger (1):
      MAINTAINERS: Stephen Hemminger email change

T Makphaibulchoke (1):
      kernel/resource.c: fix stack overflow in __reserve_region_with_split()

Tilman Schmidt (1):
      isdn/gigaset: fix zero size border case in debug dump

Timo Teräs (1):
      r8169: remove the obsolete and incorrect AMD workaround

Yan Burman (1):
      net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ