stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for-3.18 00/13] Commits for v3.18 LTS
@ 2017-10-11  0:45 Levin, Alexander (Sasha Levin)
  2017-10-11  0:45 ` [GIT PULL for-3.18 01/13] locking/lockdep: Add nest_lock integrity test Levin, Alexander (Sasha Levin)
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Levin, Alexander (Sasha Levin) @ 2017-10-11  0:45 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org
  Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org

Hi Greg,

The following commits were sent for review 7+ days ago, and comments were addressed.

Please pull for v3.18 LTS.

===

The following changes since commit ac0058305d83e8e50a9652a003bc2ec468df9f87:

  Linux 3.18.74 (2017-10-08 10:11:47 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git for-greg-3.18

for you to fetch changes up to 39f0b3269619da055f4700c3d2918dbcc1c4e72a:

  target/iscsi: Fix unsolicited data seq_end_offset calculation (2017-10-10 20:22:09 -0400)

----------------------------------------------------------------

Arnd Bergmann (1):
  watchdog: kempld: fix gcc-4.3 build

Christophe JAILLET (1):
  iio: adc: xilinx: Fix error handling

Dan Carpenter (1):
  scsi: scsi_dh_emc: return success in clariion_std_inquiry()

Dmitry V. Levin (2):
  uapi: fix linux/rds.h userspace compilation errors
  uapi: fix linux/mroute6.h userspace compilation errors

Eric Ren (1):
  ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock

Franck Demathieu (1):
  irqchip/crossbar: Fix incorrect type of local variables

Jarno Rajahalme (1):
  netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.

Majd Dibbiny (1):
  net/mlx4_core: Fix VF overwrite of module param which disables DMFS on
    new probed PFs

Milan Broz (1):
  crypto: xts - Add ECB dependency

Peter Zijlstra (1):
  locking/lockdep: Add nest_lock integrity test

Robbie Ko (1):
  Btrfs: send, fix failure to rename top level inode due to name
    collision

Varun Prakash (1):
  target/iscsi: Fix unsolicited data seq_end_offset calculation

 crypto/Kconfig                            |   1 +
 drivers/iio/adc/xilinx-xadc-core.c        |   6 +-
 drivers/irqchip/irq-crossbar.c            |   3 +-
 drivers/net/ethernet/mellanox/mlx4/main.c |   2 -
 drivers/scsi/device_handler/scsi_dh_emc.c |   2 +-
 drivers/target/iscsi/iscsi_target_erl0.c  |   6 +-
 drivers/watchdog/kempld_wdt.c             |   9 ++-
 fs/btrfs/send.c                           |   5 +-
 fs/ocfs2/dlmglue.c                        | 105 +++++++++++++++++++++++++++++-
 fs/ocfs2/dlmglue.h                        |  18 +++++
 fs/ocfs2/ocfs2.h                          |   1 +
 include/uapi/linux/mroute6.h              |   1 +
 include/uapi/linux/rds.h                  |   3 +-
 kernel/locking/lockdep.c                  |  11 +++-
 net/netfilter/nf_conntrack_expect.c       |   4 +-
 15 files changed, 156 insertions(+), 21 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-10-19 13:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11  0:45 [GIT PULL for-3.18 00/13] Commits for v3.18 LTS Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 01/13] locking/lockdep: Add nest_lock integrity test Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 06/13] Btrfs: send, fix failure to rename top level inode due to name collision Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 05/13] iio: adc: xilinx: Fix error handling Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 03/13] irqchip/crossbar: Fix incorrect type of local variables Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 04/13] netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 02/13] watchdog: kempld: fix gcc-4.3 build Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 07/13] net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 08/13] crypto: xts - Add ECB dependency Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 09/13] ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 11/13] uapi: fix linux/rds.h userspace compilation errors Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 10/13] scsi: scsi_dh_emc: return success in clariion_std_inquiry() Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 13/13] target/iscsi: Fix unsolicited data seq_end_offset calculation Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-3.18 12/13] uapi: fix linux/mroute6.h userspace compilation errors Levin, Alexander (Sasha Levin)
2017-10-19 13:27 ` [GIT PULL for-3.18 00/13] Commits for v3.18 LTS gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).