I'm announcing the release of the 4.4.11 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/arm/boot/dts/at91sam9x5.dtsi | 2 arch/s390/include/asm/mmu.h | 2 arch/s390/include/asm/mmu_context.h | 28 +++++- arch/s390/include/asm/pgalloc.h | 4 arch/s390/include/asm/processor.h | 2 arch/s390/include/asm/tlbflush.h | 9 -- arch/s390/mm/init.c | 3 arch/s390/mm/mmap.c | 6 - arch/s390/mm/pgtable.c | 85 ++++++-------------- crypto/ahash.c | 3 crypto/testmgr.c | 27 +++++- drivers/base/regmap/regmap-spmi.c | 2 drivers/crypto/qat/qat_common/adf_common_drv.h | 2 drivers/crypto/qat/qat_common/adf_ctl_drv.c | 6 + drivers/crypto/qat/qat_common/adf_sriov.c | 26 +++--- 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/mlx5/main.c | 4 drivers/input/misc/max8997_haptic.c | 6 - drivers/media/v4l2-core/videobuf2-v4l2.c | 6 - drivers/net/ethernet/atheros/atlx/atl2.c | 2 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 4 drivers/net/ethernet/freescale/fec_main.c | 10 +- drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 6 - drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 15 ++- drivers/net/ethernet/mellanox/mlx5/core/port.c | 10 +- drivers/net/usb/cdc_mbim.c | 9 +- drivers/pinctrl/pinctrl-at91-pio4.c | 2 drivers/regulator/axp20x-regulator.c | 4 drivers/regulator/s2mps11.c | 28 +++++- drivers/scsi/qla1280.c | 2 drivers/spi/spi-pxa2xx.c | 2 drivers/spi/spi-ti-qspi.c | 45 ++++++---- fs/isofs/rock.c | 13 ++- fs/namei.c | 26 ++---- fs/ocfs2/acl.c | 87 +++++++++++++++++++++ fs/ocfs2/acl.h | 5 + fs/ocfs2/file.c | 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/bpf.h | 3 include/linux/dcache.h | 12 ++ include/linux/mfd/samsung/s2mps11.h | 2 include/linux/mlx5/driver.h | 6 - include/linux/net.h | 10 ++ include/net/codel.h | 4 include/net/sch_generic.h | 20 ++++ include/uapi/linux/if.h | 28 ++++++ include/uapi/linux/libc-compat.h | 44 ++++++++++ kernel/bpf/inode.c | 7 - kernel/bpf/syscall.c | 24 ++++- kernel/bpf/verifier.c | 66 +++++++++------ kernel/events/ring_buffer.c | 10 ++ kernel/workqueue.c | 11 ++ mm/zsmalloc.c | 7 + 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/ip_gre.c | 11 +- net/ipv4/route.c | 12 ++ net/ipv4/tcp_output.c | 6 - 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 | 12 +- net/openvswitch/vport-netdev.c | 2 net/openvswitch/vport.h | 7 - net/packet/af_packet.c | 1 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_generic.c | 5 - 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 samples/bpf/trace_output_kern.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 108 files changed, 844 insertions(+), 480 deletions(-) Al Viro (2): atomic_open(): fix the handling of create_error get_rock_ridge_filename(): handle malformed NM entries Alexander Shishkin (1): perf/core: Disable the event on a truncated AUX record Alexei Starovoitov (4): bpf/verifier: reject invalid LD_ABS | BPF_DW instruction bpf: fix refcnt overflow bpf: fix check_map_func_compatibility logic samples/bpf: fix trace_output example Arindam Nath (1): drm/radeon: fix DP link training issue with second 4K monitor Ben Hutchings (3): atl2: Disable unimplemented scatter/gather feature spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden spi: spi-ti-qspi: Handle truncated frames properly Bjørn Mork (1): cdc_mbim: apply "NDP to end" quirk to all Huawei devices Boris Brezillon (1): ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC 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. Eric Dumazet (2): net/mlx4_en: fix spurious timestamping callbacks tcp: refresh skb timestamp at retransmit time Gerald Schaefer (1): s390/mm: fix asce_bits handling with dynamic pagetable levels Greg Kroah-Hartman (1): Linux 4.4.11 Hans de Goede (1): regulator: axp20x: Fix axp22x ldo_io voltage ranges Herbert Xu (2): crypto: hash - Fix page length clamping in hash walk crypto: testmgr - Use kmalloc memory for RSA input 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() Jarkko Nikula (1): spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT Jiri Benc (1): gre: do not pull header in ICMP error processing Johannes Thumshirn (1): qla1280: Don't allocate 512kb of host tags Junxiao Bi (2): ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang 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 Lars Persson (1): net: sched: do not requeue a NULL skb 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) Ludovic Desroches (1): pinctrl: at91-pio4: fix pull-up/down logic Marek Szyprowski (1): Input: max8997-haptic - fix NULL pointer dereference Mathias Krause (1): packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface Mauro Carvalho Chehab (1): Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing" Mikko Rapeli (1): uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h MIME-Version: 1.0 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): ipv4/fib: don't warn when primary address is missing if in_dev is dead net/route: enforce hoplimit max value Saeed Mahameed (2): net/mlx5e: Device's mtu field is u16 and not int net/mlx5e: Fix minimum MTU Sergey Senozhatsky (1): zsmalloc: fix zs_can_compact() integer overflow Simon Horman (1): openvswitch: use flow protocol when recalculating ipv6 checksums Steven Rostedt (1): tools lib traceevent: Do not reassign parg after collapse_tree() Tadeusz Struk (1): crypto: qat - fix invalid pf2vf_resp_wq logic Takashi Iwai (3): ALSA: usb-audio: Quirk for yet another Phoenix Audio devices (v2) ALSA: usb-audio: Yet another Phoneix Audio device quirk ALSA: hda - Fix broken reconfig Tim Bingham (1): net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case 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 xypron.glpk@xxxxxx (1): net: thunderx: avoid exposing kernel stack
Attachment:
signature.asc
Description: PGP signature