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/18] 3.10.44-stable review
Date: Thu, 12 Jun 2014 16:22:04 -0700 [thread overview]
Message-ID: <20140612232212.960235342@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.10.44 release.
There are 18 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 Sat Jun 14 23:22:02 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.44-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.44-rc1
Andreas Schrägle <ajs124.ajs124@gmail.com>
ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
Jérôme Carretero <cJ-ko@zougloub.eu>
ahci: Add Device ID for HighPoint RocketRaid 642L
Tomas Winkler <tomas.winkler@intel.com>
mei: me: drop harmful wait optimization
Ben Collins <ben.c@servergy.com>
SCSI: megaraid: Use resource_size_t for PCI resources, not long
Andy Lutomirski <luto@amacapital.net>
auditsc: audit_krule mask accesses need bounds checking
Vlastimil Babka <vbabka@suse.cz>
mm/compaction: make isolate_freepages start at pageblock boundary
Vlastimil Babka <vbabka@suse.cz>
mm: compaction: detect when scanners meet in isolate_freepages
Vlastimil Babka <vbabka@suse.cz>
mm: compaction: reset cached scanner pfn's before reading them
Nicholas Bellinger <nab@linux-iscsi.org>
target: Fix alua_access_state attribute OOPs for un-configured devices
Nicholas Bellinger <nab@linux-iscsi.org>
target: Allow READ_CAPACITY opcode in ALUA Standby access state
Roland Dreier <roland@purestorage.com>
iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()
Nicholas Bellinger <nab@linux-iscsi.org>
iser-target: Fix multi network portal shutdown regression
Sagi Grimberg <sagig@mellanox.com>
Target/iscsi,iser: Avoid accepting transport connections during stop stage
Florian Westphal <fw@strlen.de>
netfilter: ipv4: defrag: set local_df flag on defragmented skb
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
ARM: mvebu: fix NOR bus-width in Armada XP OpenBlocks AX3 Device Tree
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
ARM: mvebu: fix NOR bus-width in Armada XP GP Device Tree
Chris Mason <clm@fb.com>
mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
Andy Lutomirski <luto@amacapital.net>
fs,userns: Change inode_capable to capable_wrt_inode_uidgid
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/armada-xp-gp.dts | 2 +-
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 2 +-
drivers/ata/ahci.c | 4 ++
drivers/infiniband/ulp/isert/ib_isert.c | 8 ++++
drivers/misc/mei/hw-me.c | 4 +-
drivers/net/ethernet/mellanox/mlx4/en_cq.c | 1 -
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 6 +--
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 -
drivers/scsi/megaraid/megaraid_sas.h | 1 -
drivers/scsi/megaraid/megaraid_sas_base.c | 5 ++-
drivers/target/iscsi/iscsi_target.c | 1 +
drivers/target/iscsi/iscsi_target_core.h | 1 +
drivers/target/iscsi/iscsi_target_login.c | 51 +++++++++++----------
drivers/target/iscsi/iscsi_target_tpg.c | 9 ++--
drivers/target/target_core_alua.c | 9 ++++
drivers/target/target_core_configfs.c | 5 +++
fs/attr.c | 8 ++--
fs/inode.c | 10 +++--
fs/namei.c | 11 ++---
include/linux/capability.h | 2 +-
kernel/auditsc.c | 27 +++++++----
kernel/capability.c | 18 +++-----
mm/compaction.c | 57 +++++++++++++++---------
net/ipv4/netfilter/nf_defrag_ipv4.c | 5 ++-
25 files changed, 152 insertions(+), 100 deletions(-)
next reply other threads:[~2014-06-12 23:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-12 23:22 Greg Kroah-Hartman [this message]
2014-06-12 23:22 ` [PATCH 3.10 01/18] fs,userns: Change inode_capable to capable_wrt_inode_uidgid Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 02/18] mlx4_en: dont use napi_synchronize inside mlx4_en_netpoll Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 03/18] ARM: mvebu: fix NOR bus-width in Armada XP GP Device Tree Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 04/18] ARM: mvebu: fix NOR bus-width in Armada XP OpenBlocks AX3 " Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 05/18] netfilter: ipv4: defrag: set local_df flag on defragmented skb Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 06/18] Target/iscsi,iser: Avoid accepting transport connections during stop stage Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 07/18] iser-target: Fix multi network portal shutdown regression Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 08/18] iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value() Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 09/18] target: Allow READ_CAPACITY opcode in ALUA Standby access state Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 10/18] target: Fix alua_access_state attribute OOPs for un-configured devices Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 11/18] mm: compaction: reset cached scanner pfns before reading them Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 12/18] mm: compaction: detect when scanners meet in isolate_freepages Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 13/18] mm/compaction: make isolate_freepages start at pageblock boundary Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 14/18] auditsc: audit_krule mask accesses need bounds checking Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 15/18] SCSI: megaraid: Use resource_size_t for PCI resources, not long Greg Kroah-Hartman
2014-06-12 23:22 ` [PATCH 3.10 16/18] mei: me: drop harmful wait optimization Greg Kroah-Hartman
2014-06-13 5:45 ` [PATCH 3.10 00/18] 3.10.44-stable review Guenter Roeck
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=20140612232212.960235342@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 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.