All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamal Mostafa <kamal@canonical.com>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	kernel-team@lists.ubuntu.com
Cc: Kamal Mostafa <kamal@canonical.com>
Subject: [4.2.y-ckt stable] Linux 4.2.8-ckt11 stable review
Date: Tue, 24 May 2016 10:54:30 -0700	[thread overview]
Message-ID: <1464112523-3701-1-git-send-email-kamal@canonical.com> (raw)

This is the start of the review cycle for the Linux 4.2.8-ckt11 stable
kernel.

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

https://git.launchpad.net/~canonical-kernel/linux/+git/linux-stable-ckt/log/?h=linux-4.2.y-review

git://git.launchpad.net/~canonical-kernel/linux/+git/linux-stable-ckt  linux-4.2.y-review

The review period for version 4.2.8-ckt11 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 4.2.y-ckt extended stable kernel
series, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

 -Kamal

--
 arch/arm64/net/bpf_jit_comp.c                |  1 +
 arch/x86/kernel/cpu/perf_event_intel.c       |  2 +-
 arch/x86/kernel/cpu/perf_event_intel_pt.c    |  2 +
 crypto/ahash.c                               |  3 +-
 drivers/base/regmap/regmap-spmi.c            |  2 +-
 drivers/gpu/drm/i915/intel_crt.c             |  8 ++-
 drivers/gpu/drm/i915/intel_pm.c              |  6 +++
 drivers/gpu/drm/radeon/atombios_crtc.c       | 10 ++++
 drivers/gpu/drm/radeon/radeon_dp_auxch.c     |  2 +-
 drivers/infiniband/hw/ipath/ipath_file_ops.c |  5 ++
 drivers/input/misc/max8997_haptic.c          |  6 ++-
 drivers/net/ethernet/freescale/fec_main.c    | 10 +++-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c   |  2 +-
 drivers/net/macvtap.c                        |  2 +-
 drivers/net/usb/cdc_mbim.c                   |  9 +++-
 drivers/regulator/axp20x-regulator.c         |  4 +-
 drivers/regulator/s2mps11.c                  | 28 ++++++++---
 drivers/usb/core/hub.c                       |  8 ++-
 fs/isofs/rock.c                              | 13 +++--
 fs/namei.c                                   | 26 ++++------
 fs/ocfs2/acl.c                               | 63 +++++++++++++++++++++++
 fs/ocfs2/acl.h                               |  4 ++
 fs/ocfs2/namei.c                             | 23 +--------
 fs/ocfs2/refcounttree.c                      | 17 +------
 fs/ocfs2/xattr.c                             | 14 ++----
 fs/ocfs2/xattr.h                             |  4 +-
 fs/open.c                                    | 12 ++---
 include/linux/dcache.h                       | 12 +++++
 include/linux/mfd/samsung/s2mps11.h          |  2 +
 include/linux/rculist_nulls.h                | 39 +++++++++++++++
 include/linux/skbuff.h                       | 17 +++++++
 include/net/codel.h                          |  4 ++
 include/net/sch_generic.h                    | 20 +++++++-
 include/net/sock.h                           |  6 ++-
 include/uapi/linux/if.h                      | 28 +++++++++++
 include/uapi/linux/libc-compat.h             | 44 +++++++++++++++++
 kernel/bpf/verifier.c                        |  1 -
 kernel/events/ring_buffer.c                  | 10 +++-
 kernel/workqueue.c                           | 11 +++++
 net/bridge/br_ioctl.c                        |  5 +-
 net/bridge/br_multicast.c                    | 12 +++--
 net/core/rtnetlink.c                         | 18 ++++---
 net/core/skbuff.c                            | 11 +++--
 net/decnet/dn_route.c                        |  9 +++-
 net/ipv4/fib_frontend.c                      |  6 ++-
 net/ipv4/fib_semantics.c                     |  2 +
 net/ipv4/route.c                             | 12 +++++
 net/ipv4/tcp_output.c                        |  6 ++-
 net/ipv4/udp.c                               |  9 +++-
 net/ipv6/reassembly.c                        |  6 +--
 net/ipv6/route.c                             |  2 +
 net/llc/af_llc.c                             |  1 +
 net/netfilter/nf_conntrack_core.c            |  4 +-
 net/openvswitch/actions.c                    |  6 +--
 net/openvswitch/vport-netdev.c               |  2 +-
 net/openvswitch/vport.h                      |  7 ---
 net/sched/sch_api.c                          |  8 +--
 net/sched/sch_cbq.c                          | 12 ++---
 net/sched/sch_choke.c                        |  6 ++-
 net/sched/sch_codel.c                        | 10 ++--
 net/sched/sch_drr.c                          |  9 ++--
 net/sched/sch_dsmark.c                       | 11 ++---
 net/sched/sch_fq.c                           |  4 +-
 net/sched/sch_fq_codel.c                     | 17 +++++--
 net/sched/sch_hfsc.c                         |  9 ++--
 net/sched/sch_hhf.c                          | 10 ++--
 net/sched/sch_htb.c                          | 24 +++++----
 net/sched/sch_multiq.c                       | 16 +++---
 net/sched/sch_netem.c                        | 74 +++++++++++++++++++++++-----
 net/sched/sch_pie.c                          |  5 +-
 net/sched/sch_prio.c                         | 15 ++----
 net/sched/sch_qfq.c                          |  9 ++--
 net/sched/sch_red.c                          | 10 ++--
 net/sched/sch_sfb.c                          | 10 ++--
 net/sched/sch_sfq.c                          | 16 +++---
 net/sched/sch_tbf.c                          | 15 +++---
 net/vmw_vsock/af_vsock.c                     | 21 +-------
 net/x25/x25_facilities.c                     |  1 +
 sound/pci/hda/hda_sysfs.c                    |  8 ---
 sound/pci/hda/patch_realtek.c                | 13 +++++
 sound/usb/quirks.c                           |  3 ++
 tools/lib/traceevent/parse-filter.c          |  4 +-
 82 files changed, 631 insertions(+), 307 deletions(-)

Al Viro (2):
      atomic_open(): fix the handling of create_error
      get_rock_ridge_filename(): handle malformed NM entries

Alexander Shishkin (2):
      perf/x86/intel/pt: Generate PMI in the STOP region as well
      perf/core: Disable the event on a truncated AUX record

Andrey Ryabinin (1):
      perf/x86: Fix undefined shift on 32-bit kernels

Arindam Nath (1):
      drm/radeon: fix DP link training issue with second 4K monitor

Bjørn Mork (1):
      cdc_mbim: apply "NDP to end" quirk to all Huawei devices

Chris Friesen (1):
      route: do not cache fib route info on local routes with oif

Craig Gallek (1):
      soreuseport: fix ordering for mixed v4/v6 sockets

Daniel Borkmann (2):
      net: use skb_postpush_rcsum instead of own implementations
      vlan: pull on __vlan_insert_tag error path and fix csum correction

Daniel Jurgens (1):
      net/mlx4_en: Fix endianness bug in IPV6 csum calculation

Daniel Vetter (1):
      drm/i915: Bail out of pipe config compute loop on LPT

David S. Miller (1):
      decnet: Do not build routes to devices without decnet private data.

Doug Ledford (1):
      [4.2-stable only] fix backport "IB/security: restrict use of the write() interface"

Eric Dumazet (2):
      macvtap: segmented packet is consumed
      tcp: refresh skb timestamp at retransmit time

Greg Kroah-Hartman (1):
      Revert "usb: hub: do not clear BOS field during reset device"

Hans de Goede (1):
      regulator: axp20x: Fix axp22x ldo_io voltage ranges

Herbert Xu (1):
      crypto: hash - Fix page length clamping in hash walk

Ian Campbell (1):
      VSOCK: do not disconnect socket when peer has shutdown SEND only

Imre Deak (1):
      drm/i915/bdw: Add missing delay during L3 SQC credit programming

Jack Pham (1):
      regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case

Jann Horn (1):
      bpf: fix double-fdput in replace_map_fd_with_map_ptr()

Junxiao Bi (1):
      ocfs2: fix posix_acl_create deadlock

Kaho Ng (1):
      ALSA: hda - Fix white noise on Asus UX501VW headset

Kangjie Lu (3):
      net: fix infoleak in llc
      net: fix infoleak in rtnetlink
      net: fix a kernel infoleak in x25 module

Krzysztof Kozlowski (1):
      regulator: s2mps11: Fix invalid selector mask and voltages for buck9

Linus Lüssing (1):
      bridge: fix igmp / mld query parsing

Linus Torvalds (1):
      nf_conntrack: avoid kernel pointer value leak in slab name

Lucas Stach (1):
      drm/radeon: fix PLL sharing on DCE6.1 (v2)

Marek Szyprowski (1):
      Input: max8997-haptic - fix NULL pointer dereference

Mikko Rapeli (1):
      uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h

Miklos Szeredi (2):
      vfs: add vfs_select_inode() helper
      vfs: rename: check backing inode being equal

Neil Horman (1):
      netem: Segment GSO packets on enqueue

Nikolay Aleksandrov (1):
      net: bridge: fix old ioctl unlocked net device walk

Paolo Abeni (2):
      net/route: enforce hoplimit max value
      ipv4/fib: don't warn when primary address is missing if in_dev is dead

Steven Rostedt (1):
      tools lib traceevent: Do not reassign parg after collapse_tree()

Takashi Iwai (3):
      ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2)
      ALSA: hda - Fix broken reconfig
      ALSA: usb-audio: Yet another Phoneix Audio device quirk

Uwe Kleine-König (1):
      net: fec: only clear a queue's work bit if the queue was emptied

WANG Cong (4):
      net_sched: introduce qdisc_replace() helper
      net_sched: update hierarchical backlog too
      sch_htb: update backlog as well
      sch_dsmark: update backlog as well

Wanpeng Li (1):
      workqueue: fix rebind bound workers warning

Yura Pakhuchiy (1):
      ALSA: hda - Fix subwoofer pin on ASUS N751 and N551

Zi Shen Lim (1):
      arm64: bpf: jit JMP_JSET_{X,K}

             reply	other threads:[~2016-05-24 17:55 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 17:54 Kamal Mostafa [this message]
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 01/53] [4.2-stable only] fix backport "IB/security: restrict use of the write() interface" Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 02/53] Revert "usb: hub: do not clear BOS field during reset device" Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 03/53] regulator: s2mps11: Fix invalid selector mask and voltages for buck9 Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 04/53] regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 05/53] ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2) Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 06/53] atomic_open(): fix the handling of create_error Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 07/53] drm/i915/bdw: Add missing delay during L3 SQC credit programming Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 08/53] crypto: hash - Fix page length clamping in hash walk Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 09/53] drm/radeon: fix DP link training issue with second 4K monitor Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 10/53] drm/radeon: fix PLL sharing on DCE6.1 (v2) Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 11/53] get_rock_ridge_filename(): handle malformed NM entries Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 12/53] ALSA: hda - Fix white noise on Asus UX501VW headset Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 13/53] Input: max8997-haptic - fix NULL pointer dereference Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 14/53] drm/i915: Bail out of pipe config compute loop on LPT Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 15/53] ALSA: hda - Fix broken reconfig Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 16/53] ALSA: hda - Fix subwoofer pin on ASUS N751 and N551 Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 17/53] vfs: add vfs_select_inode() helper Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 18/53] vfs: rename: check backing inode being equal Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 19/53] ALSA: usb-audio: Yet another Phoneix Audio device quirk Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 20/53] perf/x86: Fix undefined shift on 32-bit kernels Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 21/53] perf/x86/intel/pt: Generate PMI in the STOP region as well Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 22/53] perf/core: Disable the event on a truncated AUX record Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 23/53] tools lib traceevent: Do not reassign parg after collapse_tree() Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 24/53] workqueue: fix rebind bound workers warning Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 25/53] ocfs2: fix posix_acl_create deadlock Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 26/53] nf_conntrack: avoid kernel pointer value leak in slab name Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 27/53] macvtap: segmented packet is consumed Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 28/53] regulator: axp20x: Fix axp22x ldo_io voltage ranges Kamal Mostafa
2016-05-24 17:54 ` [PATCH 4.2.y-ckt 29/53] arm64: bpf: jit JMP_JSET_{X,K} Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 30/53] bridge: fix igmp / mld query parsing Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 31/53] net/mlx4_en: Fix endianness bug in IPV6 csum calculation Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 32/53] net: fec: only clear a queue's work bit if the queue was emptied Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 33/53] tcp: refresh skb timestamp at retransmit time Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 34/53] net/route: enforce hoplimit max value Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 35/53] decnet: Do not build routes to devices without decnet private data Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 36/53] route: do not cache fib route info on local routes with oif Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 37/53] net: use skb_postpush_rcsum instead of own implementations Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 38/53] vlan: pull on __vlan_insert_tag error path and fix csum correction Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 39/53] ipv4/fib: don't warn when primary address is missing if in_dev is dead Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 40/53] bpf: fix double-fdput in replace_map_fd_with_map_ptr() Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 41/53] net_sched: introduce qdisc_replace() helper Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 42/53] net_sched: update hierarchical backlog too Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 43/53] sch_htb: update backlog as well Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 44/53] sch_dsmark: " Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 45/53] netem: Segment GSO packets on enqueue Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 46/53] net: fix infoleak in llc Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 47/53] net: fix infoleak in rtnetlink Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 48/53] VSOCK: do not disconnect socket when peer has shutdown SEND only Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 49/53] net: bridge: fix old ioctl unlocked net device walk Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 50/53] net: fix a kernel infoleak in x25 module Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 51/53] cdc_mbim: apply "NDP to end" quirk to all Huawei devices Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 52/53] soreuseport: fix ordering for mixed v4/v6 sockets Kamal Mostafa
2016-05-24 17:55 ` [PATCH 4.2.y-ckt 53/53] uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h Kamal Mostafa
2016-05-25  7:22   ` Mikko Rapeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464112523-3701-1-git-send-email-kamal@canonical.com \
    --to=kamal@canonical.com \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.