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, 28 Jul 2015 09:46:20 -0700
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-ckt24

I am announcing the release of the Linux 3.13.11-ckt24 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/ubuntu/linux.git/log/?h=linux-3.13.y

The diff from v3.13.11-ckt23 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

-- 
 .../bindings/net/marvell-armada-370-neta.txt       |   2 +-
 .../pinctrl/marvell,armada-370-pinctrl.txt         |   4 +-
 .../bindings/pinctrl/marvell,armada-xp-pinctrl.txt |  32 ++--
 Makefile                                           |   2 +-
 arch/arc/include/asm/cmpxchg.h                     |   9 +-
 arch/arm/kvm/interrupts.S                          |  10 +-
 arch/arm/kvm/interrupts_head.S                     |  20 ++-
 arch/arm64/kernel/vdso/Makefile                    |   4 +
 arch/arm64/mm/context.c                            |   8 +
 arch/arm64/mm/hugetlbpage.c                        |   4 +-
 arch/arm64/mm/init.c                               |   2 +-
 arch/mips/include/asm/mach-generic/spaces.h        |   4 +
 arch/mips/kvm/kvm_mips.c                           |   2 +-
 arch/powerpc/perf/core-book3s.c                    |  11 +-
 arch/powerpc/platforms/pseries/dlpar.c             |   3 +-
 arch/sparc/kernel/ldc.c                            |   2 +-
 arch/x86/include/asm/kvm_host.h                    |   2 +-
 arch/x86/kvm/i8254.c                               |   2 +-
 arch/x86/kvm/lapic.c                               |   5 +-
 arch/x86/pci/acpi.c                                |  11 ++
 drivers/acpi/acpica/utxfinit.c                     |  10 +-
 drivers/acpi/osl.c                                 |   6 +-
 drivers/acpi/resource.c                            | 162 +++++++++++++++++++++
 drivers/ata/libata-core.c                          |   2 +-
 drivers/base/regmap/regmap.c                       |   5 +-
 drivers/block/rbd.c                                |   4 +-
 drivers/bluetooth/ath3k.c                          |  12 ++
 drivers/bluetooth/btusb.c                          |   8 +
 drivers/char/agp/intel-gtt.c                       |   2 +-
 drivers/char/tpm/tpm_ibmvtpm.c                     |   5 +-
 drivers/clocksource/exynos_mct.c                   |  43 ++++--
 drivers/crypto/talitos.c                           |   4 +-
 drivers/dma/mv_xor.c                               |  72 +++++----
 drivers/dma/mv_xor.h                               |   1 +
 drivers/gpu/drm/qxl/qxl_cmd.c                      |   1 +
 drivers/gpu/drm/qxl/qxl_ioctl.c                    |   4 +-
 drivers/gpu/drm/radeon/cik.c                       |  34 +++++
 drivers/gpu/drm/radeon/cik_sdma.c                  |  11 ++
 drivers/gpu/drm/radeon/radeon_irq_kms.c            |   2 +
 drivers/hid/i2c-hid/i2c-hid.c                      |   6 +-
 drivers/hwmon/mcp3021.c                            |  14 +-
 drivers/i2c/busses/i2c-at91.c                      |  70 ++++++---
 drivers/i2c/i2c-mux.c                              |   2 +-
 drivers/i2c/muxes/i2c-mux-pca9541.c                |   4 +-
 drivers/i2c/muxes/i2c-mux-pca954x.c                |   2 +-
 drivers/iommu/amd_iommu.c                          |   6 +
 drivers/leds/led-class.c                           |   7 +-
 drivers/md/dm-stats.c                              |   2 +
 drivers/md/persistent-data/dm-space-map-metadata.c |  50 +++++--
 drivers/media/dvb-frontends/af9013.c               |   4 +
 drivers/media/dvb-frontends/cx24116.c              |   8 +-
 drivers/media/dvb-frontends/cx24117.c              |   2 +-
 drivers/media/dvb-frontends/s5h1420.c              |   2 +-
 drivers/mmc/card/block.c                           |   8 +-
 drivers/mtd/maps/dc21285.c                         |   4 +-
 drivers/mtd/mtd_blkdevs.c                          |   5 +
 drivers/net/ethernet/marvell/mvneta.c              |  27 +++-
 drivers/net/wireless/ath/ath9k/main.c              |  12 +-
 drivers/net/wireless/rndis_wlan.c                  |   6 +-
 drivers/of/base.c                                  |   2 +-
 drivers/pcmcia/topic.h                             |  16 ++
 drivers/pinctrl/mvebu/pinctrl-armada-370.c         |   4 +-
 drivers/pinctrl/mvebu/pinctrl-armada-xp.c          |  37 ++---
 drivers/platform/x86/dell-laptop.c                 |   8 +-
 drivers/platform/x86/ideapad-laptop.c              |   3 +-
 drivers/pnp/system.c                               |  35 +++--
 drivers/regulator/core.c                           |   2 +-
 drivers/s390/kvm/virtio_ccw.c                      |  11 +-
 drivers/scsi/ipr.h                                 |   2 +-
 drivers/scsi/scsi_transport_srp.c                  |  57 +++++---
 drivers/spi/spi.c                                  |  11 +-
 drivers/staging/rtl8712/rtl8712_recv.c             |   3 +-
 drivers/staging/vt6655/device_main.c               |   4 +
 drivers/tty/sysrq.c                                |  19 +--
 drivers/usb/class/cdc-acm.c                        |   9 ++
 drivers/usb/class/cdc-acm.h                        |   1 +
 drivers/usb/core/devio.c                           |   2 +-
 drivers/usb/core/hub.c                             |  81 ++++-------
 drivers/watchdog/omap_wdt.c                        |   7 +
 fs/dcache.c                                        |  11 --
 fs/ext4/indirect.c                                 |   2 +-
 fs/ext4/inode.c                                    |  23 ++-
 fs/ext4/super.c                                    |   1 +
 fs/fuse/inode.c                                    |   2 +-
 fs/hugetlbfs/inode.c                               |   5 +
 fs/inode.c                                         |   4 +-
 fs/jbd2/checkpoint.c                               |   7 +-
 fs/jbd2/journal.c                                  |  38 ++++-
 fs/namespace.c                                     |  34 ++++-
 fs/nfs/nfs3xdr.c                                   |   2 +-
 fs/nfs/nfs4state.c                                 |   2 +
 fs/proc/root.c                                     |   5 +-
 fs/sysfs/mount.c                                   |   5 +-
 fs/xfs/xfs_symlink.c                               |   2 +-
 include/acpi/actypes.h                             |   1 +
 include/linux/acpi.h                               |  10 ++
 include/linux/fs.h                                 |   2 +-
 include/linux/hugetlb.h                            |  10 ++
 include/linux/jbd2.h                               |   4 +-
 include/linux/nfs_xdr.h                            |   2 +-
 include/linux/of.h                                 |   5 +-
 include/net/netfilter/nf_queue.h                   |   2 +
 include/net/netns/sctp.h                           |   1 +
 include/net/sctp/structs.h                         |   4 +
 kernel/power/Kconfig                               |   2 +-
 kernel/printk/printk.c                             |  11 +-
 kernel/rcu/tiny.c                                  |   5 +
 kernel/trace/trace_events_filter.c                 |   6 +
 lib/bitmap.c                                       |  17 ++-
 mm/hugetlb.c                                       |  41 ++++--
 net/9p/client.c                                    |   3 +-
 net/bridge/br_ioctl.c                              |   2 -
 net/bridge/br_multicast.c                          |   4 +
 net/bridge/br_stp_if.c                             |   4 +-
 net/ceph/osdmap.c                                  |   2 +-
 net/core/neighbour.c                               |  11 ++
 net/core/pktgen.c                                  |   2 +-
 net/core/skbuff.c                                  |   4 +-
 net/core/sock.c                                    |   4 +-
 net/ieee802154/dgram.c                             |   6 +
 net/ipv4/af_inet.c                                 |   2 +
 net/ipv4/ipip.c                                    |   3 +-
 net/ipv4/tcp.c                                     |   7 +-
 net/ipv4/tcp_fastopen.c                            |   2 -
 net/mac80211/main.c                                |   3 +
 net/netfilter/core.c                               |   1 +
 net/netfilter/nf_internals.h                       |   1 +
 net/netfilter/nf_queue.c                           |  17 +++
 net/netfilter/nfnetlink_queue_core.c               |  24 ++-
 net/packet/af_packet.c                             |  20 +--
 net/rose/af_rose.c                                 |   3 +-
 net/sctp/output.c                                  |   4 +-
 net/sctp/socket.c                                  |  45 ++++--
 net/sunrpc/backchannel_rqst.c                      |   2 +-
 net/wireless/util.c                                |   2 +-
 security/integrity/ima/ima.h                       |   2 +-
 security/integrity/ima/ima_fs.c                    |   4 +-
 security/integrity/ima/ima_template_lib.c          |   3 +-
 security/selinux/hooks.c                           |   3 +-
 sound/pci/hda/patch_realtek.c                      |  18 +++
 sound/soc/codecs/wm5102.c                          |   2 +-
 sound/soc/codecs/wm5110.c                          |   2 +-
 sound/soc/codecs/wm8737.c                          |   6 +-
 sound/soc/codecs/wm8903.h                          |   2 +-
 sound/soc/codecs/wm8955.c                          |   2 +-
 sound/soc/codecs/wm8960.c                          |   2 +-
 sound/soc/codecs/wm8997.c                          |   2 +-
 sound/soc/fsl/imx-wm8962.c                         |   2 +-
 148 files changed, 1111 insertions(+), 465 deletions(-)

Al Viro (1):
      9p: forgetting to cancel request on interrupted zero-copy RPC

Alex Deucher (1):
      drm/radeon: take the mode_config mutex when dealing with hpds (v2)

Alexander Sverdlin (3):
      sctp: Fix race between OOTB responce and route removal
      i2c: mux: Use __i2c_transfer() instead of calling parent's master_xfer()
      i2c: mux: pca954x: Use __i2c_transfer because of quirks

Alexey Sokolov (1):
      cdc-acm: Add support of ATOL FPrint fiscal printers

Anton Blanchard (1):
      powerpc/perf: Fix book3s kernel to userspace backtraces

Arnd Bergmann (2):
      ideapad: fix software rfkill setting
      tty: remove platform_sysrq_reset_seq

Arun Chandran (1):
      regmap: Fix regmap_bulk_read in BE mode

Axel Lin (3):
      ASoC: wm8737: Fixup setting VMID Impedance control register
      ASoC: wm8903: Fix define for WM8903_VMID_RES_250K
      ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits

Bart Van Assche (2):
      scsi_transport_srp: Introduce srp_wait_for_queuecommand()
      scsi_transport_srp: Fix a race condition

Bjorn Helgaas (1):
      x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A

Brian King (1):
      ipr: Increase default adapter init stage change timeout

Brian Norris (1):
      mtd: fix: avoid race condition when accessing mtd->usecount

Catalin Marinas (1):
      arm64: Do not attempt to use init_mm in reset_context()

Chris Metcalf (1):
      __bitmap_parselist: fix bug in empty string handling

Chris Wilson (1):
      agp/intel: Fix typo in needs_ilk_vtd_wa()

Christoffer Dall (1):
      arm64: Don't report clear pmds and puds as huge

Christoph Paasch (1):
      tcp: Do not call tcp_fastopen_reset_cipher from interrupt context

Chuck Lever (1):
      NFS: Fix size of NFSACL SETACL operations

Cornelia Huck (1):
      KVM: s390: virtio-ccw: don't overwrite config space values

Cyrille Pitchen (1):
      i2c: at91: fix a race condition when using the DMA controller

Damian Eppel (1):
      clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier

Dan Carpenter (5):
      ACPI / resources: free memory on error in add_region_before()
      USB: devio: fix a condition in async_completed()
      ASoC: imx-wm8962: Add a missing error check
      rndis_wlan: harmless issue calling set_bit()
      HID: i2c-hid: fix harmless test_bit() issue

Darrick J. Wong (1):
      ext4: don't retry file block mapping on bigalloc fs with non-extent file

Dave P Martin (1):
      arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP

Ding Wang (1):
      mmc: card: Fixup request missing in mmc_blk_issue_rw_rq

Dmitry Monakhov (1):
      jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()

Dmitry Tunin (4):
      ath3k: Add support of 0489:e076 AR3012 device
      ath3k: add support of 13d3:3474 AR3012 device
      Bluetooth: ath3k: add support of 04ca:300f AR3012 device
      Bluetooth: ath3k: Add support of 04ca:300d AR3012 device

Eric Dumazet (2):
      packet: read num_members once in packet_rcv_fanout()
      ipip: fix one sparse error

Eric Sandeen (1):
      xfs: fix remote symlinks on V5/CRC filesystems

Eric W. Biederman (5):
      mnt: Refactor the logic for mounting sysfs and proc in a user namespace
      mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
      netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
      vfs: Ignore unlocked mounts in fs_fully_visible
      vfs: Remove incorrect debugging WARN in prepend_path

Felix Fietkau (1):
      ath9k: fix DMA stop sequence for AR9003+

Frediano Ziglio (2):
      drm/qxl: Do not cause spice-server to clean our objects
      drm/qxl: Do not leak memory if qxl_release_list_add fails

Grygorii Strashko (1):
      leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger

Haggai Eran (1):
      staging: rtl8712: prevent buffer overrun in recvbuf2recvframe

Hon Ching \\(Vicky\\) Lo (1):
      vTPM: set virtual device before passing to ibmvtpm_reset_crq

Horia Geant? (2):
      crypto: talitos - avoid memleak in talitos_alg_alloc()
      Revert "crypto: talitos - convert to use be16_add_cpu()"

Ilya Dryomov (2):
      crush: fix a bug in tree bucket decode
      rbd: use GFP_NOIO in rbd_obj_request_create()

J. Bruce Fields (1):
      selinux: fix setting of security labels on NFS

James Hogan (1):
      MIPS: Fix KVM guest fixmap address

Jan Kara (1):
      fs: Fix S_NOSEC handling

Jeff Layton (1):
      nfs: increase size of EXCHANGE_ID name string buffer

Jesper Dangaard Brouer (1):
      pktgen: adjust spacing in proc file interface output

Joe Thornber (1):
      dm space map metadata: fix occasional leak of a metadata block on resize

Joerg Roedel (1):
      iommu/amd: Handle large pages correctly in free_pagetable

Joseph Qi (1):
      jbd2: fix ocfs2 corrupt when updating journal superblock fails

Julian Anastasov (1):
      neigh: do not modify unlinked entries

Jérôme Glisse (2):
      drm/radeon: compute ring fix hibernation (CI GPU family) v2.
      drm/radeon: SDMA fix hibernation (CI GPU family).

Kamal Mostafa (1):
      Linux 3.13.11-ckt24

Konstantin Khlebnikov (1):
      of: return NUMA_NO_NODE from fallback of_node_to_nid()

Lennert Buytenhek (1):
      ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.

Li Zhong (1):
      mm: fix potential infinite loop in dissolve_free_huge_pages()

Lior Amsalem (1):
      dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup

Lv Zheng (1):
      ACPICA: Tables: Fix an issue that FACS initialization is performed twice

Malcolm Priestley (1):
      staging: vt6655: device_rx_srv check sk_buff is NULL

Marc Zyngier (1):
      arm: KVM: force execution of HCPTR access on VM exit

Marcel Holtmann (1):
      Bluetooth: btusb: Fix memory leak in Intel setup routine

Marcelo Ricardo Leitner (1):
      sctp: fix ASCONF list handling

Martin K. Petersen (1):
      libata: Do not blacklist Micron M500DC

Martin Sperl (1):
      spi: fix race freeing dummy_tx/rx before it is unmapped

Mauro Carvalho Chehab (4):
      [media] s5h1420: fix a buffer overflow when checking userspace params
      [media] cx24116: fix a buffer overflow when checking userspace params
      [media] af9013: Don't accept invalid bandwidth
      [media] cx24117: fix a buffer overflow when checking userspace params

Maxime Coquelin (1):
      regmap: Fix possible shift overflow in regmap_field_init()

Michal Kazior (2):
      cfg80211: ignore netif running state when changing iftype
      mac80211: prevent possible crypto tx tailroom corruption

Miklos Szeredi (1):
      fuse: initialize fc->release before calling it

Mikulas Patocka (1):
      dm stats: fix divide by zero if 'number_of_areas' arg is zero

Mimi Zohar (1):
      ima: fix ima_show_template_data_ascii()

Naoya Horiguchi (1):
      mm/hugetlb: introduce minimum hugepage order

Nathan Fontenot (1):
      powerpc/pseries: Fix possible leaked device node reference

Nikolay Aleksandrov (1):
      bridge: fix br_stp_set_bridge_priority race conditions

Nishanth Aravamudan (1):
      hugetlb: ensure hugepage access is denied if hugepages are not supported

Olga Kornievskaia (1):
      fixing infinite OPEN loop in 4.0 stateid recovery

Pali Rohár (1):
      dell-laptop: Fix allocating & freeing SMI buffer page

Paolo Bonzini (1):
      KVM: mips: use id_to_memslot correctly

Paul E. McKenney (1):
      rcu: Correctly handle non-empty Tiny RCU callback list with none ready

Radim Krčmář (2):
      KVM: x86: make vapics_in_nmi_mode atomic
      KVM: x86: properly restore LVT0

Rafael J. Wysocki (1):
      ACPI / PNP: Avoid conflicting resource reservations

Ralf Baechle (1):
      NET: ROSE: Don't dereference NULL neighbour pointer.

Richard Fitzgerald (1):
      ASoC: arizona: Fix noise generator gain TLV

Robert Schlabbach (1):
      usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset

Ryan Underwood (1):
      Disable write buffering on Toshiba ToPIC95

Satish Ashok (1):
      bridge: multicast: restore router configuration on port link down/up

Shaohua Li (1):
      net: don't wait for order-3 page allocation

Simon Guinot (2):
      net: mvneta: introduce compatible string "marvell, armada-xp-neta"
      net: mvneta: disable IP checksum with jumbo frames for Armada 370

Sowmini Varadhan (1):
      sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context

Stefan Wahren (1):
      regulator: core: fix constraints output buffer

Steven Rostedt (Red Hat) (1):
      tracing/filter: Do not allow infix to exceed end of string

Stevens, Nick (1):
      hwmon: (mcp3021) Fix broken output scaling

Sujith Manoharan (2):
      Bluetooth: ath3k: Add support for a new AR3012 device
      Bluetooth: ath3k: Add support for another AR3012 card

Takashi Iwai (3):
      PM / sleep: Increase default DPM watchdog timeout to 60
      ALSA: hda - Add headset support to Acer Aspire V5
      ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780

Theodore Ts'o (2):
      ext4: fix race between truncate and __ext4_journalled_writepage()
      ext4: call sync_blockdev() before invalidate_bdev() in put_super()

Thomas Petazzoni (4):
      pinctrl: mvebu: armada-370: fix spi0 pin description
      pinctrl: mvebu: armada-xp: remove non-existing NAND pins
      pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions
      pinctrl: mvebu: armada-xp: fix functions of MPP48

Trond Myklebust (1):
      SUNRPC: Fix a memory leak in the backchannel code

Uwe Kleine-König (2):
      watchdog: omap: assert the counter being stopped before reprogramming
      mtd: dc21285: use raw spinlock functions for nw_gpio_lock

Vasily Averin (1):
      security_syslog() should be called once only

Vineet Gupta (1):
      ARC: add compiler barrier to LLSC based cmpxchg

Will Deacon (1):
      arm64: vdso: work-around broken ELF toolchains in Makefile

Willem de Bruijn (1):
      packet: avoid out of bounds read in round robin fanout

Zidan Wang (1):
      ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

--
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