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:27:05 -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.10.21

I'm announcing the release of the 3.10.21 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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/kvm/mmu.c                                 |   34 +++-
 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/mm/slice.c                            |    2 
 arch/powerpc/platforms/52xx/Kconfig                |    2 
 arch/powerpc/platforms/powernv/pci-ioda.c          |   12 +
 arch/s390/crypto/aes_s390.c                        |   19 +-
 arch/s390/kernel/smp.c                             |    4 
 arch/s390/kernel/vtime.c                           |    2 
 arch/x86/kernel/ftrace.c                           |   14 +
 arch/x86/kernel/microcode_amd.c                    |    2 
 arch/x86/kernel/process.c                          |    6 
 arch/x86/kvm/emulate.c                             |    5 
 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                      |  166 ++++++++++++--------
 drivers/acpi/ec.c                                  |    3 
 drivers/acpi/pci_root.c                            |    5 
 drivers/acpi/processor_idle.c                      |   46 +----
 drivers/acpi/scan.c                                |    2 
 drivers/acpi/video.c                               |    2 
 drivers/block/brd.c                                |    2 
 drivers/block/loop.c                               |    2 
 drivers/firmware/dmi_scan.c                        |   12 +
 drivers/gpu/drm/i915/intel_lvds.c                  |   24 ++
 drivers/gpu/drm/nouveau/core/engine/disp/hdanva3.c |    2 
 drivers/gpu/drm/nouveau/core/engine/disp/hdanvd0.c |    2 
 drivers/gpu/drm/nouveau/core/engine/disp/sornv50.c |    8 
 drivers/hwmon/lm90.c                               |   11 -
 drivers/idle/intel_idle.c                          |    2 
 drivers/misc/mei/nfc.c                             |   10 -
 drivers/net/can/c_can/c_can.c                      |    6 
 drivers/net/can/usb/kvaser_usb.c                   |   20 +-
 drivers/net/wireless/libertas/debugfs.c            |    6 
 drivers/net/wireless/rt2x00/rt2800lib.c            |   11 -
 drivers/net/wireless/rt2x00/rt2800usb.c            |   12 -
 drivers/net/wireless/rt2x00/rt2x00dev.c            |    3 
 drivers/net/wireless/rt2x00/rt2x00lib.h            |    2 
 drivers/net/wireless/rt2x00/rt2x00mac.c            |    7 
 drivers/net/wireless/rt2x00/rt2x00queue.c          |    4 
 drivers/pci/access.c                               |   19 +-
 drivers/scsi/aacraid/commctrl.c                    |    3 
 drivers/usb/core/hub.c                             |    5 
 drivers/usb/serial/mos7840.c                       |    4 
 fs/configfs/dir.c                                  |   16 +
 fs/exec.c                                          |    6 
 fs/nfs/nfs4proc.c                                  |   22 +-
 fs/nfsd/export.c                                   |   15 +
 fs/nfsd/vfs.c                                      |  173 ++++++++++++---------
 include/linux/binfmts.h                            |    3 
 include/linux/mod_devicetable.h                    |    6 
 include/linux/sched.h                              |   82 +++++++++
 include/linux/thread_info.h                        |    2 
 include/sound/compress_driver.h                    |    9 +
 ipc/shm.c                                          |   37 +++-
 kernel/cpu/idle.c                                  |    9 -
 kernel/ptrace.c                                    |    3 
 kernel/trace/trace_event_perf.c                    |    2 
 mm/slub.c                                          |    4 
 net/sunrpc/clnt.c                                  |    2 
 net/sunrpc/xprtsock.c                              |   28 ++-
 security/integrity/ima/ima_policy.c                |    1 
 sound/core/compress_offload.c                      |   54 +++++-
 sound/isa/msnd/msnd_pinnacle.c                     |    4 
 sound/pci/hda/hda_codec.c                          |    7 
 sound/pci/hda/hda_generic.c                        |    4 
 sound/pci/hda/patch_analog.c                       |    6 
 sound/pci/hda/patch_conexant.c                     |    3 
 sound/pci/hda/patch_realtek.c                      |   83 +++++++++-
 sound/usb/6fire/chip.c                             |    2 
 virt/kvm/iommu.c                                   |    4 
 77 files changed, 817 insertions(+), 349 deletions(-)

Aaron Lu (1):
      ACPI / video: Quirk initial backlight level 0

Anatolij Gustschin (1):
      powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module

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

Anton Blanchard (1):
      powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled

Bjorn Helgaas (3):
      PCI: Allow PCIe Capability link-related register access for switches
      PCI: Remove PCIe Capability version checks
      PCI: Support PCIe Capability Slot registers only for ports with slots

Bob Moore (3):
      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.

Chris Wilson (1):
      drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard

Christoffer Dall (1):
      arm/arm64: KVM: Fix hyp mappings of vmalloc regions

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

Christoph Lameter (1):
      slub: Handle NULL parameter in kmem_cache_flags

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

David Henningsson (3):
      ALSA: hda - Make sure mute LEDs stay on during runtime suspend (Realtek)
      ALSA: hda - Fix Line Out automute on Realtek multifunction jacks
      ALSA: hda - Add headset quirk for Dell Inspiron 3135

Emil Velikov (1):
      drm/nv50-/disp: remove dcb_outp_match call, and related variables

Felix Fietkau (1):
      rt2x00: fix a crash bug in the HT descriptor handling fix

Gabor Juhos (1):
      rt2x00: rt2800lib: fix VGC adjustment for RT5592

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

Greg Edwards (1):
      KVM: IOMMU: hva align mapping page size

Greg Kroah-Hartman (1):
      Linux 3.10.21

Greg Thelen (1):
      ipc,shm: fix shm_file deletion races

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

Herbert Xu (1):
      crypto: s390 - Fix aes-cbc IV corruption

Ilia Mirkin (1):
      drm/nva3-/disp: fix hda eld writing, needs to be padded

J. Bruce Fields (1):
      nfsd: return better errors to exportfs

Jani Nikula (1):
      dmi: add support for exact DMI matches in addition to substring matching

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

Jesper Nilsson (1):
      ipc,shm: correct error return value in shmctl (SHM_UNLOCK)

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

Julius Werner (1):
      usb: hub: Clear Port Reset Change during init/resume

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

Kailang Yang (1):
      ALSA: hda - Add support of ALC255 codecs

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

Kevin Hao (1):
      ftrace/x86: skip over the breakpoint for ftrace caller

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

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

Martin Schwidefsky (1):
      s390/vtime: correct idle time calculation

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

Olivier Sobrie (1):
      can: kvaser_usb: fix usb endpoints detection

Paolo Bonzini (1):
      KVM: x86: fix emulation of "movzbl %bpl, %eax"

Peter Zijlstra (1):
      sched, idle: Fix the idle polling state logic

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

Puneet Kumar (1):
      ACPI / EC: Ensure lock is acquired before accessing ec struct members

Rafael J. Wysocki (2):
      ACPI / hotplug: Fix handle_root_bridge_removal()
      ACPI / hotplug: Do not execute "insert in progress" _OST

Rob Pearce (1):
      drm/i915: No LVDS hardware on Intel D410PT and D425KT

Stanislaw Gruszka (3):
      rt2x00: check if device is still available on rt2x00mac_flush()
      rt2x00: fix HT TX descriptor settings regression
      rt2800usb: slow down TX status polling

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

Takashi Iwai (11):
      ALSA: 6fire: Fix probe of multiple cards
      ALSA: msnd: Avoid duplicated driver name
      ALSA: hda - Enable SPDIF for Acer TravelMate 6293
      ALSA: hda - Add support for CX20952
      ALSA: hda - Add pincfg fixup for ASUS W5A
      ALSA: hda - Check keep_eapd_on before inv_eapd
      ALSA: hda - Don't turn off EAPD for headphone on Lenovo N100
      ALSA: hda - Don't clear the power state at snd_hda_codec_reset()
      ALSA: hda - Fix unbalanced runtime PM notification at resume
      ALSA: hda - Fix the headphone jack detection on Sony VAIO TX
      ALSA: hda - Provide missing pin configs for VAIO with ALC260

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

Tomas Winkler (1):
      mei: nfc: fix memory leak in error path

Trond Myklebust (3):
      NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()
      NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state
      SUNRPC: Fix a data corruption issue when retransmitting RPC calls

Vinod Koul (2):
      ALSA: compress: fix drain calls blocking other compress functions
      ALSA: compress: fix drain calls blocking other compress functions (v6)

Weston Andros Adamson (3):
      NFSv4: fix NULL dereference in open recover
      NFSv4: don't fail on missing fattr in open recover
      NFSv4: don't reprocess cached open CLAIM_PREVIOUS


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