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, stable@vger.kernel.org
Subject: [PATCH 4.1 000/102] 4.1.8-stable review
Date: Sat, 19 Sep 2015 10:27:12 -0700	[thread overview]
Message-ID: <20150919171745.474069671@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.1.8 release.
There are 102 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 Mon Sep 21 17:15:55 UTC 2015.
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.1.8-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

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

Kees Cook <keescook@chromium.org>
    fs: create and use seq_show_option for escaping

Mikulas Patocka <mikulas@twibright.com>
    hpfs: update ctime and mtime on directory modification

Eric W. Biederman <ebiederm@xmission.com>
    fs: Set the size of empty dirs to 0.

Grant Likely <grant.likely@linaro.org>
    drivercore: Fix unregistration path of platform devices

Jiang Liu <jiang.liu@linux.intel.com>
    ACPI, PCI: Penalize legacy IRQ used by ACPI SCI

Heiko Stuebner <heiko@sntech.de>
    ARM: dts: rockchip: fix rk3288 watchdog irq

Caesar Wang <wxt@rock-chips.com>
    ARM: rockchip: fix the CPU soft reset

Vignesh R <vigneshr@ti.com>
    ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP

Hyungwon Hwang <human.hwang@samsung.com>
    ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinato

Benjamin Cama <benoar@dolka.fr>
    ARM: orion5x: fix legacy orion5x IRQ numbers

David Daney <david.daney@cavium.com>
    of/address: Don't loop forever in of_find_matching_node_by_address().

Thierry Reding <treding@nvidia.com>
    soc/tegra: pmc: Avoid usage of uninitialized variable

Xie XiuQi <xiexiuqi@huawei.com>
    x86/mce: Reenable CMCI banks when swiching back to interrupt mode

Kishon Vijay Abraham I <kishon@ti.com>
    regulator: pbias: Fix broken pbias disable functionality

Sudip Mukherjee <sudipm.mukherjee@gmail.com>
    auxdisplay: ks0108: fix refcount

Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    spi/spi-xilinx: Fix mixed poll/irq mode

Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    spi/spi-xilinx: Fix spurious IRQ ACK on irq mode

Peter Chen <peter.chen@freescale.com>
    Doc: ABI: testing: configfs-usb-gadget-sourcesink

Peter Chen <peter.chen@freescale.com>
    Doc: ABI: testing: configfs-usb-gadget-loopback

Masahiro Yamada <yamada.masahiro@socionext.com>
    devres: fix devres_get()

Max Filippov <jcmvbkbc@gmail.com>
    xtensa: fix kernel register spilling

Max Filippov <jcmvbkbc@gmail.com>
    xtensa: fix threadptr reload on return to userspace

Haozhong Zhang <haozhong.zhang@intel.com>
    KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST

Paul Mackerras <paulus@samba.org>
    KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE

Gautham R. Shenoy <ego@linux.vnet.ibm.com>
    KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set

Xiao Guangrong <guangrong.xiao@linux.intel.com>
    KVM: MMU: fix validation of mmio page fault

Ellen Wang <ellen@cumulusnetworks.com>
    HID: cp2112: fix I2C_SMBUS_BYTE write

Ellen Wang <ellen@cumulusnetworks.com>
    HID: cp2112: fix byte order in SMBUS operations

Don Zickus <dzickus@redhat.com>
    HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error

Andrey Ryabinin <aryabinin@odin.com>
    crypto: ghash-clmulni: specify context size for ghash async algorithm

Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
    crypto: vmx - Fixing GHASH Key issue on little endian

Robert Baldyga <r.baldyga@samsung.com>
    serial: samsung: fix DMA for FIFO smaller than cache line size

Marek Szyprowski <m.szyprowski@samsung.com>
    serial: samsung: fix DMA mode enter condition for small FIFO sizes

Adam Lee <adam.lee@canonical.com>
    serial: 8250_pci: Add support for Pericom PI7C9X795[1248]

Maciej S. Szmigiero <mail@maciej.szmigiero.name>
    serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)

Maciej S. Szmigiero <mail@maciej.szmigiero.name>
    serial: 8250: don't bind to SMSC IrCC IR port

Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
    ASoC: arizona: Poll for FLL clock OK rather than use interrupts

Nikesh Oswal <Nikesh.Oswal@wolfsonmicro.com>
    ASoC: arizona: Fix gain settings of FLL in free-run mode

Axel Lin <axel.lin@ingics.com>
    ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config

Vaishali Thakkar <vthakkar1994@gmail.com>
    ASoC: samsung: Remove redundant arndale_audio_remove

John Lin <john.lin@realtek.com>
    ASoC: rt5640: fix line out no sound issue

Johannes Thumshirn <jthumshirn@suse.de>
    tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()

Peter Chen <peter.chen@freescale.com>
    usb: host: ehci-sys: delete useless bus_to_hcd conversion

Peter Chen <peter.chen@freescale.com>
    usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidth

Kishon Vijay Abraham I <kishon@ti.com>
    usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes

Peter Chen <peter.chen@freescale.com>
    doc: usb: gadget-testing: using the updated testusb.c

Dan Carpenter <dan.carpenter@oracle.com>
    usb: gadget: m66592-udc: forever loop in set_feature()

Jan Kara <jack@suse.com>
    xfs: Fix file type directory corruption for btree directories

Jan Kara <jack@suse.com>
    xfs: Fix xfs_attr_leafblock definition

Darrick J. Wong <darrick.wong@oracle.com>
    libxfs: readahead of dir3 data blocks should use the read verifier

Michał Pecio <michal.pecio@gmail.com>
    USB: pl2303: fix baud-rate divisor calculations

Matthijs Kooijman <matthijs@stdin.nl>
    USB: ftdi_sio: Added custom PID for CustomWare products

David Ward <david.ward@ll.mit.edu>
    USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module

Philipp Hachtmann <hachti@hachti.de>
    USB: symbolserial: Use usb_get_serial_port_data

Michael van der Westhuizen <michael@smart-africa.com>
    spi: dw: Allow interface drivers to limit data I/O to word sizes

Sifan Naeem <sifan.naeem@imgtec.com>
    spi: img-spfi: fix kbuild test robot warning

Sifan Naeem <sifan.naeem@imgtec.com>
    spi: img-spfi: fix multiple calls to request gpio

Sifan Naeem <sifan.naeem@imgtec.com>
    spi: img-spfi: check for timeout error before proceeding

Koji Matsuoka <koji.matsuoka.xm@renesas.com>
    spi: sh-msiof: Fix FIFO size to 64 word from 256 word

Lars Persson <lars.persson@axis.com>
    spi: Fix regression in spi-bitbang-txrx.h

Martin Sperl <kernel@martin.sperl.org>
    spi: bcm2835: set up spi-mode before asserting cs-gpio

Zhang Rui <rui.zhang@intel.com>
    PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCI

Mark Rustad <mark.d.rustad@intel.com>
    PCI: Add VPD function 0 quirk for Intel Ethernet devices

Mark Rustad <mark.d.rustad@intel.com>
    PCI: Add dev_flags bit to access VPD through function 0

Bjorn Helgaas <bhelgaas@google.com>
    PCI: Fix TI816X class code quirk

Georgi Djakov <georgi.djakov@linaro.org>
    clk: qcom: Fix MSM8916 prng clock enable bit

Stephen Boyd <sboyd@codeaurora.org>
    clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks

Robert Jarzmik <robert.jarzmik@free.fr>
    clk: pxa: fix core frequency reporting unit

Dan Carpenter <dan.carpenter@oracle.com>
    clk: versatile: off by one in clk_sp810_timerclken_of_get()

Damien.Horsley <Damien.Horsley@imgtec.com>
    clk: pistachio: correct critical clock list

Zdenko Pulitika <zdenko.pulitika@imgtec.com>
    clk: pistachio: Fix override of clk-pll settings from boot loader

Marek Szyprowski <m.szyprowski@samsung.com>
    clk: s5pv210: add missing call to samsung_clk_of_add_provider()

Krzysztof Kozlowski <k.kozlowski@samsung.com>
    clk: exynos4: Fix wrong clock for Exynos4x12 ADC

Heiko Stuebner <heiko@sntech.de>
    clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac

Colin Ian King <colin.king@canonical.com>
    PM / clk: don't return int on __pm_clk_enable()

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: usbduxsigma: don't clobber ao_timer in command test

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: usbduxsigma: don't clobber ai_timer in command test

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: adl_pci7x3x: fix digital output on PCI-7230

Jan H. Schönherr <jschoenh@amazon.de>
    sched: Fix cpu_active_mask/cpu_online_mask race

Lars-Peter Clausen <lars@metafoo.de>
    iio: adis16480: Fix scale factors

Lars-Peter Clausen <lars@metafoo.de>
    iio: Add inverse unit conversion macros

Lars-Peter Clausen <lars@metafoo.de>
    iio: adis16400: Fix adis16448 gyroscope scale

Cristina Opriceana <cristina.opriceana@gmail.com>
    iio: industrialio-buffer: Fix iio_buffer_poll return value

Cristina Opriceana <cristina.opriceana@gmail.com>
    iio: event: Remove negative error code from iio_event_poll

Markus Pargmann <mpa@pengutronix.de>
    iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required

Martin Schwidefsky <schwidefsky@de.ibm.com>
    s390/setup: fix novx parameter

Sebastian Ott <sebott@linux.vnet.ibm.com>
    s390/sclp: fix compile error

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Limit the number of loops for reading a split 64bit register

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Always mark the object as dirty when used by the GPU

Gaurav K Singh <gaurav.k.singh@intel.com>
    drm/i915: Allow DSI dual link to be configured on any pipe

Jonathon Jongsma <jjongsma@redhat.com>
    drm/qxl: validate monitors config modes

Lukas Wunner <lukas@wunner.de>
    drm/i915: Preserve SSC earlier

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: fix HDMI quantization_range for pre-DCE5 asics

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon/native: Send out the full AUX address

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/radeon/atom: Send out the full AUX address

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Check DP link status on long hpd too

Imre Deak <imre.deak@intel.com>
    drm/i915: apply the PCI_D0/D3 hibernation workaround everywhere on pre GEN6

Stephen Chandler Paul <cpaul@redhat.com>
    DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd

Andy Lutomirski <luto@kernel.org>
    x86/ldt: Further fix FPU emulation

Juergen Gross <jgross@suse.com>
    x86/ldt: Correct FPU emulation access to LDT

Juergen Gross <jgross@suse.com>
    x86/ldt: Correct LDT access in single stepping logic

Andy Lutomirski <luto@kernel.org>
    x86/ldt: Make modify_ldt synchronous


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

Diffstat:

 .../ABI/testing/configfs-usb-gadget-loopback       |   2 +-
 .../ABI/testing/configfs-usb-gadget-sourcesink     |   2 +-
 Documentation/usb/gadget-testing.txt               |   7 +-
 Makefile                                           |   4 +-
 arch/arm/Kconfig                                   |   1 +
 arch/arm/boot/dts/exynos3250-rinato.dts            |   2 +-
 arch/arm/boot/dts/rk3288.dtsi                      |   2 +-
 arch/arm/mach-omap2/clockdomains7xx_data.c         |   2 +-
 arch/arm/mach-orion5x/include/mach/irqs.h          |  64 ++---
 arch/arm/mach-orion5x/irq.c                        |   4 +-
 arch/arm/mach-rockchip/platsmp.c                   |  40 ++--
 arch/powerpc/kvm/book3s_hv_rm_mmu.c                |  18 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S            |   1 +
 arch/s390/kernel/setup.c                           |  15 +-
 arch/x86/crypto/ghash-clmulni-intel_glue.c         |   1 +
 arch/x86/include/asm/desc.h                        |  15 --
 arch/x86/include/asm/mmu.h                         |   3 +-
 arch/x86/include/asm/mmu_context.h                 |  54 ++++-
 arch/x86/kernel/acpi/boot.c                        |   1 +
 arch/x86/kernel/cpu/common.c                       |   4 +-
 arch/x86/kernel/cpu/mcheck/mce_intel.c             |  41 ++--
 arch/x86/kernel/cpu/perf_event.c                   |  12 +-
 arch/x86/kernel/ldt.c                              | 262 +++++++++++----------
 arch/x86/kernel/process_64.c                       |   4 +-
 arch/x86/kernel/step.c                             |   8 +-
 arch/x86/kvm/mmu.c                                 |  45 ----
 arch/x86/kvm/x86.c                                 |   2 +-
 arch/x86/math-emu/fpu_entry.c                      |   3 +-
 arch/x86/math-emu/fpu_system.h                     |  21 +-
 arch/x86/math-emu/get_address.c                    |   3 +-
 arch/x86/power/cpu.c                               |   3 +-
 arch/xtensa/include/asm/traps.h                    |  29 ++-
 arch/xtensa/kernel/entry.S                         |   7 +-
 drivers/acpi/acpi_pnp.c                            |   1 +
 drivers/acpi/pci_link.c                            |  16 ++
 drivers/ata/ahci.c                                 |  13 +-
 drivers/ata/pata_jmicron.c                         |  12 -
 drivers/auxdisplay/ks0108.c                        |   1 +
 drivers/base/devres.c                              |   4 +-
 drivers/base/platform.c                            |   8 +-
 drivers/base/power/clock_ops.c                     |   4 +-
 drivers/clk/pistachio/clk-pistachio.c              |  19 +-
 drivers/clk/pistachio/clk-pll.c                    |   5 +-
 drivers/clk/pxa/clk-pxa25x.c                       |   2 +-
 drivers/clk/pxa/clk-pxa27x.c                       |   2 +-
 drivers/clk/pxa/clk-pxa3xx.c                       |   2 +-
 drivers/clk/qcom/gcc-apq8084.c                     |   1 +
 drivers/clk/qcom/gcc-msm8916.c                     |   2 +-
 drivers/clk/qcom/gcc-msm8974.c                     |   1 +
 drivers/clk/rockchip/clk-rk3288.c                  |   2 +-
 drivers/clk/samsung/clk-exynos4.c                  |   2 +
 drivers/clk/samsung/clk-s5pv210.c                  |   2 +
 drivers/clk/versatile/clk-sp810.c                  |   4 +-
 drivers/crypto/vmx/ghashp8-ppc.pl                  |   6 +
 drivers/gpu/drm/i915/i915_drv.c                    |  15 +-
 drivers/gpu/drm/i915/i915_drv.h                    |  10 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c         |   2 +-
 drivers/gpu/drm/i915/intel_display.c               |  29 ++-
 drivers/gpu/drm/i915/intel_dp.c                    |  11 +-
 drivers/gpu/drm/i915/intel_dsi.c                   |   9 +-
 drivers/gpu/drm/qxl/qxl_display.c                  |  66 ++++--
 drivers/gpu/drm/qxl/qxl_drv.h                      |   2 +
 drivers/gpu/drm/radeon/atombios_dp.c               |   5 +-
 drivers/gpu/drm/radeon/radeon_audio.c              |  16 +-
 drivers/gpu/drm/radeon/radeon_connectors.c         |   5 +
 drivers/gpu/drm/radeon/radeon_dp_auxch.c           |   4 +-
 drivers/hid/hid-cp2112.c                           |  10 +-
 drivers/hid/usbhid/hid-core.c                      |   2 +-
 drivers/iio/gyro/Kconfig                           |   3 +-
 drivers/iio/imu/adis16400_core.c                   |   2 +-
 drivers/iio/imu/adis16480.c                        |  39 ++-
 drivers/iio/industrialio-buffer.c                  |   2 +-
 drivers/iio/industrialio-event.c                   |   2 +-
 drivers/of/address.c                               |   6 +-
 drivers/pci/access.c                               |  61 ++++-
 drivers/pci/quirks.c                               |  30 ++-
 drivers/regulator/pbias-regulator.c                |   5 +
 drivers/s390/char/sclp_early.c                     |   1 +
 drivers/soc/tegra/pmc.c                            |   4 +-
 drivers/spi/spi-bcm2835.c                          |  28 ++-
 drivers/spi/spi-bitbang-txrx.h                     |   4 +-
 drivers/spi/spi-dw-mmio.c                          |   3 +
 drivers/spi/spi-dw.c                               |   4 +-
 drivers/spi/spi-dw.h                               |  35 +++
 drivers/spi/spi-img-spfi.c                         |  59 ++++-
 drivers/spi/spi-sh-msiof.c                         |  15 +-
 drivers/spi/spi-xilinx.c                           |  20 +-
 drivers/staging/comedi/drivers/adl_pci7x3x.c       |  16 +-
 drivers/staging/comedi/drivers/usbduxsigma.c       |  70 +++---
 drivers/tty/serial/8250/8250_pci.c                 |  82 +++++--
 drivers/tty/serial/8250/8250_pnp.c                 |  11 +
 drivers/tty/serial/men_z135_uart.c                 |   9 +-
 drivers/tty/serial/samsung.c                       |  47 ++--
 drivers/tty/serial/samsung.h                       |   1 +
 drivers/usb/dwc3/ep0.c                             |  12 +-
 drivers/usb/gadget/function/f_uac2.c               |  31 ++-
 drivers/usb/gadget/udc/m66592-udc.c                |   2 +-
 drivers/usb/host/ehci-sysfs.c                      |   8 +-
 drivers/usb/serial/ftdi_sio.c                      |   4 +
 drivers/usb/serial/ftdi_sio_ids.h                  |   8 +
 drivers/usb/serial/pl2303.c                        |  35 ++-
 drivers/usb/serial/qcserial.c                      |   1 +
 drivers/usb/serial/symbolserial.c                  |   6 +-
 fs/ceph/super.c                                    |   2 +-
 fs/cifs/cifsfs.c                                   |   6 +-
 fs/ext4/super.c                                    |   4 +-
 fs/gfs2/super.c                                    |   6 +-
 fs/hfs/super.c                                     |   4 +-
 fs/hfsplus/options.c                               |   4 +-
 fs/hostfs/hostfs_kern.c                            |   2 +-
 fs/hpfs/namei.c                                    |  25 +-
 fs/libfs.c                                         |   2 +-
 fs/ocfs2/super.c                                   |   4 +-
 fs/overlayfs/super.c                               |   6 +-
 fs/reiserfs/super.c                                |   8 +-
 fs/xfs/libxfs/xfs_da_format.h                      |  11 +-
 fs/xfs/libxfs/xfs_dir2_data.c                      |   3 +-
 fs/xfs/libxfs/xfs_dir2_node.c                      |  10 +-
 fs/xfs/xfs_super.c                                 |   4 +-
 include/linux/acpi.h                               |   2 +-
 include/linux/iio/iio.h                            |  17 ++
 include/linux/pci.h                                |   2 +
 include/linux/seq_file.h                           |  35 +++
 kernel/cgroup.c                                    |   7 +-
 kernel/sched/core.c                                |   8 +
 net/ceph/ceph_common.c                             |   7 +-
 security/selinux/hooks.c                           |   2 +-
 sound/soc/codecs/adav80x.c                         |   1 -
 sound/soc/codecs/arizona.c                         |  49 ++--
 sound/soc/codecs/arizona.h                         |   1 -
 sound/soc/codecs/rt5640.c                          |  40 +++-
 sound/soc/samsung/arndale_rt5631.c                 |  10 -
 132 files changed, 1242 insertions(+), 683 deletions(-)



             reply	other threads:[~2015-09-19 17:37 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-19 17:27 Greg Kroah-Hartman [this message]
2015-09-19 17:27 ` [PATCH 4.1 001/102] x86/ldt: Make modify_ldt synchronous Greg Kroah-Hartman
2015-09-19 17:27   ` Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 002/102] x86/ldt: Correct LDT access in single stepping logic Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 003/102] x86/ldt: Correct FPU emulation access to LDT Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 004/102] x86/ldt: Further fix FPU emulation Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 005/102] DRM - radeon: Dont link train DisplayPort on HPD until we get the dpcd Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 006/102] drm/i915: apply the PCI_D0/D3 hibernation workaround everywhere on pre GEN6 Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 010/102] drm/radeon: fix HDMI quantization_range for pre-DCE5 asics Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 011/102] drm/i915: Preserve SSC earlier Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 012/102] drm/qxl: validate monitors config modes Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 016/102] s390/sclp: fix compile error Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 017/102] s390/setup: fix novx parameter Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 018/102] iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 019/102] iio: event: Remove negative error code from iio_event_poll Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 020/102] iio: industrialio-buffer: Fix iio_buffer_poll return value Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 021/102] iio: adis16400: Fix adis16448 gyroscope scale Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 022/102] iio: Add inverse unit conversion macros Greg Kroah-Hartman
2015-09-19 17:27   ` Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 023/102] iio: adis16480: Fix scale factors Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 025/102] staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 026/102] staging: comedi: usbduxsigma: dont clobber ai_timer in command test Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 027/102] staging: comedi: usbduxsigma: dont clobber ao_timer " Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 028/102] PM / clk: dont return int on __pm_clk_enable() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 029/102] clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 030/102] clk: exynos4: Fix wrong clock for Exynos4x12 ADC Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 031/102] clk: s5pv210: add missing call to samsung_clk_of_add_provider() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 032/102] clk: pistachio: Fix override of clk-pll settings from boot loader Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 033/102] clk: pistachio: correct critical clock list Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 034/102] clk: versatile: off by one in clk_sp810_timerclken_of_get() Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 035/102] clk: pxa: fix core frequency reporting unit Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 036/102] clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 037/102] clk: qcom: Fix MSM8916 prng clock enable bit Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 038/102] PCI: Fix TI816X class code quirk Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 039/102] PCI: Add dev_flags bit to access VPD through function 0 Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 040/102] PCI: Add VPD function 0 quirk for Intel Ethernet devices Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 041/102] PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCI Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 042/102] spi: bcm2835: set up spi-mode before asserting cs-gpio Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 043/102] spi: Fix regression in spi-bitbang-txrx.h Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 044/102] spi: sh-msiof: Fix FIFO size to 64 word from 256 word Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 045/102] spi: img-spfi: check for timeout error before proceeding Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 046/102] spi: img-spfi: fix multiple calls to request gpio Greg Kroah-Hartman
2015-09-19 17:27 ` [PATCH 4.1 047/102] spi: img-spfi: fix kbuild test robot warning Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 048/102] spi: dw: Allow interface drivers to limit data I/O to word sizes Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 049/102] USB: symbolserial: Use usb_get_serial_port_data Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 050/102] USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 051/102] USB: ftdi_sio: Added custom PID for CustomWare products Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 052/102] USB: pl2303: fix baud-rate divisor calculations Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 053/102] libxfs: readahead of dir3 data blocks should use the read verifier Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 054/102] xfs: Fix xfs_attr_leafblock definition Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 055/102] xfs: Fix file type directory corruption for btree directories Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 056/102] usb: gadget: m66592-udc: forever loop in set_feature() Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 057/102] doc: usb: gadget-testing: using the updated testusb.c Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 058/102] usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 059/102] usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidth Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 060/102] usb: host: ehci-sys: delete useless bus_to_hcd conversion Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 061/102] tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios() Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 062/102] ASoC: rt5640: fix line out no sound issue Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 063/102] ASoC: samsung: Remove redundant arndale_audio_remove Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 064/102] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 065/102] ASoC: arizona: Fix gain settings of FLL in free-run mode Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 066/102] ASoC: arizona: Poll for FLL clock OK rather than use interrupts Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 067/102] serial: 8250: dont bind to SMSC IrCC IR port Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 068/102] serial: 8250: bind to ALi Fast Infrared Controller (ALI5123) Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 069/102] serial: 8250_pci: Add support for Pericom PI7C9X795[1248] Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 070/102] serial: samsung: fix DMA mode enter condition for small FIFO sizes Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 071/102] serial: samsung: fix DMA for FIFO smaller than cache line size Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 072/102] crypto: vmx - Fixing GHASH Key issue on little endian Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 073/102] crypto: ghash-clmulni: specify context size for ghash async algorithm Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 074/102] HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 075/102] HID: cp2112: fix byte order in SMBUS operations Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 076/102] HID: cp2112: fix I2C_SMBUS_BYTE write Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 077/102] KVM: MMU: fix validation of mmio page fault Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 078/102] KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 079/102] KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 080/102] KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 081/102] xtensa: fix threadptr reload on return to userspace Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 082/102] xtensa: fix kernel register spilling Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 083/102] devres: fix devres_get() Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 084/102] Doc: ABI: testing: configfs-usb-gadget-loopback Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 085/102] Doc: ABI: testing: configfs-usb-gadget-sourcesink Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 086/102] spi/spi-xilinx: Fix spurious IRQ ACK on irq mode Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 087/102] spi/spi-xilinx: Fix mixed poll/irq mode Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 088/102] auxdisplay: ks0108: fix refcount Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 089/102] regulator: pbias: Fix broken pbias disable functionality Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 090/102] x86/mce: Reenable CMCI banks when swiching back to interrupt mode Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 091/102] soc/tegra: pmc: Avoid usage of uninitialized variable Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 092/102] of/address: Dont loop forever in of_find_matching_node_by_address() Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 093/102] ARM: orion5x: fix legacy orion5x IRQ numbers Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 094/102] ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinato Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 095/102] ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 096/102] ARM: rockchip: fix the CPU soft reset Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 097/102] ARM: dts: rockchip: fix rk3288 watchdog irq Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 098/102] ACPI, PCI: Penalize legacy IRQ used by ACPI SCI Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 099/102] drivercore: Fix unregistration path of platform devices Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 100/102] fs: Set the size of empty dirs to 0 Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 101/102] hpfs: update ctime and mtime on directory modification Greg Kroah-Hartman
2015-09-19 17:28 ` [PATCH 4.1 102/102] fs: create and use seq_show_option for escaping Greg Kroah-Hartman
2015-09-19 20:38 ` [PATCH 4.1 000/102] 4.1.8-stable review Guenter Roeck
2015-09-20  0:25 ` Guenter Roeck
2015-09-20  5:28   ` Willy Tarreau
2015-09-20  7:51     ` Sudip Mukherjee
2015-09-21  1:36     ` Greg Kroah-Hartman
2015-09-21  5:42 ` Sudip Mukherjee
2015-09-21 16:22 ` 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=20150919171745.474069671@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --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.