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:	Thu, 22 Oct 2015 17:32:29 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.1.11

I'm announcing the release of the 4.1.11 kernel.

All users of the 4.1 kernel series must upgrade.

The updated 4.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.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/HOWTO                            |   28 ++---
 Makefile                                       |    2 
 arch/arm/Makefile                              |    8 +
 arch/arm/boot/dts/imx25-pdk.dts                |    5 -
 arch/arm/boot/dts/imx51-apf51dev.dts           |    2 
 arch/arm/boot/dts/imx53-ard.dts                |    4 
 arch/arm/boot/dts/imx53-m53evk.dts             |    4 
 arch/arm/boot/dts/imx53-qsb-common.dtsi        |    4 
 arch/arm/boot/dts/imx53-smd.dts                |    4 
 arch/arm/boot/dts/imx53-tqma53.dtsi            |    4 
 arch/arm/boot/dts/imx53-tx53.dtsi              |    4 
 arch/arm/boot/dts/imx53-voipac-bsb.dts         |    4 
 arch/arm/boot/dts/imx6qdl-rex.dtsi             |    2 
 arch/arm/boot/dts/omap3-beagle.dts             |    2 
 arch/arm/boot/dts/omap5-uevm.dts               |    4 
 arch/arm/kernel/kgdb.c                         |    8 +
 arch/arm/kernel/signal.c                       |   15 ++-
 arch/arm/kvm/interrupts_head.S                 |    6 -
 arch/arm/kvm/mmu.c                             |    6 -
 arch/arm/mach-exynos/mcpm-exynos.c             |   27 +++++
 arch/arm/mach-exynos/regs-pmu.h                |    6 +
 arch/arm64/kernel/efi.c                        |    3 
 arch/arm64/kernel/entry-ftrace.S               |   22 ++++
 arch/arm64/mm/fault.c                          |    1 
 arch/m68k/include/asm/linkage.h                |   30 ++++++
 arch/mips/loongson/common/env.c                |    3 
 arch/mips/mm/dma-default.c                     |    2 
 arch/powerpc/kvm/book3s.c                      |    6 +
 arch/powerpc/kvm/book3s_hv_rmhandlers.S        |    1 
 arch/powerpc/platforms/powernv/pci.c           |    5 -
 arch/powerpc/sysdev/fsl_msi.c                  |    5 -
 arch/powerpc/sysdev/mpic_pasemi_msi.c          |    6 -
 arch/powerpc/sysdev/mpic_u3msi.c               |    5 -
 arch/powerpc/sysdev/ppc4xx_msi.c               |    5 -
 arch/s390/boot/compressed/Makefile             |    2 
 arch/s390/kernel/compat_signal.c               |   27 ++++-
 arch/x86/kernel/alternative.c                  |    5 +
 arch/x86/kernel/apic/apic.c                    |    7 +
 arch/x86/kernel/cpu/perf_event_intel.c         |    5 -
 arch/x86/kernel/crash.c                        |    7 -
 arch/x86/kernel/entry_64.S                     |   16 +++
 arch/x86/kernel/paravirt.c                     |   16 ++-
 arch/x86/kernel/process_64.c                   |   52 ++++++++--
 arch/x86/kernel/tsc.c                          |   17 ++-
 arch/x86/kvm/svm.c                             |    2 
 arch/x86/kvm/vmx.c                             |    2 
 arch/x86/mm/init_64.c                          |    2 
 arch/x86/platform/efi/efi.c                    |   67 +++++++++++++
 arch/x86/xen/enlighten.c                       |   23 ++++
 drivers/base/cacheinfo.c                       |   10 +-
 drivers/base/property.c                        |    5 -
 drivers/base/regmap/regmap-debugfs.c           |    5 -
 drivers/clk/ti/clk-3xxx.c                      |    2 
 drivers/cpufreq/cpufreq-dt.c                   |    3 
 drivers/cpufreq/intel_pstate.c                 |   10 +-
 drivers/dma/dw/core.c                          |    4 
 drivers/firmware/efi/libstub/arm-stub.c        |   88 ++++++++++++++---
 drivers/gpu/drm/drm_dp_mst_topology.c          |    5 -
 drivers/gpu/drm/drm_lock.c                     |    6 +
 drivers/gpu/drm/i915/intel_bios.c              |   12 ++
 drivers/gpu/drm/qxl/qxl_display.c              |   14 +-
 drivers/gpu/drm/radeon/atombios_encoders.c     |    8 -
 drivers/hwmon/nct6775.c                        |   16 ++-
 drivers/infiniband/ulp/isert/ib_isert.c        |   47 +++++++++
 drivers/irqchip/irq-atmel-aic5.c               |   24 +++-
 drivers/irqchip/irq-gic-v3-its.c               |    6 +
 drivers/leds/led-class.c                       |    7 +
 drivers/macintosh/windfarm_core.c              |    2 
 drivers/md/bitmap.c                            |    3 
 drivers/md/dm-cache-policy-cleaner.c           |    2 
 drivers/md/dm-crypt.c                          |   17 +++
 drivers/md/dm-raid.c                           |    3 
 drivers/md/dm.c                                |    6 -
 drivers/md/persistent-data/dm-btree-internal.h |    6 +
 drivers/md/persistent-data/dm-btree-remove.c   |   12 --
 drivers/md/persistent-data/dm-btree-spine.c    |   37 +++++++
 drivers/md/persistent-data/dm-btree.c          |    7 -
 drivers/md/raid0.c                             |   75 +++++++--------
 drivers/mmc/core/host.c                        |    4 
 drivers/mmc/host/dw_mmc.c                      |  109 ++++++++++++++-------
 drivers/mmc/host/sdhci-esdhc-imx.c             |   50 ++++++++--
 drivers/mmc/host/sdhci.c                       |   67 +++++--------
 drivers/mmc/host/sdhci.h                       |    8 -
 drivers/mtd/nand/pxa3xx_nand.c                 |    3 
 drivers/mtd/nand/sunxi_nand.c                  |   27 ++---
 drivers/mtd/ubi/io.c                           |    5 +
 drivers/mtd/ubi/vtbl.c                         |    1 
 drivers/mtd/ubi/wl.c                           |    1 
 drivers/net/ethernet/intel/igb/igb_main.c      |    2 
 drivers/net/wireless/ath/ath10k/htc.c          |    4 
 drivers/net/wireless/ath/ath10k/htt_tx.c       |    8 +
 drivers/net/wireless/ath/ath10k/mac.c          |   16 +++
 drivers/net/wireless/ath/ath10k/pci.c          |    8 +
 drivers/net/wireless/ath/ath10k/wmi.c          |    1 
 drivers/net/wireless/rsi/rsi_91x_sdio_ops.c    |    8 +
 drivers/net/wireless/rsi/rsi_91x_usb_ops.c     |    8 +
 drivers/net/xen-netfront.c                     |    3 
 drivers/pci/access.c                           |   27 -----
 drivers/pci/bus.c                              |    2 
 drivers/pci/quirks.c                           |   20 +++-
 drivers/pcmcia/sa1100_generic.c                |    1 
 drivers/pcmcia/sa11xx_base.c                   |    3 
 drivers/platform/x86/toshiba_acpi.c            |    8 -
 drivers/power/avs/Kconfig                      |    2 
 drivers/scsi/3w-9xxx.c                         |   28 ++++-
 drivers/scsi/ipr.c                             |    2 
 drivers/scsi/scsi_error.c                      |   11 ++
 drivers/spi/spi-pxa2xx.c                       |    4 
 drivers/spi/spi-xtensa-xtfpga.c                |    4 
 drivers/spi/spi.c                              |    3 
 drivers/spi/spidev.c                           |    3 
 drivers/staging/android/ion/ion.c              |    6 -
 drivers/staging/speakup/fakekey.c              |    1 
 drivers/target/iscsi/iscsi_target.c            |   33 +++---
 drivers/target/iscsi/iscsi_target.h            |    2 
 drivers/target/iscsi/iscsi_target_configfs.c   |   14 +-
 drivers/target/iscsi/iscsi_target_login.c      |    8 -
 drivers/target/iscsi/iscsi_target_tpg.c        |   15 +--
 drivers/target/iscsi/iscsi_target_tpg.h        |    2 
 drivers/target/target_core_pr.c                |    3 
 drivers/target/target_core_ua.c                |    8 -
 drivers/target/target_core_xcopy.c             |    6 -
 drivers/tty/n_tty.c                            |   15 +--
 drivers/tty/serial/8250/8250_core.c            |    8 +
 drivers/tty/serial/amba-pl011.c                |    4 
 drivers/tty/serial/atmel_serial.c              |    2 
 drivers/tty/tty_io.c                           |   31 +++++-
 drivers/usb/chipidea/ci_hdrc_imx.c             |    2 
 drivers/usb/chipidea/udc.c                     |   84 ++++++++--------
 drivers/usb/core/config.c                      |    5 -
 drivers/usb/core/quirks.c                      |   13 ++
 drivers/usb/host/xhci-mem.c                    |   17 +--
 drivers/usb/host/xhci-ring.c                   |   79 ++++++++++++---
 drivers/usb/host/xhci.c                        |   15 ++-
 drivers/usb/misc/chaoskey.c                    |    2 
 drivers/usb/musb/musb_cppi41.c                 |    6 -
 drivers/usb/musb/musb_dsps.c                   |    7 +
 drivers/usb/phy/phy-generic.c                  |    3 
 drivers/usb/serial/option.c                    |   24 ++++
 drivers/usb/serial/whiteheat.c                 |   31 ++++++
 drivers/video/fbdev/Kconfig                    |    2 
 drivers/watchdog/sunxi_wdt.c                   |    2 
 fs/block_dev.c                                 |    7 +
 fs/btrfs/extent_io.c                           |   80 +++++++++++++---
 fs/btrfs/inode.c                               |    3 
 fs/cifs/cifsencrypt.c                          |   53 ++++++++++
 fs/cifs/inode.c                                |   34 ------
 fs/cifs/smb2ops.c                              |    8 +
 fs/cifs/smb2pdu.c                              |   76 ++++++++++++---
 fs/dcache.c                                    |   12 ++
 fs/internal.h                                  |    1 
 fs/namei.c                                     |   39 ++++++-
 fs/nfs/filelayout/filelayout.c                 |   31 ++----
 fs/nfs/pagelist.c                              |    2 
 fs/nfs/read.c                                  |    3 
 fs/nfs/write.c                                 |    5 -
 fs/ocfs2/dlm/dlmmaster.c                       |    9 +
 fs/ocfs2/dlm/dlmrecovery.c                     |    8 +
 fs/open.c                                      |   49 +++++----
 fs/overlayfs/inode.c                           |   25 ++---
 fs/overlayfs/overlayfs.h                       |    1 
 fs/overlayfs/super.c                           |    1 
 fs/ubifs/xattr.c                               |    3 
 include/linux/dcache.h                         |    2 
 include/linux/fs.h                             |    2 
 include/linux/mmc/core.h                       |    1 
 include/linux/security.h                       |    2 
 include/net/netfilter/nf_queue.h               |    2 
 include/net/netfilter/nf_tables.h              |    2 
 include/target/iscsi/iscsi_target_core.h       |    1 
 include/xen/interface/sched.h                  |    8 +
 ipc/msg.c                                      |   14 +-
 ipc/shm.c                                      |   13 +-
 ipc/util.c                                     |    8 -
 kernel/events/core.c                           |    8 -
 kernel/events/internal.h                       |   10 ++
 kernel/events/ring_buffer.c                    |   27 +++++
 kernel/irq/proc.c                              |   19 +++
 kernel/sched/core.c                            |   25 +++--
 kernel/sched/fair.c                            |   25 ++---
 kernel/sched/sched.h                           |    5 -
 kernel/time/timekeeping.c                      |    2 
 lib/iommu-common.c                             |    6 -
 mm/hugetlb.c                                   |    8 +
 mm/migrate.c                                   |    2 
 mm/slab.c                                      |   13 ++
 net/batman-adv/distributed-arp-table.c         |    7 -
 net/batman-adv/multicast.c                     |   81 ++++++++++++----
 net/batman-adv/network-coding.c                |    7 -
 net/batman-adv/originator.c                    |    5 +
 net/batman-adv/soft-interface.c                |   10 +-
 net/batman-adv/translation-table.c             |   37 +++++--
 net/batman-adv/types.h                         |   15 +--
 net/bluetooth/smp.c                            |   12 +-
 net/ipv4/inet_connection_sock.c                |    2 
 net/netfilter/core.c                           |    1 
 net/netfilter/ipvs/ip_vs_core.c                |   16 ++-
 net/netfilter/ipvs/ip_vs_ctl.c                 |   78 +++++++++------
 net/netfilter/ipvs/ip_vs_sched.c               |   12 +-
 net/netfilter/ipvs/ip_vs_sync.c                |    2 
 net/netfilter/ipvs/ip_vs_xmit.c                |   34 ++++++
 net/netfilter/nf_conntrack_expect.c            |    3 
 net/netfilter/nf_conntrack_netlink.c           |    5 -
 net/netfilter/nf_internals.h                   |    1 
 net/netfilter/nf_log.c                         |    9 +
 net/netfilter/nf_queue.c                       |   17 +++
 net/netfilter/nf_tables_core.c                 |    7 +
 net/netfilter/nfnetlink.c                      |    8 +
 net/netfilter/nfnetlink_queue_core.c           |   24 ++++
 net/netfilter/nft_compat.c                     |   24 +++-
 net/sunrpc/xprtrdma/svc_rdma_sendto.c          |   10 +-
 sound/arm/Kconfig                              |   15 +--
 sound/pci/hda/patch_cirrus.c                   |    1 
 sound/pci/hda/patch_realtek.c                  |   32 ++++--
 sound/pci/hda/patch_sigmatel.c                 |    6 +
 sound/soc/au1x/db1200.c                        |    4 
 sound/soc/codecs/sgtl5000.c                    |    4 
 sound/soc/dwc/designware_i2s.c                 |    4 
 sound/soc/pxa/Kconfig                          |    2 
 sound/soc/pxa/pxa2xx-ac97.c                    |    4 
 sound/synth/emux/emux_oss.c                    |    3 
 tools/lib/traceevent/event-parse.c             |   23 ++++
 tools/perf/arch/alpha/Build                    |    1 
 tools/perf/arch/mips/Build                     |    1 
 tools/perf/arch/parisc/Build                   |    1 
 tools/perf/builtin-stat.c                      |    5 -
 tools/perf/util/header.c                       |    4 
 tools/perf/util/hist.c                         |    3 
 tools/perf/util/symbol-elf.c                   |   35 ++-----
 virt/kvm/eventfd.c                             |  124 ++++++++++++++-----------
 virt/kvm/kvm_main.c                            |   19 +++
 231 files changed, 2252 insertions(+), 957 deletions(-)

Adrian Hunter (1):
      perf tools: Fix copying of /proc/kcore

Al Viro (1):
      fix a braino in ovl_d_select_inode()

Alex Gartrell (1):
      ipvs: skb_orphan in case of forwarding

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

Alexander Inyukhin (1):
      USB: chaoskey read offset bug

Alexey Brodkin (1):
      mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

Andreas Schwab (1):
      m68k: Define asmlinkage_protect

Andy Grover (1):
      target/iscsi: Fix np_ip bracket issue by removing np_ip

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

Andy Shevchenko (2):
      dmaengine: dw: properly read DWC_PARAMS register
      device property: fix potential NULL pointer dereference

Antoine Ténart (1):
      mtd: pxa3xx_nand: add a default chunk size

Ard Biesheuvel (2):
      ARM: 8429/1: disable GCC SRA optimization
      arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions

Arnaldo Carvalho de Melo (2):
      perf hists: Update the column width for the "srcline" sort key
      perf header: Fixup reading of HEADER_NRCPUS feature

Azael Avalos (1):
      toshiba_acpi: Fix hotkeys registration on some toshiba models

Ben Dooks (1):
      clk: ti: fix dual-registration of uart4_ick

Ben Hutchings (2):
      perf tools: Add empty Build files for architectures lacking them
      genirq: Fix race in register_irq_proc()

Ben Segall (1):
      sched/fair: Prevent throttling in early pick_next_task_fair()

Bin Liu (1):
      usb: musb: dsps: fix polling in device-only mode

Bjorn Helgaas (1):
      PCI: Clear IORESOURCE_UNSET when clipping a bridge window

Boris BREZILLON (2):
      mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()
      mtd: nand: sunxi: fix OOB handling in ->write_xxx() functions

Borislav Petkov (1):
      cpu/cacheinfo: Fix teardown path

Carl Frederik Werner (1):
      ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again

Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Chas Williams (1):
      net/xen-netfront: only napi_synchronize() if running

Christian Borntraeger (1):
      s390/boot/decompression: disable floating point in decompressor

Christian Engelmayer (1):
      rsi: Fix possible leak when loading firmware

Christoph Hellwig (1):
      3w-9xxx: don't unmap bounce buffered commands

Chuck Lever (1):
      svcrdma: Fix send_reply() scatter/gather set-up

Daniel Vetter (1):
      drm: Reject DRI1 hw lock ioctl functions for kms drivers

Dave Airlie (2):
      drm/qxl: only report first monitor as connected if we have no state
      drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)

Dave Martin (1):
      serial/amba-pl011: Disable interrupts around TX softirq

David Howells (2):
      overlay: Call ovl_drop_write() earlier in ovl_dentry_open()
      overlayfs: Make f_path always point to the overlay and f_inode to the underlay

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

Dirk Müller (1):
      Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS

Dominik Dingel (1):
      sched: access local runqueue directly in single_task_running

Dong Aisheng (4):
      mmc: sdhci-esdhc-imx: fix cd regression for dt platform
      dts: imx51: fix sd card gpio polarity specified in device tree
      dts: imx53: fix sd card gpio polarity specified in device tree
      dts: imx25: fix sd card gpio polarity specified in device tree

Doug Anderson (1):
      ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints

Eric Dumazet (1):
      inet: fix potential deadlock in reqsk_queue_unlink()

Eric W. Biederman (4):
      netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
      netfilter: nftables: Do not run chains in the wrong network namespace
      dcache: Handle escaped paths in prepend_path
      vfs: Test for and handle paths that are unreachable from their mnt_root

Fabiano Fidêncio (1):
      drm/qxl: recreate the primary surface when the bo is not primary

Fabio Estevam (2):
      mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe
      mmc: sdhci-esdhc-imx: Do not break platform data boards

Felipe Balbi (1):
      usb: musb: cppi41: allow it to work again

Felipe F. Tonello (1):
      ARM: dts: fix usb pin control for imx-rex dts

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

Florian Westphal (1):
      netfilter: nf_log: don't zap all loggers on unregister

Francesco Lavra (1):
      watchdog: sunxi: fix activation of system reset

Gabriel Krisman Bertazi (1):
      ipr: Enable SIS pipe commands for SIS-32 devices.

Gautham R. Shenoy (1):
      KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit

Gianluca Renzi (1):
      ASoC: sgtl5000: fix wrong register MIC_BIAS_VOLTAGE setup on probe

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

Greg Kroah-Hartman (1):
      Linux 4.1.11

Guenter Roeck (3):
      hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
      spi: Fix documentation of spi_alloc_master()
      MIPS: Fix console output for Fulong2e system

Haibo Chen (1):
      mmc: sdhci: fix dma memory leak in sdhci_pre_req()

Heiko Stuebner (1):
      PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS

James Hogan (1):
      MIPS: dma-default: Fix 32-bit fall back to GFP_DMA

Jani Nikula (1):
      drm/i915/bios: handle MIPI Sequence Block v3+ gracefully

Jann Horn (2):
      security: fix typo in security_task_prctl
      drivers/tty: require read access for controlling terminal

Jason Wang (4):
      kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
      kvm: fix zero length mmio searching
      kvm: factor out core eventfd assign/deassign logic
      kvm: fix double free for fast mmio eventfd

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

Jeff Moyer (1):
      blockdev: don't set S_DAX for misaligned partitions

Jenny Derzhavetz (2):
      iser-target: remove command with state ISTATE_REMOVE
      iser-target: Put the reference on commands waiting for unsol data

Joe Stringer (1):
      netfilter: nf_conntrack: Support expectations in different zones

Joe Thornber (2):
      dm btree: add ref counting ops for the leaves of top level btrees
      dm cache: fix NULL pointer when switching from cleaner policy

Johan Hedberg (1):
      Bluetooth: Delay check for conn->smp in smp_conn_security()

Johan Hovold (1):
      USB: whiteheat: fix potential null-deref at probe

John Flatness (1):
      ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1

John Stultz (1):
      time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()

Joonsoo Kim (1):
      mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)

Joseph Qi (1):
      ocfs2/dlm: fix deadlock when dispatch assert master

Julian Anastasov (4):
      ipvs: do not use random local source address for tunnels
      ipvs: fix crash if scheduler is changed
      ipvs: fix crash with sync protocol v0 and FTP
      ipvs: call skb_sender_cpu_clear

Junichi Nomura (1):
      dm: fix AB-BA deadlock in __dm_destroy()

Kan Liang (1):
      perf stat: Get correct cpu id for print_aggr

Kapileshwar Singh (1):
      tools lib traceevent: Fix string handling in heterogeneous arch environments

Kinglong Mee (2):
      NFS: Do cleanup before resetting pageio read/write to mds
      nfs/filelayout: Fix NULL reference caused by double freeing of fh_array

Kosuke Tatsukawa (1):
      tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c

Lars-Peter Clausen (1):
      ASoC: db1200: Fix DAI link format for db1300 and db1550

Laura Abbott (1):
      ALSA: hda: Add dock support for ThinkPad T550

Lee, Chun-Yi (1):
      x86/kexec: Fix kexec crash in syscall kexec_file_load()

Li Bin (1):
      arm64: ftrace: fix function_graph tracer panic

Li Jun (1):
      usb: chipidea: imx: fix a typo for imx6sx

Linus Lüssing (6):
      batman-adv: Make DAT capability changes atomic
      batman-adv: Make NC capability changes atomic
      batman-adv: Make TT capability changes atomic
      batman-adv: Make MCAST capability changes atomic
      batman-adv: Fix potential synchronization issues in mcast tvlv handler
      batman-adv: Fix potentially broken skb network header access

Linus Torvalds (1):
      Initialize msg/shm IPC objects before doing ipc_addid()

Linus Walleij (1):
      fbdev: select versatile helpers for the integrator

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

Ludovic Desroches (1):
      irqchip/atmel-aic5: Use per chip mask caches in mask/unmask()

Mans Rullgard (1):
      serial: 8250: add uart_config entry for PORT_RT2880

Marc Zyngier (2):
      arm: KVM: Disable virtual timer even if the guest is not using it
      irqchip/gic-v3-its: Add missing cache flushes

Marek Lindner (2):
      batman-adv: fix kernel crash due to missing NULL checks
      batman-adv: protect tt_local_entry from concurrent delete events

Marek Majtyka (1):
      arm: KVM: Fix incorrect device to IPA mapping

Mario Carrillo (1):
      docs: update HOWTO for 3.x -> 4.x versioning

Mark Brown (2):
      regmap: debugfs: Ensure we don't underflow when printing access masks
      regmap: debugfs: Don't bother actually printing when calculating max length

Mark Salyzyn (1):
      arm64: readahead: fault retry breaks mmap file read random detection

Martin Schwidefsky (1):
      s390/compat: correct uc_sigmask of the compat signal frame

Mathias Nyman (4):
      xhci: give command abortion one more chance before killing xhci
      xhci: change xhci 1.0 only restrictions to support xhci 1.1
      xhci: init command timeout timer earlier to avoid deleting it uninitialized
      usb: Use the USB_SS_MULT() macro to get the burst multiplier.

Matt Fleming (1):
      x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down

Max Filippov (1):
      spi: xtensa-xtfpga: fix register endianness

Mel Gorman (1):
      mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault

Michal Hocko (1):
      scsi: fix scsi_error_handler vs. scsi_host_dev_release race

Michal Kazior (2):
      ath10k: fix dma_mapping_error() handling
      ath10k: reject 11b tx fragmentation configuration

Michel Dänzer (1):
      drm/radeon: Restore LCD backlight level on resume (>= R5xx)

Mike Snitzer (1):
      dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE

Mikulas Patocka (1):
      dm raid: fix round up of default region size

Naoya Horiguchi (1):
      mm: migrate: hugetlb: putback destination hugepage to active list

NeilBrown (3):
      md/raid0: update queue parameter in a safer location.
      md/raid0: apply base queue limits *before* disk_stack_limits
      md/bitmap: don't pass -1 to bitmap_storage_alloc.

Nicholas Bellinger (2):
      target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
      target: Fix v4.1 UNIT_ATTENTION se_node_acl->device_list[] NULL pointer

Pablo Neira Ayuso (5):
      netfilter: nfnetlink: work around wrong endianess in res_id field
      netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()
      netfilter: ctnetlink: put back references to master ct and expect objects
      netfilter: nf_log: wait for rcu grace after logger unregistration
      netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

Paul Bolle (1):
      windfarm: decrement client count when unregistering

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

Peng Tao (1):
      nfs: fix pg_test page count calculation

Peter Chen (1):
      usb: chipidea: udc: using the correct stall implementation

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

Peter Zijlstra (3):
      perf/x86/intel: Fix constraint access
      perf: Fix AUX buffer refcounting
      sched/core: Fix TASK_DEAD race in finish_task_switch()

Prarit Bhargava (1):
      intel_pstate: Fix overflow in busy_scaled due to long delay

Reyad Attiyat (1):
      usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers

Ricardo Ribalda Delgado (1):
      leds/led-class: Add missing put_device()

Richard Weinberger (2):
      UBIFS: Kill unneeded locking in ubifs_init_security
      UBI: Validate data_size

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

Roger Quadros (4):
      usb: xhci: lock mutex on xhci_stop
      usb: xhci: Clear XHCI_STATE_DYING on start
      usb: xhci: exit early in xhci_setup_device() if we're halted or dying
      usb: phy: phy-generic: Fix reset behaviour on legacy boot

Russell King (2):
      ARM: fix Thumb2 signal handling when ARMv6 is enabled
      pcmcia: sa11x0: fix missing clk_put() in sa11x0 socket drivers

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

Shawn Lin (1):
      staging: ion: fix corruption of ion_import_dma_buf

Sowmini Varadhan (1):
      lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hint

Stefan Assmann (1):
      igb: do not re-init SR-IOV during probe

Stephen Smalley (1):
      x86/mm: Set NX on gap between __ex_table and rodata

Steve French (3):
      Fix sec=krb5 on smb3 mounts
      disabling oplocks/leases via module parm enable_oplocks broken for SMB3
      Do not fall back to SMBWriteX in set_file_size error cases

Sudip Mukherjee (1):
      spi: spidev: fix possible NULL dereference

Takashi Iwai (3):
      ALSA: hda - Disable power_save_node for Thinkpads
      ALSA: synth: Fix conflicting OSS device registration on AWE32
      ALSA: hda - Disable power_save_node for IDT 92HD73xx chips

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

Thomas Gleixner (2):
      x86/alternatives: Make optimize_nops() interrupt safe and synced
      x86/process: Add proper bound checks in 64bit get_wchan()

Thomas Huth (1):
      KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()

Trond Myklebust (2):
      NFS: Fix a write performance regression
      namei: results of d_is_negative() should be checked after dentry revalidation

Ulf Hansson (1):
      mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset

Uwe Kleine-König (1):
      serial: atmel: fix error path of probe function

Vincent Palatin (1):
      usb: Add device quirk for Logitech PTZ cameras

Viresh Kumar (1):
      cpufreq: dt: Tolerance applies on both sides of target voltage

Vitaly Kuznetsov (1):
      x86/xen: Support kexec/kdump in HVM guests by doing a soft reset

Wanpeng Li (1):
      KVM: vmx: fix VPID is 0000H in non-root operation

Yao-Wen Mao (1):
      USB: Add reset-resume quirk for two Plantronics usb headphones.

Yitian Bu (1):
      ASoC: dwc: correct irq clear method

covici@....covici.com (1):
      staging: speakup: fix speakup-r regression

shengyong (1):
      UBI: return ENOSPC if no enough space available


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ