[GIT PULL] commits for Linux 4.9

[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.9 .

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 e8d49e4292d9156a081752dee3f5a0cd12857da9:

  Linux 4.9.124 (2018-08-24 13:12:43 +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.9-10092018

for you to fetch changes up to 05cd17579215f05a2119635570885f90374cb1af:

  ARM: rockchip: Force CONFIG_PM on Rockchip systems (2018-09-02 02:34:43 -0400)

- ----------------------------------------------------------------
for-greg-4.9-10092018

- ----------------------------------------------------------------
Aleh Filipovich (1):
      platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360

Andrey Ryabinin (1):
      mm/fadvise.c: fix signed overflow UBSAN complaint

Arnd Bergmann (1):
      reiserfs: change j_timestamp type to time64_t

Breno Leitao (1):
      selftests/powerpc: Kill child processes on SIGINT

Dan Carpenter (2):
      powerpc: Fix size calculation using resource_size()
      scsi: aic94xx: fix an error code in aic94xx_init()

Ernesto A. Fernández (2):
      hfs: prevent crash on exit from failed search
      hfsplus: fix NULL dereference in hfsplus_lookup()

Gal Pressman (1):
      RDMA/hns: Fix usage of bitmap allocation functions return values

Greg Edwards (1):
      block: bvec_nr_vecs() returns value for wrong slab

Guenter Roeck (1):
      mfd: sm501: Set coherent_dma_mask when creating subdevices

Hans de Goede (1):
      ACPI / scan: Initialize status to ACPI_STA_DEFAULT

Ian Abbott (1):
      staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice

Jann Horn (1):
      fork: don't copy inconsistent signal handler state to child

Jean-Philippe Brucker (1):
      net/9p: fix error path of p9_virtio_probe

John Pittman (1):
      dm kcopyd: avoid softlockup in run_complete_job

Jonas Gorski (1):
      irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP

Laura Abbott (1):
      sunrpc: Don't use stack buffer with scatterlist

Levin Du (1):
      clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399

Mahesh Salgaonkar (1):
      powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.

Marc Zyngier (2):
      arm64: rockchip: Force CONFIG_PM on Rockchip systems
      ARM: rockchip: Force CONFIG_PM on Rockchip systems

Misono Tomohiro (1):
      btrfs: replace: Reset on-disk dev stats value after replace

OGAWA Hirofumi (1):
      fat: validate ->i_start before using

Philipp Rudo (1):
      s390/kdump: Fix memleak in nt_vmcoreinfo

Qu Wenruo (2):
      btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized
      btrfs: Don't remove block group that still has pinned down bytes

Randy Dunlap (2):
      scripts: modpost: check memory allocation results
      platform/x86: intel_punit_ipc: fix build errors

Ronnie Sahlberg (1):
      cifs: check if SMB2 PDU size has been padded and suppress the warning

Sandipan Das (1):
      perf probe powerpc: Fix trace event post-processing

Stefan Haberland (2):
      s390/dasd: fix hanging offline processing due to canceled worker
      s390/dasd: fix panic for failed online processing

Steve French (2):
      smb3: fix reset of bytes read and written stats
      SMB3: Number of requests sent should be displayed for SMB3 not just CIFS

Suzuki K Poulose (1):
      virtio: pci-legacy: Validate queue pfn

Tan Hu (1):
      ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()

Tetsuo Handa (2):
      hfsplus: don't return 0 when fill_super() failed
      fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()

Thomas Petazzoni (1):
      PCI: mvebu: Fix I/O space end address calculation

Tomas Bortoli (1):
      net/9p/trans_fd.c: fix race by holding the lock

Vasily Gorbik (1):
      tracing: Handle CC_FLAGS_FTRACE more accurately

YueHaibing (1):
      RDS: IB: fix 'passing zero to ERR_PTR()' warning

 Makefile                                       | 11 +++++++----
 arch/arm/mach-rockchip/Kconfig                 |  1 +
 arch/arm64/Kconfig.platforms                   |  1 +
 arch/powerpc/platforms/pseries/ras.c           |  2 +-
 arch/powerpc/sysdev/mpic_msgr.c                |  2 +-
 arch/s390/kernel/crash_dump.c                  | 17 ++++++++++++-----
 block/bio.c                                    |  2 +-
 drivers/acpi/scan.c                            |  5 +++--
 drivers/clk/rockchip/clk-rk3399.c              |  1 +
 drivers/infiniband/hw/hns/hns_roce_pd.c        |  2 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c        |  5 ++++-
 drivers/irqchip/irq-bcm7038-l1.c               |  4 ++++
 drivers/md/dm-kcopyd.c                         |  2 ++
 drivers/mfd/sm501.c                            |  1 +
 drivers/pci/host/pci-mvebu.c                   |  2 +-
 drivers/platform/x86/asus-nb-wmi.c             |  1 +
 drivers/platform/x86/intel_punit_ipc.c         |  1 +
 drivers/s390/block/dasd_eckd.c                 | 10 ++++++++--
 drivers/scsi/aic94xx/aic94xx_init.c            |  4 +++-
 drivers/staging/comedi/drivers/ni_mio_common.c |  3 ++-
 drivers/virtio/virtio_pci_legacy.c             | 14 ++++++++++++--
 fs/btrfs/dev-replace.c                         |  6 ++++++
 fs/btrfs/extent-tree.c                         |  2 +-
 fs/btrfs/relocation.c                          | 23 ++++++++++++-----------
 fs/cifs/cifs_debug.c                           |  8 ++++++++
 fs/cifs/smb2misc.c                             |  7 +++++++
 fs/cifs/smb2pdu.c                              |  2 +-
 fs/dcache.c                                    |  3 ++-
 fs/fat/cache.c                                 | 19 ++++++++++++-------
 fs/fat/fat.h                                   |  5 +++++
 fs/fat/fatent.c                                |  6 +++---
 fs/hfs/brec.c                                  |  7 ++++---
 fs/hfsplus/dir.c                               |  4 ++--
 fs/hfsplus/super.c                             |  4 +++-
 fs/reiserfs/reiserfs.h                         |  2 +-
 kernel/fork.c                                  |  2 ++
 mm/fadvise.c                                   |  8 ++++++--
 net/9p/trans_fd.c                              | 10 +++++-----
 net/9p/trans_virtio.c                          |  3 ++-
 net/netfilter/ipvs/ip_vs_core.c                | 15 +++++++++++----
 net/rds/ib_frmr.c                              |  1 +
 net/sunrpc/auth_gss/gss_krb5_crypto.c          | 12 +++++++++---
 scripts/mod/modpost.c                          |  8 ++++----
 tools/perf/arch/powerpc/util/sym-handling.c    |  4 +++-
 tools/testing/selftests/powerpc/harness.c      | 18 ++++++++++++------
 45 files changed, 190 insertions(+), 80 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAluWf30ACgkQ3qZv95d3
LNyowg/9Gduye0DrrBpZxb1JcLGq7q2MDnQKlkhFDNuXkjMet+/fAtSxgaS0GH1T
APPT6pSywAjWj9GoV0pRBXaCkImREJIJrtE3QteGnM4Ge79Y39UUysxzLJ9gSGUp
XFfTo/2/fXDIX+gcCh//uKCALuPEHNL1hVDCPtq4SssXr29oBykEsKlihM02ox/P
qTYh+RICT0tiZUuwYT0Sn+mWnwdpkps4wgAtBbsHGc0vnqvO5OHRP+qYQrx4YNA5
IURX/AMuuJGAqUjV4yVEZ8a9DEbPoTuJfuSdZKYPHN67bW5DlhB/pKU4bFhYJFcn
e++cTvw/2mqcFeREZrDZQ/0jcaWffhOzsDqD1cT8wvRmwvzI5FlpiL061Pxs6yQG
uUjkOqBwWP4/4pCiCuihPehH6NLvxaybNwEobIZBdooWFFurL1HjVp5XT2cqkW/g
zoak6Wu/4nuNkjOkF9Wje0I4W7AYUbdTU1XYfH/EsmgKUe/qf96RUF8FwYFjuZbR
bKZrSFw++8r4QoRJqxCKPErupcMpGOKWJlDwMFeLCpEFI4Z6ldf/w7PMd3k4P3VX
o4dOQffAwWKLsVEqJHc+xBRoYUH2Iy10ZLQTGaHytsUgQq0rruNeCnY+St+UsMsI
HoRgzpnPQfT+WkHiozXN3zyOP2AEJ2cXKnAfCm+o7ChpmmtUKWs=
=3N9s
-----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