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.7 000/141] 4.7.7-stable review
Date: Thu,  6 Oct 2016 10:27:16 +0200	[thread overview]
Message-ID: <20161006074448.608056610@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.7.7 release.
There are 141 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 Sat Oct  8 07:44:08 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.7.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.7.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Add the top speaker pin config for HP Spectre x360

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

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - Adding one more ALC255 pin definition for headset problem

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "usbtmc: convert to devm_kzalloc"

Kyle Jones <kyle@kf5jwc.us>
    USB: serial: cp210x: Add ID for a Juniper console

Nicolas Iooss <nicolas.iooss_linux@m4x.org>
    usb: usbip: vudc: fix left shift overflow

Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
    Staging: fbtft: Fix bug in fbtft-core

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    usb: misc: legousbtower: Fix NULL pointer deference

Mikulas Patocka <mpatocka@redhat.com>
    dm log writes: fix bug with too large bios

Jann Horn <jann@thejh.net>
    aio: mark AIO pseudo-fs noexec

Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
    tpm_crb: fix mapping of the buffers

Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
    tpm_crb: drop struct resource res from struct crb_priv

Marek Lindner <mareklindner@neomailbox.ch>
    batman-adv: remove unused callback from batadv_algo_ops struct

Maor Gottlieb <maorg@mellanox.com>
    IB/mlx5: Set source mac address in FTE

Noa Osherovich <noaos@mellanox.com>
    IB/mlx5: Enable MAD_IFC commands for IB ports only

Jack Morgenstein <jackm@dev.mellanox.co.il>
    IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV

Jack Morgenstein <jackm@dev.mellanox.co.il>
    IB/mlx4: Fix code indentation in QP1 MAD flow

Alex Vesker <valex@mellanox.com>
    IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV

Alex Vesker <valex@mellanox.com>
    IB/ipoib: Don't allow MC joins during light MC flush

Johannes Thumshirn <jthumshirn@suse.de>
    scsi: ses: use scsi_is_sas_rphy instead of is_sas_attached

Lars-Peter Clausen <lars@metafoo.de>
    regmap: rbtree: Avoid overlapping nodes

Erez Shitrit <erezsh@mellanox.com>
    IB/core: Fix use after free in send_leave function

Ashok Raj Nagarajan <arnagara@qti.qualcomm.com>
    ath10k: fix get rx_status from htt context

Erez Shitrit <erezsh@mellanox.com>
    IB/ipoib: Fix memory corruption in ipoib cm mode connect flow

Nicolas Iooss <nicolas.iooss_linux@m4x.org>
    ceph: do not modify fi->frag in need_reset_readdir()

Radim Krčmář <rkrcmar@redhat.com>
    KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write

Wei Yongjun <weiyj.lk@gmail.com>
    dmaengine: at_xdmac: fix to pass correct device identity to free_irq()

Geert Uytterhoeven <geert@linux-m68k.org>
    lib/test_hash.c: fix warning in preprocessor symbol evaluation

Trond Myklebust <trond.myklebust@primarydata.com>
    pNFS/flexfiles: Fix layoutstat periodic reporting

Chuck Lever <chuck.lever@oracle.com>
    SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use

Michal Hocko <mhocko@suse.com>
    kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd

Wei Yongjun <weiyj.lk@gmail.com>
    IB/core: Fix possible memory leak in cma_resolve_iboe_route()

Peter Ujfalusi <peter.ujfalusi@ti.com>
    ASoC: omap-mcpdm: Fix irq resource handling

Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
    sysctl: handle error writing UINT_MAX to u32 fields

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-support

Phil Turnbull <phil.turnbull@oracle.com>
    staging: comedi: adv_pci1760: Do not return EINVAL for CMDF_ROUND_DOWN.

Florian Fainelli <f.fainelli@gmail.com>
    brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()

Florian Fainelli <f.fainelli@gmail.com>
    brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill

Florian Fainelli <f.fainelli@gmail.com>
    brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain

Wei Yongjun <weiyj.lk@gmail.com>
    ASoC: Intel: Skylake: Fix error return code in skl_probe()

Chuck Lever <chuck.lever@oracle.com>
    xprtrdma: Remove FMRs from the unmap list after unmapping

Andrew Donnellan <andrew.donnellan@au1.ibm.com>
    cxl: fix potential NULL dereference in free_adapter()

Guenter Roeck <linux@roeck-us.net>
    watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function

Trond Myklebust <trond.myklebust@primarydata.com>
    pNFS/flexfiles: Fix layoutcommit after a commit to DS

Trond Myklebust <trond.myklebust@primarydata.com>
    pNFS/files: Fix layoutcommit after a commit to DS

Chuck Lever <chuck.lever@oracle.com>
    NFS: Don't drop CB requests with invalid principals

Chuck Lever <chuck.lever@oracle.com>
    svc: Avoid garbage replies when pc_func() returns rpc_drop_reply

Trond Myklebust <trond.myklebust@primarydata.com>
    NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup

Alexandre Belloni <alexandre.belloni@free-electrons.com>
    dmaengine: at_xdmac: fix debug string

Arnd Bergmann <arnd@arndb.de>
    dmaengine: bcm2835: fix 64-bit warning

Tom Zanussi <tom.zanussi@linux.intel.com>
    tracing: Have HIST_TRIGGERS select TRACING

Alexander Potapenko <glider@google.com>
    mm, kasan: account for object redzone in SLUB's nearest_obj()

Dan Carpenter <dan.carpenter@oracle.com>
    fnic: pci_dma_mapping_error() doesn't return an error code

Sawan Chandak <sawan.chandak@qlogic.com>
    qla2xxx: Fix BBCR offset

Dan Carpenter <dan.carpenter@oracle.com>
    avr32: off by one in at32_init_pio()

Sudeep Holla <sudeep.holla@arm.com>
    mailbox: mailbox-test: set tdev->signal to NULL after freeing

Sven Eckelmann <sven@narfation.org>
    ath9k: Fix programming of minCCA power threshold

Arnd Bergmann <arnd@arndb.de>
    gspca: avoid unused variable warnings

Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    v4l: vsp1: Fix crash when resetting pipeline

Dan Carpenter <dan.carpenter@oracle.com>
    em28xx-i2c: rt_mutex_trylock() returns zero on failure

Geert Uytterhoeven <geert@linux-m68k.org>
    NFC: fdp: Detect errors from fdp_nci_create_conn()

striebit <shaul.triebitz@intel.com>
    iwlmvm: mvm: set correct state in smart-fifo configuration

Jacob Keller <jacob.e.keller@intel.com>
    fm10k: fix incorrect index calculation in fm10k_write_reta

James Hogan <james.hogan@imgtec.com>
    tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO

Geliang Tang <geliangtang@163.com>
    pstore: drop file opened reference count

Omar Sandoval <osandov@fb.com>
    blk-mq: actually hook up defer list when running requests

Nishanth Menon <nm@ti.com>
    hwrng: omap - Fix assumption that runtime_get_sync will always succeed

Russell King <rmk+kernel@armlinux.org.uk>
    pcmcia: ds: fix suspend/resume

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: sa1111: fix pcmcia suspend/resume

Wolfram Sang <wsa+renesas@sang-engineering.com>
    ARM: shmobile: fix regulator quirk for Gen2

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: sa1100: clear reset status prior to reboot

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: sa1100: fix 3.6864MHz clock

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: sa1100: register clocks early

Hugo Grostabussiat <bonstra@bonstra.fr.eu.org>
    ARM: sun5i: Fix typo in trip point temperature

Andreas Färber <afaerber@suse.de>
    ARM: dts: imx6sx-sabreauto: Fix misspelled property

Stephen Boyd <sboyd@codeaurora.org>
    regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and pldo

Stephen Boyd <sboyd@codeaurora.org>
    regulator: qcom_smd: Fix voltage ranges for pm8x41

Stephen Boyd <stephen.boyd@linaro.org>
    regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941

Stephen Boyd <stephen.boyd@linaro.org>
    regulator: qcom_spmi: Add support for get_mode/set_mode on switches

Stephen Boyd <stephen.boyd@linaro.org>
    regulator: qcom_spmi: Add support for S4 supply on pm8941

Douglas Anderson <dianders@chromium.org>
    regulator: pwm: Fix regulator ramp delay for continuous mode

apronin@chromium.org <apronin@chromium.org>
    tpm: fix byte-order for the value read by tpm2_get_tpm_pt

Geert Uytterhoeven <geert@linux-m68k.org>
    lib/test_hash.c: fix warning in two-dimensional array init

Daniel Borkmann <daniel@iogearbox.net>
    Bluetooth: split sk_filter in l2cap_sock_recv_cb

Nicolas Iooss <nicolas.iooss_linux@m4x.org>
    printk: fix parsing of "brl=" option

Marcin Nowakowski <marcin.nowakowski@imgtec.com>
    MIPS: uprobes: fix use of uninitialised variable

Paul Burton <paul.burton@imgtec.com>
    MIPS: Malta: Fix IOCU disable switch read for MIPS64

Marcin Nowakowski <marcin.nowakowski@imgtec.com>
    MIPS: fix uretprobe implementation

Marcin Nowakowski <marcin.nowakowski@imgtec.com>
    MIPS: uprobes: remove incorrect set_orig_insn

Will Deacon <will.deacon@arm.com>
    arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP

Srinivas Ramana <sramana@codeaurora.org>
    ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7

James Morse <james.morse@arm.com>
    irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning

Linus Lüssing <linus.luessing@c0d3.blue>
    batman-adv: fix elp packet data reservation

Sven Eckelmann <sven@narfation.org>
    batman-adv: Add missing refcnt for last_candidate

Shiraz Saleem <shiraz.saleem@intel.com>
    i40iw: Receive notification events correctly

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Update hw_iwarp_state

Tatyana Nikolova <tatyana.e.nikolova@intel.com>
    i40iw: Send last streaming mode message for loopback connections

Shiraz Saleem <shiraz.saleem@intel.com>
    i40iw: Add missing NULL check for MPA private data

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Avoid writing to freed memory

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Do not set self-referencing pointer to NULL after kfree

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Fix double free of allocated_buffer

Shiraz Saleem <shiraz.saleem@intel.com>
    i40iw: Change mem_resources pointer to a u8

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Add missing check for interface already open

Mustafa Ismail <mustafa.ismail@intel.com>
    i40iw: Protect req_resource_num update

Johannes Berg <johannes.berg@intel.com>
    mac80211: check skb_linearize() return value

Russell King <rmk+kernel@armlinux.org.uk>
    gpio: sa1100: fix irq probing for ucb1x00

Dan Carpenter <dan.carpenter@oracle.com>
    usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: don't use ret when not initialised

Arnd Bergmann <arnd@arndb.de>
    iwlwifi: mvm: avoid harmless -Wmaybe-uninialized warning

Sara Sharon <sara.sharon@intel.com>
    iwlwifi: mvm: free RX reorder buffer on restart

Sara Sharon <sara.sharon@intel.com>
    iwlwifi: pcie: fix access to scratch buffer

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: unmap the paging memory before freeing it

Golan Ben-Ami <golan.ben.ami@intel.com>
    iwlwifi: mvm: write the correct internal TXF index

Oren Givon <oren.givon@intel.com>
    iwlwifi: mvm: fix txq aggregation bug

Sara Sharon <sara.sharon@intel.com>
    iwlwifi: mvm: checksum IPv6 fragmented packet

Geert Uytterhoeven <geert+renesas@glider.be>
    spi: sh-msiof: Avoid invalid clock generator parameters

Wanpeng Li <wanpeng.li@hotmail.com>
    sched/cputime: Fix prev steal time accouting during CPU hotplug

Michael Walle <michael@walle.cc>
    hwmon: (adt7411) set bit 3 in CFG1 register

Guenter Roeck <linux@roeck-us.net>
    nvmem: Declare nvmem_cell_read() consistently

Jon Hunter <jonathanh@nvidia.com>
    mmc: tegra: Only advertise UHS modes if IO regulator is present

Will Deacon <will.deacon@arm.com>
    perf/core: Use this_cpu_ptr() when stopping AUX events

Stefan Wahren <stefan.wahren@i2se.com>
    drivers/perf: arm_pmu: Fix leak in error path

Boqun Feng <boqun.feng@gmail.com>
    rcuperf: Don't treat gp_exp mis-setting as a WARN

Wolfram Sang <wsa+renesas@sang-engineering.com>
    i2c: mux: demux-pinctrl: run properly with multiple instances

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    pinctrl: Flag strict is a field in struct pinmux_ops

Masahiro Yamada <yamada.masahiro@socionext.com>
    pinctrl: uniphier: fix .pin_dbg_show() callback

Heinrich Schuchardt <xypron.glpk@gmx.de>
    i40e: avoid null pointer dereference

Heinrich Schuchardt <xypron.glpk@gmx.de>
    mwifiex: illegal assignment

Roger Quadros <rogerq@ti.com>
    ARM: 8617/1: dma: fix dma_max_pfn()

Robin Murphy <robin.murphy@arm.com>
    ARM: 8616/1: dt: Respect property size when parsing CPUs

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon/si/dpm: add workaround for for Jet parts

Ilia Mirkin <imirkin@alum.mit.edu>
    drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion

David Herrmann <dh.herrmann@gmail.com>
    drm/udl: fix line iterator in damage handling

Andy Lutomirski <luto@kernel.org>
    x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID

Andy Lutomirski <luto@kernel.org>
    x86/init: Fix cr4_init_shadow() on CR4-less machines

Sergei Miroshnichenko <sergeimir@emcraft.com>
    can: dev: fix deadlock reported after bus-off

zhong jiang <zhongjiang@huawei.com>
    mm,ksm: fix endless looping in allocating memory when ksm enable

Karl Beldan <kbeldan@baylibre.com>
    mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl

Dmitry Vyukov <dvyukov@google.com>
    scripts/recordmcount.c: account for .softirqentry.text

Tejun Heo <tj@kernel.org>
    cgroup: fix invalid controller enable rejections with cgroup namespace

Joonwoo Park <joonwoop@codeaurora.org>
    cpuset: handle race between CPU hotplug and cpuset_hotplug_work


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

Diffstat:

 .../bindings/regulator/qcom,spmi-regulator.txt     |  6 +--
 Documentation/pinctrl.txt                          |  2 +-
 Makefile                                           |  4 +-
 arch/arm/boot/compressed/head.S                    |  2 +-
 arch/arm/boot/dts/imx6sx-sabreauto.dts             |  2 +-
 arch/arm/boot/dts/sun5i-a13.dtsi                   |  2 +-
 arch/arm/common/sa1111.c                           | 22 ++++----
 arch/arm/include/asm/dma-mapping.h                 |  2 +-
 arch/arm/kernel/devtree.c                          | 14 +++--
 arch/arm/mach-sa1100/clock.c                       |  5 +-
 arch/arm/mach-sa1100/generic.c                     |  4 ++
 arch/arm/mach-sa1100/generic.h                     |  2 +
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 62 +++++++++-------------
 arch/arm64/kernel/debug-monitors.c                 |  6 ++-
 arch/avr32/mach-at32ap/pio.c                       |  2 +-
 arch/mips/include/asm/uprobes.h                    |  1 -
 arch/mips/kernel/uprobes.c                         | 25 ++-------
 arch/mips/mti-malta/malta-setup.c                  |  8 ++-
 arch/powerpc/kernel/prom_init.c                    |  9 ++--
 arch/tile/include/asm/elf.h                        |  1 +
 arch/tile/include/uapi/asm/auxvec.h                |  2 +
 arch/x86/include/asm/tlbflush.h                    |  2 +-
 arch/x86/kernel/cpu/common.c                       | 23 ++++----
 arch/x86/kvm/vmx.c                                 | 13 +++++
 block/blk-mq.c                                     |  2 +-
 drivers/base/regmap/regcache-rbtree.c              | 38 +++++++++----
 drivers/char/hw_random/omap-rng.c                  | 16 +++++-
 drivers/char/tpm/tpm2-cmd.c                        |  2 +-
 drivers/char/tpm/tpm_crb.c                         | 58 +++++++++++++-------
 drivers/dma/at_xdmac.c                             |  8 +--
 drivers/dma/bcm2835-dma.c                          |  5 +-
 drivers/gpio/gpio-sa1100.c                         |  2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv04.c |  3 ++
 drivers/gpu/drm/radeon/si_dpm.c                    |  6 +++
 drivers/gpu/drm/udl/udl_fb.c                       |  2 +-
 drivers/hwmon/adt7411.c                            |  5 +-
 drivers/i2c/muxes/i2c-demux-pinctrl.c              | 14 +++--
 drivers/infiniband/core/cma.c                      | 18 ++++---
 drivers/infiniband/core/multicast.c                | 13 +----
 drivers/infiniband/hw/i40iw/i40iw.h                |  4 +-
 drivers/infiniband/hw/i40iw/i40iw_cm.c             | 26 ++-------
 drivers/infiniband/hw/i40iw/i40iw_hw.c             |  1 +
 drivers/infiniband/hw/i40iw/i40iw_main.c           | 12 +++--
 drivers/infiniband/hw/i40iw/i40iw_utils.c          |  5 +-
 drivers/infiniband/hw/i40iw/i40iw_verbs.c          |  4 +-
 drivers/infiniband/hw/mlx4/mad.c                   | 23 ++++++++
 drivers/infiniband/hw/mlx4/mcg.c                   | 14 ++---
 drivers/infiniband/hw/mlx4/mlx4_ib.h               |  2 +-
 drivers/infiniband/hw/mlx4/qp.c                    | 37 +++++++------
 drivers/infiniband/hw/mlx5/main.c                  | 11 +++-
 drivers/infiniband/ulp/ipoib/ipoib.h               |  1 +
 drivers/infiniband/ulp/ipoib/ipoib_cm.c            | 16 ++++++
 drivers/infiniband/ulp/ipoib/ipoib_ib.c            |  9 ++++
 drivers/infiniband/ulp/ipoib/ipoib_main.c          |  2 +-
 drivers/irqchip/irq-gic-v3.c                       |  7 +--
 drivers/mailbox/mailbox-test.c                     |  1 +
 drivers/md/dm-log-writes.c                         |  4 +-
 drivers/media/platform/vsp1/vsp1_pipe.c            | 14 +++--
 drivers/media/usb/em28xx/em28xx-i2c.c              |  5 +-
 drivers/media/usb/gspca/cpia1.c                    |  2 +-
 drivers/media/usb/gspca/konica.c                   |  2 +-
 drivers/media/usb/gspca/t613.c                     |  2 +-
 drivers/misc/cxl/guest.c                           | 16 +++---
 drivers/mmc/host/sdhci-tegra.c                     | 49 ++++++++++-------
 drivers/mtd/nand/davinci_nand.c                    |  3 ++
 drivers/net/can/dev.c                              | 27 ++++++----
 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c   |  5 +-
 drivers/net/ethernet/intel/i40e/i40e_common.c      |  4 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c           | 10 ++--
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c     |  2 +-
 .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c  |  4 +-
 .../net/wireless/broadcom/brcm80211/brcmsmac/dma.c |  4 +-
 .../net/wireless/broadcom/brcm80211/brcmsmac/stf.c |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw-dbg.c    |  6 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c        | 12 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c       | 41 +++++++-------
 drivers/net/wireless/intel/iwlwifi/mvm/sf.c        |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c       |  7 +--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c        | 31 ++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c       |  4 +-
 drivers/net/wireless/marvell/mwifiex/uap_txrx.c    |  2 +-
 drivers/nfc/fdp/fdp.c                              |  4 +-
 drivers/pcmcia/ds.c                                | 12 +++--
 drivers/perf/arm_pmu.c                             |  1 +
 drivers/pinctrl/uniphier/pinctrl-uniphier-core.c   |  6 +++
 drivers/regulator/pwm-regulator.c                  |  9 +++-
 drivers/regulator/qcom_smd-regulator.c             | 30 ++++++-----
 drivers/regulator/qcom_spmi-regulator.c            |  7 ++-
 drivers/scsi/fnic/fnic_fcs.c                       |  8 +--
 drivers/scsi/qla2xxx/qla_fw.h                      |  2 +-
 drivers/scsi/ses.c                                 |  2 +-
 drivers/spi/spi-sh-msiof.c                         |  3 ++
 drivers/staging/comedi/drivers/adv_pci1760.c       |  1 +
 drivers/staging/fbtft/fbtft-core.c                 |  4 +-
 drivers/usb/class/usbtmc.c                         |  3 +-
 drivers/usb/gadget/udc/fsl_qe_udc.c                |  7 +--
 drivers/usb/misc/legousbtower.c                    | 35 ++++++------
 drivers/usb/serial/cp210x.c                        |  1 +
 drivers/usb/usbip/vudc_rx.c                        |  2 +-
 drivers/watchdog/watchdog_dev.c                    |  6 ++-
 fs/aio.c                                           |  7 ++-
 fs/ceph/dir.c                                      |  2 +-
 fs/nfs/callback_xdr.c                              |  6 ++-
 fs/nfs/filelayout/filelayout.c                     |  3 +-
 fs/nfs/flexfilelayout/flexfilelayout.c             | 11 ++--
 fs/nfs/flexfilelayout/flexfilelayout.h             |  2 +-
 fs/nfs/nfs4proc.c                                  |  3 +-
 fs/pstore/inode.c                                  |  1 -
 include/linux/can/dev.h                            |  3 +-
 include/linux/nvmem-consumer.h                     |  2 +-
 include/linux/slub_def.h                           | 10 ++--
 include/linux/sysctl.h                             |  2 +
 kernel/cgroup.c                                    | 29 ++++++++--
 kernel/cpuset.c                                    | 17 ++++--
 kernel/events/core.c                               |  2 +-
 kernel/fork.c                                      | 10 ++--
 kernel/printk/braille.c                            |  4 +-
 kernel/rcu/rcuperf.c                               | 14 +++--
 kernel/sched/core.c                                |  1 -
 kernel/sched/sched.h                               | 13 -----
 kernel/sysctl.c                                    | 45 +++++++++++++++-
 kernel/trace/Kconfig                               |  1 +
 lib/test_hash.c                                    | 26 +++++----
 mm/ksm.c                                           |  3 +-
 mm/slub.c                                          |  2 +-
 net/batman-adv/bat_v_elp.c                         |  2 +-
 net/batman-adv/originator.c                        |  5 --
 net/batman-adv/routing.c                           | 28 +++++++++-
 net/batman-adv/types.h                             |  3 --
 net/bluetooth/l2cap_core.c                         |  8 +++
 net/bluetooth/l2cap_sock.c                         | 14 ++++-
 net/mac80211/tx.c                                  |  8 ++-
 net/sunrpc/clnt.c                                  |  4 +-
 net/sunrpc/svc.c                                   |  8 ++-
 net/sunrpc/xprtrdma/fmr_ops.c                      |  9 +++-
 scripts/recordmcount.c                             |  1 +
 scripts/recordmcount.pl                            |  1 +
 sound/pci/hda/patch_conexant.c                     | 10 ++++
 sound/pci/hda/patch_realtek.c                      | 17 ++++++
 sound/soc/intel/skylake/skl.c                      |  4 +-
 sound/soc/omap/omap-mcpdm.c                        |  5 +-
 141 files changed, 847 insertions(+), 490 deletions(-)

             reply	other threads:[~2016-10-06  8:32 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161006083443uscas1p18589294e06ae39a6816f97f95f69e272@uscas1p1.samsung.com>
2016-10-06  8:27 ` Greg Kroah-Hartman [this message]
2016-10-06  8:27   ` [PATCH 4.7 001/141] cpuset: handle race between CPU hotplug and cpuset_hotplug_work Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 002/141] cgroup: fix invalid controller enable rejections with cgroup namespace Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 003/141] scripts/recordmcount.c: account for .softirqentry.text Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 004/141] mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 005/141] mm,ksm: fix endless looping in allocating memory when ksm enable Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 006/141] can: dev: fix deadlock reported after bus-off Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 007/141] x86/init: Fix cr4_init_shadow() on CR4-less machines Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 008/141] x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we dont have CPUID Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 010/141] drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 011/141] drm/radeon/si/dpm: add workaround for for Jet parts Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 012/141] ARM: 8616/1: dt: Respect property size when parsing CPUs Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 013/141] ARM: 8617/1: dma: fix dma_max_pfn() Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 014/141] mwifiex: illegal assignment Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 015/141] i40e: avoid null pointer dereference Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 016/141] pinctrl: uniphier: fix .pin_dbg_show() callback Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 017/141] pinctrl: Flag strict is a field in struct pinmux_ops Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 018/141] i2c: mux: demux-pinctrl: run properly with multiple instances Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 019/141] rcuperf: Dont treat gp_exp mis-setting as a WARN Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 020/141] drivers/perf: arm_pmu: Fix leak in error path Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 021/141] perf/core: Use this_cpu_ptr() when stopping AUX events Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 022/141] mmc: tegra: Only advertise UHS modes if IO regulator is present Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 023/141] nvmem: Declare nvmem_cell_read() consistently Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 024/141] hwmon: (adt7411) set bit 3 in CFG1 register Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 026/141] spi: sh-msiof: Avoid invalid clock generator parameters Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 027/141] iwlwifi: mvm: checksum IPv6 fragmented packet Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 028/141] iwlwifi: mvm: fix txq aggregation bug Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 029/141] iwlwifi: mvm: write the correct internal TXF index Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 030/141] iwlwifi: mvm: unmap the paging memory before freeing it Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 031/141] iwlwifi: pcie: fix access to scratch buffer Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 032/141] iwlwifi: mvm: free RX reorder buffer on restart Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 034/141] iwlwifi: mvm: dont use ret when not initialised Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 035/141] usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame() Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 036/141] gpio: sa1100: fix irq probing for ucb1x00 Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 037/141] mac80211: check skb_linearize() return value Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 038/141] i40iw: Protect req_resource_num update Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 039/141] i40iw: Add missing check for interface already open Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 040/141] i40iw: Change mem_resources pointer to a u8 Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 041/141] i40iw: Fix double free of allocated_buffer Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 042/141] i40iw: Do not set self-referencing pointer to NULL after kfree Greg Kroah-Hartman
2016-10-06  8:27   ` [PATCH 4.7 043/141] i40iw: Avoid writing to freed memory Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 044/141] i40iw: Add missing NULL check for MPA private data Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 045/141] i40iw: Send last streaming mode message for loopback connections Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 046/141] i40iw: Update hw_iwarp_state Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 047/141] i40iw: Receive notification events correctly Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 048/141] batman-adv: Add missing refcnt for last_candidate Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 050/141] irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning Greg Kroah-Hartman
2016-10-06  8:28     ` Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 051/141] ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 052/141] arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 053/141] MIPS: uprobes: remove incorrect set_orig_insn Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 054/141] MIPS: fix uretprobe implementation Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 055/141] MIPS: Malta: Fix IOCU disable switch read for MIPS64 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 056/141] MIPS: uprobes: fix use of uninitialised variable Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 057/141] printk: fix parsing of "brl=" option Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 058/141] Bluetooth: split sk_filter in l2cap_sock_recv_cb Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 059/141] lib/test_hash.c: fix warning in two-dimensional array init Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 060/141] tpm: fix byte-order for the value read by tpm2_get_tpm_pt Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 061/141] regulator: pwm: Fix regulator ramp delay for continuous mode Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 062/141] regulator: qcom_spmi: Add support for S4 supply on pm8941 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 063/141] regulator: qcom_spmi: Add support for get_mode/set_mode on switches Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 064/141] regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 065/141] regulator: qcom_smd: Fix voltage ranges for pm8x41 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 066/141] regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and pldo Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 069/141] ARM: sa1100: register clocks early Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 070/141] ARM: sa1100: fix 3.6864MHz clock Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 071/141] ARM: sa1100: clear reset status prior to reboot Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 072/141] ARM: shmobile: fix regulator quirk for Gen2 Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 073/141] ARM: sa1111: fix pcmcia suspend/resume Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 074/141] pcmcia: ds: fix suspend/resume Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 075/141] hwrng: omap - Fix assumption that runtime_get_sync will always succeed Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 076/141] blk-mq: actually hook up defer list when running requests Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 077/141] pstore: drop file opened reference count Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 078/141] tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 079/141] fm10k: fix incorrect index calculation in fm10k_write_reta Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 080/141] iwlmvm: mvm: set correct state in smart-fifo configuration Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 082/141] [media] em28xx-i2c: rt_mutex_trylock() returns zero on failure Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 083/141] [media] v4l: vsp1: Fix crash when resetting pipeline Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 084/141] [media] gspca: avoid unused variable warnings Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 085/141] ath9k: Fix programming of minCCA power threshold Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 086/141] mailbox: mailbox-test: set tdev->signal to NULL after freeing Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 087/141] avr32: off by one in at32_init_pio() Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 088/141] qla2xxx: Fix BBCR offset Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 089/141] fnic: pci_dma_mapping_error() doesnt return an error code Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 090/141] mm, kasan: account for object redzone in SLUBs nearest_obj() Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 091/141] tracing: Have HIST_TRIGGERS select TRACING Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 092/141] dmaengine: bcm2835: fix 64-bit warning Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 093/141] dmaengine: at_xdmac: fix debug string Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 094/141] NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 095/141] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 096/141] NFS: Dont drop CB requests with invalid principals Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 097/141] pNFS/files: Fix layoutcommit after a commit to DS Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 098/141] pNFS/flexfiles: " Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 099/141] watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 100/141] cxl: fix potential NULL dereference in free_adapter() Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 101/141] xprtrdma: Remove FMRs from the unmap list after unmapping Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 102/141] ASoC: Intel: Skylake: Fix error return code in skl_probe() Greg Kroah-Hartman
2016-10-06  8:28   ` [PATCH 4.7 103/141] brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 104/141] brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 105/141] brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get() Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 106/141] staging: comedi: adv_pci1760: Do not return EINVAL for CMDF_ROUND_DOWN Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 107/141] powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-support Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 108/141] sysctl: handle error writing UINT_MAX to u32 fields Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 109/141] ASoC: omap-mcpdm: Fix irq resource handling Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 110/141] IB/core: Fix possible memory leak in cma_resolve_iboe_route() Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 111/141] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 112/141] SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 113/141] pNFS/flexfiles: Fix layoutstat periodic reporting Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 114/141] lib/test_hash.c: fix warning in preprocessor symbol evaluation Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 115/141] dmaengine: at_xdmac: fix to pass correct device identity to free_irq() Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 117/141] ceph: do not modify fi->frag in need_reset_readdir() Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 118/141] IB/ipoib: Fix memory corruption in ipoib cm mode connect flow Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 119/141] ath10k: fix get rx_status from htt context Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 120/141] IB/core: Fix use after free in send_leave function Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 121/141] regmap: rbtree: Avoid overlapping nodes Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 122/141] scsi: ses: use scsi_is_sas_rphy instead of is_sas_attached Greg Kroah-Hartman
2016-10-06 13:25     ` James Bottomley
2016-10-07  4:03       ` Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 123/141] IB/ipoib: Dont allow MC joins during light MC flush Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 124/141] IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 125/141] IB/mlx4: Fix code indentation in QP1 MAD flow Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 126/141] IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 127/141] IB/mlx5: Enable MAD_IFC commands for IB ports only Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 128/141] IB/mlx5: Set source mac address in FTE Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 129/141] batman-adv: remove unused callback from batadv_algo_ops struct Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 130/141] tpm_crb: drop struct resource res from struct crb_priv Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 131/141] tpm_crb: fix mapping of the buffers Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 132/141] aio: mark AIO pseudo-fs noexec Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 133/141] dm log writes: fix bug with too large bios Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 134/141] usb: misc: legousbtower: Fix NULL pointer deference Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 135/141] Staging: fbtft: Fix bug in fbtft-core Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 136/141] usb: usbip: vudc: fix left shift overflow Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 137/141] USB: serial: cp210x: Add ID for a Juniper console Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 138/141] Revert "usbtmc: convert to devm_kzalloc" Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 139/141] ALSA: hda - Adding one more ALC255 pin definition for headset problem Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 140/141] ALSA: hda - Fix headset mic detection problem for several Dell laptops Greg Kroah-Hartman
2016-10-06  8:29   ` [PATCH 4.7 141/141] ALSA: hda - Add the top speaker pin config for HP Spectre x360 Greg Kroah-Hartman
2016-10-06 18:54   ` [PATCH 4.7 000/141] 4.7.7-stable review Guenter Roeck
2016-10-07  4:04     ` Greg Kroah-Hartman
2016-10-06 19:57   ` Shuah Khan

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=20161006074448.608056610@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.