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, 17 Aug 2015 07:35:48 -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.14.51

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

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

 Documentation/ABI/testing/ima_policy         |    6 
 Makefile                                     |    2 
 arch/arm/include/asm/smp.h                   |    1 
 arch/arm/mach-omap2/omap_hwmod.c             |   24 +-
 arch/arm/mach-realview/include/mach/memory.h |    2 
 arch/arm/mach-sunxi/Makefile                 |    2 
 arch/arm/mach-sunxi/headsmp.S                |    9 
 arch/arm/mach-sunxi/platsmp.c                |    2 
 arch/arm64/kernel/signal32.c                 |    5 
 arch/mips/include/asm/pgtable.h              |   31 ++
 arch/mips/kernel/mips-mt-fpaff.c             |    5 
 arch/mips/kernel/signal32.c                  |    2 
 arch/mips/mti-malta/malta-time.c             |   15 -
 arch/powerpc/kernel/signal_32.c              |    2 
 arch/sparc/include/asm/visasm.h              |   16 -
 arch/sparc/lib/NG4memcpy.S                   |    5 
 arch/sparc/lib/VISsave.S                     |   67 -----
 arch/sparc/lib/ksyms.c                       |    4 
 arch/x86/kvm/lapic.h                         |    2 
 arch/x86/xen/enlighten.c                     |   40 +++
 drivers/block/rbd.c                          |   22 +
 drivers/crypto/ixp4xx_crypto.c               |    1 
 drivers/gpu/drm/radeon/radeon_combios.c      |    7 
 drivers/md/bitmap.c                          |    2 
 drivers/md/md.c                              |    3 
 drivers/md/raid1.c                           |   10 
 drivers/scsi/ipr.c                           |   28 +-
 drivers/scsi/ipr.h                           |    1 
 drivers/scsi/sg.c                            |    3 
 drivers/target/iscsi/iscsi_target.c          |   18 +
 drivers/target/iscsi/iscsi_target_core.h     |    1 
 drivers/target/iscsi/iscsi_target_login.c    |   43 +--
 drivers/target/iscsi/iscsi_target_login.h    |    3 
 drivers/target/iscsi/iscsi_target_nego.c     |   34 ++
 drivers/usb/host/xhci-ring.c                 |    2 
 drivers/usb/serial/sierra.c                  |    1 
 drivers/xen/gntdev.c                         |    2 
 fs/dcache.c                                  |  316 ++++++++-------------------
 fs/namei.c                                   |    3 
 fs/notify/mark.c                             |   30 ++
 fs/ocfs2/dlmglue.c                           |   10 
 fs/signalfd.c                                |    5 
 include/linux/dcache.h                       |    2 
 include/uapi/linux/pci_regs.h                |    1 
 ipc/mqueue.c                                 |    5 
 kernel/signal.c                              |    7 
 mm/vmscan.c                                  |   14 -
 security/integrity/ima/ima_policy.c          |   47 +++-
 sound/pci/hda/patch_cirrus.c                 |    4 
 sound/soc/codecs/pcm1681.c                   |    2 
 50 files changed, 438 insertions(+), 431 deletions(-)

Al Viro (9):
      sg_start_req(): make sure that there's not too many elements in iovec
      fold d_kill() and d_free()
      fold try_prune_one_dentry()
      new helper: dentry_free()
      expand the call of dentry_lru_del() in dentry_kill()
      dentry_kill(): don't try to remove from shrink list
      don't remove from shrink list in select_collect()
      more graceful recovery in umount_collect()
      path_openat(): fix double fput()

Alex Deucher (1):
      drm/radeon/combios: add some validation of lvds values

Amanieu d'Antras (3):
      signalfd: fix information leak in signalfd_copyinfo
      signal: fix information leak in copy_siginfo_to_user
      signal: fix information leak in copy_siginfo_from_user32

Andy Lutomirski (1):
      x86/xen: Probe target addresses in set_aliased_prot() before the hypercall

Arnd Bergmann (2):
      ARM: realview: fix sparsemem build
      ARM: sunxi: fix build for THUMB2_KERNEL

Axel Lin (1):
      ASoC: pcm1681: Fix setting de-emphasis sampling rate selection

Benjamin Randazzo (1):
      md: use kzalloc() when bitmap is disabled

Brian King (3):
      ipr: Fix locking for unit attention handling
      ipr: Fix incorrect trace indexing
      ipr: Fix invalid array indexing for HRRQ

Dan Carpenter (1):
      ALSA: hda - fix cs4210_spdif_automute()

David Daney (1):
      MIPS: Make set_pte() SMP safe.

David S. Miller (1):
      sparc64: Fix userspace FPU register corruptions.

Dirk Behme (1):
      USB: sierra: add 1199:68AB device ID

Felix Fietkau (1):
      MIPS: Fix sched_getaffinity with MT FPAFF enabled

Greg Kroah-Hartman (1):
      Linux 3.14.51

Herbert Xu (1):
      crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

Ilya Dryomov (1):
      rbd: fix copyup completion race

James Hogan (1):
      MIPS: Malta: Don't reinitialise RTC

Jan Kara (1):
      fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()

Joseph Qi (1):
      ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()

Marcus Gelderie (1):
      ipc: modify message queue accounting to not take kernel data structures into account

Marek Marczykowski-Górecki (1):
      xen/gntdevt: Fix race condition in gntdev_release()

Mathias Nyman (1):
      xhci: fix off by one error in TRB DMA address boundary check

Michael S. Tsirkin (1):
      PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition

Michal Hocko (1):
      mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations

Miklos Szeredi (1):
      dcache: don't need rcu in shrink_dentry_list()

Mimi Zohar (2):
      ima: add support for new "euid" policy condition
      ima: extend "mask" policy matching support

NeilBrown (2):
      md/raid1: extend spinlock to protect raid1_end_read_request against inconsistencies
      md/bitmap: return an error when bitmap superblock is corrupt.

Nicholas Bellinger (1):
      iscsi-target: Fix iscsit_start_kthreads failure OOPs

Paolo Bonzini (1):
      kvm: x86: fix kvm_apic_has_events to check for NULL pointer

Roger Quadros (1):
      ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc


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