[PATCH 3.18 00/39] 3.18.7-stable review

From: Greg Kroah-Hartman
Date: Mon Feb 09 2015 - 03:47:19 EST


This is the start of the stable review cycle for the 3.18.7 release.
There are 39 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 Wed Feb 11 08:33:11 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.7-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 3.18.7-rc1

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
x86/tlb/trace: Do not trace on CPU that is offline

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
tracing: Add condition check to RCU lockdep checks

John Stultz <john.stultz@xxxxxxxxxx>
hrtimer: Fix incorrect tai offset calculation for non high-res timer systems

Lai Jiangshan <laijs@xxxxxxxxxxxxxx>
smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
x86, microcode: Return error from driver init code when loader is disabled

Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>
ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs

Takashi Iwai <tiwai@xxxxxxx>
ALSA: ak411x: Fix stall in work callback

Eric Nelson <eric.nelson@xxxxxxxxxxxxxxxxxxx>
ASoC: sgtl5000: add delay before first I2C access

Bo Shen <voice.shen@xxxxxxxxx>
ASoC: atmel_ssc_dai: fix start event for I2S mode

karl beldan <karl.beldan@xxxxxxxxx>
lib/checksum.c: fix build for generic csum_tcpudp_nofold

Mark Rutland <mark.rutland@xxxxxxx>
arm64: Fix up /proc/cpuinfo

Peter KÃmmel <syntheticpp@xxxxxxx>
kconfig: Fix warning "âjumpâ may be used uninitialized"

Alex Deucher <alexander.deucher@xxxxxxx>
drm/radeon: properly set vm fragment size for TN/RL

Ilija Hadzic <ilijahadzic@xxxxxxxxx>
drm/radeon: fix the crash in test functions

Ilija Hadzic <ilijahadzic@xxxxxxxxx>
drm/radeon: fix the crash in benchmark functions

Christian KÃnig <christian.koenig@xxxxxxx>
drm/radeon: fix PLLs on RS880 and older v2

Alex Deucher <alexander.deucher@xxxxxxx>
drm/radeon: don't init gpuvm if accel is disabled (v3)

Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx>
nilfs2: fix deadlock of segment constructor over I_SYNC flag

Michal Hocko <mhocko@xxxxxxx>
memcg, shmem: fix shmem migration to use lrucare

karl beldan <karl.beldan@xxxxxxxxx>
lib/checksum.c: fix carry in csum_tcpudp_nofold

Shiraz Hashim <shashim@xxxxxxxxxxxxxx>
mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

NeilBrown <neilb@xxxxxxx>
md/raid5: fix another livelock caused by non-aligned writes.

Sachin Prabhu <sprabhu@xxxxxxxxxx>
Complete oplock break jobs before closing file handle

Will Deacon <will.deacon@xxxxxxx>
ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover

James Hogan <james.hogan@xxxxxxxxxx>
MIPS: traps: Fix inline asm ctc1 missing .set hardfloat

James Hogan <james.hogan@xxxxxxxxxx>
MIPS: mipsregs.h: Add write_32bit_cp1_register()

Hemmo Nieminen <hemmo.nieminen@xxxxxx>
MIPS: Fix kernel lockup or crash after CPU offline/online

Aaro Koskinen <aaro.koskinen@xxxxxx>
MIPS: OCTEON: fix kernel crash when offlining a CPU

Felix Fietkau <nbd@xxxxxxxxxxx>
MIPS: IRQ: Fix disable_irq on CPU IRQs

David Daney <david.daney@xxxxxxxxxx>
MIPS: Fix C0_Pagegrain[IEC] support.

Brian King <brking@xxxxxxxxxxxxxxxxxx>
sd: Fix max transfer length for 4k disks

Robin Gong <b38343@xxxxxxxxxxxxx>
spi: imx: use pio mode for i.mx6dl

Bhuvanchandra DV <bhuvanchandra.dv@xxxxxxxxxxx>
spi: spi-fsl-dspi: Remove usage of devm_kzalloc

Myron Stowe <myron.stowe@xxxxxxxxxx>
PCI: Handle read-only BARs on AMD CS553x devices

Charlotte Richardson <charlotte.richardson@xxxxxxxxxxx>
PCI: Add NEC variants to Stratus ftServer PCIe DMI check

Lucas Stach <l.stach@xxxxxxxxxxxxxx>
PCI: designware: Reject MSI-X IRQs

Sonic Zhang <sonic.zhang@xxxxxxxxxx>
gpio: mcp23s08: handle default gpio base

Johan Hovold <johan@xxxxxxxxxx>
gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

Johan Hovold <johan@xxxxxxxxxx>
gpio: sysfs: fix memory leak in gpiod_export_link


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

Diffstat:

Makefile | 4 +-
arch/arm/boot/dts/exynos4.dtsi | 4 +-
arch/arm/mm/context.c | 26 ++++-----
arch/arm64/kernel/setup.c | 96 +++++++++++++++++++++++--------
arch/mips/cavium-octeon/smp.c | 2 -
arch/mips/include/asm/mipsregs.h | 15 +++++
arch/mips/kernel/irq_cpu.c | 4 ++
arch/mips/kernel/smp.c | 2 +-
arch/mips/kernel/traps.c | 3 +-
arch/mips/mm/tlb-r4k.c | 2 +
arch/x86/kernel/cpu/microcode/core.c | 2 +-
arch/x86/pci/common.c | 16 ++++++
drivers/gpio/gpio-mcp23s08.c | 17 +++---
drivers/gpio/gpiolib-sysfs.c | 3 +-
drivers/gpu/drm/radeon/radeon_benchmark.c | 13 +++--
drivers/gpu/drm/radeon/radeon_display.c | 3 +
drivers/gpu/drm/radeon/radeon_gem.c | 6 +-
drivers/gpu/drm/radeon/radeon_kms.c | 16 +++---
drivers/gpu/drm/radeon/radeon_test.c | 8 +--
drivers/gpu/drm/radeon/radeon_vm.c | 6 +-
drivers/md/raid5.c | 5 ++
drivers/pci/host/pcie-designware.c | 3 +
drivers/pci/quirks.c | 40 ++++++++++++-
drivers/scsi/sd.c | 6 +-
drivers/spi/spi-fsl-dspi.c | 14 ++++-
drivers/spi/spi-imx.c | 4 ++
fs/cifs/file.c | 6 +-
fs/nilfs2/nilfs.h | 2 -
fs/nilfs2/segment.c | 44 ++++++++++++--
fs/nilfs2/segment.h | 5 ++
include/linux/tracepoint.h | 2 +-
include/sound/ak4113.h | 2 +-
include/sound/ak4114.h | 2 +-
include/trace/events/tlb.h | 4 +-
kernel/smpboot.c | 2 +
kernel/time/hrtimer.c | 2 +-
lib/checksum.c | 12 +++-
mm/memcontrol.c | 2 +-
mm/pagewalk.c | 5 +-
mm/shmem.c | 2 +-
scripts/kconfig/menu.c | 4 +-
sound/i2c/other/ak4113.c | 17 +++---
sound/i2c/other/ak4114.c | 18 +++---
sound/soc/atmel/atmel_ssc_dai.c | 18 ++----
sound/soc/codecs/sgtl5000.c | 3 +
45 files changed, 335 insertions(+), 137 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/