Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1407104

[3.19.y-ckt stable] Linux 3.19.8-ckt22 stable review

From Kamal Mostafa <kamal@canonical.com>
Newsgroups linux.kernel
Subject [3.19.y-ckt stable] Linux 3.19.8-ckt22 stable review
Date 2016-05-25 19:40 +0200
Message-ID <rCKWJ-3Lh-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is the start of the review cycle for the Linux 3.19.8-ckt22 stable
kernel.

This version contains 40 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-3.19.y-review

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

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

 -Kamal

--
 arch/arm64/net/bpf_jit_comp.c                |   1 +
 crypto/ahash.c                               |   3 +-
 drivers/base/regmap/regmap-spmi.c            |   2 +-
 drivers/gpu/drm/i915/intel_crt.c             |   8 +-
 drivers/gpu/drm/radeon/atombios_crtc.c       |  10 +++
 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/regulator/s2mps11.c                  |  28 +++++--
 drivers/usb/core/hub.c                       |   8 +-
 fs/isofs/rock.c                              |  13 ++-
 fs/namei.c                                   |  20 +----
 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 +-
 include/linux/compiler-gcc.h                 | 120 ++++++++++++++++++++++++++-
 include/linux/compiler-gcc3.h                |  23 -----
 include/linux/compiler-gcc4.h                |  87 -------------------
 include/linux/compiler-gcc5.h                |  65 ---------------
 include/linux/mfd/samsung/s2mps11.h          |   2 +
 include/linux/mod_devicetable.h              |   3 +
 include/linux/skbuff.h                       |  17 ++++
 include/net/codel.h                          |   4 +
 include/net/sch_generic.h                    |  20 ++++-
 kernel/bpf/verifier.c                        |   1 -
 kernel/workqueue.c                           |  11 +++
 net/bridge/br_ioctl.c                        |   5 +-
 net/core/rtnetlink.c                         |  18 ++--
 net/core/skbuff.c                            |  11 +--
 net/decnet/dn_route.c                        |   9 +-
 net/ipv4/fib_frontend.c                      |   6 +-
 net/ipv4/route.c                             |  12 +++
 net/ipv4/tcp_output.c                        |   6 +-
 net/ipv6/reassembly.c                        |   6 +-
 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/patch_realtek.c                |  13 +++
 tools/lib/traceevent/parse-filter.c          |   6 +-
 68 files changed, 566 insertions(+), 454 deletions(-)

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

Behan Webster (1):
      [3.19-stable] x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"

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

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):
      [3.19-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"

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

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

Joe Perches (1):
      compiler-gcc: integrate the various compiler-gcc[345].h files

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

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

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

Paolo Abeni (1):
      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()

Steven Rostedt (Red Hat) (1):
      tools lib traceevent: Free filter tokens in process_filter()

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}

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[3.19.y-ckt stable] Linux 3.19.8-ckt22 stable review Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 29/40] ipv4/fib: don't warn when primary address is missing if in_dev is dead Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 39/40] net: bridge: fix old ioctl unlocked net device walk Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 26/40] route: do not cache fib route info on local routes with oif Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 20/40] net: fec: only clear a queue's work bit if the queue was emptied Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 10/40] get_rock_ridge_filename(): handle malformed NM entries Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 30/40] bpf: fix double-fdput in replace_map_fd_with_map_ptr() Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 19/40] nf_conntrack: avoid kernel pointer value leak in slab name Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 15/40] tools lib traceevent: Free filter tokens in process_filter() Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 02/40] [3.19-stable only] fix backport "IB/security: restrict use of the write() interface" Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 21/40] net/mlx4_en: Fix endianness bug in IPV6 csum calculation Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
    RE: [PATCH 3.19.y-ckt 21/40] net/mlx4_en: Fix endianness bug in IPV6  csum calculation Tariq Toukan <tariqt@mellanox.com> - 2016-05-26 11:00 +0200
  [PATCH 3.19.y-ckt 23/40] tcp: refresh skb timestamp at retransmit time Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 25/40] decnet: Do not build routes to devices without decnet private data. Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 31/40] net_sched: introduce qdisc_replace() helper Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 34/40] sch_dsmark: update backlog as well Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 40/40] net: fix a kernel infoleak in x25 module Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 24/40] arm64: bpf: jit JMP_JSET_{X,K} Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 28/40] vlan: pull on __vlan_insert_tag error path and fix csum correction Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 18/40] ocfs2: fix posix_acl_create deadlock Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:40 +0200
  [PATCH 3.19.y-ckt 16/40] tools lib traceevent: Do not reassign parg after collapse_tree() Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 03/40] Revert "usb: hub: do not clear BOS field during reset device" Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 09/40] drm/radeon: fix PLL sharing on DCE6.1 (v2) Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 13/40] drm/i915: Bail out of pipe config compute loop on LPT Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 01/40] compiler-gcc: integrate the various compiler-gcc[345].h files Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 06/40] regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 14/40] ALSA: hda - Fix subwoofer pin on ASUS N751 and N551 Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 12/40] Input: max8997-haptic - fix NULL pointer dereference Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 05/40] regulator: s2mps11: Fix invalid selector mask and voltages for buck9 Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 08/40] crypto: hash - Fix page length clamping in hash walk Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 04/40] [3.19-stable] x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id" Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200
  [PATCH 3.19.y-ckt 11/40] ALSA: hda - Fix white noise on Asus UX501VW headset Kamal Mostafa <kamal@canonical.com> - 2016-05-25 19:50 +0200

csiph-web