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, satoru.takeuchi@gmail.com,
	shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.18 000/151] 3.18.9-stable review
Date: Tue,  3 Mar 2015 22:12:14 -0800	[thread overview]
Message-ID: <20150304055457.084276421@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 3.18.9 release.
There are 151 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 Mar  6 05:53: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/v3.0/stable-review/patch-3.18.9-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

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

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    x86: pmc-atom: Assign debugfs node as soon as possible

Hector Marco-Gisbert <hecmargi@upv.es>
    x86, mm/ASLR: Fix stack randomization on 64-bit systems

Matt Fleming <matt.fleming@intel.com>
    x86/efi: Avoid triple faults during EFI mixed mode calls

Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
    blk-throttle: check stats_cpu before reading it from sysfs

Filipe Manana <fdmanana@suse.com>
    Btrfs: fix fsync data loss after adding hard link to inode

David Sterba <dsterba@suse.cz>
    btrfs: fix leak of path in btrfs_find_item

David Sterba <dsterba@suse.cz>
    btrfs: set proper message level for skinny metadata

Ilya Dryomov <idryomov@gmail.com>
    libceph: fix double __remove_osd() problem

Hans de Goede <hdegoede@redhat.com>
    samsung-laptop: Add use_native_backlight quirk, and enable it on some models

Chen Jie <chenjie6@huawei.com>
    jffs2: fix handling of corrupted summary length

Daniel J Blueman <daniel@numascale.com>
    EDAC, amd64_edac: Prevent OOPS with >16 memory controllers

Borislav Petkov <bp@suse.de>
    sb_edac: Fix detection on SNB machines

Tomáš Hodek <tomas.hodek@volny.cz>
    md/raid1: fix read balance when a drive is write-mostly.

NeilBrown <neilb@suse.de>
    md/raid5: Fix livelock when array is both resyncing and degraded.

Adrian Hunter <adrian.hunter@intel.com>
    perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag

Matthias Brugger <matthias.bgg@gmail.com>
    clocksource: mtk: Fix race conditions in probe code

James Hogan <james.hogan@imgtec.com>
    metag: Fix KSTK_EIP() and KSTK_ESP() macros

Jan Kara <jack@suse.cz>
    xfs: Fix quota type in quota structures when reusing quota file

Nicolas Saenz Julienne <nicolassaenzj@gmail.com>
    gpio: tps65912: fix wrong container_of arguments

Hans Holmberg <hans.holmberg@intel.com>
    gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node

Catalin Marinas <catalin.marinas@arm.com>
    arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian

Martin Vajnar <martin.vajnar@gmail.com>
    hx4700: regulator: declare full constraints

Jiang Liu <jiang.liu@linux.intel.com>
    x86/xen: Treat SCI interrupt as normal GSI interrupt

David Hildenbrand <dahi@linux.vnet.ibm.com>
    KVM: s390: avoid memory leaks if __inject_vm() fails

David Hildenbrand <dahi@linux.vnet.ibm.com>
    KVM: s390: floating irqs: fix user triggerable endless loop

David Hildenbrand <dahi@linux.vnet.ibm.com>
    KVM: s390: base hrtimer on a monotonic clock

David Hildenbrand <dahi@linux.vnet.ibm.com>
    KVM: s390: forward hrtimer if guest ckc not pending yet

Marcelo Tosatti <mtosatti@redhat.com>
    KVM: x86: update masterclock values on TSC writes

Jan Kara <jack@suse.cz>
    udf: Check length of extended attributes and allocation descriptors

Jan Kara <jack@suse.cz>
    udf: Remove repeated loads blocksize

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}

Alexey Brodkin <abrodkin@synopsys.com>
    ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE

Stefan Agner <stefan@agner.ch>
    serial: fsl_lpuart: avoid new transfer while DMA is running

Stefan Agner <stefan@agner.ch>
    serial: fsl_lpuart: delete timer on shutdown

John Stultz <john.stultz@linaro.org>
    ntp: Fixup adjtimex freq validation on 32-bit systems

Jay Lan <jlan@sgi.com>
    kdb: fix incorrect counts in KDB summary command output

Arnd Bergmann <arnd@arndb.de>
    ARM: mvebu: build armada375-smp code conditionally

Arnd Bergmann <arnd@arndb.de>
    ARM: vexpress: use ARM_CPU_SUSPEND if needed

Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    ARM: pxa: add regulator_has_full_constraints to poodle board file

Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    ARM: pxa: add regulator_has_full_constraints to corgi board file

Nicolas Pitre <nicolas.pitre@linaro.org>
    vt: provide notifications on selection changes

Alan Stern <stern@rowland.harvard.edu>
    USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)

Alan Stern <stern@rowland.harvard.edu>
    USB: don't cancel queued resets when unbinding drivers

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN

Alan Stern <stern@rowland.harvard.edu>
    USB: fix use-after-free bug in usb_hcd_unlink_urb()

Lennart Sorensen <lsorense@csclub.uwaterloo.ca>
    USB: cp210x: add ID for RUGGEDCOM USB Serial Console

Alexander Usyskin <alexander.usyskin@intel.com>
    mei: me: release hw from reset only during the reset flow

Alexander Usyskin <alexander.usyskin@intel.com>
    mei: mask interrupt set bit on clean reset bit

Cyrille Pitchen <cyrille.pitchen@atmel.com>
    tty/serial: at91: fix error handling in atmel_serial_probe()

Peter Hurley <peter@hurleysoftware.com>
    tty: Prevent untrappable signals from malicious program

Matthew Wilcox <matthew.r.wilcox@intel.com>
    axonram: Fix bug in direct_access

Andrey Ryabinin <a.ryabinin@samsung.com>
    smack: fix possible use after frees in task_security() callers

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    ring-buffer: Do not wake up a splice waiter when page is not full

Paul Moore <pmoore@redhat.com>
    cipso: don't use IPCB() to locate the CIPSO IP option

Jeff Moyer <jmoyer@redhat.com>
    cfq-iosched: fix incorrect filing of rt async cfqq

Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
    cfq-iosched: handle failure of cfq group allocation

Nicholas Bellinger <nab@linux-iscsi.org>
    iscsi-target: Drop problematic active_ts_list usage

Tony Battersby <tonyb@cybernetics.com>
    sg: fix EWOULDBLOCK errors with scsi-mq

Tony Battersby <tonyb@cybernetics.com>
    sg: fix unkillable I/O wait deadlock with scsi-mq

Trond Myklebust <trond.myklebust@primarydata.com>
    NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args

Trond Myklebust <trond.myklebust@primarydata.com>
    NFSv4: Ensure we reference the inode for return-on-close in delegreturn

Trond Myklebust <trond.myklebust@primarydata.com>
    SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup

Peng Tao <tao.peng@primarydata.com>
    nfs41: .init_read and .init_write can be called with valid pg_lseg

honclo <honclo@imap.linux.ibm.com>
    Added Little Endian support to vtpm module

Christophe Ricard <christophe.ricard@gmail.com>
    tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send

Hon Ching (Vicky) Lo <honclo@linux.vnet.ibm.com>
    tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma

Kiran Padwal <kiran.padwal@smartplayin.com>
    char: tpm: Add missing error check for devm_kzalloc

David Howells <dhowells@redhat.com>
    TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev

Scot Doyle <lkml14@scotdoyle.com>
    tpm_tis: verify interrupt during init

Florian Fainelli <f.fainelli@gmail.com>
    ARM: dts: BCM63xx: fix L2 cache properties

Robert Nelson <robertcnelson@gmail.com>
    ARM: dts: am335x-bone*: usb0 is hardwired for peripheral

Dmitry Osipenko <digetx@gmail.com>
    ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses

Lokesh Vutla <lokeshvutla@ti.com>
    ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3

Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    ARM: 8284/1: sa1100: clear RCSR_SMR on resume

Tony Battersby <tonyb@cybernetics.com>
    blk-mq: fix double-free in error path

Vikram Mulukutla <markivx@codeaurora.org>
    tracing: Fix unmapping loop in tracing_mark_write

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm/hugetlb: pmd_huge() returns true for non-present hugepage

James Hogan <james.hogan@imgtec.com>
    MIPS: Export MSA functions used by lose_fpu(1) for KVM

James Hogan <james.hogan@imgtec.com>
    MIPS: Export FP functions used by lose_fpu(1) for KVM

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: asm: pgtable: Prevent HTW race when updating PTEs

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequences

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: asm: asmmacro: Replace "add" instructions with "addu"

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: kernel: cps-vec: Replace "addi" with "addiu"

Manuel Lauss <manuel.lauss@gmail.com>
    MIPS: Alchemy: Fix cpu clock calculation

James Hogan <james.hogan@imgtec.com>
    KVM: MIPS: Don't leak FPU/DSP to guest

James Hogan <james.hogan@imgtec.com>
    KVM: MIPS: Disable HTW while in guest

Trond Myklebust <trond.myklebust@primarydata.com>
    NFS: struct nfs_commit_info.lock must always point to inode->i_lock

Jeff Layton <jlayton@primarydata.com>
    nfs: don't call blocking operations while !TASK_RUNNING

Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
    proc/pagemap: walk page tables under pte lock

Marcin Wojtas <mw@semihalf.com>
    mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7878951

Gregory CLEMENT <gregory.clement@free-electrons.com>
    mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor

Jisheng Zhang <jszhang@marvell.com>
    mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles

Jisheng Zhang <jszhang@marvell.com>
    mmc: sdhci-pxav3: fix unbalanced clock issues during probe

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-audio: fix missing newlines, again

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-dvb: fix missing newlines

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-video: fix missing newlines

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-core: fix missing newlines

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-audio: fix missing newlines

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx-input: fix missing newlines

Russell King <rmk+kernel@arm.linux.org.uk>
    em28xx: ensure "closing" messages terminate with a newline

Arnd Bergmann <arnd@arndb.de>
    timberdale: do not select TIMB_DMA

James Hogan <james.hogan@imgtec.com>
    rc-main: Re-apply filter for no-op protocol change

Sumit.Saxena@avagotech.com <Sumit.Saxena@avagotech.com>
    megaraid_sas: disable interrupt_mask before enabling hardware interrupts

Sumit.Saxena@avagotech.com <Sumit.Saxena@avagotech.com>
    megaraid_sas: fix the problem of non-existing VD exposed to host

Sumit.Saxena@avagotech.com <Sumit.Saxena@avagotech.com>
    megaraid_sas: endianness related bug fixes and code optimization

Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
    power: gpio-charger: balance enable/disable_irq_wake calls

Krzysztof Kozlowski <k.kozlowski@samsung.com>
    power: bq24190: Fix ignored supplicants

Krzysztof Kozlowski <k.kozlowski@samsung.com>
    power_supply: 88pm860x: Fix leaked power supply on probe fail

Adrian Knoth <adi@drcomp.erfurt.thur.de>
    ALSA: hdspm - Constrain periods to 2 on older cards

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - enable mute led quirk for one more hp machine.

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Set up GPIO for Toshiba Satellite S50D

Dan Carpenter <dan.carpenter@oracle.com>
    ALSA: off by one bug in snd_riptide_joystick_probe()

Antti Palosaari <crope@iki.fi>
    si2168: define symbol rate limits

Malcolm Priestley <tvboxspy@gmail.com>
    lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb

Malcolm Priestley <tvboxspy@gmail.com>
    lmedm04: Increase Interupt due time to 200 msec

Mika Westerberg <mika.westerberg@linux.intel.com>
    ACPI / LPSS: Deassert resets for SPI host controllers on Braswell

Mika Westerberg <mika.westerberg@linux.intel.com>
    ACPI / LPSS: Always disable I2C host controllers

Juergen Gross <jgross@suse.com>
    xen-scsiback: mark pvscsi frontend request consumed only after last read

Ross Lagerwall <ross.lagerwall@citrix.com>
    xen/manage: Fix USB interaction issues when resuming

Arnd Bergmann <arnd@arndb.de>
    cpufreq: s3c: remove last use of resume_clocks callback

Arnd Bergmann <arnd@arndb.de>
    cpufreq: s3c: remove incorrect __init annotations

Mikulas Patocka <mpatocka@redhat.com>
    cpufreq: speedstep-smi: enable interrupts when waiting

Viresh Kumar <viresh.kumar@linaro.org>
    cpufreq: Set cpufreq_cpu_data to NULL before putting kobject

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Remove logging statement that is no longer needed

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192ee: Fix problems with calculating free space in FIFO

Troy Tan <troy_tan@realsil.com.cn>
    rtlwifi: rtl8192ee: Fix DMA stalls

Troy Tan <troy_tan@realsil.com.cn>
    rtlwifi: rtl8192ee: Fix parsing of received packet

Troy Tan <troy_tan@realsil.com.cn>
    rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write point

Troy Tan <troy_tan@realsil.com.cn>
    rtlwifi: rtl8192ee: Fix adhoc fail

Arnd Bergmann <arnd@arndb.de>
    ASoC: davinci: fix DM365_EVM codec selection

Lars-Peter Clausen <lars@metafoo.de>
    ASoC: mioa701_wm9713: Fix speaker event

Bard Liao <bardliao@realtek.com>
    ASoC: rt5670: Set use_single_rw flag for regmap

Michel Dänzer <michel.daenzer@amd.com>
    PCI: Fix infinite loop with ROM image of size 0

Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    PCI: Generate uppercase hex for modalias var in uevent

Seth Forshee <seth.forshee@canonical.com>
    HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events

Luciano Coelho <luciano.coelho@intel.com>
    iwlwifi: mvm: always use mac color zero

Luciano Coelho <luciano.coelho@intel.com>
    iwlwifi: mvm: fix failure path when power_update fails in add_interface

Eyal Shapira <eyal@wizery.com>
    iwlwifi: mvm: validate tid and sta_id in ba_notif

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN

Jan Kara <jack@suse.cz>
    fsnotify: fix handling of renames in audit

Dave Chinner <dchinner@redhat.com>
    xfs: set superblock buffer type correctly

Dave Chinner <dchinner@redhat.com>
    xfs: set buf types when converting extent formats

Dave Chinner <dchinner@redhat.com>
    xfs: inode unlink does not set AGI buffer type

Dave Chinner <dchinner@redhat.com>
    xfs: ensure buffer types are set correctly

George Spelvin <linux@horizon.com>
    random: Fix fast_mix() function

Matej Dubovy <matej.dubovy@gmail.com>
    Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, BCM43142

Marcel Holtmann <marcel@holtmann.org>
    Bluetooth: btusb: Add support for Dynex/Insignia USB dongles

Rick Dunn <rick@rickdunn.com>
    Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices

Johan Hedberg <johan.hedberg@intel.com>
    Bluetooth: Fix valid Identity Address check

Dmitry Tunin <hanipouspilot@gmail.com>
    Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device

Adam Lee <adam.lee@canonical.com>
    Bluetooth: ath3k: workaround the compatibility issue with xHCI controller


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

Diffstat:

 Makefile                                     |   4 +-
 arch/arc/include/asm/pgtable.h               |   3 +-
 arch/arm/boot/dts/am335x-bone-common.dtsi    |   1 +
 arch/arm/boot/dts/bcm63138.dtsi              |   5 +-
 arch/arm/boot/dts/tegra20.dtsi               |   8 +-
 arch/arm/mach-mvebu/system-controller.c      |   2 +-
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c    |   2 +-
 arch/arm/mach-pxa/corgi.c                    |   3 +
 arch/arm/mach-pxa/hx4700.c                   |   2 +
 arch/arm/mach-pxa/poodle.c                   |   2 +
 arch/arm/mach-sa1100/pm.c                    |   1 +
 arch/arm/mach-vexpress/Kconfig               |   1 +
 arch/arm64/kernel/signal32.c                 |   5 +-
 arch/metag/include/asm/processor.h           |   4 +-
 arch/mips/alchemy/common/clock.c             |   2 +
 arch/mips/include/asm/asmmacro.h             |   4 +-
 arch/mips/include/asm/cpu-info.h             |   5 +
 arch/mips/include/asm/mmu_context.h          |   7 +-
 arch/mips/include/asm/pgtable.h              |  42 +++---
 arch/mips/kernel/cps-vec.S                   |  16 +--
 arch/mips/kernel/cpu-probe.c                 |   4 +-
 arch/mips/kernel/mips_ksyms.c                |  10 ++
 arch/mips/kvm/locore.S                       |   2 +-
 arch/mips/kvm/mips.c                         |  19 ++-
 arch/powerpc/sysdev/axonram.c                |   2 +-
 arch/s390/kvm/interrupt.c                    |  22 ++-
 arch/s390/kvm/kvm-s390.c                     |   2 +-
 arch/x86/boot/compressed/Makefile            |   1 +
 arch/x86/boot/compressed/efi_stub_64.S       |  25 ----
 arch/x86/boot/compressed/efi_thunk_64.S      | 196 +++++++++++++++++++++++++++
 arch/x86/kernel/acpi/boot.c                  |  23 ++--
 arch/x86/kernel/pmc_atom.c                   |   4 +-
 arch/x86/kvm/x86.c                           |  19 +--
 arch/x86/mm/gup.c                            |   2 +-
 arch/x86/mm/hugetlbpage.c                    |   8 +-
 arch/x86/mm/mmap.c                           |   6 +-
 arch/x86/pci/xen.c                           |  47 -------
 arch/x86/platform/efi/efi_stub_64.S          | 161 ----------------------
 arch/x86/platform/efi/efi_thunk_64.S         | 121 ++++++++++++++---
 block/blk-mq-tag.c                           |   1 +
 block/blk-throttle.c                         |   3 +
 block/cfq-iosched.c                          |  16 ++-
 drivers/acpi/acpi_lpss.c                     |  19 ++-
 drivers/bluetooth/ath3k.c                    |  10 ++
 drivers/bluetooth/btusb.c                    |  11 +-
 drivers/char/random.c                        |   8 +-
 drivers/char/tpm/tpm-interface.c             |   2 +-
 drivers/char/tpm/tpm_i2c_atmel.c             |   4 +
 drivers/char/tpm/tpm_i2c_nuvoton.c           |   5 +
 drivers/char/tpm/tpm_i2c_stm_st33.c          |   2 +-
 drivers/char/tpm/tpm_ibmvtpm.c               |  28 ++--
 drivers/char/tpm/tpm_tis.c                   |  76 +++++++++--
 drivers/clocksource/mtk_timer.c              |   9 +-
 drivers/cpufreq/cpufreq.c                    |   6 +-
 drivers/cpufreq/s3c2416-cpufreq.c            |   4 +-
 drivers/cpufreq/s3c24xx-cpufreq.c            |  10 +-
 drivers/cpufreq/speedstep-lib.c              |   3 +
 drivers/cpufreq/speedstep-smi.c              |  12 ++
 drivers/edac/amd64_edac.c                    |  10 +-
 drivers/edac/sb_edac.c                       |   9 +-
 drivers/gpio/gpio-tps65912.c                 |  14 +-
 drivers/gpio/gpiolib-of.c                    |   9 +-
 drivers/hid/i2c-hid/i2c-hid.c                |   5 +-
 drivers/md/raid1.c                           |   5 +-
 drivers/md/raid5.c                           |   3 +-
 drivers/media/dvb-frontends/si2168.c         |   2 +
 drivers/media/platform/Kconfig               |   6 +-
 drivers/media/rc/rc-main.c                   |  14 +-
 drivers/media/usb/dvb-usb-v2/lmedm04.c       |  14 +-
 drivers/media/usb/em28xx/em28xx-audio.c      |   8 +-
 drivers/media/usb/em28xx/em28xx-core.c       |   4 +-
 drivers/media/usb/em28xx/em28xx-dvb.c        |  14 +-
 drivers/media/usb/em28xx/em28xx-input.c      |   6 +-
 drivers/media/usb/em28xx/em28xx-video.c      |   6 +-
 drivers/misc/mei/hw-me.c                     |   5 +-
 drivers/mmc/host/sdhci-pxav3.c               |  52 +++++--
 drivers/net/wireless/iwlwifi/mvm/mac80211.c  |   5 +-
 drivers/net/wireless/iwlwifi/mvm/tx.c        |   5 +
 drivers/net/wireless/iwlwifi/pcie/tx.c       |   7 +-
 drivers/net/wireless/rtlwifi/pci.c           |   5 +-
 drivers/net/wireless/rtlwifi/pci.h           |   7 +
 drivers/net/wireless/rtlwifi/rtl8192ee/fw.c  |   6 +-
 drivers/net/wireless/rtlwifi/rtl8192ee/hw.c  | 166 +++++++++++++++++++----
 drivers/net/wireless/rtlwifi/rtl8192ee/reg.h |   2 +
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.c |  16 +--
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.h |   2 +
 drivers/pci/pci-driver.c                     |   2 +-
 drivers/pci/rom.c                            |   7 +-
 drivers/platform/x86/samsung-laptop.c        |  20 ++-
 drivers/power/88pm860x_charger.c             |   1 +
 drivers/power/bq24190_charger.c              |   2 +-
 drivers/power/gpio-charger.c                 |   4 +-
 drivers/scsi/megaraid/megaraid_sas_base.c    |  24 ++--
 drivers/scsi/megaraid/megaraid_sas_fp.c      |  17 ++-
 drivers/scsi/megaraid/megaraid_sas_fusion.c  |  24 +++-
 drivers/scsi/megaraid/megaraid_sas_fusion.h  |   9 +-
 drivers/scsi/sg.c                            |  34 ++++-
 drivers/target/iscsi/iscsi_target_tq.c       |  28 +---
 drivers/tty/pty.c                            |   3 +
 drivers/tty/serial/atmel_serial.c            |   4 +-
 drivers/tty/serial/fsl_lpuart.c              |  16 ++-
 drivers/tty/vt/vt.c                          |   4 +-
 drivers/usb/core/buffer.c                    |  26 ++--
 drivers/usb/core/driver.c                    |  29 ++--
 drivers/usb/core/hcd.c                       |  16 +--
 drivers/usb/core/hub.c                       |  25 ++--
 drivers/usb/core/message.c                   |  23 +---
 drivers/usb/core/usb.c                       |   1 +
 drivers/usb/host/isp1760-hcd.c               |   3 +
 drivers/usb/serial/cp210x.c                  |   1 +
 drivers/xen/manage.c                         |   8 +-
 drivers/xen/xen-scsiback.c                   |  14 +-
 fs/binfmt_elf.c                              |   5 +-
 fs/btrfs/ctree.c                             |  17 +--
 fs/btrfs/disk-io.c                           |  11 +-
 fs/btrfs/tree-log.c                          |  93 +++++++++++--
 fs/jffs2/scan.c                              |   5 +
 fs/lockd/mon.c                               |  13 +-
 fs/nfs/callback.c                            |   8 +-
 fs/nfs/callback_xdr.c                        |   4 +-
 fs/nfs/direct.c                              |   2 +-
 fs/nfs/internal.h                            |  22 ++-
 fs/nfs/nfs4proc.c                            |  14 +-
 fs/nfs/pnfs.c                                |  41 +++---
 fs/nfs/super.c                               |   9 +-
 fs/proc/task_mmu.c                           |  14 +-
 fs/udf/inode.c                               |  28 ++--
 fs/xfs/libxfs/xfs_bmap.c                     |   6 +-
 fs/xfs/libxfs/xfs_symlink_remote.c           |   2 +
 fs/xfs/xfs_buf_item.c                        |   4 +
 fs/xfs/xfs_inode.c                           |   2 +
 fs/xfs/xfs_qm.c                              |   5 +
 fs/xfs/xfs_trans.c                           |   1 +
 include/linux/fsnotify.h                     |   6 +-
 include/linux/nfs_xdr.h                      |   2 +-
 include/linux/sunrpc/clnt.h                  |   3 +-
 include/linux/usb.h                          |   5 -
 include/linux/usb/hcd.h                      |   3 +
 include/net/cipso_ipv4.h                     |  25 ++--
 kernel/debug/kdb/kdb_main.c                  |   2 +-
 kernel/time/ntp.c                            |  10 +-
 kernel/trace/ring_buffer.c                   |  40 +++++-
 kernel/trace/trace.c                         |   2 +-
 mm/hugetlb.c                                 |   2 +
 net/bluetooth/smp.c                          |   6 +-
 net/ceph/osd_client.c                        |  26 ++--
 net/ipv4/cipso_ipv4.c                        |  51 ++++---
 net/netlabel/netlabel_kapi.c                 |  15 +-
 net/sunrpc/clnt.c                            |  12 +-
 net/sunrpc/rpcb_clnt.c                       |   8 +-
 security/smack/smack.h                       |  10 ++
 security/smack/smack_lsm.c                   |  24 ++--
 sound/pci/hda/patch_realtek.c                |   1 +
 sound/pci/hda/patch_sigmatel.c               |  20 +++
 sound/pci/riptide/riptide.c                  |  27 ++--
 sound/pci/rme9652/hdspm.c                    |   6 +
 sound/soc/codecs/rt5670.c                    |   1 +
 sound/soc/davinci/Kconfig                    |   3 +-
 sound/soc/pxa/mioa701_wm9713.c               |   2 +-
 tools/perf/util/cloexec.c                    |  18 ++-
 160 files changed, 1581 insertions(+), 829 deletions(-)



             reply	other threads:[~2015-03-04  6:17 UTC|newest]

Thread overview: 148+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04  6:12 Greg Kroah-Hartman [this message]
2015-03-04  6:12 ` [PATCH 3.18 001/151] Bluetooth: ath3k: workaround the compatibility issue with xHCI controller Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 002/151] Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 003/151] Bluetooth: Fix valid Identity Address check Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 004/151] Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 005/151] Bluetooth: btusb: Add support for Dynex/Insignia USB dongles Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 006/151] Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, BCM43142 Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 007/151] random: Fix fast_mix() function Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 008/151] xfs: ensure buffer types are set correctly Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 009/151] xfs: inode unlink does not set AGI buffer type Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 010/151] xfs: set buf types when converting extent formats Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 011/151] xfs: set superblock buffer type correctly Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 012/151] fsnotify: fix handling of renames in audit Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 013/151] iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 014/151] iwlwifi: mvm: validate tid and sta_id in ba_notif Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 015/151] iwlwifi: mvm: fix failure path when power_update fails in add_interface Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 016/151] iwlwifi: mvm: always use mac color zero Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 017/151] HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 018/151] PCI: Generate uppercase hex for modalias var in uevent Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 020/151] ASoC: rt5670: Set use_single_rw flag for regmap Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 021/151] ASoC: mioa701_wm9713: Fix speaker event Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 022/151] ASoC: davinci: fix DM365_EVM codec selection Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 023/151] rtlwifi: rtl8192ee: Fix adhoc fail Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 024/151] rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write point Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 025/151] rtlwifi: rtl8192ee: Fix parsing of received packet Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 026/151] rtlwifi: rtl8192ee: Fix DMA stalls Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 027/151] rtlwifi: rtl8192ee: Fix problems with calculating free space in FIFO Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 028/151] rtlwifi: Remove logging statement that is no longer needed Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 029/151] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 031/151] cpufreq: s3c: remove incorrect __init annotations Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 032/151] cpufreq: s3c: remove last use of resume_clocks callback Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 033/151] xen/manage: Fix USB interaction issues when resuming Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 034/151] xen-scsiback: mark pvscsi frontend request consumed only after last read Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 035/151] ACPI / LPSS: Always disable I2C host controllers Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 036/151] ACPI / LPSS: Deassert resets for SPI host controllers on Braswell Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 037/151] [media] lmedm04: Increase Interupt due time to 200 msec Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 038/151] [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 039/151] [media] si2168: define symbol rate limits Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 040/151] ALSA: off by one bug in snd_riptide_joystick_probe() Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 041/151] ALSA: hda - Set up GPIO for Toshiba Satellite S50D Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 042/151] ALSA: hda - enable mute led quirk for one more hp machine Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 043/151] ALSA: hdspm - Constrain periods to 2 on older cards Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 044/151] power_supply: 88pm860x: Fix leaked power supply on probe fail Greg Kroah-Hartman
2015-03-04  6:12 ` [PATCH 3.18 045/151] power: bq24190: Fix ignored supplicants Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 046/151] power: gpio-charger: balance enable/disable_irq_wake calls Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 047/151] megaraid_sas: endianness related bug fixes and code optimization Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 048/151] megaraid_sas: fix the problem of non-existing VD exposed to host Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 049/151] megaraid_sas: disable interrupt_mask before enabling hardware interrupts Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 051/151] [media] timberdale: do not select TIMB_DMA Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 059/151] mmc: sdhci-pxav3: fix unbalanced clock issues during probe Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 060/151] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 061/151] mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 062/151] mmc: sdhci-pxav3: Fix Armada 38x controllers caps according to erratum ERR-7878951 Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 063/151] proc/pagemap: walk page tables under pte lock Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 064/151] nfs: dont call blocking operations while !TASK_RUNNING Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 065/151] NFS: struct nfs_commit_info.lock must always point to inode->i_lock Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 066/151] KVM: MIPS: Disable HTW while in guest Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 067/151] KVM: MIPS: Dont leak FPU/DSP to guest Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 068/151] MIPS: Alchemy: Fix cpu clock calculation Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 069/151] MIPS: kernel: cps-vec: Replace "addi" with "addiu" Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 070/151] MIPS: asm: asmmacro: Replace "add" instructions with "addu" Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 071/151] MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequences Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 072/151] MIPS: asm: pgtable: Prevent HTW race when updating PTEs Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 073/151] MIPS: Export FP functions used by lose_fpu(1) for KVM Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 074/151] MIPS: Export MSA " Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 075/151] mm/hugetlb: pmd_huge() returns true for non-present hugepage Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 076/151] tracing: Fix unmapping loop in tracing_mark_write Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 077/151] blk-mq: fix double-free in error path Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 078/151] ARM: 8284/1: sa1100: clear RCSR_SMR on resume Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 079/151] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3 Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 080/151] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 081/151] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 082/151] ARM: dts: BCM63xx: fix L2 cache properties Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 083/151] tpm_tis: verify interrupt during init Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 084/151] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 085/151] char: tpm: Add missing error check for devm_kzalloc Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 086/151] tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 087/151] tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 088/151] Added Little Endian support to vtpm module Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 089/151] nfs41: .init_read and .init_write can be called with valid pg_lseg Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 091/151] NFSv4: Ensure we reference the inode for return-on-close in delegreturn Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 092/151] NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 093/151] sg: fix unkillable I/O wait deadlock with scsi-mq Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 094/151] sg: fix EWOULDBLOCK errors " Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 095/151] iscsi-target: Drop problematic active_ts_list usage Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 096/151] cfq-iosched: handle failure of cfq group allocation Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 097/151] cfq-iosched: fix incorrect filing of rt async cfqq Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 098/151] cipso: dont use IPCB() to locate the CIPSO IP option Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 099/151] ring-buffer: Do not wake up a splice waiter when page is not full Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 100/151] smack: fix possible use after frees in task_security() callers Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 101/151] axonram: Fix bug in direct_access Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 102/151] tty: Prevent untrappable signals from malicious program Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 103/151] tty/serial: at91: fix error handling in atmel_serial_probe() Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 104/151] mei: mask interrupt set bit on clean reset bit Greg Kroah-Hartman
2015-03-04  6:13 ` [PATCH 3.18 105/151] mei: me: release hw from reset only during the reset flow Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 106/151] USB: cp210x: add ID for RUGGEDCOM USB Serial Console Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 107/151] USB: fix use-after-free bug in usb_hcd_unlink_urb() Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 108/151] usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 109/151] USB: dont cancel queued resets when unbinding drivers Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 110/151] USB: add flag for HCDs that cant receive wakeup requests (isp1760-hcd) Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 111/151] vt: provide notifications on selection changes Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 112/151] ARM: pxa: add regulator_has_full_constraints to corgi board file Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 113/151] ARM: pxa: add regulator_has_full_constraints to poodle " Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 114/151] ARM: vexpress: use ARM_CPU_SUSPEND if needed Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 115/151] ARM: mvebu: build armada375-smp code conditionally Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 116/151] kdb: fix incorrect counts in KDB summary command output Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 117/151] ntp: Fixup adjtimex freq validation on 32-bit systems Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 118/151] serial: fsl_lpuart: delete timer on shutdown Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 119/151] serial: fsl_lpuart: avoid new transfer while DMA is running Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 120/151] ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 121/151] MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop} Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 122/151] udf: Remove repeated loads blocksize Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 123/151] udf: Check length of extended attributes and allocation descriptors Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 124/151] KVM: x86: update masterclock values on TSC writes Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 125/151] KVM: s390: forward hrtimer if guest ckc not pending yet Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 126/151] KVM: s390: base hrtimer on a monotonic clock Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 127/151] KVM: s390: floating irqs: fix user triggerable endless loop Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 128/151] KVM: s390: avoid memory leaks if __inject_vm() fails Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 129/151] x86/xen: Treat SCI interrupt as normal GSI interrupt Greg Kroah-Hartman
2015-03-04  6:14   ` Greg Kroah-Hartman
2015-03-04 12:51   ` Stefan Bader
2015-03-04 18:14     ` Greg Kroah-Hartman
2015-03-04 18:14     ` Greg Kroah-Hartman
2015-03-04 12:51   ` Stefan Bader
2015-03-04  6:14 ` [PATCH 3.18 130/151] hx4700: regulator: declare full constraints Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 131/151] arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 132/151] gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 133/151] gpio: tps65912: fix wrong container_of arguments Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 134/151] xfs: Fix quota type in quota structures when reusing quota file Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 135/151] metag: Fix KSTK_EIP() and KSTK_ESP() macros Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 136/151] clocksource: mtk: Fix race conditions in probe code Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 137/151] perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 138/151] md/raid5: Fix livelock when array is both resyncing and degraded Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 140/151] sb_edac: Fix detection on SNB machines Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 141/151] EDAC, amd64_edac: Prevent OOPS with >16 memory controllers Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 142/151] jffs2: fix handling of corrupted summary length Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 143/151] samsung-laptop: Add use_native_backlight quirk, and enable it on some models Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 144/151] libceph: fix double __remove_osd() problem Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 145/151] btrfs: set proper message level for skinny metadata Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 146/151] btrfs: fix leak of path in btrfs_find_item Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 147/151] Btrfs: fix fsync data loss after adding hard link to inode Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 148/151] blk-throttle: check stats_cpu before reading it from sysfs Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 149/151] x86/efi: Avoid triple faults during EFI mixed mode calls Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 150/151] x86, mm/ASLR: Fix stack randomization on 64-bit systems Greg Kroah-Hartman
2015-03-04  6:14 ` [PATCH 3.18 151/151] x86: pmc-atom: Assign debugfs node as soon as possible Greg Kroah-Hartman
2015-03-04 14:13 ` [PATCH 3.18 000/151] 3.18.9-stable review Guenter Roeck
2015-03-04 18:12   ` Greg Kroah-Hartman
2015-03-04 23:41 ` 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=20150304055457.084276421@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=satoru.takeuchi@gmail.com \
    --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.