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.98
Date: Fri, 26 Feb 2016 05:26:27 +0000 [thread overview]
Message-ID: <20160226052625.GA30255@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8799 bytes --]
I'm announcing the release of the 3.10.98 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/arm/common/icst.c | 9 ++++--
arch/m32r/kernel/setup.c | 3 ++
arch/x86/include/asm/segment.h | 13 ++++++++-
arch/x86/kernel/head64.c | 2 -
arch/x86/kernel/head_32.S | 33 ++++++++++++----------
arch/x86/kernel/head_64.S | 20 +++++++------
block/blk-core.c | 12 ++++++++
drivers/iio/adc/ad7793.c | 2 -
drivers/iio/dac/ad5064.c | 8 ++++-
drivers/iio/dac/mcp4725.c | 1
drivers/iio/imu/adis_buffer.c | 2 -
drivers/input/mouse/elantech.c | 9 +++++-
drivers/input/serio/i8042-x86ia64io.h | 7 ++++
drivers/iommu/dmar.c | 2 -
drivers/iommu/intel_irq_remapping.c | 2 -
drivers/net/wan/x25_asy.c | 6 ----
drivers/platform/x86/intel_scu_ipcutil.c | 2 -
drivers/scsi/device_handler/scsi_dh_rdac.c | 4 ++
drivers/scsi/hosts.c | 11 +++++++
drivers/scsi/scsi_sysfs.c | 22 +++++----------
drivers/scsi/sd.c | 7 +++-
drivers/scsi/sg.c | 2 -
drivers/scsi/sr.c | 4 ++
drivers/staging/iio/adc/lpc32xx_adc.c | 4 +-
drivers/staging/speakup/selection.c | 5 ++-
drivers/target/iscsi/iscsi_target.c | 13 ++++++++-
drivers/target/iscsi/iscsi_target_configfs.c | 16 ++++++++++-
drivers/target/iscsi/iscsi_target_nego.c | 1
drivers/tty/pty.c | 21 +++++++++++++-
drivers/usb/host/xhci.c | 4 ++
fs/aio.c | 11 +++++--
fs/btrfs/backref.c | 10 ++++--
fs/cifs/cifsencrypt.c | 2 -
fs/devpts/inode.c | 20 +++++++++++++
fs/ext4/resize.c | 2 -
fs/fuse/file.c | 2 -
fs/nfs/nfs4proc.c | 2 -
fs/proc/array.c | 2 -
fs/proc/base.c | 20 ++++++-------
fs/proc/namespaces.c | 4 +-
fs/udf/inode.c | 15 ++++++++++
fs/udf/unicode.c | 21 ++++++++++++--
include/linux/compiler.h | 2 -
include/linux/devpts_fs.h | 4 ++
include/linux/ptrace.h | 24 +++++++++++++++-
include/linux/radix-tree.h | 22 +++++++++++++--
kernel/events/core.c | 6 +++-
kernel/futex.c | 7 ++++
kernel/futex_compat.c | 2 -
kernel/kcmp.c | 4 +-
kernel/module.c | 26 ++++++++++--------
kernel/ptrace.c | 39 +++++++++++++++++++++------
lib/dma-debug.c | 2 -
lib/klist.c | 6 ++--
lib/radix-tree.c | 12 ++++++--
mm/memcontrol.c | 11 ++++---
mm/memory-failure.c | 2 -
mm/memory_hotplug.c | 31 +++++++++++++--------
mm/process_vm_access.c | 2 -
net/ipv6/ip6mr.c | 2 -
scripts/bloat-o-meter | 8 ++---
security/commoncap.c | 7 ++++
sound/core/seq/seq_ports.c | 13 +++++----
tools/lib/traceevent/event-parse.c | 5 +--
65 files changed, 436 insertions(+), 161 deletions(-)
Alan Stern (1):
SCSI: fix crashes in sd and sr runtime PM
Andrew Banman (1):
mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()
Andrew Elble (1):
nfs: Fix race in __update_open_stateid()
Andrew Gabbasov (2):
udf: Prevent buffer overrun with multi-byte characters
udf: Check output buffer length when converting name to CS0
Andy Lutomirski (1):
x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers
Anton Protopopov (1):
cifs: fix erroneous return value
Arnd Bergmann (1):
tracing: Fix freak link error caused by branch tracer
Aurélien Francillon (1):
Input: i8042 - add Fujitsu Lifebook U745 to the nomux list
Bart Van Assche (1):
Fix a memory leak in scsi_host_dev_release()
Benjamin Tissoires (1):
Input: elantech - mark protocols v2 and v3 as semi-mt
CQ Tang (1):
iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
Christoph Hellwig (1):
scsi: restart list search after unlock in scsi_remove_target
Dan Carpenter (1):
intel_scu_ipcutil: underflow in scu_reg_access()
Filipe Manana (1):
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Greg Kroah-Hartman (2):
AIO: properly check iovec sizes
Linux 3.10.98
Hannes Reinecke (1):
scsi_dh_rdac: always retry MODE SELECT on command lock violation
Herton R. Krzesinski (2):
pty: fix possible use after free of tty->driver_data
pty: make sure super_block is still valid in final /dev/tty close
Insu Yun (1):
ext4: fix potential integer overflow
James Bottomley (2):
klist: fix starting point removed bug in klist iterators
scsi: fix soft lockup in scsi_remove_target() on module removal
Jann Horn (1):
ptrace: use fsuid, fsgid, effective creds for fs access checks
Ken Xue (1):
SCSI: Fix NULL pointer dereference in runtime PM
Kirill A. Shutemov (1):
drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration
Konstantin Khlebnikov (1):
radix-tree: fix oops after radix_tree_iter_retry
Lars-Peter Clausen (2):
iio:ad7793: Fix ad7785 product ID
iio: adis_buffer: Fix out-of-bounds memory access
Laura Abbott (1):
dma-debug: switch check from _text to _stext
Linus Walleij (2):
ARM: 8519/1: ICST: try other dividends than 1
ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()
Martijn Coenen (1):
memcg: only free spare array when readers are done
Mathias Nyman (1):
xhci: Fix list corruption in urb dequeue at host removal
Matthew Wilcox (1):
radix-tree: fix race in gang lookup
Michael Hennerich (1):
iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success
Naoya Horiguchi (1):
mm: soft-offline: check return value in second __get_any_page() call
Nicholas Bellinger (2):
iscsi-target: Fix rx_login_comp hang after login failure
iscsi-target: Fix potential dead-lock during node acl delete
Peter Hurley (2):
wan/x25: Fix use-after-free in x25_asy_open_tty()
staging/speakup: Use tty_ldisc_ref() for paste kworker
Peter Oberparleiter (1):
scsi_sysfs: Fix queue_ramp_up_period return code
Peter Zijlstra (1):
perf: Fix inherited events vs. tracepoint filters
Roman Gushchin (1):
fuse: break infinite loop in fuse_fill_write_pages()
Rusty Russell (1):
module: wrapper for symbol name.
Sergey Senozhatsky (1):
scripts/bloat-o-meter: fix python3 syntax error
Steven Rostedt (1):
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines
Sudip Mukherjee (1):
m32r: fix m32104ut_defconfig build fail
Takashi Iwai (2):
ALSA: seq: Fix double port list deletion
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled
Thomas Gleixner (1):
futex: Drop refcount if requeue_pi() acquired the rtmutex
Vegard Nossum (1):
udf: limit the maximum number of indirect extents in a row
Vladimir Zapolskiy (1):
iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock
WANG Cong (1):
ip6mr: call del_timer_sync() in ip6mr_free_table()
Yong Li (1):
iio: dac: mcp4725: set iio name property in sysfs
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 820 bytes --]
WARNING: multiple messages have this Message-ID (diff)
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.98
Date: Fri, 26 Feb 2016 05:26:28 +0000 [thread overview]
Message-ID: <20160226052625.GA30255@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8799 bytes --]
I'm announcing the release of the 3.10.98 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/arm/common/icst.c | 9 ++++--
arch/m32r/kernel/setup.c | 3 ++
arch/x86/include/asm/segment.h | 13 ++++++++-
arch/x86/kernel/head64.c | 2 -
arch/x86/kernel/head_32.S | 33 ++++++++++++----------
arch/x86/kernel/head_64.S | 20 +++++++------
block/blk-core.c | 12 ++++++++
drivers/iio/adc/ad7793.c | 2 -
drivers/iio/dac/ad5064.c | 8 ++++-
drivers/iio/dac/mcp4725.c | 1
drivers/iio/imu/adis_buffer.c | 2 -
drivers/input/mouse/elantech.c | 9 +++++-
drivers/input/serio/i8042-x86ia64io.h | 7 ++++
drivers/iommu/dmar.c | 2 -
drivers/iommu/intel_irq_remapping.c | 2 -
drivers/net/wan/x25_asy.c | 6 ----
drivers/platform/x86/intel_scu_ipcutil.c | 2 -
drivers/scsi/device_handler/scsi_dh_rdac.c | 4 ++
drivers/scsi/hosts.c | 11 +++++++
drivers/scsi/scsi_sysfs.c | 22 +++++----------
drivers/scsi/sd.c | 7 +++-
drivers/scsi/sg.c | 2 -
drivers/scsi/sr.c | 4 ++
drivers/staging/iio/adc/lpc32xx_adc.c | 4 +-
drivers/staging/speakup/selection.c | 5 ++-
drivers/target/iscsi/iscsi_target.c | 13 ++++++++-
drivers/target/iscsi/iscsi_target_configfs.c | 16 ++++++++++-
drivers/target/iscsi/iscsi_target_nego.c | 1
drivers/tty/pty.c | 21 +++++++++++++-
drivers/usb/host/xhci.c | 4 ++
fs/aio.c | 11 +++++--
fs/btrfs/backref.c | 10 ++++--
fs/cifs/cifsencrypt.c | 2 -
fs/devpts/inode.c | 20 +++++++++++++
fs/ext4/resize.c | 2 -
fs/fuse/file.c | 2 -
fs/nfs/nfs4proc.c | 2 -
fs/proc/array.c | 2 -
fs/proc/base.c | 20 ++++++-------
fs/proc/namespaces.c | 4 +-
fs/udf/inode.c | 15 ++++++++++
fs/udf/unicode.c | 21 ++++++++++++--
include/linux/compiler.h | 2 -
include/linux/devpts_fs.h | 4 ++
include/linux/ptrace.h | 24 +++++++++++++++-
include/linux/radix-tree.h | 22 +++++++++++++--
kernel/events/core.c | 6 +++-
kernel/futex.c | 7 ++++
kernel/futex_compat.c | 2 -
kernel/kcmp.c | 4 +-
kernel/module.c | 26 ++++++++++--------
kernel/ptrace.c | 39 +++++++++++++++++++++------
lib/dma-debug.c | 2 -
lib/klist.c | 6 ++--
lib/radix-tree.c | 12 ++++++--
mm/memcontrol.c | 11 ++++---
mm/memory-failure.c | 2 -
mm/memory_hotplug.c | 31 +++++++++++++--------
mm/process_vm_access.c | 2 -
net/ipv6/ip6mr.c | 2 -
scripts/bloat-o-meter | 8 ++---
security/commoncap.c | 7 ++++
sound/core/seq/seq_ports.c | 13 +++++----
tools/lib/traceevent/event-parse.c | 5 +--
65 files changed, 436 insertions(+), 161 deletions(-)
Alan Stern (1):
SCSI: fix crashes in sd and sr runtime PM
Andrew Banman (1):
mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()
Andrew Elble (1):
nfs: Fix race in __update_open_stateid()
Andrew Gabbasov (2):
udf: Prevent buffer overrun with multi-byte characters
udf: Check output buffer length when converting name to CS0
Andy Lutomirski (1):
x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers
Anton Protopopov (1):
cifs: fix erroneous return value
Arnd Bergmann (1):
tracing: Fix freak link error caused by branch tracer
Aurélien Francillon (1):
Input: i8042 - add Fujitsu Lifebook U745 to the nomux list
Bart Van Assche (1):
Fix a memory leak in scsi_host_dev_release()
Benjamin Tissoires (1):
Input: elantech - mark protocols v2 and v3 as semi-mt
CQ Tang (1):
iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
Christoph Hellwig (1):
scsi: restart list search after unlock in scsi_remove_target
Dan Carpenter (1):
intel_scu_ipcutil: underflow in scu_reg_access()
Filipe Manana (1):
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Greg Kroah-Hartman (2):
AIO: properly check iovec sizes
Linux 3.10.98
Hannes Reinecke (1):
scsi_dh_rdac: always retry MODE SELECT on command lock violation
Herton R. Krzesinski (2):
pty: fix possible use after free of tty->driver_data
pty: make sure super_block is still valid in final /dev/tty close
Insu Yun (1):
ext4: fix potential integer overflow
James Bottomley (2):
klist: fix starting point removed bug in klist iterators
scsi: fix soft lockup in scsi_remove_target() on module removal
Jann Horn (1):
ptrace: use fsuid, fsgid, effective creds for fs access checks
Ken Xue (1):
SCSI: Fix NULL pointer dereference in runtime PM
Kirill A. Shutemov (1):
drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration
Konstantin Khlebnikov (1):
radix-tree: fix oops after radix_tree_iter_retry
Lars-Peter Clausen (2):
iio:ad7793: Fix ad7785 product ID
iio: adis_buffer: Fix out-of-bounds memory access
Laura Abbott (1):
dma-debug: switch check from _text to _stext
Linus Walleij (2):
ARM: 8519/1: ICST: try other dividends than 1
ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()
Martijn Coenen (1):
memcg: only free spare array when readers are done
Mathias Nyman (1):
xhci: Fix list corruption in urb dequeue at host removal
Matthew Wilcox (1):
radix-tree: fix race in gang lookup
Michael Hennerich (1):
iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success
Naoya Horiguchi (1):
mm: soft-offline: check return value in second __get_any_page() call
Nicholas Bellinger (2):
iscsi-target: Fix rx_login_comp hang after login failure
iscsi-target: Fix potential dead-lock during node acl delete
Peter Hurley (2):
wan/x25: Fix use-after-free in x25_asy_open_tty()
staging/speakup: Use tty_ldisc_ref() for paste kworker
Peter Oberparleiter (1):
scsi_sysfs: Fix queue_ramp_up_period return code
Peter Zijlstra (1):
perf: Fix inherited events vs. tracepoint filters
Roman Gushchin (1):
fuse: break infinite loop in fuse_fill_write_pages()
Rusty Russell (1):
module: wrapper for symbol name.
Sergey Senozhatsky (1):
scripts/bloat-o-meter: fix python3 syntax error
Steven Rostedt (1):
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines
Sudip Mukherjee (1):
m32r: fix m32104ut_defconfig build fail
Takashi Iwai (2):
ALSA: seq: Fix double port list deletion
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled
Thomas Gleixner (1):
futex: Drop refcount if requeue_pi() acquired the rtmutex
Vegard Nossum (1):
udf: limit the maximum number of indirect extents in a row
Vladimir Zapolskiy (1):
iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock
WANG Cong (1):
ip6mr: call del_timer_sync() in ip6mr_free_table()
Yong Li (1):
iio: dac: mcp4725: set iio name property in sysfs
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 820 bytes --]
next reply other threads:[~2016-02-26 5:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-26 5:26 Greg KH [this message]
2016-02-26 5:26 ` Linux 3.10.98 Greg KH
2016-02-26 5:27 ` 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=20160226052625.GA30255@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.