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:	Fri, 20 Dec 2013 07:56:46 -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.75

I'm announcing the release of the 3.4.75 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

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

 Makefile                                   |    2 
 arch/arm/kernel/process.c                  |    7 +
 arch/arm/kernel/stacktrace.c               |    2 
 arch/arm/mach-omap2/omap_hwmod.c           |   43 +++++++++++-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   13 ---
 arch/arm/mach-pxa/tosa.c                   |  102 ++++++++++++++---------------
 arch/mips/mm/dma-default.c                 |   16 ++--
 arch/x86/platform/efi/efi.c                |    7 -
 crypto/algif_hash.c                        |    3 
 crypto/algif_skcipher.c                    |    3 
 drivers/gpu/drm/radeon/si.c                |   11 ++-
 drivers/hwmon/w83l786ng.c                  |    4 -
 drivers/input/touchscreen/usbtouchscreen.c |   22 +++++-
 drivers/md/dm-bufio.c                      |    5 +
 drivers/md/dm-delay.c                      |   23 +++---
 drivers/md/dm-table.c                      |    5 +
 drivers/rtc/rtc-at91rm9200.c               |    2 
 drivers/staging/comedi/drivers/pcmuio.c    |   12 +--
 drivers/staging/comedi/drivers/ssv_dnp.c   |    6 -
 drivers/usb/core/hub.c                     |    5 -
 drivers/usb/dwc3/ep0.c                     |    2 
 drivers/usb/dwc3/gadget.c                  |    5 -
 drivers/usb/gadget/composite.c             |    1 
 drivers/usb/serial/option.c                |   27 +++++++
 drivers/watchdog/sc1200wdt.c               |    3 
 fs/hpfs/file.c                             |    5 +
 fs/nfs/blocklayout/extents.c               |    2 
 fs/xfs/xfs_ioctl.c                         |    3 
 fs/xfs/xfs_ioctl32.c                       |    3 
 include/sound/memalloc.h                   |    2 
 kernel/futex.c                             |    2 
 net/ipv4/udp.c                             |    3 
 net/mac80211/rx.c                          |    3 
 security/selinux/hooks.c                   |   93 +++++++++++++++++++++-----
 virt/kvm/kvm_main.c                        |    3 
 35 files changed, 302 insertions(+), 148 deletions(-)

Alan (1):
      sc1200_wdt: Fix oops

Alan Stern (1):
      usb: dwc3: fix implementation of endpoint wedge

Alex Deucher (1):
      drm/radeon: fixup bad vram size on SI

Andy Honig (1):
      KVM: Improve create VCPU parameter (CVE-2013-4587)

Brian Carnes (1):
      hwmon: (w83l786ng) Fix fan speed control mode setting and reporting

Christian Engelmayer (1):
      Input: usbtouchscreen - separate report and transmit buffer size handling

Dan Carpenter (1):
      xfs: underflow bug in xfs_attrlist_by_handle()

Dmitry Eremin-Solenikov (1):
      ARM: pxa: tosa: fix keys mapping

Fangxiaozhi (Franko) (1):
      USB: option: support new huawei devices

Greg Kroah-Hartman (2):
      Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
      Linux 3.4.75

Gustavo Zacarias (1):
      USB: serial: option: blacklist interface 1 for Huawei E173s-6

H Hartley Sweeten (1):
      staging: comedi: ssv_dnp: use comedi_dio_update_state()

Helge Deller (1):
      nfs: fix do_div() warning by instead using sector_div()

Ian Abbott (1):
      staging: comedi: pcmuio: fix possible NULL deref on detach

Jim Quinlan (1):
      MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000

Johannes Berg (1):
      mac80211: don't attempt to reorder multicast frames

Julius Werner (1):
      usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED

Konstantin Khlebnikov (2):
      ARM: 7912/1: check stack pointer in get_wchan
      ARM: 7913/1: fix framepointer check in unwind_frame

Linus Pizunski (1):
      drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap

Linus Torvalds (1):
      futex: fix handling of read-only-mapped hugepages

Matthew Garrett (1):
      x86, efi: Don't use (U)EFI time services on 32 bit

Michael Grzeschik (1):
      usb: gadget: composite: reset delayed_status on reset_config

Mikulas Patocka (4):
      dm bufio: initialize read-only module parameters
      dm delay: fix a possible deadlock due to shared workqueue
      dm table: fail dm_table_create on dm_round_up overflow
      hpfs: fix warnings when the filesystem fills up

Paul Moore (2):
      selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
      selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()

Roger Quadros (2):
      ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module
      ARM: OMAP2+: hwmod: Fix SOFTRESET logic

Stefano Panella (1):
      ALSA: memalloc.h - fix wrong truncation of dma_addr_t


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