From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.10.49
Date: Thu, 17 Jul 2014 16:44:17 -0700 [thread overview]
Message-ID: <20140717234417.GA16847@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5955 bytes --]
I'm announcing the release of the 3.10.49 kernel.
All users of the 3.10 kernel series must upgrade.
The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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/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/crypto/sha512_ssse3_glue.c | 2
arch/x86/mm/ioremap.c | 26 ++
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
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
45 files changed, 478 insertions(+), 163 deletions(-)
Alex Deucher (1):
drm/radeon: fix typo in golden register setup on evergreen
Andras Kovacs (1):
USB: cp210x: add support for Corsair usb dongle
Andy Whitcroft (1):
ACPI / resources: only reject zero length resources based at address zero
Anton Blanchard (1):
powerpc/perf: Never program book3s PMCs with values >= 0x80000000
Axel Lin (3):
hwmon: (amc6821) Fix permissions for temp2_input
hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div
hwmon: (adm1021) Fix cache problem when writing temperature limits
Bernd Wachter (1):
usb: option: Add ID for Telewell TW-LTE 4G v2
Bert Vermeulen (1):
USB: ftdi_sio: Add extra PID.
Christian König (1):
drm/radeon: stop poisoning the GART TLB
Colin Cross (1):
arm64: implement TASK_SIZE_OF
Eric Sandeen (1):
ext4: disable synchronous transaction batching if max_batch_time==0
Greg Kroah-Hartman (1):
Linux 3.10.49
Gu Zheng (1):
cpuset,mempolicy: fix sleeping function called from invalid context
Guenter Roeck (1):
hwmon: (adm1031) Fix writes to limit registers
Helge Deller (1):
parisc: add serial ports of C8000/1GHz machine to hardware database
Jiang Liu (1):
score: normalize global variables exported by vmlinux.lds
Joe Thornber (1):
dm io: fix a race condition in the wake up code for sync_io
Joel Stanley (2):
powerpc/perf: Add PPMU_ARCH_207S define
powerpc/perf: Clear MMCR2 when enabling PMU
Jussi Kivilinna (1):
crypto: sha512_ssse3 - fix byte count to bit count conversion
K. Y. Srinivasan (1):
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
Lan Tianyu (1):
ACPI / battery: Retry to get battery information if failed during probing
Lennox Wu (3):
Score: Implement the function csum_ipv6_magic
Score: The commit is for compiling successfully.
Score: Modify the Makefile of Score, remove -mlong-calls for compiling
Maxime Bizon (1):
workqueue: fix dev_set_uevent_suppress() imbalance
Michal Sojka (1):
USB: serial: ftdi_sio: Add Infineon Triboard
Prabhakar Lad (1):
cpufreq: Makefile: fix compilation for davinci platform
Roland Dreier (1):
x86, ioremap: Speed up check for RAM pages
Steven Rostedt (Red Hat) (1):
ring-buffer: Check if buffer exists before polling
Theodore Ts'o (2):
ext4: fix unjournalled bg descriptor while initializing inode bitmap
ext4: clarify error count warning messages
Thomas Gleixner (5):
clk: spear3xx: Use proper control register offset
rtmutex: Fix deadlock detector for real
rtmutex: Detect changes in the pi lock chain
rtmutex: Handle deadlock detection smarter
rtmutex: Plug slow unlock race
Yasuaki Ishimatsu (1):
workqueue: zero cpumask of wq_numa_possible_cpumask on init
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-07-17 23:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-17 23:44 Greg KH [this message]
2014-07-17 23:44 ` Linux 3.10.49 Greg KH
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=20140717234417.GA16847@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--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.