stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for-4.4 00/25] Commits for v4.4 LTS
@ 2017-10-11  0:45 Levin, Alexander (Sasha Levin)
  2017-10-11  0:45 ` [GIT PULL for-4.4 01/25] locking/lockdep: Add nest_lock integrity test Levin, Alexander (Sasha Levin)
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ 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 v4.4 LTS.

===

The following changes since commit c030c36a88cdc54a5d657c0a2ee630ba495d5538:

  Linux 4.4.91 (2017-10-08 10:24:24 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5e1c58170e54cfe245176b0db500035f7fa7fdad:

  cpufreq: CPPC: add ACPI_PROCESSOR dependency (2017-10-10 20:18:53 -0400)

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

Alexandre Belloni (1):
  i2c: at91: ensure state is restored after suspending

Arnd Bergmann (2):
  watchdog: kempld: fix gcc-4.3 build
  cpufreq: CPPC: add ACPI_PROCESSOR dependency

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

Emmanuel Grumbach (1):
  mac80211: fix power saving clients handling in iwlwifi

Eric Dumazet (1):
  net/mlx4_en: fix overflow in mlx4_en_init_timestamp()

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

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

Grygorii Maistrenko (1):
  slub: do not merge cache if slub_debug contains a never-merge flag

Jaegeuk Kim (1):
  f2fs: do not wait for writeback in write_begin

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

Jeff Layton (1):
  ceph: clean up unsafe d_parent accesses in build_dentry_path

Johannes Berg (1):
  mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length

Kinglong Mee (1):
  nfsd/callback: Cleanup callback cred on shutdown

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

Shaohua Li (1):
  md/linear: shutup lockdep warnning

Thomas Petazzoni (1):
  net: mvpp2: release reference to txq_cpu[] entry after unmapping

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

Vijay Kumar (1):
  sparc64: Migrate hvcons irq to panicked cpu

 arch/sparc/include/asm/setup.h                |   5 +-
 arch/sparc/kernel/smp_64.c                    |   6 +-
 crypto/Kconfig                                |   1 +
 drivers/cpufreq/Kconfig.arm                   |   2 +-
 drivers/i2c/busses/i2c-at91.c                 |   3 +
 drivers/iio/adc/xilinx-xadc-core.c            |   6 +-
 drivers/irqchip/irq-crossbar.c                |   3 +-
 drivers/md/linear.c                           |   3 +-
 drivers/net/ethernet/marvell/mvpp2.c          |   9 +--
 drivers/net/ethernet/mellanox/mlx4/en_clock.c |  18 ++---
 drivers/net/ethernet/mellanox/mlx4/main.c     |   2 -
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h  |   1 -
 drivers/net/wireless/mac80211_hwsim.c         |  28 +++++--
 drivers/scsi/device_handler/scsi_dh_emc.c     |   2 +-
 drivers/target/iscsi/iscsi_target_erl0.c      |   6 +-
 drivers/tty/serial/sunhv.c                    |   6 ++
 drivers/watchdog/kempld_wdt.c                 |   9 ++-
 fs/btrfs/send.c                               |   5 +-
 fs/ceph/mds_client.c                          |   9 ++-
 fs/f2fs/data.c                                |   7 +-
 fs/nfsd/nfs4callback.c                        |   8 ++
 fs/nfsd/nfs4state.c                           |  10 ++-
 fs/nfsd/state.h                               |   1 +
 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 ++-
 mm/slab_common.c                              |   5 +-
 net/mac80211/sta_info.c                       |   2 +-
 net/netfilter/nf_conntrack_expect.c           |   4 +-
 32 files changed, 243 insertions(+), 57 deletions(-)

-- 
2.11.0

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

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

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11  0:45 [GIT PULL for-4.4 00/25] Commits for v4.4 LTS Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 01/25] locking/lockdep: Add nest_lock integrity test Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 03/25] irqchip/crossbar: Fix incorrect type of local variables Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 02/25] watchdog: kempld: fix gcc-4.3 build Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 05/25] mac80211: fix power saving clients handling in iwlwifi Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 04/25] mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME length Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 06/25] net/mlx4_en: fix overflow in mlx4_en_init_timestamp() Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 09/25] 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-4.4 07/25] netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 08/25] iio: adc: xilinx: Fix error handling Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 10/25] f2fs: do not wait for writeback in write_begin Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 12/25] sparc64: Migrate hvcons irq to panicked cpu Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 14/25] crypto: xts - Add ECB dependency Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 13/25] 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-4.4 11/25] md/linear: shutup lockdep warnning Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 17/25] scsi: scsi_dh_emc: return success in clariion_std_inquiry() Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 15/25] ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 18/25] net: mvpp2: release reference to txq_cpu[] entry after unmapping Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 16/25] slub: do not merge cache if slub_debug contains a never-merge flag Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 19/25] i2c: at91: ensure state is restored after suspending Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 22/25] uapi: fix linux/mroute6.h userspace compilation errors Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 21/25] uapi: fix linux/rds.h " Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 20/25] ceph: clean up unsafe d_parent accesses in build_dentry_path Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 23/25] target/iscsi: Fix unsolicited data seq_end_offset calculation Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 25/25] cpufreq: CPPC: add ACPI_PROCESSOR dependency Levin, Alexander (Sasha Levin)
2017-10-11  0:45 ` [GIT PULL for-4.4 24/25] nfsd/callback: Cleanup callback cred on shutdown Levin, Alexander (Sasha Levin)
2017-10-19 13:20 ` [GIT PULL for-4.4 00/25] Commits for v4.4 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).