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, 25 Jan 2016 12:49:56 +0100
From:	Jiri Slaby <jslaby@...e.cz>
To:	stable@...r.kernel.org
Cc:	William Dauchy <william@...di.net>, linux@...ck-us.net,
	shuah.kh@...sung.com, linux-kernel@...r.kernel.org,
	Jiri Slaby <jslaby@...e.cz>
Subject: [PATCH 3.12 00/39] 3.12.53-stable review

This is the start of the stable review cycle for the 3.12.53 release.
There are 39 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed Jan 27 12:44:04 CET 2016.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	http://kernel.org/pub/linux/kernel/people/jirislaby/stable-review/patch-3.12.53-rc1.xz
and the diffstat can be found below.

thanks,
js

===============


Adrien Vergé (1):
  USB: quirks: Fix another ELAN touchscreen

Alexandra Yates (1):
  ALSA: hda - Add Intel Lewisburg device IDs Audio

Ben Hutchings (2):
  isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
  ppp, slip: Validate VJ compression slot parameters completely

Bjorn Helgaas (1):
  PCI: Drop "setting latency timer" messages

Boris Ostrovsky (1):
  xen/gntdev: Grant maps should not be subject to NUMA balancing

Chris Wilson (1):
  drm/i915: Fix SRC_COPY width on 830/845g

Corey Minyard (1):
  ring-buffer: Always run per-cpu ring buffer resize with
    schedule_work_on()

David Howells (1):
  KEYS: Fix race between read and revoke

Ditang Chen (1):
  SUNRPC: Fix oops when trace sunrpc_task events in nfs client

Dmitry V. Levin (1):
  x86/signal: Fix restart_syscall number for x32 tasks

Eric Dumazet (1):
  udp: properly support MSG_PEEK with truncated buffers

Eric Ren (1):
  dlm: make posix locks interruptible

Finn Thain (1):
  m68k/mac: Make SCC reset work more reliably

Geert Uytterhoeven (1):
  m68k/mm: Check for mm != NULL in do_page_fault() debug code

H.J. Lu (1):
  x86/boot: Double BOOT_HEAP_SIZE to 64KB

Hannes Reinecke (1):
  block: Always check queue limits for cloned requests

Herbert Xu (1):
  route: Use ipv4_mtu instead of raw rt_pmtu

Ingo Molnar (1):
  efi: Disable interrupts around EFI calls, not in the epilog/prolog
    calls

James Smart (1):
  lpfc: Fix null ndlp dereference in target_reset_handler

Jan Stancek (1):
  ipmi: move timer init to before irq is setup

Kamal Mostafa (1):
  tools: Add a "make all" rule

Karl Heiss (1):
  sctp: Prevent soft lockup when sctp_accept() is called during a
    timeout event

Kirill A. Shutemov (2):
  m32r: fix potential NULL-pointer dereference
  m68k: handle pgtable_page_ctor() fail

Li Wei (1):
  ipv4: Don't increase PMTU with Datagram Too Big message.

Mario Kleiner (1):
  x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]

Ouyang Zhaowei (Charles) (1):
  x86/xen: don't reset vcpu_info on a cancelled suspend

Paul Mackerras (1):
  KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR

Rusty Russell (1):
  module: remove MODULE_GENERIC_TABLE

Salva Peiró (1):
  staging/dgnc: fix info leak in ioctl

Saurav Kashyap (1):
  qla2xxx: Fix hardware lock/unlock issue causing kernel panic.

Scott Jiang (1):
  pm: use GFP_ATOMIC when pm core call this function

Takashi Iwai (2):
  ALSA: hda - Fix noise problems on Thinkpad T440s
  ALSA: hda - Apply pin fixup for HP ProBook 6550b

Vineet Gupta (2):
  MAINTAINERS: Add public mailing list for ARC
  ARC: Fix silly typo in MAINTAINERS file     commit
    30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f upstream.    
    Signed-off-by: Jiri Slaby <jslaby@...e.cz>

Vladis Dronov (1):
  Input: aiptek - fix crash on detecting device without endpoints

Yevgeny Pats (1):
  KEYS: Fix keyring ref leak in join_session_keyring()

 MAINTAINERS                              |  1 +
 arch/blackfin/mach-common/pm.c           |  2 +-
 arch/m32r/include/asm/pgalloc.h          |  2 ++
 arch/m68k/include/asm/mcf_pgalloc.h      |  4 +++
 arch/m68k/include/asm/motorola_pgalloc.h |  8 ++++--
 arch/m68k/include/asm/sun3_pgalloc.h     |  5 +++-
 arch/m68k/kernel/head.S                  |  4 ++-
 arch/m68k/mm/fault.c                     |  3 +--
 arch/powerpc/kvm/book3s_hv.c             |  6 +++++
 arch/x86/include/asm/boot.h              |  2 +-
 arch/x86/kernel/reboot.c                 |  8 ++++++
 arch/x86/kernel/signal.c                 | 17 +++++++------
 arch/x86/platform/efi/efi.c              |  7 ++++++
 arch/x86/platform/efi/efi_32.c           | 11 +++------
 arch/x86/platform/efi/efi_64.c           |  3 ---
 arch/x86/xen/suspend.c                   |  3 ++-
 block/blk-core.c                         | 21 ++++++----------
 drivers/char/ipmi/ipmi_si_intf.c         |  8 +++---
 drivers/gpu/drm/i915/intel_ringbuffer.c  |  2 +-
 drivers/input/tablet/aiptek.c            |  9 +++++++
 drivers/isdn/i4l/isdn_ppp.c              | 12 ++++++---
 drivers/net/ppp/ppp_generic.c            |  6 ++---
 drivers/net/slip/slhc.c                  | 12 ++++++---
 drivers/net/slip/slip.c                  |  2 +-
 drivers/pci/pci.c                        |  2 +-
 drivers/scsi/lpfc/lpfc_scsi.c            | 10 +++++++-
 drivers/scsi/qla2xxx/qla_init.c          |  4 +++
 drivers/scsi/qla2xxx/qla_target.c        |  5 ----
 drivers/staging/dgnc/dgnc_mgmt.c         |  1 +
 drivers/usb/core/quirks.c                |  3 +++
 drivers/xen/gntdev.c                     |  2 +-
 fs/dlm/plock.c                           |  2 +-
 include/linux/blkdev.h                   |  1 -
 include/linux/isapnp.h                   |  4 ---
 include/linux/module.h                   | 19 ++++++---------
 include/trace/events/sunrpc.h            |  4 +--
 kernel/trace/ring_buffer.c               | 24 +++---------------
 net/ipv4/route.c                         |  2 +-
 net/ipv4/udp.c                           |  6 +++--
 net/ipv6/udp.c                           |  6 +++--
 net/sctp/sm_sideeffect.c                 | 42 +++++++++++++++++---------------
 security/keys/keyctl.c                   | 18 +++++++-------
 security/keys/process_keys.c             |  1 +
 sound/pci/hda/hda_intel.c                |  5 ++++
 sound/pci/hda/patch_realtek.c            | 22 ++++++++++++++++-
 sound/pci/hda/patch_sigmatel.c           |  1 +
 tools/Makefile                           |  8 ++++++
 47 files changed, 210 insertions(+), 140 deletions(-)

-- 
2.7.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ