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:	Mon, 30 Jun 2014 21:03:35 -0700
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.96

I'm announcing the release of the 3.4.96 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/stacktrace.c                 |   18 ++-
 arch/s390/include/asm/lowcore.h              |   11 +-
 arch/x86/kernel/entry_32.S                   |   15 +--
 arch/x86/syscalls/syscall_64.tbl             |    6 -
 drivers/acpi/bus.c                           |    7 +
 drivers/char/applicom.c                      |    1 
 drivers/hid/hid-core.c                       |   12 ++
 drivers/net/can/sja1000/peak_pci.c           |   14 +--
 drivers/staging/tidspbridge/core/dsp-clock.c |    4 
 drivers/target/target_core_rd.c              |    2 
 drivers/usb/dwc3/gadget.c                    |    4 
 drivers/usb/gadget/inode.c                   |    2 
 drivers/usb/host/pci-quirks.c                |   19 +++-
 drivers/usb/misc/usbtest.c                   |   40 +++++++-
 drivers/usb/serial/option.c                  |   15 ++-
 drivers/usb/serial/sierra.c                  |   54 +++++++++--
 drivers/usb/serial/usb_wwan.c                |  123 ++++++++++++++-------------
 drivers/video/matrox/matroxfb_base.h         |    2 
 fs/btrfs/backref.c                           |    2 
 fs/btrfs/extent_io.c                         |    3 
 fs/btrfs/volumes.c                           |    5 -
 fs/ext4/mballoc.c                            |    2 
 include/linux/irqdesc.h                      |    4 
 include/linux/skbuff.h                       |   16 +++
 kernel/irq/manage.c                          |    4 
 kernel/irq/spurious.c                        |  106 ++++++++++++++++++++++-
 mm/memory-failure.c                          |   25 +++--
 mm/rmap.c                                    |    8 +
 mm/vmscan.c                                  |    3 
 net/core/skbuff.c                            |    5 -
 31 files changed, 399 insertions(+), 135 deletions(-)

Alan Stern (2):
      USB: usbtest: add a timeout for scatter-gather tests
      USB: EHCI: avoid BIOS handover on the HASEE E200

Andy Lutomirski (1):
      x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)

Chris Mason (1):
      Btrfs: fix double free in find_lock_delalloc_range

Christian Borntraeger (1):
      s390/lowcore: reserve 96 bytes for IRB in lowcore

Dan Carpenter (1):
      applicom: dereferencing NULL on error path

Eric Sandeen (1):
      btrfs: fix use of uninit "ret" in end_extent_writepage()

Felipe Balbi (1):
      usb: dwc3: gadget: clear stall when disabling endpoint

Greg Kroah-Hartman (1):
      Linux 3.4.96

H. Peter Anvin (1):
      x86-32, espfix: Remove filter for espfix32 due to race

Huang Rui (1):
      usb: usbtest: fix unlink write error with pattern 1

Hugh Dickins (1):
      mm: fix sleeping function warning from __put_anon_vma

Johan Hovold (10):
      USB: option: fix runtime PM handling
      USB: usb_wwan: fix write and suspend race
      USB: usb_wwan: fix urb leak at shutdown
      USB: usb_wwan: fix potential NULL-deref at resume
      USB: usb_wwan: fix potential blocked I/O after resume
      USB: sierra: fix AA deadlock in open error path
      USB: sierra: fix use after free at suspend/resume
      USB: sierra: fix urb and memory leak in resume error path
      USB: sierra: fix urb and memory leak on disconnect
      USB: sierra: fix remote wakeup

Johannes Weiner (1):
      mm: vmscan: clear kswapd's special reclaim powers before exiting

Kees Cook (1):
      HID: core: fix validation of report id 0

Liu Bo (1):
      Btrfs: use right type to get real comparison

Lv Zheng (1):
      ACPI: Fix conflict between customized DSDT and DSDT local copy

Maurizio Lombardi (1):
      ext4: fix wrong assert in ext4_mb_normalize_request()

Michael S. Tsirkin (3):
      skbuff: add an api to orphan frags
      skbuff: export skb_copy_ubufs
      skbuff: skb_segment: orphan frags before copying

Mike Frysinger (1):
      x86, x32: Use compat shims for io_{setup,submit}

Mikulas Patocka (1):
      matroxfb: perform a dummy read of M_STATUS

Nicholas A. Bellinger (1):
      target: Explicitly clear ramdisk_mcp backend pages

Paul Bolle (2):
      staging: tidspbridge: check for CONFIG_SND_OMAP_SOC_MCBSP
      usb: gadget: rename CONFIG_USB_GADGET_PXA25X

Rickard Strandqvist (1):
      fs: btrfs: volumes.c: Fix for possible null pointer dereference

Roger Quadros (1):
      usb: usbtest: Add timetout to simple_io()

Russell King (1):
      ARM: stacktrace: avoid listing stacktrace functions in stacktrace

Stephane Grosjean (1):
      can: peak_pci: prevent use after free at netdev removal

Thomas Gleixner (1):
      genirq: Sanitize spurious interrupt detection of threaded irqs

Tony Luck (2):
      mm/memory-failure.c-failure: send right signal code to correct thread
      mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED

xiao jin (2):
      USB: usb_wwan: fix urb leak in write error path
      USB: usb_wwan: fix race between write and resume


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ