-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 3.18 .
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 a5f9be3576c3f9dd871f68eaf482278c0b3a6df2:
Linux 3.18.120 (2018-08-28 07:21: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-3.18-10092018
for you to fetch changes up to 0941bb2358f61b4d3c1eb989bffadbb4aae2dc5c:
btrfs: Don't remove block group that still has pinned down bytes (2018-08-30 10:40:46 -0400)
- ---------------------------------------------------------------- for-greg-3.18-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 (1): hfs: prevent crash on exit from failed search
Guenter Roeck (1): mfd: sm501: Set coherent_dma_mask when creating subdevices
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
Mahesh Salgaonkar (1): powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.
Misono Tomohiro (1): btrfs: replace: Reset on-disk dev stats value after replace
OGAWA Hirofumi (1): fat: validate ->i_start before using
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 (1): scripts: modpost: check memory allocation results
Ronnie Sahlberg (1): cifs: check if SMB2 PDU size has been padded and suppress the warning
Stefan Haberland (1): s390/dasd: fix hanging offline processing due to canceled worker
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
Tan Hu (1): ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tetsuo Handa (1): hfsplus: don't return 0 when fill_super() failed
Thomas Petazzoni (1): PCI: mvebu: Fix I/O space end address calculation
arch/powerpc/platforms/pseries/ras.c | 2 +- arch/powerpc/sysdev/mpic_msgr.c | 2 +- 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/s390/block/dasd_eckd.c | 7 +++++-- drivers/scsi/aic94xx/aic94xx_init.c | 4 +++- drivers/staging/comedi/drivers/ni_mio_common.c | 3 ++- 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/fat/cache.c | 19 ++++++++++++------- fs/fat/fat.h | 5 +++++ fs/fat/fatent.c | 6 +++--- fs/hfs/brec.c | 7 ++++--- fs/hfsplus/super.c | 4 +++- fs/reiserfs/reiserfs.h | 2 +- kernel/fork.c | 2 ++ mm/fadvise.c | 8 ++++++-- net/9p/trans_virtio.c | 3 ++- net/netfilter/ipvs/ip_vs_core.c | 15 +++++++++++---- scripts/mod/modpost.c | 8 ++++---- tools/testing/selftests/powerpc/harness.c | 18 ++++++++++++------ 27 files changed, 117 insertions(+), 52 deletions(-)