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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 9 Mar 2016 16:00:45 -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.14.64

I'm announcing the release of the 3.14.64 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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/mips/kernel/traps.c                     |   13 -
 arch/x86/ia32/ia32entry.S                    |    1 
 arch/x86/kernel/acpi/sleep.c                 |    7 
 drivers/ata/libata-scsi.c                    |   11 -
 drivers/edac/edac_mc_sysfs.c                 |   18 +
 drivers/gpu/drm/ast/ast_main.c               |    2 
 drivers/infiniband/ulp/isert/ib_isert.c      |   19 +
 drivers/infiniband/ulp/srpt/ib_srpt.c        |    9 
 drivers/iommu/amd_iommu_init.c               |   34 ++-
 drivers/mtd/ubi/upd.c                        |    2 
 drivers/scsi/qla2xxx/tcm_qla2xxx.c           |   16 +
 drivers/target/iscsi/iscsi_target.c          |   13 +
 drivers/target/iscsi/iscsi_target_configfs.c |    8 
 drivers/target/iscsi/iscsi_target_util.c     |    4 
 drivers/target/iscsi/iscsi_target_util.h     |    1 
 drivers/target/loopback/tcm_loop.c           |    6 
 drivers/target/sbp/sbp_target.c              |    6 
 drivers/target/target_core_configfs.c        |    4 
 drivers/target/target_core_device.c          |   43 ++++
 drivers/target/target_core_file.c            |   29 --
 drivers/target/target_core_iblock.c          |   56 +----
 drivers/target/target_core_tmr.c             |  150 ++++++++++----
 drivers/target/target_core_transport.c       |  289 +++++++++++++++++++--------
 drivers/target/tcm_fc/tcm_fc.h               |    1 
 drivers/target/tcm_fc/tfc_cmd.c              |    5 
 drivers/target/tcm_fc/tfc_conf.c             |    1 
 drivers/usb/chipidea/otg.c                   |    2 
 drivers/usb/gadget/tcm_usb_gadget.c          |    6 
 drivers/usb/serial/cp210x.c                  |    1 
 drivers/usb/serial/option.c                  |    5 
 drivers/vhost/scsi.c                         |    6 
 fs/bio.c                                     |    9 
 fs/cifs/cifssmb.c                            |   21 +
 fs/cifs/smb2pdu.c                            |   24 +-
 fs/jffs2/README.Locking                      |    5 
 fs/jffs2/build.c                             |   75 +++++--
 fs/jffs2/file.c                              |   39 +--
 fs/jffs2/gc.c                                |   17 -
 fs/jffs2/nodelist.h                          |    6 
 fs/locks.c                                   |   51 ++--
 include/linux/ata.h                          |    4 
 include/linux/libata.h                       |    2 
 include/target/iscsi/iscsi_transport.h       |    1 
 include/target/target_core_backend.h         |    4 
 include/target/target_core_base.h            |    4 
 include/target/target_core_fabric.h          |    1 
 sound/core/control_compat.c                  |   90 ++++++--
 sound/core/rawmidi_compat.c                  |   53 ++++
 sound/core/seq/oss/seq_oss.c                 |    2 
 sound/core/seq/oss/seq_oss_device.h          |    1 
 sound/core/seq/oss/seq_oss_init.c            |   17 -
 sound/core/timer_compat.c                    |   18 +
 sound/pci/rme9652/hdsp.c                     |    4 
 sound/pci/rme9652/hdspm.c                    |   16 +
 55 files changed, 878 insertions(+), 356 deletions(-)

Alex Leung (1):
      target: Fix Task Aborted Status (TAS) handling

Andy Lutomirski (1):
      x86/entry/compat: Add missing CLAC to entry_INT80_32

Arnd Bergmann (1):
      libata: fix HDIO_GET_32BIT ioctl

Borislav Petkov (1):
      EDAC, mc_sysfs: Fix freeing bus' name

Daniele Palmas (1):
      USB: serial: option: add support for Telit LE922 PID 0x1045

David Woodhouse (2):
      jffs2: Fix page lock / f->sem deadlock
      Fix directory hardlinks from deleted directories

Greg Kroah-Hartman (1):
      Linux 3.14.64

Hannes Reinecke (1):
      bio: return EINTR if copying to user space got interrupted

Harvey Hunt (1):
      libata: Align ata_device's id on a cacheline

Jeff Layton (1):
      locks: fix unlock when fcntl_setlk races with a close

Justin Maggard (1):
      cifs: fix out-of-bounds access in lease parsing

Maciej W. Rozycki (1):
      MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'

Mike Christie (1):
      target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors

Nicholas Bellinger (6):
      target: Add TFO->abort_task for aborted task resources release
      target: Fix LUN_RESET active TMR descriptor handling
      target: Fix LUN_RESET active I/O handling for ACK_KREF
      target: Fix TAS handling for multi-session se_node_acls
      target: Fix remote-port TMR ABORT + se_cmd fabric stop
      target: Fix race with SCF_SEND_DELAYED_TAS handling

Pavel Shilovsky (1):
      CIFS: Fix SMB2+ interim response processing for read requests

Peter Chen (1):
      usb: chipidea: otg: change workqueue ci_otg as freezable

Richard Weinberger (1):
      ubi: Fix out of bounds write in volume update code

Suravee Suthikulpanit (1):
      iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered

Takashi Iwai (8):
      ALSA: ctl: Fix ioctls for X32 ABI
      ALSA: rawmidi: Fix ioctls X32 ABI
      ALSA: timer: Fix ioctls for X32 ABI
      ALSA: seq: oss: Don't drain at closing a client
      ALSA: hdspm: Fix wrong boolean ctl value accesses
      ALSA: hdsp: Fix wrong boolean ctl value accesses
      ALSA: hdspm: Fix zero-division
      ALSA: timer: Fix broken compat timer user status ioctl

Thomas Betker (1):
      Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"

Timothy Pearson (1):
      drm/ast: Fix incorrect register check for DRAM width

Todd E Brandt (1):
      PM / sleep / x86: Fix crash on graph trace through x86 suspend

Vittorio Alfieri (1):
      USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

Yegor Yefremov (1):
      USB: serial: option: add support for Quectel UC20


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ