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, 29 Nov 2013 11:17:40 -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.71

I'm announcing the release of the 3.4.71 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/cris/include/asm/io.h                |    1 
 arch/ia64/include/asm/processor.h         |    2 
 arch/powerpc/kernel/signal_32.c           |   10 +
 arch/powerpc/kernel/vio.c                 |    4 
 arch/powerpc/platforms/powernv/pci-ioda.c |   12 +-
 arch/x86/kernel/microcode_amd.c           |    2 
 block/blk-core.c                          |    1 
 block/blk-settings.c                      |    1 
 block/blk-timeout.c                       |    3 
 crypto/ansi_cprng.c                       |    4 
 drivers/acpi/acpica/exoparg1.c            |   48 +++++++-
 drivers/acpi/acpica/exstore.c             |  151 ++++++++++++++++++--------
 drivers/block/brd.c                       |    2 
 drivers/block/loop.c                      |    2 
 drivers/hwmon/lm90.c                      |   11 +
 drivers/net/can/c_can/c_can.c             |    6 -
 drivers/net/ethernet/realtek/8139cp.c     |    1 
 drivers/net/wireless/libertas/debugfs.c   |    6 -
 drivers/net/wireless/rt2x00/rt2800usb.c   |   12 +-
 drivers/net/wireless/rt2x00/rt2x00mac.c   |    3 
 drivers/scsi/aacraid/commctrl.c           |    3 
 drivers/uio/uio.c                         |   16 ++
 drivers/usb/serial/mos7840.c              |    4 
 drivers/video/au1100fb.c                  |   26 ----
 drivers/video/au1200fb.c                  |   23 ---
 fs/configfs/dir.c                         |   16 ++
 fs/dcache.c                               |   16 +-
 fs/exec.c                                 |    9 +
 fs/nfs/inode.c                            |    2 
 fs/nfs/nfs3proc.c                         |    6 -
 fs/nfs/nfs4filelayout.c                   |    1 
 fs/nfs/nfs4proc.c                         |   19 ---
 fs/nfs/nfs4state.c                        |   21 ---
 fs/nfs/proc.c                             |   43 -------
 fs/nfsd/vfs.c                             |  173 +++++++++++++++++-------------
 fs/proc/inode.c                           |   12 --
 include/linux/binfmts.h                   |    3 
 include/linux/fs.h                        |    2 
 include/linux/sched.h                     |   22 +--
 kernel/ptrace.c                           |    3 
 kernel/trace/trace_event_perf.c           |    2 
 net/sunrpc/clnt.c                         |    1 
 net/sunrpc/xprtsock.c                     |   28 +++-
 security/integrity/ima/ima_policy.c       |    1 
 sound/isa/msnd/msnd_pinnacle.c            |    4 
 sound/usb/6fire/chip.c                    |    2 
 47 files changed, 410 insertions(+), 332 deletions(-)

Al Viro (1):
      Nest rename_lock inside vfsmount_lock

Andy Adamson (2):
      SUNRPC handle EKEYEXPIRED in call_refreshresult
      SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult

Bob Moore (4):
      ACPICA: Interpreter: Fix Store() when implicit conversion is not possible.
      ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField refs.
      ACPICA: Return error if DerefOf resolves to a null package element.
      ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.

Christoph Hellwig (2):
      nfsd: split up nfsd_setattr
      nfsd: make sure to balance get/put_write_access

Dan Carpenter (1):
      libertas: potential oops in debugfs

David Woodhouse (1):
      8139cp: re-enable interrupts after tx timeout

Fan Du (1):
      include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock

Gavin Shan (1):
      powerpc/powernv: Add PE to its own PELTV

Greg Kroah-Hartman (1):
      Linux 3.4.71

Guenter Roeck (1):
      hwmon: (lm90) Fix max6696 alarm handling

Jeff Layton (1):
      nfs: don't allow nfs_find_actor to match inodes of the wrong type

Jeff Moyer (1):
      block: fix race between request completion and timeout handling

Johan Hovold (1):
      USB: mos7840: fix tiocmget error handling

Junxiao Bi (1):
      configfs: fix race between dentry put and lookup

Kees Cook (1):
      exec/ptrace: fix get_dumpable() incorrect tests

Linus Torvalds (2):
      vfs,proc: guarantee unique inodes in /proc
      Fix a few incorrectly checked [io_]remap_pfn_range() calls

Mahesh Rajashekhara (1):
      aacraid: prevent invalid pointer dereference

Markus Pargmann (1):
      can: c_can: Fix RX message handling, handle lost message before EOB

Mauro Carvalho Chehab (1):
      cris: media platform drivers: fix build

Michael Neuling (1):
      powerpc/signals: Mark VSX not saved with small contexts

Mike Snitzer (1):
      block: properly stack underlying max_segment_size to DM device

Mikulas Patocka (1):
      block: fix a probe argument to blk_register_region

Mimi Zohar (1):
      Revert "ima: policy for RAMFS"

Neil Horman (1):
      crypto: ansi_cprng - Fix off by one error in non-block size request

Oleg Nesterov (1):
      exec: do not abuse ->cred_guard_mutex in threadgroup_lock()

Prarit Bhargava (1):
      powerpc/vio: use strcpy in modalias_show

Stanislaw Gruszka (2):
      rt2x00: check if device is still available on rt2x00mac_flush()
      rt2800usb: slow down TX status polling

Steven Rostedt (1):
      perf/ftrace: Fix paranoid level for enabling function tracer

Takashi Iwai (2):
      ALSA: 6fire: Fix probe of multiple cards
      ALSA: msnd: Avoid duplicated driver name

Thomas Renninger (1):
      x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as an error

Trond Myklebust (2):
      NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()
      SUNRPC: Fix a data corruption issue when retransmitting RPC calls


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