All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
	ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.8 000/138] 4.8.7-stable review
Date: Wed,  9 Nov 2016 11:44:43 +0100	[thread overview]
Message-ID: <20161109102844.808685475@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.8.7 release.
There are 138 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Fri Nov 11 10:28:05 UTC 2016.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.7-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.8.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.8.7-rc1

Oliver Neukum <oneukum@suse.com>
    HID: usbhid: add ATEN CS962 to list of quirky devices

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    cpufreq: intel_pstate: Set P-state upfront in performance mode

Boris Brezillon <boris.brezillon@free-electrons.com>
    ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()

Goldwyn Rodrigues <rgoldwyn@suse.com>
    btrfs: qgroup: Prevent qgroup->reserved from going subzero

Owen Hofmann <osh@google.com>
    kvm: x86: Check memopp before dereference (CVE-2016-8630)

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: fix oops when using older ARMv4T CPUs

Jiri Slaby <jslaby@suse.cz>
    tty: vt, fix bogus division in csi_J

Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    v4l: vsp1: Prevent pipelines from running when not streaming

Tony Lindgren <tony@atomide.com>
    usb: musb: Fix hardirq-safe hardirq-unsafe lock order error

Stefan Wahren <stefan.wahren@i2se.com>
    usb: chipidea: host: fix NULL ptr dereference during shutdown

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    usb: dwc3: Fix size used in dma_free_coherent()

David Hsu <davidhsu@google.com>
    pwm: Unexport children before chip removal

Wei Yongjun <weiyongjun1@huawei.com>
    omapfb: fix return value check in dsi_bind()

Dan Carpenter <dan.carpenter@oracle.com>
    video: fbdev: pxafb: potential NULL dereference on error

Emilio López <emilio.lopez@collabora.co.uk>
    uapi: add missing install of sync_file.h

Boris Brezillon <boris.brezillon@free-electrons.com>
    UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header

Liping Zhang <liping.zhang@spreadtrum.com>
    netfilter: xt_NFLOG: fix unexpected truncated packet

Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
    i2c: mark device nodes only in case of successful instantiation

Daniel Stone <daniels@collabora.com>
    drm: i915: Wait for fences on new fb, not old

Paulo Zanoni <paulo.r.zanoni@intel.com>
    drm/i915/fbc: fix CFB size calculation for gen8+

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Clean up DDI DDC/AUX CH sanitation

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Respect alternate_aux_channel for all DDI ports

Felix Monninger <felix.monninger@gmail.com>
    drm: Release reference from blob lookup after replacing property

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/dp/mst: Check peer device type before attempting EDID read

Paulo Zanoni <paulo.r.zanoni@intel.com>
    drm/i915/gen9: fix watermarks when using the pipe scaler

Paulo Zanoni <paulo.r.zanoni@intel.com>
    drm/i915/gen9: fix DDB partitioning for multi-screen cases

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/fb-helper: Keep references for the current set of used connectors

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/fb-helper: Fix connector ref leak on error

Takashi Iwai <tiwai@suse.de>
    drm/fb-helper: Don't call dirty callback for untouched clips

Peter Wu <peter@lekensteyn.nl>
    drm/nouveau/acpi: fix check for power resources support

Lucas Stach <dev@lynxeye.de>
    drm/radeon: drop register readback in cayman_cp_int_cntl_setup

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon/si_dpm: workaround for SI kickers

Tom St Denis <tom.stdenis@amd.com>
    drm/radeon/si_dpm: Limit clocks on HD86xx part

Liu Ying <gnuiyl@gmail.com>
    drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12

Liu Ying <gnuiyl@gmail.com>
    drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modeset

Michel Dänzer <michel.daenzer@amd.com>
    Revert "drm/radeon: fix DP link training issue with second 4K monitor"

NeilBrown <neilb@suse.com>
    md: be careful not lot leak internal curr_resync value into metadata. -- (all)

Shaohua Li <shli@fb.com>
    RAID10: ignore discard error

Shaohua Li <shli@fb.com>
    RAID1: ignore discard error

Jaehoon Chung <jh80.chung@samsung.com>
    mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference

Ching Huang <ching2048@areca.com.tw>
    scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware

Ewan D. Milne <emilne@redhat.com>
    scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded

Marty Faltesek <mfaltesek@google.com>
    ath10k: cache calibration data when the core is stopped

Felix Fietkau <nbd@nbd.name>
    Revert "ath9k_hw: implement temperature compensation support for AR9003+"

Johannes Berg <johannes.berg@intel.com>
    mac80211: discard multicast and 4-addr A-MSDUs

Stefan Richter <stefanr@s5r6.in-berlin.de>
    firewire: net: fix fragmented datagram_size off-by-one

Stefan Richter <stefanr@s5r6.in-berlin.de>
    firewire: net: guard against rx buffer overflows

Patrick Scheuring <patrick.scheuring.dev@gmail.com>
    Input: i8042 - add XMG C504 to keyboard reset table

Jes Sorensen <Jes.Sorensen@redhat.com>
    rtl8xxxu: Fix rtl8723bu driver reload issue

Jes Sorensen <Jes.Sorensen@redhat.com>
    rtl8xxxu: Fix big-endian problem reporting mactime

Jes Sorensen <Jes.Sorensen@redhat.com>
    rtl8xxxu: Fix memory leak in handling rxdesc16 packets

Heinz Mauelshagen <heinzm@redhat.com>
    dm raid: fix activation of existing raid4/10 devices

Andy Whitcroft <apw@canonical.com>
    dm raid: fix compat_features validation

Mike Snitzer <snitzer@redhat.com>
    dm rq: clear kworker_task if kthread_run() returned an error

tang.junhui <tang.junhui@zte.com.cn>
    dm table: fix missing dm_put_target_type() in dm_table_add_target()

Heinz Mauelshagen <heinzm@redhat.com>
    dm mirror: fix read error on recovery after default leg failure

Matt Redfearn <matt.redfearn@imgtec.com>
    virtio: console: Unlock vqs while freeing buffers

Will Deacon <will.deacon@arm.com>
    virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices

Ladi Prosek <lprosek@redhat.com>
    virtio_ring: Make interrupt suppression spec compliant

John David Anglin <dave.anglin@bell.net>
    parisc: Ensure consistent state when switching to kernel stack at syscall entry

Miklos Szeredi <mszeredi@redhat.com>
    ovl: fsync after copy-up

Miklos Szeredi <mszeredi@redhat.com>
    ovl: update S_ISGID when setting posix ACLs

Miklos Szeredi <mszeredi@redhat.com>
    ovl: fix get_acl() on tmpfs

Matt Redfearn <matt.redfearn@imgtec.com>
    MIPS: KASLR: Fix handling of NULL FDT

Chuck Lever <chuck.lever@oracle.com>
    nfsd: Fix general protection fault in release_lock_stateid()

Linus Walleij <linus.walleij@linaro.org>
    ARM: dts: fix the SD card on the Snowball

Gregory CLEMENT <gregory.clement@free-electrons.com>
    ARM: mvebu: Select corediv clk for all mvebu v7 SoC

James Hogan <james.hogan@imgtec.com>
    KVM: MIPS: Precalculate MMIO load resume PC

James Hogan <james.hogan@imgtec.com>
    KVM: MIPS: Make ERET handle ERL before EXL

Janosch Frank <frankja@linux.vnet.ibm.com>
    KVM: s390: Fix STHYI buffer alignment for diag224

Ido Yariv <ido@wizery.com>
    KVM: x86: fix wbinvd_dirty_mask use-after-free

Tahsin Erdogan <tahsin@google.com>
    dm: free io_barrier after blk_cleanup_queue call

Aditya Shankar <Aditya.Shankar@microchip.com>
    Staging: wilc1000: Fix kernel Oops on opening the device

Sandhya Bankar <bankarsandhya512@gmail.com>
    iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian value

Marcin Wojtas <mw@semihalf.com>
    arm64: dts: marvell: fix clocksource for CP110 master SPI0

Dmitry Vyukov <dvyukov@google.com>
    tty: limit terminal size to 4M chars

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: workaround for hosts missing CAS bit

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: add restart quirk for Intel Wildcatpoint PCH

Long Li <longli@microsoft.com>
    hv: do not lose pending heartbeat vmbus packets

Scot Doyle <lkml14@scotdoyle.com>
    vt: clear selection before resizing

Thomas Gleixner <tglx@linutronix.de>
    x86/smpboot: Init apic mapping before usage

Gerald Schaefer <gerald.schaefer@de.ibm.com>
    GenWQE: Fix bad page access during abort of resource allocation

Bryan Paluch <bryanpaluch@gmail.com>
    usb: increase ohci watchdog delay to 275 msec

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    usb: renesas_usbhs: add wait after initialization for R-Car Gen3

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: use default USB_RESUME_TIMEOUT when resuming ports.

Stefan Tauner <stefan.tauner@technikum-wien.at>
    USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7

Johan Hovold <johan@kernel.org>
    USB: serial: cp210x: fix tiocmget error handling

Johan Hovold <johan@kernel.org>
    USB: serial: fix potential NULL-dereference at probe

Felipe Balbi <felipe.balbi@linux.intel.com>
    usb: gadget: function: u_ether: don't starve tx request queue

Alexandre Belloni <alexandre.belloni@free-electrons.com>
    usb: gadget: udc: atmel: fix endpoint name

Alexander Usyskin <alexander.usyskin@intel.com>
    mei: txe: don't clean an unprocessed interrupt cause.

Richard Weinberger <richard@nod.at>
    ubifs: Fix regression in ubifs_readdir()

Richard Weinberger <richard@nod.at>
    ubifs: Abort readdir upon error

Thomas Gleixner <tglx@linutronix.de>
    timers: Lock base for same bucket optimization

Thomas Gleixner <tglx@linutronix.de>
    timers: Plug locking race vs. timer migration

Thomas Gleixner <tglx@linutronix.de>
    timers: Prevent base clock corruption when forwarding

Thomas Gleixner <tglx@linutronix.de>
    timers: Prevent base clock rewind when forwarding clock

Borislav Petkov <bp@suse.de>
    x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=y

Paul Mackerras <paulus@ozlabs.org>
    powerpc/64: Fix race condition in setting lock bit in idle/wakeup code

Paul Mackerras <paulus@ozlabs.org>
    powerpc/64: Re-fix race condition between going idle and entering guest

Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
    powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu

Segher Boessenkool <segher@kernel.crashing.org>
    powerpc: Convert cmp to cmpd in idle enter sequence

Chris Mason <clm@fb.com>
    btrfs: fix races on root_log_ctx lists

Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
    cxl: Fix leaking pid refs in some error paths

Arve Hjønnevåg <arve@android.com>
    ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct

Arve Hjønnevåg <arve@android.com>
    ANDROID: binder: Add strong ref checks

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - Fix headset mic detection problem for two Dell laptops

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Fix surround output pins for ASRock B150M mobo

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table

Ard Biesheuvel <ard.biesheuvel@linaro.org>
    ALSA: hda - allow 40 bit DMA mask for NVidia devices

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Fix time account regression

Marcel Hasler <mahasler@gmail.com>
    ALSA: usb-audio: Add quirk for Syntek STK1160

Dan Williams <dan.j.williams@intel.com>
    device-dax: fix percpu_ref_exit ordering

Artem Savkov <asavkov@redhat.com>
    security/keys: make BIG_KEYS dependent on stdrng.

David Howells <dhowells@redhat.com>
    KEYS: Sort out big_key initialisation

David Howells <dhowells@redhat.com>
    KEYS: Fix short sprintf buffer in /proc/keys show function

Eric Ernst <eric.ernst@linux.intel.com>
    thermal/powerclamp: correct cpu support check

Johannes Weiner <hannes@cmpxchg.org>
    mm: memcontrol: do not recurse in direct reclaim

Joonsoo Kim <iamjoonsoo.kim@lge.com>
    mm/slab: fix kmemcg cache creation delayed issue

Alexander Polakov <apolyakov@beget.ru>
    mm/list_lru.c: avoid error-path NULL pointer deref

Darrick J. Wong <darrick.wong@oracle.com>
    libxfs: clean up _calc_dquots_per_chunk

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix another information leak

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak

Lars-Peter Clausen <lars@metafoo.de>
    gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation

David Arcari <darcari@redhat.com>
    gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()

Mark Rutland <mark.rutland@arm.com>
    h8300: fix syscall restarting

Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
    spi: mark device nodes only in case of successful instantiation

Arnd Bergmann <arnd@arndb.de>
    spi: fsl-espi: avoid processing uninitalized data on error

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/dp/mst: Clear port->pdt when tearing down the i2c adapter

Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
    i2c: core: fix NULL pointer dereference under race condition

Hoan Tran <hotran@apm.com>
    i2c: xgene: Avoid dma_buffer overrun

David Wu <david.wu@rock-chips.com>
    i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timings


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

Diffstat:

 Documentation/device-mapper/dm-raid.txt            |   1 +
 Makefile                                           |   4 +-
 arch/arm/boot/dts/ste-snowball.dts                 |  15 ++-
 arch/arm/mach-mvebu/Kconfig                        |   4 +-
 arch/arm/mm/abort-lv4t.S                           |  34 ++++--
 .../boot/dts/marvell/armada-cp110-master.dtsi      |   2 +-
 arch/h8300/include/asm/thread_info.h               |   4 -
 arch/h8300/kernel/signal.c                         |   2 +-
 arch/mips/include/asm/kvm_host.h                   |   7 +-
 arch/mips/kernel/relocate.c                        |   2 +-
 arch/mips/kvm/emulate.c                            |  32 +++---
 arch/parisc/kernel/syscall.S                       |  11 +-
 arch/powerpc/include/asm/cpuidle.h                 |   2 +-
 arch/powerpc/include/asm/tlb.h                     |  12 ++
 arch/powerpc/kernel/idle_book3s.S                  |  35 +++++-
 arch/powerpc/mm/tlb-radix.c                        |   8 +-
 arch/s390/kvm/sthyi.c                              |   4 +-
 arch/x86/kernel/cpu/microcode/amd.c                |   2 +-
 arch/x86/kernel/setup.c                            |   7 +-
 arch/x86/kvm/emulate.c                             |   2 +-
 arch/x86/kvm/x86.c                                 |   4 +-
 drivers/android/binder.c                           |  35 ++++--
 drivers/char/virtio_console.c                      |  22 +++-
 drivers/cpufreq/intel_pstate.c                     |  29 ++++-
 drivers/dax/pmem.c                                 |   2 +-
 drivers/firewire/net.c                             |  59 ++++++----
 drivers/gpio/gpiolib-acpi.c                        |   7 +-
 drivers/gpio/gpiolib.c                             |  99 ++++++++++++++---
 drivers/gpu/drm/drm_atomic.c                       |   9 +-
 drivers/gpu/drm/drm_dp_mst_topology.c              |   6 +-
 drivers/gpu/drm/drm_fb_helper.c                    |  68 +++++++-----
 drivers/gpu/drm/i915/intel_bios.c                  | 122 +++++++++++++--------
 drivers/gpu/drm/i915/intel_display.c               |   2 +-
 drivers/gpu/drm/i915/intel_dp.c                    |  71 ++++++------
 drivers/gpu/drm/i915/intel_fbc.c                   |   4 +-
 drivers/gpu/drm/i915/intel_pm.c                    |  24 ++--
 drivers/gpu/drm/imx/ipuv3-plane.c                  |   7 +-
 drivers/gpu/drm/nouveau/nouveau_acpi.c             |   3 +-
 drivers/gpu/drm/radeon/ni.c                        |   4 +-
 drivers/gpu/drm/radeon/radeon_dp_auxch.c           |   2 +-
 drivers/gpu/drm/radeon/si_dpm.c                    |  53 +++++++--
 drivers/hid/hid-ids.h                              |   1 +
 drivers/hid/usbhid/hid-quirks.c                    |   1 +
 drivers/hv/hv_util.c                               |  10 +-
 drivers/i2c/busses/i2c-rk3x.c                      |   2 +
 drivers/i2c/busses/i2c-xgene-slimpro.c             |   2 +-
 drivers/i2c/i2c-core.c                             |  13 ++-
 drivers/iio/chemical/atlas-ph-sensor.c             |   7 +-
 drivers/input/serio/i8042-x86ia64io.h              |   7 ++
 drivers/md/dm-raid.c                               |  15 ++-
 drivers/md/dm-raid1.c                              |   1 +
 drivers/md/dm-rq.c                                 |   7 +-
 drivers/md/dm-table.c                              |  24 ++--
 drivers/md/dm.c                                    |   4 +-
 drivers/md/md.c                                    |   4 +-
 drivers/md/raid1.c                                 |   7 +-
 drivers/md/raid10.c                                |   7 +-
 drivers/media/platform/vsp1/vsp1_video.c           |   7 ++
 drivers/misc/cxl/api.c                             |   2 +
 drivers/misc/cxl/file.c                            |  22 ++--
 drivers/misc/genwqe/card_utils.c                   |  12 +-
 drivers/misc/mei/hw-txe.c                          |   6 +-
 drivers/mmc/host/dw_mmc-pltfm.c                    |   5 +-
 drivers/mtd/ubi/fastmap.c                          |  17 +--
 drivers/net/wireless/ath/ath10k/core.h             |   1 +
 drivers/net/wireless/ath/ath10k/debug.c            |  75 +++++++------
 drivers/net/wireless/ath/ath9k/ar9003_calib.c      |  25 +----
 drivers/net/wireless/ath/ath9k/hw.h                |   1 -
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h   |   4 +-
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723b.c |   4 +
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c  |  11 +-
 drivers/pwm/core.c                                 |   2 +
 drivers/pwm/sysfs.c                                |  18 +++
 drivers/scsi/arcmsr/arcmsr_hba.c                   |   9 --
 drivers/scsi/scsi_debug.c                          |   1 +
 drivers/spi/spi-fsl-espi.c                         |   2 +-
 drivers/spi/spi.c                                  |   5 +-
 drivers/staging/wilc1000/host_interface.c          |   1 -
 drivers/thermal/intel_powerclamp.c                 |  14 +--
 drivers/tty/vt/vt.c                                |   7 +-
 drivers/usb/chipidea/host.c                        |   2 +
 drivers/usb/dwc3/gadget.c                          |   4 +-
 drivers/usb/gadget/function/u_ether.c              |   5 +-
 drivers/usb/gadget/udc/atmel_usba_udc.c            |   2 +-
 drivers/usb/host/ohci-hcd.c                        |   2 +-
 drivers/usb/host/xhci-hub.c                        |  41 ++++++-
 drivers/usb/host/xhci-pci.c                        |  10 +-
 drivers/usb/host/xhci.h                            |   3 +
 drivers/usb/musb/omap2430.c                        |   7 +-
 drivers/usb/renesas_usbhs/rcar3.c                  |   8 +-
 drivers/usb/serial/cp210x.c                        |   4 +-
 drivers/usb/serial/ftdi_sio.c                      |   3 +-
 drivers/usb/serial/ftdi_sio_ids.h                  |   5 +-
 drivers/usb/serial/usb-serial.c                    |   3 +-
 drivers/video/fbdev/omap2/omapfb/dss/dsi.c         |   4 +-
 drivers/video/fbdev/pxafb.c                        |   2 +-
 drivers/virtio/virtio_pci_legacy.c                 |  16 ++-
 drivers/virtio/virtio_ring.c                       |  14 ++-
 fs/btrfs/inode.c                                   |   9 +-
 fs/btrfs/tree-log.c                                |  20 +---
 fs/nfsd/nfs4state.c                                |  10 +-
 fs/overlayfs/copy_up.c                             |   2 +
 fs/overlayfs/inode.c                               |   3 -
 fs/overlayfs/super.c                               |  15 +++
 fs/ubifs/dir.c                                     |  16 ++-
 fs/xfs/libxfs/xfs_dquot_buf.c                      |   3 +-
 include/linux/pwm.h                                |   5 +
 include/uapi/linux/Kbuild                          |   1 +
 kernel/time/timer.c                                |  74 ++++++++-----
 mm/list_lru.c                                      |   2 +
 mm/memcontrol.c                                    |   9 ++
 mm/slab.c                                          |   2 +-
 mm/vmscan.c                                        |   2 +
 net/mac80211/rx.c                                  |  24 ++--
 net/netfilter/xt_NFLOG.c                           |   1 +
 security/keys/Kconfig                              |   2 +-
 security/keys/big_key.c                            |  59 +++++-----
 security/keys/proc.c                               |   2 +-
 sound/core/seq/seq_timer.c                         |   4 +-
 sound/pci/hda/hda_intel.c                          |   7 +-
 sound/pci/hda/patch_realtek.c                      |  30 ++++-
 sound/usb/quirks-table.h                           |  17 +++
 122 files changed, 1097 insertions(+), 542 deletions(-)

             reply	other threads:[~2016-11-09 11:06 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161109110606epcas2p30eede5f89fe25116e6ecbeed17c42e86@epcas2p3.samsung.com>
2016-11-09 10:44 ` Greg Kroah-Hartman [this message]
2016-11-09 10:44   ` [PATCH 4.8 001/138] i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timings Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 002/138] i2c: xgene: Avoid dma_buffer overrun Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 003/138] i2c: core: fix NULL pointer dereference under race condition Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 005/138] spi: fsl-espi: avoid processing uninitalized data on error Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 006/138] spi: mark device nodes only in case of successful instantiation Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 007/138] h8300: fix syscall restarting Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 008/138] gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get() Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 009/138] gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 010/138] gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 011/138] gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 012/138] gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 013/138] gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 014/138] gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 015/138] gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags Greg Kroah-Hartman
2016-11-09 10:44   ` [PATCH 4.8 016/138] gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix another information leak Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 017/138] gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 018/138] libxfs: clean up _calc_dquots_per_chunk Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 019/138] mm/list_lru.c: avoid error-path NULL pointer deref Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 020/138] mm/slab: fix kmemcg cache creation delayed issue Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 021/138] mm: memcontrol: do not recurse in direct reclaim Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 022/138] thermal/powerclamp: correct cpu support check Greg Kroah-Hartman
2016-11-09 15:05     ` Jacob Pan
2016-11-09 10:45   ` [PATCH 4.8 023/138] KEYS: Fix short sprintf buffer in /proc/keys show function Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 024/138] KEYS: Sort out big_key initialisation Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 025/138] security/keys: make BIG_KEYS dependent on stdrng Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 026/138] device-dax: fix percpu_ref_exit ordering Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 027/138] ALSA: usb-audio: Add quirk for Syntek STK1160 Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 028/138] ALSA: seq: Fix time account regression Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 029/138] ALSA: hda - allow 40 bit DMA mask for NVidia devices Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 030/138] ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 031/138] ALSA: hda - Fix surround output pins for ASRock B150M mobo Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 032/138] ALSA: hda - Fix headset mic detection problem for two Dell laptops Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 035/138] cxl: Fix leaking pid refs in some error paths Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 036/138] btrfs: fix races on root_log_ctx lists Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 037/138] powerpc: Convert cmp to cmpd in idle enter sequence Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 038/138] powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 039/138] powerpc/64: Re-fix race condition between going idle and entering guest Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 040/138] powerpc/64: Fix race condition in setting lock bit in idle/wakeup code Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 041/138] x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=y Greg Kroah-Hartman
2016-11-09 10:45     ` Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 042/138] timers: Prevent base clock rewind when forwarding clock Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 043/138] timers: Prevent base clock corruption when forwarding Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 044/138] timers: Plug locking race vs. timer migration Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 045/138] timers: Lock base for same bucket optimization Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 046/138] ubifs: Abort readdir upon error Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 047/138] ubifs: Fix regression in ubifs_readdir() Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 048/138] mei: txe: dont clean an unprocessed interrupt cause Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 049/138] usb: gadget: udc: atmel: fix endpoint name Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 051/138] USB: serial: fix potential NULL-dereference at probe Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 052/138] USB: serial: cp210x: fix tiocmget error handling Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 053/138] USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7 Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 054/138] xhci: use default USB_RESUME_TIMEOUT when resuming ports Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 055/138] usb: renesas_usbhs: add wait after initialization for R-Car Gen3 Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 056/138] usb: increase ohci watchdog delay to 275 msec Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 057/138] GenWQE: Fix bad page access during abort of resource allocation Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 058/138] x86/smpboot: Init apic mapping before usage Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 059/138] vt: clear selection before resizing Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 060/138] hv: do not lose pending heartbeat vmbus packets Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 061/138] xhci: add restart quirk for Intel Wildcatpoint PCH Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 062/138] xhci: workaround for hosts missing CAS bit Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 063/138] tty: limit terminal size to 4M chars Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 064/138] arm64: dts: marvell: fix clocksource for CP110 master SPI0 Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 065/138] iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian value Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 066/138] Staging: wilc1000: Fix kernel Oops on opening the device Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 067/138] dm: free io_barrier after blk_cleanup_queue call Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 069/138] KVM: s390: Fix STHYI buffer alignment for diag224 Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 070/138] KVM: MIPS: Make ERET handle ERL before EXL Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 071/138] KVM: MIPS: Precalculate MMIO load resume PC Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 073/138] ARM: dts: fix the SD card on the Snowball Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 074/138] nfsd: Fix general protection fault in release_lock_stateid() Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 075/138] MIPS: KASLR: Fix handling of NULL FDT Greg Kroah-Hartman
2016-11-09 10:45   ` [PATCH 4.8 076/138] ovl: fix get_acl() on tmpfs Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 077/138] ovl: update S_ISGID when setting posix ACLs Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 078/138] ovl: fsync after copy-up Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 079/138] parisc: Ensure consistent state when switching to kernel stack at syscall entry Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 080/138] virtio_ring: Make interrupt suppression spec compliant Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 081/138] virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 082/138] virtio: console: Unlock vqs while freeing buffers Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 083/138] dm mirror: fix read error on recovery after default leg failure Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 084/138] dm table: fix missing dm_put_target_type() in dm_table_add_target() Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 085/138] dm rq: clear kworker_task if kthread_run() returned an error Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 086/138] dm raid: fix compat_features validation Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 087/138] dm raid: fix activation of existing raid4/10 devices Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 088/138] rtl8xxxu: Fix memory leak in handling rxdesc16 packets Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 089/138] rtl8xxxu: Fix big-endian problem reporting mactime Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 090/138] rtl8xxxu: Fix rtl8723bu driver reload issue Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 091/138] Input: i8042 - add XMG C504 to keyboard reset table Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 092/138] firewire: net: guard against rx buffer overflows Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 093/138] firewire: net: fix fragmented datagram_size off-by-one Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 094/138] mac80211: discard multicast and 4-addr A-MSDUs Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 095/138] Revert "ath9k_hw: implement temperature compensation support for AR9003+" Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 096/138] ath10k: cache calibration data when the core is stopped Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 097/138] scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 098/138] scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 099/138] mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 100/138] RAID1: ignore discard error Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 101/138] RAID10: " Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 102/138] md: be careful not lot leak internal curr_resync value into metadata. -- (all) Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 104/138] drm/imx: ipuv3-plane: Switch EBA buffer only when we dont need modeset Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 105/138] drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12 Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 106/138] drm/radeon/si_dpm: Limit clocks on HD86xx part Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 107/138] drm/radeon/si_dpm: workaround for SI kickers Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 109/138] drm/nouveau/acpi: fix check for power resources support Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 113/138] drm/i915/gen9: fix DDB partitioning for multi-screen cases Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 114/138] drm/i915/gen9: fix watermarks when using the pipe scaler Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 120/138] drm: i915: Wait for fences on new fb, not old Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 121/138] i2c: mark device nodes only in case of successful instantiation Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 122/138] netfilter: xt_NFLOG: fix unexpected truncated packet Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 123/138] UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 125/138] video: fbdev: pxafb: potential NULL dereference on error Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 126/138] omapfb: fix return value check in dsi_bind() Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 127/138] pwm: Unexport children before chip removal Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 128/138] usb: dwc3: Fix size used in dma_free_coherent() Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 129/138] usb: chipidea: host: fix NULL ptr dereference during shutdown Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 130/138] usb: musb: Fix hardirq-safe hardirq-unsafe lock order error Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 131/138] [media] v4l: vsp1: Prevent pipelines from running when not streaming Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 133/138] ARM: fix oops when using older ARMv4T CPUs Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 134/138] kvm: x86: Check memopp before dereference (CVE-2016-8630) Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 135/138] btrfs: qgroup: Prevent qgroup->reserved from going subzero Greg Kroah-Hartman
2016-11-09 10:46   ` [PATCH 4.8 136/138] ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap() Greg Kroah-Hartman
2016-11-09 10:47   ` [PATCH 4.8 137/138] cpufreq: intel_pstate: Set P-state upfront in performance mode Greg Kroah-Hartman
2016-11-09 10:47   ` [PATCH 4.8 138/138] HID: usbhid: add ATEN CS962 to list of quirky devices Greg Kroah-Hartman
2016-11-09 18:22   ` [PATCH 4.8 000/138] 4.8.7-stable review Shuah Khan
2016-11-10  7:02     ` Greg Kroah-Hartman
2016-11-09 19:36   ` Guenter Roeck
2016-11-10  7:02     ` Greg Kroah-Hartman
     [not found]   ` <582465d1.12111c0a.f0f31.e519@mx.google.com>
2016-11-10 15:35     ` Greg Kroah-Hartman
     [not found]   ` <20161109102850.355591014@linuxfoundation.org>
2016-11-10 20:16     ` [PATCH 4.8 118/138] drm/i915: Clean up DDI DDC/AUX CH sanitation Maarten Maathuis
2016-11-10 23:02       ` Greg Kroah-Hartman
2016-11-11 12:38       ` Ville Syrjälä
2016-11-11 12:38         ` Ville Syrjälä
2016-11-11 12:59         ` Jani Nikula

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=20161109102844.808685475@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=patches@kernelci.org \
    --cc=shuah.kh@samsung.com \
    --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.