[kernel-br] Fwd: Linux 4.2.4

Albino B Neto bino em bino.us
Sexta Outubro 23 07:01:01 EDT 2015


---------- Forwarded message ----------
From: Greg KH <gregkh em linuxfoundation.org>
Date: 2015-10-22 22:33 GMT-02:00
Subject: Linux 4.2.4
To: linux-kernel em vger.kernel.org, Andrew Morton
<akpm em linux-foundation.org>, torvalds em linux-foundation.org,
stable em vger.kernel.org
Cc: lwn em lwn.net, Jiri Slaby <jslaby em suse.cz>


I'm announcing the release of the 4.2.4 kernel.

All users of the 4.2 kernel series must upgrade.

The updated 4.2.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-4.2.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/arc/plat-axs10x/axs10x.c                  |    2
 arch/arm/Makefile                              |    8 +
 arch/arm/boot/dts/exynos5420.dtsi              |    2
 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/boot/dts/sun7i-a20.dtsi               |    2
 arch/arm/kernel/kgdb.c                         |    8 +
 arch/arm/kernel/perf_event.c                   |    4
 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/arm/plat-pxa/ssp.c                        |    1
 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/kernel/cps-vec.S                     |   12 +-
 arch/mips/kernel/setup.c                       |   10 +-
 arch/mips/loongson64/common/env.c              |    3
 arch/mips/mm/dma-default.c                     |    2
 arch/mips/net/bpf_jit_asm.S                    |   50 +++++++++-
 arch/powerpc/kvm/book3s.c                      |    6 +
 arch/powerpc/kvm/book3s_hv.c                   |    2
 arch/powerpc/kvm/book3s_hv_rmhandlers.S        |    1
 arch/powerpc/platforms/pasemi/msi.c            |    5 -
 arch/powerpc/platforms/powernv/pci.c           |    5 -
 arch/powerpc/sysdev/fsl_msi.c                  |    5 -
 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/entry/entry_64.S                      |   16 +++
 arch/x86/include/asm/msr-index.h               |    1
 arch/x86/include/asm/preempt.h                 |    4
 arch/x86/include/asm/qspinlock.h               |   19 ++-
 arch/x86/kernel/alternative.c                  |    5 +
 arch/x86/kernel/apic/apic.c                    |    7 +
 arch/x86/kernel/apic/io_apic.c                 |    5 -
 arch/x86/kernel/cpu/perf_event_intel.c         |    5 -
 arch/x86/kernel/crash.c                        |    7 -
 arch/x86/kernel/paravirt.c                     |   16 ++-
 arch/x86/kernel/process_64.c                   |   52 ++++++++--
 arch/x86/kernel/tsc.c                          |   17 ++-
 arch/x86/kvm/svm.c                             |  111 +---------------------
 arch/x86/kvm/vmx.c                             |   13 ++
 arch/x86/kvm/x86.c                             |    2
 arch/x86/mm/init_64.c                          |    2
 arch/x86/pci/intel_mid_pci.c                   |   24 ++++
 arch/x86/platform/efi/efi.c                    |   67 +++++++++++++
 arch/x86/xen/enlighten.c                       |   23 ++++
 block/blk-cgroup.c                             |    3
 block/blk-mq.c                                 |    9 +
 drivers/base/cacheinfo.c                       |   10 +-
 drivers/base/property.c                        |    5 -
 drivers/base/regmap/regmap-debugfs.c           |    5 -
 drivers/block/xen-blkback/xenbus.c             |   38 ++++---
 drivers/clk/samsung/clk-cpu.c                  |   10 +-
 drivers/clk/ti/clk-3xxx.c                      |    2
 drivers/clk/ti/clk-7xx.c                       |   18 ---
 drivers/cpufreq/acpi-cpufreq.c                 |    3
 drivers/cpufreq/cpufreq-dt.c                   |    3
 drivers/crypto/marvell/cesa.h                  |   27 +++++
 drivers/crypto/marvell/cipher.c                |    7 -
 drivers/crypto/marvell/hash.c                  |    8 -
 drivers/dma/at_xdmac.c                         |   20 ++--
 drivers/dma/dw/core.c                          |    4
 drivers/dma/pxa_dma.c                          |    1
 drivers/extcon/extcon.c                        |   10 +-
 drivers/firmware/efi/libstub/arm-stub.c        |   88 ++++++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c        |    2
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c        |   68 ++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c         |    2
 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c |    3
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c          |    4
 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c          |    4
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c          |    4
 drivers/gpu/drm/amd/amdgpu/vi.c                |    3
 drivers/gpu/drm/drm_dp_mst_topology.c          |   41 +++++---
 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/hv/hv_utils_transport.c                |    2
 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/Kconfig                           |    2
 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-thin.c                           |    4
 drivers/md/dm.c                                |    6 -
 drivers/md/raid0.c                             |   75 +++++++--------
 drivers/mmc/core/core.c                        |    6 -
 drivers/mmc/core/host.c                        |    4
 drivers/mmc/host/dw_mmc.c                      |  109 ++++++++++++++-------
 drivers/mmc/host/sdhci-pxav3.c                 |    6 +
 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/e1000e/netdev.c     |   31 ++++--
 drivers/net/ethernet/intel/igb/igb_main.c      |    2
 drivers/net/ethernet/via/Kconfig               |    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          |   85 ++++++++++-------
 drivers/net/wireless/ath/ath10k/mac.h          |    6 -
 drivers/net/wireless/ath/ath10k/pci.c          |    8 +
 drivers/net/wireless/ath/ath10k/wmi-tlv.c      |   34 +++++-
 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/nvdimm/pmem.c                          |    2
 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/regulator/axp20x-regulator.c           |    4
 drivers/regulator/core.c                       |   20 ++--
 drivers/scsi/3w-9xxx.c                         |   28 ++++-
 drivers/scsi/hpsa.c                            |   15 +--
 drivers/scsi/ipr.c                             |    2
 drivers/scsi/scsi_error.c                      |   11 ++
 drivers/spi/spi-bcm2835.c                      |    6 -
 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_parameters.c |    5 -
 drivers/target/iscsi/iscsi_target_tpg.c        |   15 +--
 drivers/target/iscsi/iscsi_target_tpg.h        |    2
 drivers/target/target_core_device.c            |    5 -
 drivers/target/target_core_pr.c                |   91 +++++++++++++-----
 drivers/target/target_core_xcopy.c             |    6 -
 drivers/thermal/cpu_cooling.c                  |   52 ++++++----
 drivers/tty/n_tty.c                            |   15 +--
 drivers/tty/serial/8250/8250_core.c            |    8 +
 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-pci.c                    |   90 +++++++++---------
 drivers/usb/host/xhci-ring.c                   |   79 ++++++++++++---
 drivers/usb/host/xhci.c                        |   29 +++--
 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/watchdog/imgpdc_wdt.c                  |    1
 drivers/watchdog/sunxi_wdt.c                   |    2
 drivers/xen/preempt.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/dax.c                                       |    3
 fs/dcache.c                                    |    7 +
 fs/namei.c                                     |   35 ++++++-
 fs/nfs/delegation.c                            |    8 +
 fs/nfs/delegation.h                            |    2
 fs/nfs/filelayout/filelayout.c                 |   31 ++----
 fs/nfs/nfs42proc.c                             |    4
 fs/nfs/nfs4proc.c                              |   81 +++++++++-------
 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/ubifs/xattr.c                               |    3
 include/asm-generic/preempt.h                  |    5 -
 include/asm-generic/qspinlock.h                |    4
 include/linux/cgroup-defs.h                    |   27 -----
 include/linux/init_task.h                      |    8 +
 include/linux/mm.h                             |   21 ++++
 include/linux/preempt.h                        |   19 ++-
 include/linux/sched.h                          |   18 ++-
 include/linux/security.h                       |    2
 include/net/netfilter/br_netfilter.h           |    2
 include/net/netfilter/nf_conntrack.h           |    1
 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/cgroup.c                                |  110 ++++++++++++++++------
 kernel/fork.c                                  |    4
 kernel/irq/proc.c                              |   19 +++
 kernel/locking/qspinlock.c                     |    2
 kernel/sched/core.c                            |   31 +++---
 kernel/sched/sched.h                           |    5 -
 kernel/time/clocksource.c                      |    2
 kernel/time/timekeeping.c                      |    2
 lib/iommu-common.c                             |    6 -
 mm/hugetlb.c                                   |    8 +
 mm/memcontrol.c                                |   30 +++---
 mm/migrate.c                                   |   14 ++
 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                |    7 +
 net/batman-adv/translation-table.c             |    8 +
 net/batman-adv/types.h                         |   15 +--
 net/bluetooth/smp.c                            |   12 +-
 net/netfilter/ipset/ip_set_hash_gen.h          |   12 +-
 net/netfilter/ipset/ip_set_hash_netnet.c       |   20 +++-
 net/netfilter/ipset/ip_set_hash_netportnet.c   |   20 +++-
 net/netfilter/nf_conntrack_core.c              |    3
 net/netfilter/nf_log.c                         |    9 +
 net/netfilter/nf_synproxy_core.c               |    2
 net/netfilter/nfnetlink.c                      |    8 +
 net/netfilter/nft_compat.c                     |   24 +++-
 net/netfilter/xt_CT.c                          |    2
 net/sunrpc/xprtrdma/svc_rdma_sendto.c          |   10 +-
 sound/arm/Kconfig                              |   15 +--
 sound/pci/hda/hda_tegra.c                      |   30 +++++-
 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/codecs/tas2552.c                     |    2
 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/lguest/lguest.c                          |   10 +-
 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/parse-events.y                 |    2
 tools/perf/util/probe-event.c                  |   13 +-
 tools/perf/util/probe-event.h                  |    2
 tools/perf/util/symbol-elf.c                   |   35 ++-----
 virt/kvm/eventfd.c                             |  124 ++++++++++++++-----------
 virt/kvm/kvm_main.c                            |   19 +++
 271 files changed, 2735 insertions(+), 1323 deletions(-)

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

Akinobu Mita (1):
      blk-mq: avoid setting hctx->tags->cpumask before allocation

Alex Deucher (2):
      drm/amdgpu: Fix max_vblank_count value for current display engines
      drm/amdgpu: Restore LCD backlight level on resume

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

Alexander Sverdlin (1):
      MIPS: bootmem: Fix mapstart calculation for contiguous maps

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

Andreas Dannenberg (1):
      ASoC: tas2552: fix dBscale-min declaration

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 (3):
      dmaengine: dw: properly read DWC_PARAMS register
      x86/pci/intel_mid_pci: Work around for IRQ0 assignment
      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 (3):
      perf hists: Update the column width for the "srcline" sort key
      perf header: Fixup reading of HEADER_NRCPUS feature
      perf probe: Use existing routine to look for a kernel module by
dso->short_name

Aurelien Jarno (2):
      MIPS: BPF: Avoid unreachable code on little endian
      MIPS: BPF: Fix build on pre-R2 little endian CPUs

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

Bartlomiej Zolnierkiewicz (1):
      clk: samsung: fix cpu clock's flags checking

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

Bernhard Thaler (1):
      netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n

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

Chaotian Jing (1):
      mmc: core: fix dead loop of mmc_retune

Charles Keepax (1):
      regulator: core: Correct return value check in regulator_resolve_supply

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

Chen-Yu Tsai (1):
      regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5

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

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

Christian König (1):
      drm/amdgpu: fix overflow on 32bit systems

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

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

Dan Carpenter (3):
      hv: util: checking the wrong variable
      extcon: Fix signedness bugs about break error handling
      hpsa: fix an sprintf() overflow in the reset handler

Daniel Borkmann (1):
      netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths

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

Dave Airlie (3):
      drm/qxl: only report first monitor as connected if we have no state
      drm/dp/mst: fixup handling hotplug on port removal.
      drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)

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

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

Elad Raz (1):
      netfilter: ipset: Fixing unnamed union init

Eric W. Biederman (2):
      dcache: Handle escaped paths in prepend_path
      vfs: Test for and handle paths that are unreachable from their mnt_root

Ezequiel Garcia (1):
      watchdog: imgpdc: Unregister restart handler on remove

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

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

Greg Thelen (2):
      memcg: make mem_cgroup_read_stat() unsigned
      memcg: fix dirty page migration

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

Hans de Goede (1):
      extcon: Fix attached value returned by is_extcon_changed

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

Igor Mammedov (1):
      kvm: svm: reset mmu on VCPU reset

J. Bruce Fields (1):
      nfs: fix v4.2 SEEK on files over 2 gigs

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

Jarkko Nikula (1):
      ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

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

Javi Merino (2):
      thermal: cpu_cooling: don't call kcalloc() under rcu_read_lock
      thermal: cpu_cooling: free power table on error or when unregistering

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

Jeff Moyer (2):
      dax: fix O_DIRECT I/O to the last block of a blockdev
      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

Jiri Olsa (1):
      perf tools: Fix parse_events_add_pmu caller

Joe Thornber (1):
      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 (2):
      time: Fix timekeeping_freqadjust()'s incorrect use of abs()
instead of abs64()
      clocksource: Fix abs() usage w/ 64bit values

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

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

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

Jozsef Kadlecsik (1):
      netfilter: ipset: Out of bound access in hash:net* types fixed

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

Konstantin Khlebnikov (3):
      sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
      sched/preempt, xen: Use need_resched() instead of should_resched()
      sched/preempt, powerpc, kvm: Use need_resched() instead of
should_resched()

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

Leo Liu (3):
      drm/amdgpu: Disable UVD PG
      drm/amdgpu: fix the UVD suspend sequence order
      drm/amdgpu: make UVD handle checking more strict

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

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

Ludovic Desroches (3):
      dmaengine: at_xdmac: clean used descriptor
      dmaengine: at_xdmac: fix bug in prep_dma_cyclic
      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

Marcin Wojtas (1):
      mmc: sdhci-pxav3: fix error handling of armada_38x_quirks

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 (3):
      regulator: core: Handle probe deferral from DT when resolving supplies
      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

Martin Sperl (1):
      spi: bcm2835: BUG: fix wrong use of PAGE_MASK

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

Maxime Ripard (1):
      dmaengine: at_xdmac: change block increment addressing mode

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 (6):
      ath10k: fix dma_mapping_error() handling
      ath10k: fix per-vif queue locking
      ath10k: reject 11b tx fragmentation configuration
      ath10k: fix peer limit enforcement
      ath10k: wake up offchannel queue properly
      ath10k: wake up queue upon vif creation

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

Mike Snitzer (2):
      dm thin: disable discard support for thin devices if pool's is disabled
      dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE

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

Nadav Haklai (2):
      mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x
sdhci driver
      mmc: sdhci-pxav3: disable clock inversion for HS MMC cards

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 (3):
      target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
      target: Fix PR registration + APTPL RCU conversion regression
      iscsi-target: Avoid OFMarker + IFMarker negotiation

Pablo Neira Ayuso (4):
      netfilter: nfnetlink: work around wrong endianess in res_id field
      netfilter: nf_tables: Use 32 bit addressing register from
nft_type_to_reg()
      netfilter: nf_log: wait for rcu grace after logger unregistration
      netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

Paolo Bonzini (4):
      KVM: x86: trap AMD MSRs for the TSeg base and mask
      Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"
      Revert "KVM: SVM: use NPT page attributes"
      Revert "KVM: SVM: Sync g_pat with guest-written PAT value"

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

Paul Burton (3):
      MIPS: CPS: Stop dangling delay slot from has_mt.
      MIPS: CPS: Don't include MT code in non-MT kernels.
      MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT

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 Ujfalusi (1):
      clk: ti: clk-7xx: Remove hardwired ABE clock configuration

Peter Zijlstra (4):
      perf/x86/intel: Fix constraint access
      locking/qspinlock/x86: Fix performance regression under unaccelerated VMs
      locking/qspinlock/x86: Only emit the test-and-set fallback when
building guest support
      sched/core: Fix TASK_DEAD race in finish_task_switch()

Raanan Avargil (1):
      e1000e: Fix tight loop implementation of systime read algorithm

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 (3):
      dmaengine: pxa_dma: fix initial list move
      ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
      ASoC: fix broken pxa SoC support

Roger Pau Monne (1):
      xen/blkback: free requests on disconnection

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

Ross Zwisler (1):
      pmem: add proper fencing to pmem_rw_page()

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

Rusty Russell (1):
      tools/lguest: Fix redefinition of struct virtio_pci_cfg_cap

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

Srinivas Pandruvada (1):
      cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpus

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

Stephen Boyd (1):
      ARM: 8401/1: perf: Set affinity for PPI based PMUs

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 (2):
      spi: spidev: fix possible NULL dereference
      net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected

Takashi Iwai (5):
      leds:lp55xx: Correct Kconfig dependency for f/w user helper
      ALSA: hda/tegra - async probe for avoiding module loading deadlock
      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

Tejun Heo (3):
      block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg
      Revert "cgroup: simplify threadgroup locking"
      Revert "sched, cgroup: replace signal_struct->group_rwsem with a
global percpu_rwsem"

Thomas Gleixner (3):
      x86/alternatives: Make optimize_nops() interrupt safe and synced
      x86/ioapic: Force affinity setting in setup_ioapic_dest()
      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()

Thomas Petazzoni (1):
      crypto: marvell - properly handle
CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests

Timo Sigurdsson (1):
      ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet
SoC specifications

Tomer Barletz (1):
      xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM

Trond Myklebust (3):
      NFSv4: Recovery of recalled read delegations is broken
      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

Vineet Gupta (1):
      ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs

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

Wang Nan (1):
      perf tools: Add missing forward declaration of struct map to probe-event.h

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 em ccs.covici.com (1):
      staging: speakup: fix speakup-r regression

shengyong (1):
      UBI: return ENOSPC if no enough space available
-------------- Próxima Parte ----------
Um anexo não texto foi limpo...
Nome  : signature.asc
Tipo  : application/pgp-signature
Tam   : 835 bytes
Descr.: não disponível
Url   : http://lists.kernelnewbies.org/pipermail/kernel-br/attachments/20151023/fe7700e8/attachment-0001.bin 


Mais detalhes sobre a lista de discussão kernel-br