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.10 00/44] 3.10.49-stable review
Date: Tue, 15 Jul 2014 16:16:58 -0700 [thread overview]
Message-ID: <20140715231646.690728348@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.10.49 release.
There are 44 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 Thu Jul 17 23:16:37 UTC 2014.
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.10.49-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.10.49-rc1
Lan Tianyu <tianyu.lan@intel.com>
ACPI / battery: Retry to get battery information if failed during probing
Roland Dreier <roland@purestorage.com>
x86, ioremap: Speed up check for RAM pages
H. Peter Anvin <hpa@zytor.com>
x86, espfix: Make it possible to disable 16-bit support
H. Peter Anvin <hpa@zytor.com>
x86, espfix: Make espfix64 a Kconfig option, fix UML
H. Peter Anvin <hpa@linux.intel.com>
x86, espfix: Fix broken header guard
H. Peter Anvin <hpa@linux.intel.com>
x86, espfix: Move espfix definitions into a separate header file
H. Peter Anvin <hpa@linux.intel.com>
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
H. Peter Anvin <hpa@zytor.com>
Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"
Lennox Wu <lennox.wu@gmail.com>
Score: Modify the Makefile of Score, remove -mlong-calls for compiling
Lennox Wu <lennox.wu@gmail.com>
Score: The commit is for compiling successfully.
Lennox Wu <lennox.wu@gmail.com>
Score: Implement the function csum_ipv6_magic
Jiang Liu <liuj97@gmail.com>
score: normalize global variables exported by vmlinux.lds
Thomas Gleixner <tglx@linutronix.de>
rtmutex: Plug slow unlock race
Thomas Gleixner <tglx@linutronix.de>
rtmutex: Handle deadlock detection smarter
Thomas Gleixner <tglx@linutronix.de>
rtmutex: Detect changes in the pi lock chain
Thomas Gleixner <tglx@linutronix.de>
rtmutex: Fix deadlock detector for real
Steven Rostedt (Red Hat) <rostedt@goodmis.org>
ring-buffer: Check if buffer exists before polling
Christian König <christian.koenig@amd.com>
drm/radeon: stop poisoning the GART TLB
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: fix typo in golden register setup on evergreen
Eric Sandeen <sandeen@redhat.com>
ext4: disable synchronous transaction batching if max_batch_time==0
Theodore Ts'o <tytso@mit.edu>
ext4: clarify error count warning messages
Theodore Ts'o <tytso@mit.edu>
ext4: fix unjournalled bg descriptor while initializing inode bitmap
Joe Thornber <thornber@redhat.com>
dm io: fix a race condition in the wake up code for sync_io
K. Y. Srinivasan <kys@microsoft.com>
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
Thomas Gleixner <tglx@linutronix.de>
clk: spear3xx: Use proper control register offset
Colin Cross <ccross@android.com>
arm64: implement TASK_SIZE_OF
Jussi Kivilinna <jussi.kivilinna@iki.fi>
crypto: sha512_ssse3 - fix byte count to bit count conversion
Prabhakar Lad <prabhakar.csengg@gmail.com>
cpufreq: Makefile: fix compilation for davinci platform
Joel Stanley <joel@jms.id.au>
powerpc/perf: Clear MMCR2 when enabling PMU
Joel Stanley <joel@jms.id.au>
powerpc/perf: Add PPMU_ARCH_207S define
Anton Blanchard <anton@samba.org>
powerpc/perf: Never program book3s PMCs with values >= 0x80000000
Andy Whitcroft <apw@canonical.com>
ACPI / resources: only reject zero length resources based at address zero
Axel Lin <axel.lin@ingics.com>
hwmon: (adm1021) Fix cache problem when writing temperature limits
Axel Lin <axel.lin@ingics.com>
hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div
Guenter Roeck <linux@roeck-us.net>
hwmon: (adm1031) Fix writes to limit registers
Axel Lin <axel.lin@ingics.com>
hwmon: (amc6821) Fix permissions for temp2_input
Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
workqueue: zero cpumask of wq_numa_possible_cpumask on init
Gu Zheng <guz.fnst@cn.fujitsu.com>
cpuset,mempolicy: fix sleeping function called from invalid context
Maxime Bizon <mbizon@freebox.fr>
workqueue: fix dev_set_uevent_suppress() imbalance
Helge Deller <deller@gmx.de>
parisc: add serial ports of C8000/1GHz machine to hardware database
Michal Sojka <sojkam1@fel.cvut.cz>
USB: serial: ftdi_sio: Add Infineon Triboard
Bert Vermeulen <bert@biot.com>
USB: ftdi_sio: Add extra PID.
Andras Kovacs <andras@sth.sze.hu>
USB: cp210x: add support for Corsair usb dongle
Bernd Wachter <bernd.wachter@jolla.com>
usb: option: Add ID for Telewell TW-LTE 4G v2
-------------
Diffstat:
Documentation/x86/x86_64/mm.txt | 2 +
Makefile | 4 +-
arch/arm64/include/asm/memory.h | 2 +
arch/parisc/kernel/hardware.c | 3 +-
arch/powerpc/include/asm/perf_event_server.h | 2 +-
arch/powerpc/perf/core-book3s.c | 22 ++-
arch/powerpc/perf/power8-pmu.c | 2 +-
arch/score/Kconfig | 3 +
arch/score/Makefile | 4 +-
arch/score/include/asm/checksum.h | 93 +++++-----
arch/score/include/asm/io.h | 1 -
arch/score/include/asm/pgalloc.h | 2 +-
arch/score/kernel/entry.S | 4 +-
arch/score/kernel/process.c | 4 +-
arch/score/kernel/vmlinux.lds.S | 1 +
arch/x86/Kconfig | 25 ++-
arch/x86/crypto/sha512_ssse3_glue.c | 2 +-
arch/x86/include/asm/espfix.h | 16 ++
arch/x86/include/asm/pgtable_64_types.h | 2 +
arch/x86/include/asm/setup.h | 2 +
arch/x86/kernel/Makefile | 1 +
arch/x86/kernel/entry_32.S | 12 ++
arch/x86/kernel/entry_64.S | 81 ++++++++-
arch/x86/kernel/espfix_64.c | 209 ++++++++++++++++++++++
arch/x86/kernel/ldt.c | 10 +-
arch/x86/kernel/smpboot.c | 7 +
arch/x86/mm/dump_pagetables.c | 31 ++--
arch/x86/mm/ioremap.c | 26 ++-
arch/x86/vdso/vdso32-setup.c | 8 -
drivers/acpi/battery.c | 27 ++-
drivers/acpi/resource.c | 10 +-
drivers/clk/spear/spear3xx_clock.c | 2 +-
drivers/cpufreq/Makefile | 2 +-
drivers/gpu/drm/radeon/evergreen.c | 8 +-
drivers/gpu/drm/radeon/rs600.c | 6 +-
drivers/hv/connection.c | 8 +-
drivers/hwmon/adm1021.c | 14 +-
drivers/hwmon/adm1029.c | 3 +
drivers/hwmon/adm1031.c | 8 +-
drivers/hwmon/amc6821.c | 2 +-
drivers/md/dm-io.c | 22 +--
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 5 +-
drivers/usb/serial/ftdi_sio_ids.h | 9 +-
drivers/usb/serial/option.c | 2 +
fs/ext4/ialloc.c | 14 +-
fs/ext4/super.c | 9 +-
fs/jbd2/transaction.c | 5 +-
include/linux/ring_buffer.h | 2 +-
init/main.c | 4 +
kernel/cpuset.c | 8 +-
kernel/rtmutex-debug.h | 5 +
kernel/rtmutex.c | 252 ++++++++++++++++++++++++---
kernel/rtmutex.h | 5 +
kernel/trace/ring_buffer.c | 5 +-
kernel/trace/trace.c | 25 ++-
kernel/trace/trace.h | 4 +-
kernel/workqueue.c | 3 +-
mm/mempolicy.c | 2 -
59 files changed, 853 insertions(+), 200 deletions(-)
next reply other threads:[~2014-07-16 0:07 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 23:16 Greg Kroah-Hartman [this message]
2014-07-15 23:16 ` [PATCH 3.10 01/44] usb: option: Add ID for Telewell TW-LTE 4G v2 Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 02/44] USB: cp210x: add support for Corsair usb dongle Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 03/44] USB: ftdi_sio: Add extra PID Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 04/44] USB: serial: ftdi_sio: Add Infineon Triboard Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 05/44] parisc: add serial ports of C8000/1GHz machine to hardware database Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 06/44] workqueue: fix dev_set_uevent_suppress() imbalance Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 07/44] cpuset,mempolicy: fix sleeping function called from invalid context Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 08/44] workqueue: zero cpumask of wq_numa_possible_cpumask on init Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 09/44] hwmon: (amc6821) Fix permissions for temp2_input Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 10/44] hwmon: (adm1031) Fix writes to limit registers Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 11/44] hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 12/44] hwmon: (adm1021) Fix cache problem when writing temperature limits Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 13/44] ACPI / resources: only reject zero length resources based at address zero Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 14/44] powerpc/perf: Never program book3s PMCs with values >= 0x80000000 Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 15/44] powerpc/perf: Add PPMU_ARCH_207S define Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 16/44] powerpc/perf: Clear MMCR2 when enabling PMU Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 17/44] cpufreq: Makefile: fix compilation for davinci platform Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 18/44] crypto: sha512_ssse3 - fix byte count to bit count conversion Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 19/44] arm64: implement TASK_SIZE_OF Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 20/44] clk: spear3xx: Use proper control register offset Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 21/44] Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 22/44] dm io: fix a race condition in the wake up code for sync_io Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 23/44] ext4: fix unjournalled bg descriptor while initializing inode bitmap Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 24/44] ext4: clarify error count warning messages Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 25/44] ext4: disable synchronous transaction batching if max_batch_time==0 Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 26/44] drm/radeon: fix typo in golden register setup on evergreen Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 28/44] ring-buffer: Check if buffer exists before polling Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 29/44] rtmutex: Fix deadlock detector for real Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 30/44] rtmutex: Detect changes in the pi lock chain Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 31/44] rtmutex: Handle deadlock detection smarter Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 32/44] rtmutex: Plug slow unlock race Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 33/44] score: normalize global variables exported by vmlinux.lds Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 34/44] Score: Implement the function csum_ipv6_magic Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 35/44] Score: The commit is for compiling successfully Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 36/44] Score: Modify the Makefile of Score, remove -mlong-calls for compiling Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 37/44] Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 38/44] x86-64, espfix: Dont leak bits 31:16 of %esp returning to 16-bit stack Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 39/44] x86, espfix: Move espfix definitions into a separate header file Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 40/44] x86, espfix: Fix broken header guard Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 41/44] x86, espfix: Make espfix64 a Kconfig option, fix UML Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 42/44] x86, espfix: Make it possible to disable 16-bit support Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 43/44] x86, ioremap: Speed up check for RAM pages Greg Kroah-Hartman
2014-07-15 23:17 ` [PATCH 3.10 44/44] ACPI / battery: Retry to get battery information if failed during probing Greg Kroah-Hartman
2014-07-16 4:25 ` [PATCH 3.10 00/44] 3.10.49-stable review Guenter Roeck
2014-07-16 23:10 ` Greg Kroah-Hartman
2014-07-17 13:24 ` 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=20140715231646.690728348@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox