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, 30 Oct 2015 11:42:47 -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-ckt29

I am announcing the release of the Linux 3.13.11-ckt29 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-ckt28 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

-- 
 Makefile                                |  2 +-
 arch/arm/Makefile                       |  8 ++++
 arch/arm/boot/dts/omap5-uevm.dts        |  4 +-
 arch/arm/kernel/signal.c                | 15 ++++---
 arch/arm/kvm/interrupts_head.S          |  6 ++-
 arch/arm64/Kconfig                      | 16 +++++++
 arch/arm64/Makefile                     |  4 ++
 arch/arm64/kernel/head.S                |  5 +++
 arch/arm64/kernel/module.c              |  2 +
 arch/arm64/kernel/signal32.c            | 47 ++++++++++++++-----
 arch/arm64/kvm/hyp.S                    |  5 ++-
 arch/powerpc/mm/hugepage-hash64.c       |  3 +-
 arch/powerpc/platforms/powernv/pci.c    |  5 ++-
 arch/powerpc/sysdev/fsl_msi.c           |  5 ++-
 arch/powerpc/sysdev/mpic_pasemi_msi.c   |  5 ++-
 arch/powerpc/sysdev/mpic_u3msi.c        |  5 ++-
 arch/powerpc/sysdev/ppc4xx_msi.c        |  5 ++-
 arch/x86/include/uapi/asm/msr-index.h   |  1 +
 arch/x86/kernel/apic/apic.c             |  7 +++
 arch/x86/kernel/entry_64.S              | 16 ++++++-
 arch/x86/kernel/paravirt.c              | 16 +++++--
 arch/x86/kernel/tsc.c                   | 17 ++++---
 arch/x86/kvm/x86.c                      |  2 +
 drivers/gpu/drm/qxl/qxl_display.c       | 12 ++---
 drivers/hwmon/nct6775.c                 | 16 ++++---
 drivers/infiniband/ulp/isert/ib_isert.c |  9 +++-
 drivers/net/usb/usbnet.c                |  7 +--
 drivers/net/vxlan.c                     | 10 ++---
 drivers/pci/access.c                    | 27 ++---------
 drivers/pci/quirks.c                    | 20 ++++++++-
 drivers/spi/spi-pxa2xx.c                |  4 ++
 drivers/spi/spi.c                       |  3 +-
 drivers/usb/core/config.c               |  5 ++-
 drivers/usb/host/xhci-mem.c             |  6 +--
 drivers/usb/host/xhci-ring.c            | 13 +++++-
 drivers/usb/host/xhci.c                 |  3 +-
 drivers/usb/serial/option.c             | 24 ++++++++++
 fs/btrfs/extent_io.c                    | 80 +++++++++++++++++++++++++++------
 fs/btrfs/inode.c                        |  3 +-
 fs/cifs/cifsencrypt.c                   | 53 +++++++++++++++++++++-
 fs/cifs/ioctl.c                         |  6 +++
 fs/cifs/smb2ops.c                       |  8 +++-
 include/linux/skbuff.h                  |  2 +-
 net/core/datagram.c                     |  6 ++-
 net/core/fib_rules.c                    | 14 +++---
 net/ipv4/tcp_input.c                    |  2 +-
 net/ipv4/udp.c                          |  2 +-
 net/ipv6/ip6mr.c                        |  2 +-
 net/ipv6/raw.c                          |  2 +-
 net/ipv6/udp.c                          |  3 +-
 net/netfilter/nft_compat.c              | 24 +++++++---
 net/netlink/af_netlink.c                | 30 ++++++++++---
 net/netlink/af_netlink.h                |  9 ++++
 net/openvswitch/datapath.c              |  2 +-
 net/openvswitch/flow_table.c            | 21 +++++----
 net/openvswitch/flow_table.h            |  2 +-
 net/rxrpc/ar-recvmsg.c                  |  3 +-
 net/sctp/sm_sideeffect.c                |  2 +-
 security/keys/gc.c                      | 10 +++--
 security/keys/request_key.c             |  3 ++
 sound/arm/Kconfig                       | 15 ++++---
 sound/soc/pxa/Kconfig                   |  2 -
 sound/soc/pxa/pxa2xx-ac97.c             |  4 +-
 tools/perf/util/header.c                |  4 +-
 virt/kvm/kvm_main.c                     | 19 +++++++-
 65 files changed, 516 insertions(+), 177 deletions(-)

Alex Williamson (2):
      PCI: Fix devfn for VPD access through function 0
      PCI: Use function 0 VPD for identical functions, regular VPD for others

Andy Lutomirski (2):
      x86/paravirt: Replace the paravirt nop with a bona fide empty function
      x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code

Aneesh Kumar K.V (1):
      powerpc/mm: Recompute hash value after a failed update

Ard Biesheuvel (1):
      ARM: 8429/1: disable GCC SRA optimization

Arnaldo Carvalho de Melo (1):
      perf header: Fixup reading of HEADER_NRCPUS feature

Daniel Borkmann (1):
      netlink, mmap: transform mmap skb into full skb on taps

Dave Airlie (1):
      drm/qxl: only report first monitor as connected if we have no state

David Howells (3):
      KEYS: Fix race between key destruction and finding a keyring by name
      KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
      KEYS: Don't permit request_key() to construct a new keyring

David Woodhouse (1):
      x86/platform: Fix Geode LX timekeeping in the generic x86 build

Eugene Shatokhin (1):
      usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

Filipe Manana (2):
      Btrfs: fix read corruption of compressed and shared extents
      Btrfs: update fix for read corruption of compressed and shared extents

Grazvydas Ignotas (1):
      ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

Guenter Roeck (2):
      spi: Fix documentation of spi_alloc_master()
      hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips

Jann Horn (1):
      CIFS: fix type confusion in copy offload ioctl

Jason Wang (1):
      kvm: fix zero length mmio searching

Jeff Mahoney (1):
      btrfs: skip waiting on ordered range for special files

Jenny Derzhavetz (1):
      iser-target: remove command with state ISTATE_REMOVE

Jesse Gross (1):
      openvswitch: Zero flows on allocation.

Jiri Benc (1):
      vxlan: set needed headroom correctly

Kamal Mostafa (1):
      Linux 3.13.11-ckt29

Liu.Zhao (1):
      USB: option: add ZTE PIDs

Marc Zyngier (2):
      arm64: KVM: Disable virtual timer even if the guest is not using it
      arm: KVM: Disable virtual timer even if the guest is not using it

Mathias Nyman (3):
      usb: Use the USB_SS_MULT() macro to get the burst multiplier.
      xhci: give command abortion one more chance before killing xhci
      xhci: change xhci 1.0 only restrictions to support xhci 1.1

Pablo Neira Ayuso (1):
      netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

Paolo Bonzini (1):
      KVM: x86: trap AMD MSRs for the TSeg base and mask

Paul Mackerras (1):
      powerpc/MSI: Fix race condition in tearing down MSI interrupts

Peter Seiderer (1):
      cifs: use server timestamp for ntlmv2 authentication

Richard Laing (1):
      net/ipv6: Correct PIM6 mrt_lock handling

Robert Jarzmik (2):
      ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
      ASoC: fix broken pxa SoC support

Roger Quadros (1):
      usb: xhci: Clear XHCI_STATE_DYING on start

Russell King (1):
      ARM: fix Thumb2 signal handling when ARMv6 is enabled

Sabrina Dubroca (1):
      [stable-only] net: add length argument to skb_copy_and_csum_datagram_iovec

Shaohua Li (1):
      x86/apic: Serialize LVTT and TSC_DEADLINE writes

Steve French (1):
      disabling oplocks/leases via module parm enable_oplocks broken for SMB3

Tan, Jui Nee (1):
      spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled

Will Deacon (3):
      arm64: head.S: initialise mdcr_el2 in el2_setup
      arm64: compat: fix vfp save/restore across signal handlers in big-endian
      arm64: errata: add module build workaround for erratum #843419

Wilson Kok (1):
      fib_rules: fix fib rule dumps across multiple skbs

lucien (1):
      sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state

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