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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Feb 2015 11:45:24 -0800
From:	Kamal Mostafa <kamal@...onical.com>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	kernel-team@...ts.ubuntu.com
Cc:	lwn@....net
Subject: [3.13.y-ckt stable] Linux 3.13.11-ckt16

I am announcing the release of the Linux 3.13.11-ckt16 kernel.

The updated 3.13.y-ckt tree can be found at: 
  git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y
and can be browsed at:
  http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.13.y;a=shortlog

The diff from v3.13.11-ckt15 is posted as a follow-up to this email.

The 3.13.y-ckt extended stable tree is maintained by the Canonical Kernel Team.
For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

 -Kamal

-- 
 Documentation/kernel-parameters.txt        |   1 +
 Makefile                                   |   2 +-
 arch/arm/boot/dts/imx25.dtsi               |  10 +--
 arch/arm/configs/multi_v7_defconfig        |   1 +
 arch/arm/crypto/aes_glue.c                 |   4 +-
 arch/arm/crypto/sha1_glue.c                |   2 +-
 arch/arm/mach-imx/clk-imx6q.c              |   2 +-
 arch/arm/mach-omap2/timer.c                |   8 +--
 arch/parisc/include/asm/ldcw.h             |  13 +++-
 arch/powerpc/crypto/sha1.c                 |   3 +-
 arch/s390/crypto/aes_s390.c                |   2 +-
 arch/s390/crypto/des_s390.c                |   4 +-
 arch/s390/crypto/ghash_s390.c              |   2 +-
 arch/s390/crypto/sha1_s390.c               |   2 +-
 arch/s390/crypto/sha256_s390.c             |   4 +-
 arch/s390/crypto/sha512_s390.c             |   4 +-
 arch/sparc/crypto/aes_glue.c               |   2 +-
 arch/sparc/crypto/camellia_glue.c          |   2 +-
 arch/sparc/crypto/crc32c_glue.c            |   2 +-
 arch/sparc/crypto/des_glue.c               |   2 +-
 arch/sparc/crypto/md5_glue.c               |   2 +-
 arch/sparc/crypto/sha1_glue.c              |   2 +-
 arch/sparc/crypto/sha256_glue.c            |   4 +-
 arch/sparc/crypto/sha512_glue.c            |   4 +-
 arch/x86/Kconfig                           |   6 +-
 arch/x86/boot/compressed/misc.c            |   9 ++-
 arch/x86/crypto/aes_glue.c                 |   4 +-
 arch/x86/crypto/aesni-intel_glue.c         |   2 +-
 arch/x86/crypto/blowfish_glue.c            |   4 +-
 arch/x86/crypto/camellia_aesni_avx2_glue.c |   4 +-
 arch/x86/crypto/camellia_aesni_avx_glue.c  |   4 +-
 arch/x86/crypto/camellia_glue.c            |   4 +-
 arch/x86/crypto/cast5_avx_glue.c           |   2 +-
 arch/x86/crypto/cast6_avx_glue.c           |   2 +-
 arch/x86/crypto/crc32-pclmul_glue.c        |   4 +-
 arch/x86/crypto/crc32c-intel_glue.c        |   4 +-
 arch/x86/crypto/crct10dif-pclmul_glue.c    |   4 +-
 arch/x86/crypto/fpu.c                      |   3 +
 arch/x86/crypto/ghash-clmulni-intel_glue.c |   2 +-
 arch/x86/crypto/salsa20_glue.c             |   4 +-
 arch/x86/crypto/serpent_avx2_glue.c        |   4 +-
 arch/x86/crypto/serpent_avx_glue.c         |   2 +-
 arch/x86/crypto/serpent_sse2_glue.c        |   2 +-
 arch/x86/crypto/sha1_ssse3_glue.c          |   2 +-
 arch/x86/crypto/sha256_ssse3_glue.c        |   4 +-
 arch/x86/crypto/sha512_ssse3_glue.c        |   4 +-
 arch/x86/crypto/twofish_avx_glue.c         |   2 +-
 arch/x86/crypto/twofish_glue.c             |   4 +-
 arch/x86/crypto/twofish_glue_3way.c        |   4 +-
 arch/x86/include/asm/desc.h                |  20 ++++--
 arch/x86/include/asm/vsyscall.h            |   2 +-
 arch/x86/kernel/cpu/mshyperv.c             |   1 +
 arch/x86/kernel/kprobes/core.c             |  20 ++++--
 arch/x86/kernel/tls.c                      |  25 ++++++-
 arch/x86/kernel/tsc.c                      |   2 +-
 arch/x86/kvm/emulate.c                     |  27 +++-----
 arch/x86/kvm/mmu.c                         |   2 +-
 crypto/842.c                               |   1 +
 crypto/aes_generic.c                       |   3 +-
 crypto/af_alg.c                            |   3 +
 crypto/algapi.c                            |   4 +-
 crypto/ansi_cprng.c                        |   3 +-
 crypto/anubis.c                            |   1 +
 crypto/api.c                               |   4 +-
 crypto/arc4.c                              |   1 +
 crypto/authenc.c                           |   1 +
 crypto/authencesn.c                        |   1 +
 crypto/blowfish_generic.c                  |   3 +-
 crypto/camellia_generic.c                  |   3 +-
 crypto/cast5_generic.c                     |   3 +-
 crypto/cast6_generic.c                     |   3 +-
 crypto/cbc.c                               |   1 +
 crypto/ccm.c                               |   5 +-
 crypto/chainiv.c                           |   1 +
 crypto/cmac.c                              |   1 +
 crypto/crc32.c                             |   1 +
 crypto/crc32c.c                            |   1 +
 crypto/crct10dif_generic.c                 |   3 +-
 crypto/cryptd.c                            |   1 +
 crypto/crypto_null.c                       |   6 +-
 crypto/ctr.c                               |   3 +-
 crypto/cts.c                               |   1 +
 crypto/deflate.c                           |   2 +-
 crypto/des_generic.c                       |   7 +-
 crypto/ecb.c                               |   1 +
 crypto/eseqiv.c                            |   1 +
 crypto/fcrypt.c                            |   1 +
 crypto/gcm.c                               |   7 +-
 crypto/ghash-generic.c                     |   3 +-
 crypto/hmac.c                              |   1 +
 crypto/khazad.c                            |   1 +
 crypto/krng.c                              |   3 +-
 crypto/lrw.c                               |   1 +
 crypto/lz4.c                               |   1 +
 crypto/lz4hc.c                             |   1 +
 crypto/lzo.c                               |   1 +
 crypto/md4.c                               |   2 +-
 crypto/md5.c                               |   1 +
 crypto/michael_mic.c                       |   1 +
 crypto/pcbc.c                              |   1 +
 crypto/pcrypt.c                            |   1 +
 crypto/rmd128.c                            |   1 +
 crypto/rmd160.c                            |   1 +
 crypto/rmd256.c                            |   1 +
 crypto/rmd320.c                            |   1 +
 crypto/salsa20_generic.c                   |   3 +-
 crypto/seed.c                              |   1 +
 crypto/seqiv.c                             |   1 +
 crypto/serpent_generic.c                   |   5 +-
 crypto/sha1_generic.c                      |   3 +-
 crypto/sha256_generic.c                    |   6 +-
 crypto/sha512_generic.c                    |   6 +-
 crypto/tea.c                               |   5 +-
 crypto/tgr192.c                            |   5 +-
 crypto/twofish_generic.c                   |   3 +-
 crypto/vmac.c                              |   1 +
 crypto/wp512.c                             |   5 +-
 crypto/xcbc.c                              |   1 +
 crypto/xts.c                               |   1 +
 crypto/zlib.c                              |   1 +
 drivers/ata/libata-core.c                  |   5 +-
 drivers/ata/libata-sff.c                   |  12 ++++
 drivers/ata/sata_sil24.c                   |   2 +-
 drivers/bus/mvebu-mbus.c                   |  13 ++++
 drivers/clocksource/exynos_mct.c           |   4 +-
 drivers/crypto/padlock-aes.c               |   2 +-
 drivers/crypto/padlock-sha.c               |   8 +--
 drivers/crypto/ux500/cryp/cryp_core.c      |   4 +-
 drivers/crypto/ux500/hash/hash_core.c      |   8 +--
 drivers/gpio/gpiolib-acpi.c                |  16 +++--
 drivers/gpio/gpiolib-of.c                  |  10 ++-
 drivers/gpio/gpiolib.c                     |  65 ++++++++++---------
 drivers/gpio/gpiolib.h                     |  23 +++++++
 drivers/gpu/drm/i915/i915_gem.c            |   2 +-
 drivers/gpu/drm/i915/i915_irq.c            |  20 +++---
 drivers/gpu/drm/i915/i915_reg.h            |   1 +
 drivers/gpu/drm/i915/intel_display.c       |   7 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c    |   3 +
 drivers/gpu/drm/radeon/atombios_crtc.c     |   8 +--
 drivers/gpu/drm/radeon/atombios_dp.c       |   4 ++
 drivers/gpu/drm/radeon/cik.c               |  11 ++++
 drivers/gpu/drm/radeon/cik_sdma.c          |   9 +++
 drivers/gpu/drm/radeon/ni.c                |  10 +++
 drivers/gpu/drm/radeon/ni_dma.c            |   6 ++
 drivers/gpu/drm/radeon/nid.h               |  24 +++++++
 drivers/gpu/drm/radeon/radeon_pm.c         |  33 ++++++++++
 drivers/gpu/drm/radeon/si.c                |  10 +++
 drivers/gpu/drm/radeon/si_dma.c            |   8 +++
 drivers/gpu/drm/radeon/si_dpm.c            |  39 +++++++++++
 drivers/gpu/drm/radeon/sid.h               |  18 +++++
 drivers/hid/hid-roccat-pyra.c              |   8 ++-
 drivers/input/mouse/elantech.c             |   3 +
 drivers/input/serio/i8042-x86ia64io.h      |  39 +++++++++++
 drivers/input/serio/i8042.c                |  14 ++++
 drivers/md/dm-cache-metadata.c             | 101 +++++++++++++++++++++++++++--
 drivers/md/dm-cache-target.c               |  89 ++++++++++++++-----------
 drivers/misc/mei/hw-me.c                   |  12 ++++
 drivers/mmc/host/sdhci.c                   |   8 ++-
 drivers/net/can/dev.c                      |   8 ++-
 drivers/net/can/usb/kvaser_usb.c           |  20 +++---
 drivers/net/ethernet/ti/cpsw.c             |  27 ++++----
 drivers/pinctrl/core.c                     |   5 +-
 drivers/pinctrl/pinctrl-baytrail.c         |   4 --
 drivers/s390/crypto/ap_bus.c               |   3 +-
 drivers/scsi/ipr.c                         |  92 ++++++++++++++++++++++++++
 drivers/scsi/ipr.h                         |   1 +
 drivers/target/target_core_device.c        |   8 +--
 drivers/target/target_core_file.c          |  11 +++-
 drivers/target/target_core_iblock.c        |   2 +-
 drivers/target/target_core_sbc.c           |  15 -----
 drivers/target/target_core_spc.c           |   5 +-
 drivers/usb/dwc3/gadget.c                  |   6 +-
 drivers/usb/gadget/atmel_usba_udc.c        |  19 ++++--
 drivers/usb/host/ehci-sched.c              |   8 +--
 drivers/usb/host/pci-quirks.c              |  18 ++++-
 drivers/usb/musb/musb_host.c               |   1 -
 drivers/usb/serial/console.c               |  16 +++--
 drivers/usb/serial/cp210x.c                |   4 +-
 drivers/usb/serial/keyspan.c               |  20 ++++--
 drivers/usb/serial/option.c                |  11 +++-
 drivers/usb/serial/qcserial.c              |   3 -
 drivers/vfio/pci/vfio_pci.c                |   4 +-
 drivers/video/fb_defio.c                   |   5 +-
 drivers/video/logo/logo.c                  |  17 ++++-
 drivers/virtio/virtio_pci.c                |  13 ++--
 fs/cifs/ioctl.c                            |  21 ++----
 fs/lockd/svc.c                             |   8 +--
 fs/nfs/nfs4client.c                        |  17 +++--
 fs/udf/dir.c                               |   3 +-
 fs/udf/inode.c                             |  18 +++++
 fs/udf/namei.c                             |   3 +-
 fs/udf/symlink.c                           |  57 ++++++++++++----
 fs/udf/udfdecl.h                           |   3 +-
 fs/udf/unicode.c                           |  28 ++++----
 include/linux/acpi_gpio.h                  |   6 --
 include/linux/audit.h                      |   4 ++
 include/linux/crypto.h                     |  13 ++++
 include/linux/libata.h                     |   1 +
 include/linux/mm.h                         |   2 +-
 include/linux/rmap.h                       |  10 +++
 include/linux/time.h                       |  13 ++++
 include/linux/writeback.h                  |   1 -
 kernel/auditfilter.c                       |  10 +++
 kernel/time.c                              |   4 ++
 kernel/time/ntp.c                          |  11 ++++
 mm/memory.c                                |  31 +++++----
 mm/mmap.c                                  |  13 ++--
 mm/page-writeback.c                        |  43 ++++--------
 mm/rmap.c                                  |  42 +++++++++++-
 mm/vmscan.c                                |  24 +++----
 scripts/recordmcount.pl                    |   1 -
 sound/pci/hda/patch_hdmi.c                 |   6 ++
 sound/pci/hda/patch_sigmatel.c             |   4 +-
 sound/soc/dwc/designware_i2s.c             |  14 ++++
 sound/usb/mixer.c                          |   1 +
 215 files changed, 1341 insertions(+), 495 deletions(-)

Aaron Plattner (3):
      ALSA: hda - Add new GPU codec ID to snd-hda
      ALSA: hda - Add new GPU codec ID 0x10de0070 to snd-hda
      ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda

Ahmed S. Darwish (3):
      can: kvaser_usb: Don't free packets when tight on URBs
      can: kvaser_usb: Reset all URB tx contexts upon channel close
      can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels

Al Viro (1):
      fix deadlock in cifs_ioctl_clone()

Alan Stern (1):
      USB: EHCI: fix initialization bug in iso_stream_schedule()

Alex Deucher (7):
      drm/radeon: KV has three PPLLs (v2)
      drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw
      drm/radeon: fix VM flush on cayman/aruba (v3)
      drm/radeon: fix VM flush on SI (v3)
      drm/radeon: fix VM flush on CIK (v3)
      drm/radeon: add a dpm quirk list
      drm/radeon: add si dpm quirk list

Alexander Usyskin (1):
      mei: clean reset bit before reset

Alexandre Demers (1):
      x86/tsc: Change Fast TSC calibration failed from error to info

Amit Virdi (2):
      usb: dwc3: gadget: Fix TRB preparation during SG
      usb: dwc3: gadget: Stop TRB preparation after limit is reached

Andrew Jackson (1):
      ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap

Andrew Lunn (1):
      bus: mvebu-mbus: fix support of MBus window 13

Andy Lutomirski (3):
      x86, vdso: Use asm volatile in __getcpu
      x86, tls, ldt: Stop checking lm in LDT_empty
      x86, tls: Interpret an all-zero struct user_desc as "no segment"

Arseny Solokha (1):
      OHCI: add a quirk for ULi M5237 blocking on reset

Bo Shen (2):
      usb: gadget: udc: atmel: change setting for DMA
      usb: gadget: udc: atmel: fix possible IN hang issue

Brian King (1):
      ipr: wait for aborted command responses

Bryan O'Donoghue (1):
      x86/apic: Re-enable PCI_MSI support for non-SMP X86_32

Chris Wilson (3):
      drm/i915: Invalidate media caches on gen7
      drm/i915: Force the CS stall for invalidate flushes
      drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES

Dan Carpenter (1):
      HID: roccat: potential out of bounds in pyra_sysfs_write_settings()

Dan Williams (1):
      libata: allow sata_sil24 to opt-out of tag ordered submission

David Jeffery (1):
      libata: prevent HSM state change race between ISR and PIO

David Peterson (1):
      USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices

Dmitry Torokhov (1):
      Input: I8042 - add Acer Aspire 7738 to the nomux list

Fabio Estevam (2):
      ARM: dts: imx25: Fix the SPI1 clocks
      ARM: dts: imx25: Fix PWM "per" clocks

Felipe Balbi (1):
      net: ethernet: cpsw: fix hangs with interrupts

Gary Bisson (1):
      ARM: clk-imx6q: fix video divider for rev T0 1.0

Hans Holmberg (1):
      gpiolib: of: Correct error handling in of_get_named_gpiod_flags

Jan Kara (4):
      udf: Verify i_size when loading inode
      udf: Verify symlink size before loading it
      udf: Check path length when reading symlink
      udf: Check component length before reading it

Jason Lee Cragg (1):
      ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210

Jim Lin (1):
      pinctrl: Fix two deadlocks

Joe Thornber (2):
      dm cache: share cache-metadata object across inactive and active DM tables
      dm cache: fix problematic dual use of a single migration count variable

Johan Hovold (7):
      USB: keyspan: fix null-deref at probe
      USB: console: fix uninitialised ldisc semaphore
      USB: console: fix potential use after free
      gpio: fix memory and reference leaks in gpiochip_add error path
      gpio: fix sleep-while-atomic in gpiochip_remove
      gpio: sysfs: fix gpio-chip device-attribute leak
      gpio: sysfs: fix gpio device-attribute leak

Johannes Weiner (1):
      mm: protect set_page_dirty() from ongoing truncation

John David Anglin (1):
      parisc: fix out-of-register compiler error in ldcw inline assembler function

John Stultz (1):
      ntp: Fixup adjtimex freq validation on 32-bit systems

K. Y. Srinivasan (1):
      x86, hyperv: Mark the Hyper-V clocksource as being continuous

Kamal Mostafa (1):
      Linux 3.13.11-ckt16

Kees Cook (3):
      crypto: prefix module autoloading with "crypto-"
      crypto: include crypto- module prefix in template
      x86, boot: Skip relocs when load address unchanged

Konstantin Khlebnikov (2):
      mm: prevent endless growth of anon_vma hierarchy
      mm: fix corner case in anon_vma endless growing prevention

Krzysztof Kozlowski (1):
      mmc: sdhci: Fix sleep in atomic after inserting SD card

Lennart Sorensen (1):
      ARM: omap5/dra7xx: Fix frequency typos

Linus Torvalds (2):
      mm: propagate error from stack expansion even for guard page
      mm: Don't count the stack guard page towards RLIMIT_STACK

Mathias Krause (2):
      crypto: add missing crypto module aliases
      crypto: crc32c - add missing crypto module alias

Michael Karcher (1):
      scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore

Michael S. Tsirkin (1):
      virtio_pci: document why we defer kfree

Mika Westerberg (1):
      gpio / ACPI: register to ACPI events automatically

Mugunthan V N (1):
      drivers: net: cpsw: enable interrupts after napi enable and clearing previous interrupts

Nadav Amit (1):
      KVM: x86: SYSENTER emulation is broken

Nicholas Bellinger (1):
      target: Drop arbitrary maximum I/O size limit

Oliver Hartkopp (1):
      can: dev: fix crtlmode_supported check

Paolo Bonzini (1):
      kvm: x86: drop severity of "generation wraparound" message

Preston Fick (1):
      USB: cp210x: fix ID for production CEL MeshConnect USB Stick

Rabin Vincent (1):
      crypto: af_alg - fix backlog handling

Reinhard Speyerer (1):
      USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx

Richard Guy Briggs (1):
      audit: restore AUDIT_LOGINUID unset ABI

Sam hung (1):
      Input: elantech - support new ICs types for version 4

Sasha Levin (3):
      virtio_pci: defer kfree until release callback
      time: settimeofday: Validate the values of tv from user
      time: adjtimex: Validate the ADJ_FREQUENCY values

Sebastian Andrzej Siewior (1):
      usb: musb: stuff leak of struct usb_hcd

Songjun Wu (1):
      usb: gadget: udc: atmel: fix possible oops when unloading module

Srihari Vijayaraghavan (1):
      Input: i8042 - reset keyboard to fix Elantech touchpad detection

Steev Klimaszewski (1):
      Add USB_EHCI_EXYNOS to multi_v7_defconfig

Steven Rostedt (Red Hat) (1):
      ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracing

Takashi Iwai (1):
      ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs

Tobias Jakobi (1):
      clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write

Tomi Valkeinen (2):
      video/logo: prevent use of logos after they have been freed
      video/fbdev: fix defio's fsync

Trond Myklebust (2):
      LOCKD: Fix a race when initialising nlmsvc_timeout
      NFSv4.1: Fix client id trunking on Linux

Ville Syrjälä (3):
      drm/i915: Swap primary planes on gen2 for FBC
      drm/i915: Don't swap planes on 830M
      drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4

Vlastimil Babka (1):
      mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed

Wei Yang (1):
      vfio-pci: Fix the check on pci device type in vfio_pci_probe()

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ