[GIT PULL] commits for Linux 4.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Greg,

Pleae pull commits for Linux 4.4 .

I've sent a review request for all commits over a week ago and all
comments were addressed.


Thanks,
Sasha

=====


The following changes since commit fdf53713aebb1e8ccbfcadade2b8449e62394547:

  Linux 4.4.155 (2018-09-09 20:04:37 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a83251f1538b537c5fb4a07825e6dbd52be7d8f9:

  RDMA/cma: Do not ignore net namespace for unbound cm_id (2018-09-14 13:54:45 -0400)

- ----------------------------------------------------------------
for-greg-4.4-14092018

- ----------------------------------------------------------------
Anton Vasilyev (4):
      misc: ti-st: Fix memory leak in the error path of probe()
      tty: rocket: Fix possible buffer overwrite on register_PCI
      scsi: 3ware: fix return 0 on the error path of probe
      gpio: ml-ioh: Fix buffer underwrite on probe error path

BingJing Chang (1):
      md/raid5: fix data corruption of replacements after originals dropped

Chao Yu (1):
      f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize

Christophe Leroy (1):
      perf tools: Allow overriding MAX_NR_CPUS at compile time

Dan Carpenter (2):
      misc: mic: SCIF Fix scif_get_new_port() error handling
      uio: potential double frees if __uio_register_device() fails

Dmitry Osipenko (1):
      gpio: tegra: Move driver registration to subsys_init level

Finn Thain (1):
      macintosh/via-pmu: Add missing mmio accessors

Florian Fainelli (1):
      ethtool: Remove trailing semicolon for static inline

Geert Uytterhoeven (1):
      iommu/ipmmu-vmsa: Fix allocation in atomic context

Joerg Roedel (2):
      x86/mm: Remove in_nmi() warning from vmalloc_fault()
      x86/kexec: Allocate 8k PGDs for PTI

Johan Hedberg (1):
      Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV

Marcel Holtmann (1):
      Bluetooth: hidp: Fix handling of strncpy for hid->name information

Mauricio Faria de Oliveira (2):
      partitions/aix: append null character to print data from disk
      partitions/aix: fix usage of uninitialized lv_info and lvname structures

Mike Christie (1):
      scsi: target: fix __transport_register_session locking

Nicholas Mc Guire (1):
      MIPS: Octeon: add missing of_node_put()

Nick Dyer (1):
      Input: atmel_mxt_ts - only use first T9 instance

Olga Kornievskaia (1):
      NFSv4.0 fix client reference leak in callback

Parav Pandit (1):
      RDMA/cma: Do not ignore net namespace for unbound cm_id

Paul Burton (2):
      MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET
      MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON

Petr Machata (1):
      net: dcb: For wild-card lookups, use priority -1, not 0

Srinivas Pandruvada (1):
      ata: libahci: Correct setting of DEVSLP register

Surabhi Vishnoi (1):
      ath10k: disable bundle mgmt tx completion event support

Sven Eckelmann (1):
      ath10k: prevent active scans on potential unusable channels

Takashi Iwai (8):
      ALSA: riptide: Properly endian notations
      ALSA: wss: Fix sparse warning wrt PCM format type
      ALSA: sb: Fix PCM format bit calculation
      ALSA: asihpi: Fix PCM format notations
      ALSA: ad1816a: Fix sparse warning wrt PCM format type
      ALSA: hda: Fix implicit PCM format type conversion
      ALSA: au88x0: Fix sparse warning wrt PCM format type
      ALSA: sb: Fix sparse warning wrt PCM format type

Yelena Krivosheev (1):
      net: mvneta: fix mtu change on port without link

Yunlong Song (1):
      f2fs: do not set free of current section

Zumeng Chen (1):
      mfd: ti_am335x_tscadc: Fix struct clk memory leak

 arch/mips/cavium-octeon/octeon-platform.c |  2 ++
 arch/mips/include/asm/io.h                |  8 ++++----
 arch/mips/mm/c-r4k.c                      |  6 ++++--
 arch/x86/kernel/machine_kexec_32.c        |  5 +++--
 arch/x86/mm/fault.c                       |  2 --
 block/partitions/aix.c                    | 13 +++++++++----
 drivers/ata/libahci.c                     |  2 ++
 drivers/bluetooth/Kconfig                 |  1 +
 drivers/gpio/gpio-ml-ioh.c                |  3 ++-
 drivers/gpio/gpio-tegra.c                 |  2 +-
 drivers/infiniband/core/cma.c             | 13 ++++++++++---
 drivers/input/touchscreen/atmel_mxt_ts.c  |  7 ++++---
 drivers/iommu/ipmmu-vmsa.c                |  9 ++++-----
 drivers/macintosh/via-pmu.c               |  9 +++++----
 drivers/md/raid5.c                        |  6 ++++++
 drivers/mfd/ti_am335x_tscadc.c            |  3 +--
 drivers/misc/mic/scif/scif_api.c          | 20 +++++++++-----------
 drivers/misc/ti-st/st_kim.c               |  4 ++--
 drivers/net/ethernet/marvell/mvneta.c     |  1 -
 drivers/net/wireless/ath/ath10k/mac.c     |  7 +++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |  5 +++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.h |  5 +++++
 drivers/scsi/3w-9xxx.c                    |  6 +++++-
 drivers/scsi/3w-sas.c                     |  3 +++
 drivers/scsi/3w-xxxx.c                    |  2 ++
 drivers/target/target_core_transport.c    |  5 +++--
 drivers/tty/rocket.c                      |  2 +-
 drivers/uio/uio.c                         |  3 +--
 fs/f2fs/segment.h                         |  3 +++
 fs/f2fs/super.c                           | 21 +++++++++++++++++++--
 fs/nfs/callback_xdr.c                     | 11 ++++++++---
 include/sound/hdaudio.h                   |  3 ++-
 include/sound/sb16_csp.h                  |  2 +-
 include/uapi/linux/ethtool.h              |  4 ++--
 net/bluetooth/hidp/core.c                 |  2 +-
 net/dcb/dcbnl.c                           | 11 +++++++----
 sound/hda/hdac_device.c                   |  2 +-
 sound/isa/ad1816a/ad1816a_lib.c           |  3 ++-
 sound/isa/sb/sb16_csp.c                   |  6 +++---
 sound/isa/sb/sb16_main.c                  |  9 ++++++---
 sound/isa/wss/wss_lib.c                   |  2 +-
 sound/pci/asihpi/asihpi.c                 | 24 +++++++++++++-----------
 sound/pci/au88x0/au88x0.h                 |  2 +-
 sound/pci/au88x0/au88x0_core.c            |  2 +-
 sound/pci/riptide/riptide.c               |  8 ++++----
 tools/perf/perf.h                         |  2 ++
 46 files changed, 178 insertions(+), 93 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlucAM0ACgkQ3qZv95d3
LNwPCQ/+Jp22S8x7mUnB4lWAOg5KY5u8p/z12JcdHQXpE0vmP/Ktyuth7Yd4jUKG
RmTpCIzxoafI9vLMK9I7YyDTQ8ryP22E9oVk0MQ4IcdetKJmeDuKQVYkDjIOwG+1
lqVxMHNWalzhPFJ7gglKEhlNbrZlb/w5hRAEJMxsQOAe3uX3fEJyhD/RPv1Rygvj
hNXzZ/Pn8Y72QevxiymXGqfNVgGgpJGetvqVpcdDXOtZw36xYcVQFqkDlIDFfQEe
3aDto8ZNoC9GTV8rSxQU+fOYFakmnkCqchcSICB/4HNImPFVoLT8NkW3ndfXryPL
n7ILkgdKcIwMz5xTHcEL3boJD6mZwry7zX1MVM9RomEnx6jptzCAxScITXoMiXW8
q44ey4kiuLN0I6ekBFUt9PR8I/d2bO5G3HSkKnd8vo9UEYEcZb0r4cNlI1XKqHo5
lN6OHkc9Otuji26aasLO1VriF1kGoFcJuoIKE+xdVJGC3LloQ/eiS6pKL+SgjEXa
YDyQWrah6b3dlifYuiKf6Yl1R8GctLBL/yS2zDiFlu72pIY02c7Dac3ux+Xa376L
R4TL4WKyZmpJzDOlAks7vCHgn9eVUcyXOp7WGK7OWLKd3GYzMmeg36qAMt5e3Q0R
HY+eJulDot8sdWYwvuaAn1Ef+VCyHMueR5gufkbTuQ/GPk5kH4M=
=jTFn
-----END PGP SIGNATURE-----



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux