I'm announcing the release of the 3.18.6 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/alpha/mm/fault.c | 2 arch/arc/mm/fault.c | 2 arch/arm/include/asm/xen/page.h | 4 arch/arm/mach-mvebu/coherency.c | 7 + arch/arm/xen/mm.c | 7 + arch/avr32/mm/fault.c | 2 arch/cris/mm/fault.c | 2 arch/frv/mm/fault.c | 2 arch/ia64/mm/fault.c | 2 arch/m32r/mm/fault.c | 2 arch/m68k/mm/fault.c | 2 arch/metag/mm/fault.c | 2 arch/microblaze/mm/fault.c | 2 arch/mips/mm/fault.c | 2 arch/mn10300/mm/fault.c | 2 arch/openrisc/mm/fault.c | 2 arch/parisc/mm/fault.c | 2 arch/powerpc/mm/copro_fault.c | 2 arch/powerpc/mm/fault.c | 2 arch/powerpc/xmon/xmon.c | 1 arch/s390/mm/fault.c | 6 + arch/score/mm/fault.c | 2 arch/sh/mm/fault.c | 2 arch/sparc/mm/fault_32.c | 2 arch/sparc/mm/fault_64.c | 2 arch/tile/mm/fault.c | 2 arch/um/kernel/trap.c | 2 arch/x86/boot/compressed/Makefile | 2 arch/x86/include/asm/xen/page.h | 7 + arch/x86/kernel/cpu/perf_event_intel.c | 1 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 arch/x86/mm/fault.c | 2 arch/x86/tools/calc_run_size.pl | 39 ------ arch/x86/tools/calc_run_size.sh | 42 +++++++ arch/xtensa/mm/fault.c | 2 drivers/block/rbd.c | 25 +--- drivers/clocksource/arm_arch_timer.c | 2 drivers/gpu/drm/drm_fb_helper.c | 30 +++++ drivers/gpu/drm/i915/i915_drv.h | 3 drivers/gpu/drm/i915/i915_gem.c | 26 ++-- drivers/gpu/drm/i915/intel_panel.c | 2 drivers/gpu/drm/radeon/r100.c | 10 + drivers/gpu/drm/radeon/r300.c | 16 +- drivers/gpu/drm/radeon/radeon.h | 8 + drivers/gpu/drm/radeon/radeon_asic.c | 24 ++++ drivers/gpu/drm/radeon/radeon_asic.h | 12 +- drivers/gpu/drm/radeon/radeon_device.c | 2 drivers/gpu/drm/radeon/radeon_gart.c | 50 ++++++-- drivers/gpu/drm/radeon/rs400.c | 14 +- drivers/gpu/drm/radeon/rs600.c | 14 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 28 ---- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 25 +++- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 18 --- drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 36 ++---- drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 8 - drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 25 +--- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 drivers/hid/hid-rmi.c | 61 ++++++++-- drivers/i2c/busses/i2c-s3c2410.c | 23 ++- drivers/input/mouse/elantech.c | 16 ++ drivers/input/mouse/synaptics.c | 7 - drivers/input/serio/i8042-x86ia64io.h | 8 + drivers/md/dm-cache-metadata.c | 9 - drivers/md/dm-thin.c | 6 + drivers/net/can/c_can/c_can.c | 4 drivers/net/can/usb/kvaser_usb.c | 28 ++-- drivers/net/ethernet/ti/cpsw.c | 22 +++ drivers/pinctrl/pinctrl-at91.c | 108 +++++++++--------- drivers/regulator/core.c | 4 drivers/rtc/rtc-s5m.c | 1 drivers/spi/spi-dw-mid.c | 1 drivers/spi/spi-dw.c | 4 drivers/spi/spi-pxa2xx.c | 2 drivers/staging/lustre/lustre/llite/vvp_io.c | 2 drivers/usb/core/otg_whitelist.h | 5 drivers/usb/core/quirks.c | 4 drivers/usb/storage/unusual_devs.h | 7 + drivers/usb/storage/unusual_uas.h | 7 + drivers/xen/swiotlb-xen.c | 5 fs/gfs2/quota.c | 49 +++----- fs/nfs/direct.c | 6 + fs/nfs/nfs4client.c | 2 fs/quota/dquot.c | 83 ++++++------- fs/quota/quota.c | 162 ++++++++++++++++++++++----- fs/udf/file.c | 2 fs/xfs/xfs_qm.h | 4 fs/xfs/xfs_qm_syscalls.c | 156 +++++++++++--------------- fs/xfs/xfs_quotaops.c | 8 - include/linux/mm.h | 6 - include/linux/quota.h | 47 +++++++ include/linux/quotaops.h | 4 mm/gup.c | 4 mm/ksm.c | 2 mm/memcontrol.c | 4 mm/memory.c | 2 net/mac80211/pm.c | 29 ++-- net/mac80211/rx.c | 2 net/wireless/nl80211.c | 9 - sound/core/seq/seq_dummy.c | 31 ----- sound/soc/codecs/pcm512x.c | 2 sound/soc/codecs/wm8960.c | 2 sound/soc/fsl/fsl_esai.h | 2 sound/soc/generic/simple-card.c | 7 - sound/soc/omap/omap-mcbsp.c | 2 sound/soc/soc-compress.c | 9 + 106 files changed, 955 insertions(+), 563 deletions(-) Ahmed S. Darwish (4): can: kvaser_usb: Do not sleep in atomic context can: kvaser_usb: Send correct context to URB completion can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT can: kvaser_usb: Fix state handling upon BUS_ERROR events Andrew Duggan (1): HID: rmi: Check for additional ACM registers appended to F11 data report Andrey Ryabinin (1): drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element Andy Shevchenko (1): spi: dw-mid: fix FIFO size Ashay Jaiswal (1): regulator: core: fix race condition in regulator_put() Aurelien BOUIN (1): ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers Axel Lin (1): spi: dw: Fix detecting FIFO depth Bob Paauwe (1): drm/i915: Only fence tiled region of object. Catalin Marinas (1): clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64 Clemens Ladisch (1): ALSA: seq-dummy: remove deadlock-causing events on close David Woodhouse (1): drm/i915: Init PPGTT before context enable Dmitry Nezhevenko (1): usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controller Geert Uytterhoeven (1): ASoC: simple-card: Fix crash in asoc_simple_card_unref() Greg Kroah-Hartman (1): Linux 3.18.6 Greg Thelen (1): memcg: remove extra newlines from memcg oom kill log Guenter Roeck (1): arc: mm: Fix build failure Hans de Goede (1): uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017 Ilya Dryomov (2): rbd: drop parent_ref in rbd_dev_unprobe() unconditionally rbd: fix rbd_dev_parent_get() when parent_overlap == 0 Jan Kara (2): udf: Release preallocation on last writeable close quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units Jean-Christophe PLAGNIOL-VILLARD (1): pinctrl: at91: allow to have disabled gpio bank Jeremiah Mahler (1): drm/i915: fix inconsistent brightness after resume Jochen Hein (1): Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) Joe Thornber (2): dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode dm cache: fix missing ERR_PTR returns and handling Johannes Berg (1): nl80211: fix per-station group key get/del and memory leak Kan Liang (1): perf/x86/intel: Add model number for Airmont Kees Cook (1): x86, build: replace Perl script with Shell script Laurent Dufour (1): powerpc/xmon: Fix another endiannes issue in RTAS call from xmon Linus Torvalds (2): vm: add VM_FAULT_SIGSEGV handling support vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS Luciano Coelho (1): mac80211: only roll back station states for WDS when suspending Macpaul Lin (1): USB: Add OTG PET device to TPL Mathy Vanhoef (1): mac80211: properly set CCK flag in radiotap Michel Dänzer (2): drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entry drm/radeon: Restore GART table contents after pinning it in VRAM v3 Mika Westerberg (1): spi/pxa2xx: Clear cur_chip pointer before starting next message Mugunthan V N (1): drivers: net: cpsw: discard dual emac default vlan configuration Paul Osmialowski (1): i2c: s3c2410: fix ABBA deadlock by keeping clock prepared Peng Tao (1): nfs: fix dio deadlock when O_DIRECT flag is flipped Peter Hutterer (1): Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd Peter Rosin (1): ASoC: pcm512x: Fix DSP program selection Peter Ujfalusi (1): ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration Qais Yousef (1): ASoC: soc-compress.c: fix NULL dereference Rainer Koenig (1): Input: elantech - add more Fujtisu notebooks to force crc_enabled Rob Clark (1): drm: fix fb-helper vs MST dangling connector ptrs (v2) Rodrigo Vivi (1): drm/i915: BDW Fix Halo PCI IDs marked as ULT. Stefano Stabellini (1): xen/arm/arm64: introduce xen_arch_need_swiotlb Stephane Eranian (1): perf/rapl: Fix crash in rapl_scale() Thomas Hellstrom (1): drm/vmwgfx: Replace the hw mutex with a hw spinlock Thomas Petazzoni (1): ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is disabled Trond Myklebust (1): NFSv4.1: Fix an Oops in nfs41_walk_client_list Viktor Babrian (1): can: c_can: end pending transmission on network stop (ifdown) Zidan Wang (1): ASoC: wm8960: Fix capture sample rate from 11250 to 11025
Attachment:
pgpfS2oGtFtt0.pgp
Description: PGP signature