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:	Tue, 22 Mar 2016 14:03:15 -0700
From:	Kamal Mostafa <kamal@...onical.com>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	kernel-team@...ts.ubuntu.com
Cc:	Kamal Mostafa <kamal@...onical.com>
Subject: [3.13.y-ckt stable] Linux 3.13.11-ckt37 stable review

This is the start of the review cycle for the Linux 3.13.11-ckt37 stable
kernel.

This version contains 43 new patches, summarized below.  The new patches
are posted as replies to this message and also available in this git branch:

http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y-review

git://kernel.ubuntu.com/ubuntu/linux.git  linux-3.13.y-review

The review period for version 3.13.11-ckt37 will be open for the next three
days.  To report a problem, please reply to the relevant follow-up patch
message.

For more information about the Linux 3.13.y-ckt extended stable kernel
series, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

 -Kamal

--
 arch/mips/kernel/traps.c                       | 13 ++--
 arch/x86/kernel/acpi/sleep.c                   |  7 ++
 arch/x86/kvm/vmx.c                             |  7 ++
 drivers/ata/libata-scsi.c                      | 11 ++--
 drivers/gpu/drm/ast/ast_main.c                 |  2 +-
 drivers/gpu/drm/radeon/radeon_device.c         |  1 -
 drivers/gpu/drm/radeon/radeon_pm.c             |  6 +-
 drivers/infiniband/core/sa_query.c             |  2 +-
 drivers/input/tablet/aiptek.c                  |  9 +++
 drivers/iommu/amd_iommu_init.c                 | 34 ++++++----
 drivers/mtd/ubi/upd.c                          |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c |  2 +-
 drivers/net/ethernet/moxa/moxart_ether.c       |  4 +-
 drivers/net/usb/cdc_ncm.c                      | 21 ++----
 drivers/usb/serial/cp210x.c                    |  1 +
 drivers/usb/serial/option.c                    |  5 ++
 drivers/vfio/pci/vfio_pci.c                    |  9 ++-
 drivers/vfio/vfio_iommu_type1.c                |  6 +-
 fs/aio.c                                       |  9 ++-
 fs/cifs/cifssmb.c                              | 21 +++++-
 fs/cifs/smb2pdu.c                              | 24 ++++---
 fs/ext4/move_extent.c                          |  1 +
 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 +-
 include/linux/ata.h                            |  4 +-
 include/linux/libata.h                         |  2 +-
 include/net/iw_handler.h                       |  6 ++
 net/ipv6/exthdrs_core.c                        |  6 +-
 net/mac80211/agg-rx.c                          |  2 +-
 net/mac80211/rc80211_minstrel_ht.c             |  2 +-
 net/wireless/core.c                            |  2 +
 net/wireless/wext-core.c                       | 52 +++++++++++----
 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/hda/patch_realtek.c                  |  1 +
 sound/pci/rme9652/hdsp.c                       |  4 +-
 sound/pci/rme9652/hdspm.c                      | 16 +++--
 sound/soc/codecs/wm8958-dsp2.c                 |  8 +--
 sound/soc/codecs/wm8994.c                      |  4 +-
 sound/soc/codecs/wm_adsp.c                     |  8 +--
 47 files changed, 444 insertions(+), 193 deletions(-)

Alex Deucher (1):
      drm/radeon/pm: update current crtc info after setting the powerstate

Arnd Bergmann (1):
      libata: fix HDIO_GET_32BIT ioctl

Bjørn Mork (1):
      cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind

Chris Bainbridge (1):
      mac80211: fix use of uninitialised values in RX aggregation

Dan Carpenter (1):
      net: moxa: fix an error code

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

Eryu Guan (1):
      ext4: iterate over buffer heads correctly in move_extent_per_page()

Felix Fietkau (1):
      mac80211: minstrel_ht: set default tx aggregation timeout to 0

Florian Westphal (1):
      ipv6: re-enable fragment header matching in ipv6_find_hdr

Greg Kroah-Hartman (1):
      [stable-only] AIO: properly check iovec sizes

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

Jack Morgenstein (1):
      net/mlx4_core: Allow resetting VF admin mac to zero

Johannes Berg (2):
      wext: fix message delay/ordering
      cfg80211/wext: fix message ordering

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

Linus Torvalds (1):
      Revert "drm/radeon: call hpd_irq_event on resume"

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

Michael S. Tsirkin (1):
      vfio: fix ioctl error handling

Or Gerlitz (1):
      IB/core: Use GRH when the path hop-limit > 0

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

Radim Krčmář (1):
      KVM: VMX: disable PEBS before a guest entry

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

Simon South (1):
      ALSA: hda - Fix mic issues on Acer Aspire E1-472

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

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

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

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ