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, shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.10 00/22] 3.10.83-stable review
Date: Wed, 1 Jul 2015 11:40:05 -0700 [thread overview]
Message-ID: <20150701183942.019582154@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.10.83 release.
There are 22 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 Fri Jul 3 18:39:28 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.x/stable-review/patch-3.10.83-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.83-rc1
Greg Ungerer <gerg@uclinux.org>
bus: mvebu: pass the coherency availability information at init time
Bandan Das <bsd@redhat.com>
KVM: nSVM: Check for NRIPS support before updating control field
Sebastien Szymanski <sebastien.szymanski@armadeus.com>
ARM: clk-imx6q: refine sata's parent
Jari Ruusu <jariruusu@users.sourceforge.net>
d_walk() might skip too much
Michal Kubeček <mkubecek@suse.cz>
ipv6: update ip6_rt_last_gc every time GC is run
Michal Kubeček <mkubecek@suse.cz>
ipv6: prevent fib6_run_gc() contention
Steffen Klassert <steffen.klassert@secunet.com>
xfrm: Increase the garbage collector threshold
Filipe Manana <fdmanana@suse.com>
Btrfs: make xattr replace operations atomic
Quentin Casasnovas <quentin.casasnovas@oracle.com>
x86/microcode/intel: Guard against stack overflow in the loader
Jann Horn <jann@thejh.net>
fs: take i_mutex during prepare_binprm for set[ug]id executables
Tomas Henzl <thenzl@redhat.com>
hpsa: add missing pci_set_master in kdump path
Tomas Henzl <thenzl@redhat.com>
hpsa: refine the pci enable/disable handling
Jim Snow <jim.m.snow@intel.com>
sb_edac: Fix erroneous bytes->gigabytes conversion
Lv Zheng <lv.zheng@intel.com>
ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.
Lv Zheng <lv.zheng@intel.com>
ACPICA: Utilities: Cleanup to convert physical address printing formats.
Mark Grondona <mgrondona@llnl.gov>
__ptrace_may_access() should not deny sub-threads
Oleg Nesterov <oleg@redhat.com>
include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_group_leader_pid
Ian Wilson <iwilson@brocade.com>
netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()
Chen Gang <gang.chen.5i5j@gmail.com>
netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected
Al Viro <viro@zeniv.linux.org.uk>
get rid of s_files and files_lock
Oleg Nesterov <oleg@redhat.com>
fput: turn "list_head delayed_fput_list" into llist_head
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mach-dove/common.c | 2 +-
arch/arm/mach-imx/clk-imx6q.c | 2 +-
arch/arm/mach-kirkwood/common.c | 2 +-
arch/arm/mach-mv78xx0/common.c | 4 +-
arch/arm/mach-mvebu/armada-370-xp.c | 3 +-
arch/arm/mach-mvebu/coherency.c | 15 +++
arch/arm/mach-mvebu/coherency.h | 1 +
arch/arm/mach-orion5x/common.c | 2 +-
arch/x86/Kconfig | 2 +-
arch/x86/kernel/microcode_intel_early.c | 2 +-
arch/x86/kvm/svm.c | 8 +-
drivers/acpi/acpica/acmacros.h | 10 +-
drivers/acpi/acpica/dsopcode.c | 4 +-
drivers/acpi/acpica/evregion.c | 2 +-
drivers/acpi/acpica/exdump.c | 4 +-
drivers/acpi/acpica/exfldio.c | 10 +-
drivers/acpi/acpica/exregion.c | 8 +-
drivers/acpi/acpica/hwvalid.c | 16 ++--
drivers/acpi/acpica/nsdump.c | 12 +--
drivers/acpi/acpica/tbutils.c | 20 ++--
drivers/acpi/acpica/utaddress.c | 24 +++--
drivers/bus/mvebu-mbus.c | 5 +-
drivers/edac/sb_edac.c | 38 ++++----
drivers/scsi/hpsa.c | 42 ++++++---
fs/btrfs/ctree.c | 2 +-
fs/btrfs/ctree.h | 5 +
fs/btrfs/dir-item.c | 10 +-
fs/btrfs/xattr.c | 159 ++++++++++++++++++++------------
fs/dcache.c | 16 ++--
fs/exec.c | 76 +++++++++------
fs/file_table.c | 148 ++---------------------------
fs/internal.h | 3 -
fs/open.c | 2 -
fs/super.c | 23 +----
include/linux/fs.h | 15 +--
include/linux/mbus.h | 2 +-
include/linux/sched.h | 8 +-
include/net/ip6_fib.h | 2 +-
kernel/ptrace.c | 2 +-
net/ipv4/xfrm4_policy.c | 2 +-
net/ipv6/ip6_fib.c | 25 ++---
net/ipv6/ndisc.c | 4 +-
net/ipv6/route.c | 8 +-
net/ipv6/xfrm6_policy.c | 2 +-
net/netfilter/nfnetlink_cthelper.c | 7 +-
46 files changed, 345 insertions(+), 418 deletions(-)
next reply other threads:[~2015-07-01 18:40 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 18:40 Greg Kroah-Hartman [this message]
2015-07-01 18:40 ` [PATCH 3.10 01/22] fput: turn "list_head delayed_fput_list" into llist_head Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 02/22] get rid of s_files and files_lock Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 03/22] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 05/22] netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 06/22] include/linux/sched.h: dont use task->pid/tgid in same_thread_group/has_group_leader_pid Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 07/22] __ptrace_may_access() should not deny sub-threads Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 08/22] ACPICA: Utilities: Cleanup to convert physical address printing formats Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 09/22] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 10/22] sb_edac: Fix erroneous bytes->gigabytes conversion Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 11/22] hpsa: refine the pci enable/disable handling Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 12/22] hpsa: add missing pci_set_master in kdump path Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 13/22] fs: take i_mutex during prepare_binprm for set[ug]id executables Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 14/22] x86/microcode/intel: Guard against stack overflow in the loader Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 15/22] Btrfs: make xattr replace operations atomic Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 16/22] xfrm: Increase the garbage collector threshold Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 19/22] Re: [PATCH 3.10 14/46] d_walk() might skip too much Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 20/22] ARM: clk-imx6q: refine satas parent Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 21/22] KVM: nSVM: Check for NRIPS support before updating control field Greg Kroah-Hartman
2015-07-01 18:40 ` [PATCH 3.10 22/22] bus: mvebu: pass the coherency availability information at init time Greg Kroah-Hartman
2015-07-01 20:31 ` [PATCH 3.10 00/22] 3.10.83-stable review Guenter Roeck
2015-07-01 20:41 ` Greg Kroah-Hartman
2015-07-01 22:35 ` Shuah Khan
2015-07-01 23:17 ` Greg Kroah-Hartman
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=20150701183942.019582154@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--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