All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.4.4
Date: Thu, 3 Mar 2016 15:34:15 -0800	[thread overview]
Message-ID: <20160303233415.GA30194@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 49445 bytes --]

I'm announcing the release of the 4.4.4 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

------------

 Documentation/filesystems/efivarfs.txt                   |    7 
 Makefile                                                 |    2 
 arch/arc/include/asm/irqflags-arcv2.h                    |   11 
 arch/arc/kernel/entry-arcv2.S                            |   30 -
 arch/arc/kernel/mcip.c                                   |   15 
 arch/arm/Kconfig.debug                                   |   17 
 arch/arm/boot/dts/sama5d2-pinfunc.h                      |    2 
 arch/arm/include/asm/psci.h                              |    2 
 arch/arm/include/asm/xen/page-coherent.h                 |   21 
 arch/arm/mach-omap2/gpmc-onenand.c                       |    6 
 arch/arm64/Makefile                                      |    1 
 arch/mips/include/asm/page.h                             |    2 
 arch/mips/include/asm/pgtable.h                          |    4 
 arch/mips/include/asm/syscall.h                          |    4 
 arch/mips/loongson64/loongson-3/hpet.c                   |   10 
 arch/mips/loongson64/loongson-3/smp.c                    |   20 
 arch/mips/mm/tlbex.c                                     |    2 
 arch/powerpc/kernel/eeh_driver.c                         |    3 
 arch/s390/include/asm/fpu/internal.h                     |    2 
 arch/s390/include/asm/kvm_host.h                         |    1 
 arch/s390/kernel/asm-offsets.c                           |    1 
 arch/s390/kernel/compat_signal.c                         |    2 
 arch/s390/kvm/kvm-s390.c                                 |  149 ++----
 arch/s390/mm/extable.c                                   |    8 
 arch/sparc/kernel/sys_sparc_64.c                         |    2 
 arch/um/os-Linux/start_up.c                              |    2 
 arch/x86/entry/entry_64_compat.S                         |    1 
 arch/x86/include/asm/irq.h                               |    5 
 arch/x86/kernel/apic/io_apic.c                           |    6 
 arch/x86/kernel/apic/vector.c                            |  221 ++++++---
 arch/x86/kernel/irq.c                                    |   11 
 arch/x86/kvm/emulate.c                                   |    4 
 arch/x86/kvm/paging_tmpl.h                               |    2 
 arch/x86/kvm/x86.c                                       |    1 
 arch/x86/mm/mpx.c                                        |    2 
 block/bio.c                                              |    7 
 drivers/acpi/acpi_video.c                                |   18 
 drivers/acpi/nfit.c                                      |   71 +-
 drivers/acpi/video_detect.c                              |    8 
 drivers/android/binder.c                                 |    2 
 drivers/ata/libata-sff.c                                 |   32 -
 drivers/bluetooth/btusb.c                                |    4 
 drivers/clk/samsung/clk-cpu.c                            |   10 
 drivers/clocksource/tcb_clksrc.c                         |    3 
 drivers/clocksource/vt8500_timer.c                       |    6 
 drivers/cpufreq/cpufreq_governor.c                       |   11 
 drivers/cpufreq/pxa2xx-cpufreq.c                         |    2 
 drivers/dma/at_xdmac.c                                   |    3 
 drivers/dma/dw/core.c                                    |   49 --
 drivers/edac/edac_device.c                               |   11 
 drivers/edac/edac_mc.c                                   |   14 
 drivers/edac/edac_mc_sysfs.c                             |   21 
 drivers/edac/edac_pci.c                                  |    9 
 drivers/firmware/efi/efivars.c                           |   35 -
 drivers/firmware/efi/vars.c                              |  144 ++++-
 drivers/gpu/drm/amd/amdgpu/Makefile                      |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                      |    4 
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c               |   14 
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c              |   18 
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                  |   10 
 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c                   |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c               |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c                   |    5 
 drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c                   |    5 
 drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c                 |    5 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c                  |   23 
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c                   |   10 
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c                    |    4 
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c                    |   43 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c                    |   30 -
 drivers/gpu/drm/amd/amdgpu/iceland_smc.c                 |   12 
 drivers/gpu/drm/amd/amdgpu/tonga_dpm.c                   |   17 
 drivers/gpu/drm/amd/amdgpu/vi.c                          |    7 
 drivers/gpu/drm/drm_dp_mst_topology.c                    |  362 ++++++++++-----
 drivers/gpu/drm/drm_irq.c                                |   73 ++-
 drivers/gpu/drm/gma500/gem.c                             |    2 
 drivers/gpu/drm/i915/i915_dma.c                          |    6 
 drivers/gpu/drm/i915/i915_gem_context.c                  |    6 
 drivers/gpu/drm/i915/i915_irq.c                          |   10 
 drivers/gpu/drm/i915/intel_ddi.c                         |    3 
 drivers/gpu/drm/i915/intel_display.c                     |   33 -
 drivers/gpu/drm/i915/intel_dsi_panel_vbt.c               |    8 
 drivers/gpu/drm/i915/intel_hotplug.c                     |    9 
 drivers/gpu/drm/i915/intel_i2c.c                         |    2 
 drivers/gpu/drm/i915/intel_lrc.c                         |    1 
 drivers/gpu/drm/i915/intel_ringbuffer.c                  |    2 
 drivers/gpu/drm/nouveau/nouveau_connector.c              |    3 
 drivers/gpu/drm/nouveau/nouveau_display.c                |    8 
 drivers/gpu/drm/nouveau/nouveau_platform.c               |    2 
 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c       |   40 +
 drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c         |   10 
 drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.h         |    6 
 drivers/gpu/drm/qxl/qxl_ioctl.c                          |    3 
 drivers/gpu/drm/radeon/dce6_afmt.c                       |    8 
 drivers/gpu/drm/radeon/evergreen_hdmi.c                  |   10 
 drivers/gpu/drm/radeon/evergreend.h                      |    5 
 drivers/gpu/drm/radeon/radeon.h                          |    1 
 drivers/gpu/drm/radeon/radeon_atombios.c                 |   58 +-
 drivers/gpu/drm/radeon/radeon_audio.c                    |   20 
 drivers/gpu/drm/radeon/radeon_audio.h                    |    1 
 drivers/gpu/drm/radeon/radeon_device.c                   |    1 
 drivers/gpu/drm/radeon/radeon_display.c                  |   17 
 drivers/gpu/drm/radeon/radeon_object.c                   |    7 
 drivers/gpu/drm/radeon/radeon_pm.c                       |    5 
 drivers/gpu/drm/radeon/radeon_sa.c                       |    5 
 drivers/gpu/drm/radeon/radeon_ttm.c                      |    2 
 drivers/gpu/drm/radeon/radeon_vm.c                       |   12 
 drivers/gpu/drm/radeon/sid.h                             |    5 
 drivers/gpu/drm/radeon/vce_v1_0.c                        |   12 
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c                   |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c                      |    7 
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                      |    6 
 drivers/hv/channel.c                                     |   18 
 drivers/hwmon/ads1015.c                                  |    2 
 drivers/hwmon/dell-smm-hwmon.c                           |   11 
 drivers/hwmon/gpio-fan.c                                 |    7 
 drivers/hwtracing/coresight/coresight.c                  |    2 
 drivers/i2c/busses/i2c-i801.c                            |    2 
 drivers/infiniband/core/cm.c                             |    4 
 drivers/infiniband/core/cma.c                            |    2 
 drivers/infiniband/hw/cxgb3/iwch_cm.c                    |    4 
 drivers/infiniband/hw/mlx5/main.c                        |    2 
 drivers/infiniband/hw/qib/qib_qp.c                       |   46 +
 drivers/infiniband/hw/qib/qib_verbs_mcast.c              |   35 -
 drivers/irqchip/irq-atmel-aic-common.c                   |    2 
 drivers/irqchip/irq-gic-v3-its.c                         |    7 
 drivers/irqchip/irq-mxs.c                                |    1 
 drivers/irqchip/irq-omap-intc.c                          |   27 +
 drivers/md/bcache/btree.c                                |    5 
 drivers/md/bcache/super.c                                |   16 
 drivers/md/bcache/writeback.c                            |   37 +
 drivers/md/bcache/writeback.h                            |    3 
 drivers/md/dm-exception-store.h                          |    2 
 drivers/md/dm-snap-persistent.c                          |    5 
 drivers/md/dm-snap-transient.c                           |    4 
 drivers/md/dm-snap.c                                     |   20 
 drivers/md/dm-thin.c                                     |    4 
 drivers/md/dm.c                                          |    2 
 drivers/md/persistent-data/dm-space-map-metadata.c       |    3 
 drivers/media/dvb-core/dvb_frontend.c                    |    6 
 drivers/media/dvb-frontends/tda1004x.c                   |    9 
 drivers/media/rc/sunxi-cir.c                             |    2 
 drivers/media/tuners/si2157.c                            |    1 
 drivers/media/usb/gspca/ov534.c                          |    9 
 drivers/media/usb/gspca/topro.c                          |    6 
 drivers/media/v4l2-core/videobuf2-v4l2.c                 |    6 
 drivers/misc/cxl/vphb.c                                  |    2 
 drivers/misc/mei/main.c                                  |   12 
 drivers/mmc/core/mmc.c                                   |    6 
 drivers/mmc/core/sd.c                                    |    8 
 drivers/mmc/core/sdio.c                                  |    6 
 drivers/mmc/host/mmci.c                                  |    2 
 drivers/mmc/host/pxamci.c                                |    2 
 drivers/mmc/host/sdhci-acpi.c                            |   30 +
 drivers/mmc/host/sdhci-pci-core.c                        |   33 +
 drivers/mmc/host/sdhci.c                                 |   18 
 drivers/mmc/host/sdhci.h                                 |    1 
 drivers/mmc/host/usdhi6rol0.c                            |    3 
 drivers/net/bonding/bond_main.c                          |   39 +
 drivers/net/can/usb/ems_usb.c                            |   14 
 drivers/net/dsa/mv88e6xxx.c                              |    2 
 drivers/net/ethernet/broadcom/tg3.c                      |   25 -
 drivers/net/ethernet/cisco/enic/enic.h                   |    2 
 drivers/net/ethernet/cisco/enic/vnic_dev.c               |   19 
 drivers/net/ethernet/mellanox/mlx4/en_clock.c            |   25 -
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c           |    9 
 drivers/net/ethernet/mellanox/mlx4/en_port.c             |    4 
 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c |    3 
 drivers/net/ethernet/rocker/rocker.c                     |    2 
 drivers/net/phy/dp83640.c                                |   17 
 drivers/net/ppp/pppoe.c                                  |    2 
 drivers/net/ppp/pptp.c                                   |   34 -
 drivers/net/usb/qmi_wwan.c                               |    1 
 drivers/net/vxlan.c                                      |   23 
 drivers/net/wireless/iwlwifi/dvm/lib.c                   |    3 
 drivers/net/wireless/iwlwifi/mvm/scan.c                  |    4 
 drivers/net/wireless/iwlwifi/pcie/drv.c                  |    5 
 drivers/net/wireless/iwlwifi/pcie/trans.c                |   15 
 drivers/net/wireless/realtek/rtlwifi/pci.c               |   11 
 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/sw.c      |    7 
 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c      |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/sw.c      |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.c      |    4 
 drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c      |    6 
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/sw.c      |    9 
 drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c      |    8 
 drivers/of/irq.c                                         |    9 
 drivers/pci/hotplug/acpiphp_glue.c                       |    4 
 drivers/pci/pcie/aer/aerdrv.c                            |    4 
 drivers/pci/pcie/aer/aerdrv.h                            |    1 
 drivers/pci/pcie/aer/aerdrv_core.c                       |    2 
 drivers/pci/xen-pcifront.c                               |   10 
 drivers/phy/phy-core.c                                   |   16 
 drivers/platform/x86/ideapad-laptop.c                    |   14 
 drivers/platform/x86/toshiba_acpi.c                      |    8 
 drivers/regulator/Kconfig                                |    1 
 drivers/regulator/axp20x-regulator.c                     |    4 
 drivers/s390/block/dasd.c                                |    1 
 drivers/s390/block/dasd_alias.c                          |   23 
 drivers/scsi/qla2xxx/qla_init.c                          |   10 
 drivers/scsi/qla2xxx/qla_isr.c                           |    4 
 drivers/scsi/qla2xxx/qla_mid.c                           |    4 
 drivers/scsi/qla2xxx/qla_os.c                            |    6 
 drivers/scsi/qla2xxx/qla_tmpl.c                          |   16 
 drivers/scsi/sd.c                                        |    2 
 drivers/spi/spi-atmel.c                                  |    1 
 drivers/spi/spi-omap2-mcspi.c                            |   19 
 drivers/staging/panel/panel.c                            |   34 -
 drivers/staging/speakup/serialio.c                       |   13 
 drivers/target/target_core_tmr.c                         |  139 ++++-
 drivers/target/target_core_transport.c                   |  278 ++++++++---
 drivers/thermal/step_wise.c                              |   17 
 drivers/thermal/thermal_core.c                           |   75 ++-
 drivers/thermal/thermal_core.h                           |    1 
 drivers/usb/class/cdc-acm.c                              |    5 
 drivers/usb/dwc3/core.h                                  |    1 
 drivers/usb/dwc3/ep0.c                                   |    5 
 drivers/usb/dwc3/gadget.c                                |   70 ++
 drivers/usb/serial/cp210x.c                              |    2 
 drivers/usb/serial/option.c                              |    9 
 drivers/virtio/virtio_balloon.c                          |    2 
 drivers/virtio/virtio_pci_common.c                       |    2 
 drivers/xen/xen-pciback/pciback_ops.c                    |    9 
 drivers/xen/xen-scsiback.c                               |   10 
 fs/btrfs/disk-io.c                                       |   28 +
 fs/btrfs/inode-map.c                                     |    9 
 fs/btrfs/inode-map.h                                     |    1 
 fs/btrfs/inode.c                                         |   27 -
 fs/btrfs/ioctl.c                                         |    4 
 fs/btrfs/send.c                                          |   16 
 fs/btrfs/super.c                                         |   24 
 fs/btrfs/volumes.c                                       |    1 
 fs/direct-io.c                                           |    2 
 fs/efivarfs/file.c                                       |   70 ++
 fs/efivarfs/inode.c                                      |   30 -
 fs/efivarfs/internal.h                                   |    3 
 fs/efivarfs/super.c                                      |   16 
 fs/ext4/inode.c                                          |   32 +
 fs/fs-writeback.c                                        |   15 
 fs/hostfs/hostfs_kern.c                                  |    4 
 fs/hpfs/namei.c                                          |   31 -
 fs/locks.c                                               |   51 +-
 fs/namei.c                                               |   22 
 fs/nfs/nfs4proc.c                                        |    4 
 fs/ocfs2/aops.c                                          |    1 
 include/asm-generic/cputime_nsecs.h                      |    5 
 include/drm/drm_cache.h                                  |    9 
 include/drm/drm_dp_mst_helper.h                          |   27 -
 include/drm/drm_fixed.h                                  |   53 ++
 include/linux/ceph/messenger.h                           |    2 
 include/linux/cgroup-defs.h                              |    6 
 include/linux/cpuset.h                                   |    6 
 include/linux/efi.h                                      |    5 
 include/linux/hyperv.h                                   |   18 
 include/linux/nfs_fs.h                                   |    4 
 include/linux/shmem_fs.h                                 |    5 
 include/linux/skbuff.h                                   |    1 
 include/linux/thermal.h                                  |    5 
 include/linux/ucs2_string.h                              |    4 
 include/net/af_unix.h                                    |    4 
 include/net/dst_metadata.h                               |   18 
 include/net/inet_connection_sock.h                       |    5 
 include/net/ip6_route.h                                  |   12 
 include/net/ip_fib.h                                     |    1 
 include/net/scm.h                                        |    1 
 include/net/tcp.h                                        |    2 
 include/target/target_core_base.h                        |    3 
 include/uapi/linux/Kbuild                                |    2 
 kernel/bpf/verifier.c                                    |    2 
 kernel/cgroup.c                                          |   25 -
 kernel/cpuset.c                                          |   71 ++
 kernel/irq/handle.c                                      |    5 
 kernel/memremap.c                                        |    4 
 kernel/resource.c                                        |    5 
 kernel/seccomp.c                                         |   22 
 kernel/time/posix-clock.c                                |    4 
 kernel/time/tick-sched.c                                 |    4 
 kernel/time/timekeeping.c                                |    3 
 kernel/trace/trace_events.c                              |    3 
 kernel/workqueue.c                                       |   18 
 lib/Kconfig                                              |    2 
 lib/ucs2_string.c                                        |   62 ++
 mm/balloon_compaction.c                                  |    4 
 mm/memory.c                                              |   14 
 mm/migrate.c                                             |    2 
 mm/shmem.c                                               |    9 
 net/bluetooth/6lowpan.c                                  |    7 
 net/bluetooth/hci_conn.c                                 |    6 
 net/bluetooth/hci_request.c                              |   28 -
 net/bluetooth/smp.c                                      |   16 
 net/bridge/br.c                                          |    3 
 net/ceph/messenger.c                                     |   91 ++-
 net/ceph/osd_client.c                                    |    4 
 net/core/dev.c                                           |   11 
 net/core/flow_dissector.c                                |   16 
 net/core/scm.c                                           |    7 
 net/core/skbuff.c                                        |    2 
 net/core/sysctl_net_core.c                               |   10 
 net/dccp/ipv4.c                                          |   14 
 net/dccp/ipv6.c                                          |   14 
 net/ipv4/devinet.c                                       |    2 
 net/ipv4/inet_connection_sock.c                          |   14 
 net/ipv4/ip_fragment.c                                   |    1 
 net/ipv4/ip_sockglue.c                                   |    2 
 net/ipv4/netfilter/nf_defrag_ipv4.c                      |    2 
 net/ipv4/ping.c                                          |    4 
 net/ipv4/raw.c                                           |    4 
 net/ipv4/route.c                                         |   77 ++-
 net/ipv4/tcp.c                                           |   16 
 net/ipv4/tcp_ipv4.c                                      |   44 +
 net/ipv4/udp.c                                           |    4 
 net/ipv6/addrconf.c                                      |    7 
 net/ipv6/datagram.c                                      |    3 
 net/ipv6/ip6_flowlabel.c                                 |    5 
 net/ipv6/ip6_output.c                                    |    6 
 net/ipv6/route.c                                         |    7 
 net/ipv6/tcp_ipv6.c                                      |   19 
 net/iucv/af_iucv.c                                       |    3 
 net/l2tp/l2tp_netlink.c                                  |   18 
 net/mac80211/ibss.c                                      |    1 
 net/mac80211/mesh.c                                      |   11 
 net/mac80211/mesh.h                                      |    4 
 net/mac80211/mlme.c                                      |    2 
 net/mac80211/scan.c                                      |   12 
 net/openvswitch/vport-vxlan.c                            |    2 
 net/rfkill/core.c                                        |   16 
 net/sched/sch_api.c                                      |    1 
 net/sctp/protocol.c                                      |   43 +
 net/sctp/socket.c                                        |   11 
 net/sunrpc/cache.c                                       |    2 
 net/switchdev/switchdev.c                                |   15 
 net/tipc/bcast.c                                         |    4 
 net/tipc/node.c                                          |   12 
 net/tipc/subscr.c                                        |   11 
 net/unix/af_unix.c                                       |   28 -
 net/unix/diag.c                                          |    2 
 net/unix/garbage.c                                       |    8 
 scripts/link-vmlinux.sh                                  |    2 
 security/smack/smack_lsm.c                               |    8 
 security/yama/yama_lsm.c                                 |    4 
 sound/pci/hda/hda_intel.c                                |   16 
 sound/pci/hda/patch_realtek.c                            |    8 
 tools/hv/hv_vss_daemon.c                                 |    2 
 tools/perf/util/stat.c                                   |    1 
 tools/testing/selftests/efivarfs/efivarfs.sh             |   19 
 tools/testing/selftests/efivarfs/open-unlink.c           |   72 ++
 virt/kvm/arm/vgic.c                                      |    4 
 virt/kvm/async_pf.c                                      |    2 
 348 files changed, 3635 insertions(+), 1594 deletions(-)

Adrian Hunter (8):
      mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
      mmc: sdhci: Fix DMA descriptor with zero data length
      mmc: sdio: Fix invalid vdd in voltage switch power cycle
      mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
      mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
      mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
      mmc: sdhci: Allow override of mmc host operations
      mmc: sdhci: Allow override of get_cd() called from sdhci_request()

Al Viro (6):
      bcache: fix a leak in bch_cached_dev_run()
      namei: ->d_inode of a pinned dentry is stable only for positives
      make sure that freeing shmem fast symlinks is RCU-delayed
      do_last(): don't let a bogus return value from ->open() et.al. to confuse us
      should_follow_link(): validate ->d_seq after having decided to follow
      do_last(): ELOOP failure exit should be done after leaving RCU mode

Alex Deucher (13):
      drm/amdgpu: call hpd_irq_event on resume
      drm/amdgpu: fix tonga smu resume
      drm/amdgpu: no need to load MC firmware on fiji
      drm/amdgpu: move gmc7 support out of CIK dependency
      drm/amdgpu: pull topaz gmc bits into gmc_v7
      drm/amdgpu: drop topaz support from gmc8 module
      drm/amdgpu: don't load MEC2 on topaz
      drm/amdgpu: remove exp hardware support from iceland
      drm/amdgpu/pm: adjust display configuration after powerstate
      drm/radeon: call hpd_irq_event on resume
      drm/radeon: clean up fujitsu quirks
      drm/radeon: properly byte swap vce firmware setup
      drm/radeon/pm: adjust display configuration after powerstate

Alexander Duyck (2):
      net: Copy inner L3 and L4 headers as unaligned on GRE TEB
      flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth_get_headlen

Alexander Usyskin (1):
      mei: validate request value in client notify request ioctl

Alexandra Yates (1):
      i2c: i801: Adding Intel Lewisburg support for iTCO

Alexandre Belloni (1):
      clockevents/tcb_clksrc: Prevent disabling an already disabled clock

Amir Vadai (1):
      net/mlx4_en: Count HW buffer overrun only once

Anand Jain (1):
      Btrfs: add missing brelse when superblock checksum fails

Andrea Arcangeli (1):
      mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED

Andrew Donnellan (1):
      cxl: use correct operator when writing pcie config space values

Andrey Grodzovsky (1):
      drm/dp/mst: Reverse order of MST enable and clearing VC payload table.

Andrey Skvortsov (1):
      USB: option: add support for SIM7100E

Andy Lutomirski (1):
      x86/entry/compat: Add missing CLAC to entry_INT80_32

Andy Shevchenko (1):
      dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer

Anton Protopopov (1):
      rtnl: RTM_GETNETCONF: fix wrong return value

Antonio Ospite (1):
      gspca: ov534/topro: prevent a division by 0

Ard Biesheuvel (1):
      s390: fix normalization bug in exception table sorting

Arnd Bergmann (4):
      ARM: debug-ll: fix BCM63xx entry for multiplatform
      ARM: 8457/1: psci-smp is built only for SMP
      lib: sw842: select crc32
      cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype

Ashok Kumar (1):
      irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1

Azael Avalos (1):
      toshiba_acpi: Fix blank screen at boot if transflective backlight is supported

Bart Van Assche (1):
      IB/cm: Fix a recently introduced deadlock

Ben Skeggs (2):
      drm/nouveau/kms: take mode_config mutex in connector hotplug path
      drm/nouveau/disp/dp: ensure sink is powered up before attempting link training

Benjamin Coddington (1):
      NFSv4: Fix a dentry leak on alias use

Bjørn Mork (2):
      qmi_wwan: add "4G LTE usb-modem U901"
      USB: option: add "4G LTE usb-modem U901"

Borislav Petkov (2):
      EDAC: Robustify workqueues destruction
      EDAC, mc_sysfs: Fix freeing bus' name

Carlo Caione (1):
      mmc: core: Enable tuning according to the actual timing

Chandan Rajendra (1):
      Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots

Chen Yu (1):
      Thermal: do thermal zone update after a cooling device registered

Chen-Yu Tsai (2):
      rc: sunxi-cir: Initialize the spinlock properly
      regulator: axp20x: Fix GPIO LDO enable value for AXP22x

Chris Wilson (1):
      drm/i915: Restore inhibiting the load of the default context

Christian Borntraeger (1):
      KVM: async_pf: do not warn on page allocation failures

Christian König (2):
      drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
      drm/amdgpu: fix issue with overlapping userptrs

Christoph Hellwig (1):
      nfs: fix nfs_size_to_loff_t

Chunming Zhou (1):
      drm/amdgpu: fix lost sync_to if scheduler is enabled.

Colin Ian King (1):
      x86/mpx: Fix off-by-one comparison with nr_registers

Cyrille Pitchen (1):
      spi: atmel: fix gpio chip-select in case of non-DT platform

Dan Williams (2):
      Revert "MIPS: Fix PAGE_MASK definition"
      nfit: fix multi-interface dimm handling, acpi6.1 compatibility

Daniel Borkmann (1):
      bpf: fix branch offset adjustment on backjumps after patching ctx expansion

Daniel Vetter (3):
      drm/gma500: Use correct unref in the gem bo create function
      drm/i915: shut up gen8+ SDE irq dmesg noise
      drm/i915: Init power domains early in driver load

Dave Airlie (1):
      drm: add helper to check for wc memory support

David Gibson (1):
      time: Avoid signed overflow in timekeeping_get_ns()

David Hildenbrand (2):
      KVM: s390: fix guest fprs memory leak
      KVM: s390: fix memory overwrites when vx is disabled

David Sterba (1):
      btrfs: statfs: report zero available if metadata are exhausted

Dexuan Cui (1):
      tools: hv: vss: fix the write()'s argument: error -> vss_msg

Dmitry Tunin (1):
      Bluetooth: Add support of Toshiba Broadcom based devices

Dmitry V. Levin (2):
      unix_diag: fix incorrect sign extension in unix_lookup_by_ino
      sparc64: fix incorrect sign extension in sys_sparc64_personality

Emmanuel Grumbach (2):
      iwlwifi: dvm: fix WoWLAN
      iwlwifi: pcie: properly configure the debug buffer size for 8000

Eric Dumazet (8):
      tcp: fix NULL deref in tcp_v4_send_ack()
      af_unix: fix struct pid memory leak
      tcp: beware of alignments in tcp_get_info()
      ipv6: fix a lockdep splat
      tcp: do not drop syn_recv on all icmp reports
      ipv4: fix memory leaks in ip_cmsg_send() callers
      tcp: md5: release request socket instead of listener
      tcp/dccp: fix another race at listener dismantle

Eugenia Emantayev (2):
      net/mlx4_en: Choose time-stamping shift value according to HW frequency
      net/mlx4_en: Avoid changing dev->features directly in run-time

Felix Kuehling (2):
      drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
      drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr

Filipe Manana (3):
      Btrfs: send, don't BUG_ON() when an empty symlink is found
      Btrfs: fix number of transaction units required to create symlink
      Btrfs: fix transaction handle leak on failure to create hard link

Flora Cui (1):
      drm/amdgpu: fix s4 resume

Francisco Jerez (1):
      drm/i915: Make sure DC writes are coherent on flush.

Gabriel de Perthuis (1):
      bcache: allows use of register in udev to avoid "device_busy" error.

Gavin Shan (1):
      powerpc/eeh: Fix partial hotplug criterion

Gerd Hoffmann (1):
      drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command

Gerhard Uttenthaler (1):
      can: ems_usb: Fix possible tx overflow

Glenn Ruben Bakke (1):
      Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences

Greg Kroah-Hartman (1):
      Linux 4.4.4

Guillaume Nault (1):
      pppoe: fix reference counting in PPPoE proxy

Guozhonghua (1):
      ocfs2: unlock inode if deleting inode from orphan fails

Hannes Frederic Sowa (2):
      pptp: fix illegal memory access caused by multiple bind()s
      unix: correctly track in-flight fds in sending process user_struct

Hannes Reinecke (1):
      bio: return EINTR if copying to user space got interrupted

Hans Verkuil (1):
      vb2: fix a regression in poll() behavior for output,streams

Hans Westgaard Ry (1):
      net:Add sysctl_max_skb_frags

Hans de Goede (3):
      ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700
      ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830
      ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"

Hariprasad S (1):
      iw_cxgb3: Fix incorrectly returning error on success

Harry Wentland (2):
      drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
      drm/dp/mst: Calculate MST PBN with 31.32 fixed point

Henry Chen (1):
      regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C

Hersen Wu (1):
      drm/dp/mst: move GUID storage from mgr, port to only mst branch

Huacai Chen (3):
      MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
      MIPS: hpet: Choose a safe value for the ETIME check
      MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs

Ian Campbell (1):
      xen/arm: correctly handle DMA mapping of compound pages

Ido Schimmel (1):
      switchdev: Require RTNL mutex to be held when sending FDB notifications

Ilya Dryomov (4):
      libceph: fix ceph_msg_revoke()
      libceph: don't bail early from try_read() when skipping a message
      libceph: use the right footer size when skipping a message
      libceph: don't spam dmesg with stray reply warnings

Insu Yun (3):
      tipc: unlock in error path
      drm: fix missing reference counting decrease
      ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()

Ivaylo Dimitrov (1):
      ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption

Jamal Hadi Salim (1):
      net_sched fix: reclassification needs to consider ether protocol changes

James Hogan (1):
      MIPS: Fix buffer overflow in syscall_get_arguments()

Jan Kara (1):
      ext4: fix bh->b_state corruption

Jani Nikula (3):
      drm/i915/dp: fall back to 18 bpp when sink capability is unknown
      drm/i915/dsi: defend gpio table against out of bounds access
      drm/i915/dsi: don't pass arbitrary data to sideband

Jann Horn (2):
      seccomp: always propagate NO_NEW_PRIVS on tsync
      security: let security modules use PTRACE_MODE_* with bitmasks

Jason Andryuk (1):
      lib/ucs2_string: Correct ucs2 -> utf8 conversion

Jay Vosburgh (1):
      bonding: Fix ARP monitor validation

Jeff Layton (1):
      locks: fix unlock when fcntl_setlk races with a close

Jesse Gross (2):
      gro: Make GRO aware of lightweight tunnels.
      tunnels: Allow IPv6 UDP checksums to be correctly controlled.

Jiang Liu (2):
      x86/irq: Fix a race in x86_vector_free_irqs()
      x86/irq: Do not use apic_chip_data.old_domain as temporary buffer

Jiri Olsa (1):
      perf stat: Do not clean event's private stats

Joe Stringer (1):
      inet: frag: Always orphan skbs inside ip_defrag()

Johan Hedberg (2):
      Bluetooth: Use continuous scanning when creating LE connections
      Bluetooth: Fix incorrect removing of IRKs

Johannes Berg (1):
      rfkill: fix rfkill_fop_read wait_event usage

John Youn (1):
      usb: dwc3: Fix assignment of EP transfer resources

Jon Paul Maloy (1):
      tipc: fix premature addition of node to lookup table

Josef Bacik (1):
      Btrfs: igrab inode in writepage

Josh Boyer (2):
      ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
      ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list

Juergen Gross (1):
      xen/scsiback: correct frontend counting

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix a Host signaling bug

Kai-Heng Feng (1):
      ALSA: hda - Fixing background noise on Dell Inspiron 3162

Ken Lin (1):
      USB: cp210x: add IDs for GE B650V3 and B850V3 boards

Ken Wang (2):
      drm/amdgpu: iceland use CI based MC IP
      drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above

Kent Overstreet (2):
      bcache: Add a cond_resched() call to gc
      bcache: Change refill_dirty() to always scan entire disk if necessary

Konrad Rzeszutek Wilk (3):
      xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
      xen/pciback: Save the number of MSI-X entries to be copied later.
      xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted.

Larry Finger (8):
      rtlwifi: rtl_pci: Fix kernel panic
      rtlwifi: rtl8192cu: Add missing parameter setup
      rtlwifi: rtl8192ce: Fix handling of module parameters
      rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
      rtlwifi: rtl8723ae: Fix initialization of module parameters
      rtlwifi: rtl8192se: Fix module parameter initialization
      rtlwifi: rtl8188ee: Fix module parameter initialization
      rtlwifi: rtl8723be: Fix module parameter initialization

Laura Abbott (1):
      si2157: return -EINVAL if firmware blob is too big

Leon Romanovsky (1):
      IB/mlx5: Expose correct maximum number of CQE capacity

Linus Walleij (1):
      mmc: mmci: fix an ages old detection error

Lisa Du (1):
      drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE

Luca Coelho (1):
      iwlwifi: mvm: don't allow sched scans without matches to be started

Ludovic Desroches (1):
      ARM: at91/dt: fix typo in sama5d2 pinmux descriptions

Lukasz Duda (1):
      Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets

Lyude (2):
      drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
      drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()

Malcolm Priestley (1):
      media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode

Manfred Rudigier (1):
      net: dp83640: Fix tx timestamp overflow handling.

Mans Rullgard (2):
      dmaengine: dw: fix cyclic transfer setup
      dmaengine: dw: fix cyclic transfer callbacks

Marcelo Ricardo Leitner (1):
      sctp: allow setting SCTP_SACK_IMMEDIATELY by the application

Marek Szyprowski (1):
      clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs

Mario Kleiner (7):
      drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
      drm/nouveau/display: Enable vblank irqs after display engine is on again.
      drm: No-Op redundant calls to drm_vblank_off() (v2)
      drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
      drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
      drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
      drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)

Mark Rutland (1):
      KVM: arm/arm64: vgic: Ensure bitmaps are long enough

Mark Tomlinson (1):
      l2tp: Fix error creating L2TP tunnels

Martin K. Petersen (1):
      sd: Optimal I/O size is in bytes, not sectors

Martin Schwidefsky (3):
      s390/kvm: remove dependency on struct save_area definition
      s390/compat: correct restore of high gprs on signal return
      s390/fpu: signals vs. floating point control register

Matan Barak (1):
      IB/cma: Fix RDMA port validation for iWarp

Mathieu Poirier (1):
      coresight: checking for NULL string in coresight_name_match()

Matt Fleming (1):
      efi: Add pstore variables to the deletion whitelist

Mauro Carvalho Chehab (1):
      tda1004x: only update the frontend properties if locked

Mel Gorman (1):
      mm: numa: quickly fail allocations for NUMA balancing on full nodes

Michael S. Tsirkin (1):
      virtio_pci: fix use after free on release

Michael Welling (1):
      spi: omap2-mcspi: Prevent duplicate gpio_request

Mike Frysinger (1):
      uapi: update install list after nvme.h rename

Mike Krinkin (2):
      block: fix use-after-free in dio_bio_complete
      KVM: x86: MMU: fix ubsan index-out-of-range warning

Mike Marciniszyn (1):
      IB/qib: fix mcast detach when qp not attached

Mike Snitzer (2):
      dm space map metadata: remove unused variable in brb_pop()
      dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths

Mikulas Patocka (2):
      dm snapshot: fix hung bios when copy error occurs
      hpfs: don't truncate the file when delete fails

Milo Kim (1):
      irqchip/atmel-aic: Fix wrong bit operation for IRQ priority

Minchan Kim (2):
      virtio_balloon: fix race by fill and leak
      virtio_balloon: fix race between migration and ballooning

Mykola Lysenko (5):
      drm/dp/mst: process broadcast messages correctly
      drm/dp/mst: always send reply for UP request
      drm/dp/mst: fix in MSTB RAD initialization
      drm/dp/mst: fix in RAD element access
      drm/dp/mst: deallocate payload on port destruction

Neil Horman (1):
      sctp: Fix port hash table size computation

Nicholas Bellinger (5):
      target: Fix LUN_RESET active I/O handling for ACK_KREF
      target: Fix LUN_RESET active TMR descriptor handling
      target: Fix TAS handling for multi-session se_node_acls
      target: Fix remote-port TMR ABORT + se_cmd fabric stop
      target: Fix race with SCF_SEND_DELAYED_TAS handling

Nicolai Hähnle (3):
      drm/amdgpu: remove unnecessary forward declaration
      drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
      drm/radeon: hold reference to fences in radeon_sa_bo_new

Nikolay Borisov (1):
      dm thin: fix race condition when destroying thin pool workqueue

Nishanth Menon (1):
      hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook

Oded Gabbay (1):
      drm/radeon: mask out WC from BO on unsupported arches

Oleksij Rempel (1):
      irqchip/mxs: Add missing set_handle_irq()

Oliver Neukum (1):
      cdc-acm:exclude Samsung phone 04e8:685d

Oren Givon (1):
      iwlwifi: update and fix 7265 series PCI IDs

Paolo Abeni (3):
      lwt: fix rx checksum setting for lwt devices tunneling over ipv6
      ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
      ipv6/udp: use sticky pktinfo egress ifindex on connect()

Paolo Bonzini (2):
      KVM: x86: fix missed hardware breakpoints
      KVM: x86: fix conversion of addresses to linear in 32-bit protected mode

Parthasarathy Bhuvaragan (1):
      tipc: fix connection abort during subscription cancel

Peter Jones (5):
      lib/ucs2_string: Add ucs2 -> utf8 helper functions
      efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
      efi: Do variable name validation tests in utf8
      efi: Make our variable validation list include the guid
      efi: Make efivarfs entries immutable by default

Peter Rosin (1):
      hwmon: (ads1015) Handle negative conversion values correctly

Phil Sutter (1):
      IFF_NO_QUEUE: Fix for drivers not calling ether_setup()

Quinn Tran (1):
      qla2xxx: Fix stale pointer access.

Rabin Vincent (1):
      mmc: usdhi6rol0: handle NULL data in timeout

Rainer Weikusat (2):
      af_unix: Don't set err in unix_stream_read_generic unless there was an error
      af_unix: Guard against other == sk in unix_dgram_sendmsg

Rasmus Villemoes (3):
      drm/amdgpu: use post-decrement in error handling
      drm/i915: fix error path in intel_setup_gmbus()
      drm/radeon: use post-decrement in error handling

Richard Cochran (1):
      posix-clock: Fix return code on the poll method's error path

Rob Clark (1):
      drm/vmwgfx: respect 'nomodeset'

Robert Jarzmik (1):
      mmc: pxamci: fix again read-only gpio detection polarity

Robin Murphy (1):
      of/irq: Fix msi-map calculation for nonzero rid-base

Roman Volkov (1):
      clocksource/drivers/vt8500: Increase the minimum delta

Russell King (1):
      net: dsa: fix mv88e6xxx switches

Sachin Kulkarni (1):
      mac80211: Requeue work after scan complete for all VIF types.

Samuel Thibault (1):
      Staging: speakup: Fix getting port information

Sandeep Pillai (1):
      enic: increment devcmd2 result ring in case of timeout

Sebastian Andrzej Siewior (2):
      btrfs: initialize the seq counter in struct btrfs_device
      PCI/AER: Flush workqueue on device remove to avoid use-after-free

Sekhar Nori (1):
      irqchip/omap-intc: Add support for spurious irq handling

Shawn Lin (1):
      phy: core: fix wrong err handle for phy_power_on

Simon Guinot (1):
      kernel/resource.c: fix muxed resource handling in __request_region()

Siva Reddy Kallam (1):
      tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs

Slava Grigorev (4):
      drm/radeon: Fix "slow" audio over DP on DCE8+
      drm/radeon: cleaned up VCO output settings for DP audio
      drm/radeon: Add a common function for DFS handling
      drm/radeon: fix DP audio support for APU with DCE4.1 display engine

Songjun Wu (1):
      dmaengine: at_xdmac: fix resume for cyclic transfers

Stefan Bader (1):
      bcache: prevent crash on changing writeback_running

Stefan Haberland (3):
      s390/dasd: prevent incorrect length error under z/VM after PAV changes
      s390/dasd: fix refcount for PAV reassignment
      s390/dasd: fix performance drop

Stefan Hajnoczi (1):
      sunrpc/cache: fix off-by-one in qword_get()

Steven Rostedt (Red Hat) (1):
      tracing: Fix showing function event in available_events

Sudip Mukherjee (1):
      Revert "Staging: panel: usleep_range is preferred over udelay"

Takashi Iwai (1):
      ALSA: hda - Apply clock gate workaround to Skylake, too

Tejun Heo (6):
      workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
      Revert "workqueue: make sure delayed work run in local cpu"
      libata: fix sff host state machine locking while polling
      cpuset: make mm migration asynchronous
      cgroup: make sure a parent css isn't offlined before its children
      writeback: keep superblock pinned during cgroup writeback association switches

Thierry Reding (1):
      drm/nouveau: platform: Fix deferred probe

Thomas Gleixner (14):
      genirq: Validate action before dereferencing it in handle_irq_event_percpu()
      x86/irq: Call chip->irq_set_affinity in proper context
      x86/irq: Validate that irq descriptor is still active
      x86/irq: Reorganize the return path in assign_irq_vector
      x86/irq: Reorganize the search in assign_irq_vector
      x86/irq: Check vector allocation early
      x86/irq: Copy vectormask instead of an AND operation
      x86/irq: Get rid of code duplication
      x86/irq: Remove offline cpus from vector cleanup
      x86/irq: Clear move_in_progress before sending cleanup IPI
      x86/irq: Remove the cpumask allocation from send_cleanup_vector()
      x86/irq: Remove outgoing CPU from vector cleanup mask
      x86/irq: Call irq_force_move_complete with irq descriptor
      x86/irq: Plug vector cleanup race

Thomas Hellstrom (2):
      drm/vmwgfx: Fix an incorrect lock check
      drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates

Thorsten Leemhuis (1):
      hwmon: (dell-smm) Blacklist Dell Studio XPS 8000

Tomas Winkler (1):
      mei: fix fasync return value on error

Toshi Kani (1):
      devm_memremap: Fix error value when memremap failed

Ursula Braun (1):
      af_iucv: Validate socket address length in iucv_sock_bind()

Vegard Nossum (3):
      uml: flush stdout before forking
      uml: fix hostfs mknod()
      um: link with -lpthread

Ville Syrjälä (1):
      drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+

Vineet Gupta (2):
      ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
      ARCv2: SMP: Emulate IPI to self using software triggered interrupt

Vinit Agnihotri (1):
      IB/qib: Support creating qps with GFP_NOIO flag

Viresh Kumar (1):
      cpufreq: Fix NULL reference crash while accessing policy->governor_data

Wanpeng Li (1):
      tick/nohz: Set the correct expiry when switching to nohz/lowres mode

Wenkai Du (1):
      mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400

Xin Long (2):
      sctp: translate network order to host order when users get a hmacid
      route: check and remove route cache when we get route

Zhang Rui (2):
      Thermal: initialize thermal zone device correctly
      Thermal: handle thermal zone device properly during system sleep

Zheng Liu (3):
      bcache: fix a livelock when we cause a huge number of cache misses
      bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
      bcache: unregister reboot notifier if bcache fails to unregister device

dann frazier (1):
      arm64: errata: Add -mpc-relative-literal-loads to build flags

subashab@codeaurora.org (1):
      ipv6: addrconf: Fix recursive spin lock call

zengtao (1):
      cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2016-03-03 23:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 23:34 Greg KH [this message]
2016-03-03 23:34 ` Linux 4.4.4 Greg KH
2016-03-05 10:48 ` Linux 4.4.4 [regression] Jörg-Volker Peetz
2016-03-05 10:48   ` Jörg-Volker Peetz
2016-03-05 17:41   ` Greg KH
2016-03-05 17:41     ` Greg KH
2016-03-05 18:53     ` Jörg-Volker Peetz
2016-03-06 13:18     ` Jörg-Volker Peetz
2016-03-07  1:14       ` Greg KH
2016-03-07  1:14         ` Greg KH
2016-03-07 14:20         ` Jörg-Volker Peetz
2016-03-07 14:20           ` Jörg-Volker Peetz
2016-03-07 16:20           ` Linus Torvalds
2016-03-07 16:20             ` Linus Torvalds
2016-03-07 16:44             ` Deucher, Alexander
2016-03-07 16:44               ` Deucher, Alexander
2016-03-07 17:40               ` Jörg-Volker Peetz
2016-03-07 17:40                 ` Jörg-Volker Peetz
2016-03-07 18:07                 ` Deucher, Alexander
2016-03-07 18:20                   ` Jörg-Volker Peetz
2016-03-08  8:16 ` Jean Delvare
2016-03-08  8:48   ` Jean Delvare
2016-03-09  4:16     ` Greg KH
2016-03-09 14:40       ` Deucher, Alexander
2016-03-09 16:28         ` 'Greg KH'
2016-03-09 16:31           ` Deucher, Alexander

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=20160303233415.GA30194@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.