Linux 4.11-rc3

2017-03-19 Thread Linus Torvalds
rneldoc for cpu_suspend() rename

Guoqing Jiang (3):
  md-cluster: free md_cluster_info if node leave cluster
  md-cluster: remove useless memset from gather_all_resync_info
  md: move funcs from pers->resize to update_size

Gwendal Grignou (1):
  libata: transport: Remove circular dependency at free time

Hannes Frederic Sowa (2):
  tun: fix premature POLLOUT notification on tun devices
  dccp: fix memory leak during tear-down of unsuccessful connection request

Heiko Carstens (2):
  mm: add private lock to serialize memory hotplug operations
  drivers core: remove assert_held_device_hotplug()

Helge Deller (3):
  parisc: Wire up statx system call
  parisc: Avoid compiler warnings with access_ok()
  parisc: Fix system shutdown halt

Himanshu Madhani (2):
  qla2xxx: Add DebugFS node to display Port Database
  qla2xxx: Update driver version to 9.00.00.00-k

Huy Nguyen (1):
  net/mlx5e: remove IEEE/CEE mode check when setting DCBX mode

Igor Druzhinin (1):
  xen-netback: fix race condition on XenBus disconnect

Imre Deak (1):
  drm/i915/gen9: Increase PCODE request timeout to 50ms

James Smart (20):
  scsi: lpfc: remove redundant assignment of sgel
  scsi: lpfc: sanity check hrq is null before dereferencing it
  scsi: lpfc: don't dereference dma_buf->iocbq before null check
  scsi: lpfc: fix missing spin_unlock on sql_list_lock
  scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters
  scsi: lpfc: Fix RCTL value on NVME LS request and response
  scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problem
  scsi: lpfc: Fix IO submission if WQ is full
  scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localport
  scsi: lpfc: add NVME exchange aborts
  scsi: lpfc: Fix eh_deadline setting for sli3 adapters.
  scsi: lpfc: add transport eh_timed_out reference
  scsi: lpfc: Rework lpfc Kconfig for NVME options
  scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNT
  scsi: lpfc: correct double print
  scsi: lpfc: remove dead sli3 nvme code
  scsi: lpfc: correct rdp diag portnames
  scsi: lpfc: code cleanups in NVME initiator base
  scsi: lpfc: code cleanups in NVME initiator discovery
  scsi: lpfc: revise version number to 11.2.0.10

Jarod Wilson (1):
  team: use ETH_MAX_MTU as max mtu

Jason Yan (3):
  md: fix super_offset endianness in super_1_rdev_size_change
  md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
  nfs: make nfs4_cb_sv_ops static

Jens Axboe (1):
  blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()

Jiri Olsa (1):
  x86/intel_rdt: Put group node in rdtgroup_kn_unlock

Jiri Pirko (3):
  mlxsw: spectrum_flower: Remove bogus warns in mlxsw_sp_flower_destroy
  mlxsw: reg: Fix SPVM max record count
  mlxsw: reg: Fix SPVMLR max record count

Joe Carnuccio (1):
  qla2xxx: Allow vref count to timeout on vport delete.

Joe Perches (3):
  scsi: qla2xxx: Fix ql_dump_buffer
  scsi: qedf: Fix defective logging format and argument mismatches
  scsi: qedf: Use vsprintf extension %pad

Johan Hovold (2):
  isdn/gigaset: fix NULL-deref at probe
  net: wimax/i2400m: fix NULL-deref at probe

John David Anglin (1):
  parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range

Jon Maxwell (1):
  dccp/tcp: fix routing redirect race

Josh Poimboeuf (1):
  x86/unwind: Fix last frame check for aligned function stacks

João Paulo Rechi Vita (2):
  platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT
  platform/x86: asus-wmi: Remove quirk_no_rfkill

Jyri Sarha (2):
  drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()
  drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled

Kees Cook (1):
  cgroups: censor kernel pointer in debug files

Kinglong Mee (3):
  nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAME
  NFSv4: fix a reference leak caused WARNING messages
  NFS: fix the fault nrequests decreasing for nfs_inode COPY

Kirill A. Shutemov (1):
  mm, gup: fix typo in gup_p4d_range()

Krzysztof Kozlowski (2):
  crypto: s5p-sss - Fix completing crypto request in IRQ handler
  crypto: s5p-sss - Fix spinlock recursion on LRW(AES)

LABBE Corentin (1):
  tun: remove copyright printing

Larry Finger (1):
  powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_ops

Lendacky, Thomas (1):
  amd-xgbe: Enable IRQs only if napi_complete_done() is true

Linus Torvalds (2):
      mm/swap: don't BUG_ON() due to uninitialized swap slot cache
  Linux 4.11-rc3

Maarten Lankhorst (2):
  drm/i915: Move updating color management to before vblank evasion
  drm/i915: Nuke skl_update_plane debug message from the pipe
update critical section

Madhavan Srinivasan (2):
  powerpc/perf: Fix perf_get_data_addr() for power9 DD1
  powerpc/perf: Handle

Linux 4.11-rc3

2017-03-19 Thread Linus Torvalds
rneldoc for cpu_suspend() rename

Guoqing Jiang (3):
  md-cluster: free md_cluster_info if node leave cluster
  md-cluster: remove useless memset from gather_all_resync_info
  md: move funcs from pers->resize to update_size

Gwendal Grignou (1):
  libata: transport: Remove circular dependency at free time

Hannes Frederic Sowa (2):
  tun: fix premature POLLOUT notification on tun devices
  dccp: fix memory leak during tear-down of unsuccessful connection request

Heiko Carstens (2):
  mm: add private lock to serialize memory hotplug operations
  drivers core: remove assert_held_device_hotplug()

Helge Deller (3):
  parisc: Wire up statx system call
  parisc: Avoid compiler warnings with access_ok()
  parisc: Fix system shutdown halt

Himanshu Madhani (2):
  qla2xxx: Add DebugFS node to display Port Database
  qla2xxx: Update driver version to 9.00.00.00-k

Huy Nguyen (1):
  net/mlx5e: remove IEEE/CEE mode check when setting DCBX mode

Igor Druzhinin (1):
  xen-netback: fix race condition on XenBus disconnect

Imre Deak (1):
  drm/i915/gen9: Increase PCODE request timeout to 50ms

James Smart (20):
  scsi: lpfc: remove redundant assignment of sgel
  scsi: lpfc: sanity check hrq is null before dereferencing it
  scsi: lpfc: don't dereference dma_buf->iocbq before null check
  scsi: lpfc: fix missing spin_unlock on sql_list_lock
  scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters
  scsi: lpfc: Fix RCTL value on NVME LS request and response
  scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problem
  scsi: lpfc: Fix IO submission if WQ is full
  scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localport
  scsi: lpfc: add NVME exchange aborts
  scsi: lpfc: Fix eh_deadline setting for sli3 adapters.
  scsi: lpfc: add transport eh_timed_out reference
  scsi: lpfc: Rework lpfc Kconfig for NVME options
  scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNT
  scsi: lpfc: correct double print
  scsi: lpfc: remove dead sli3 nvme code
  scsi: lpfc: correct rdp diag portnames
  scsi: lpfc: code cleanups in NVME initiator base
  scsi: lpfc: code cleanups in NVME initiator discovery
  scsi: lpfc: revise version number to 11.2.0.10

Jarod Wilson (1):
  team: use ETH_MAX_MTU as max mtu

Jason Yan (3):
  md: fix super_offset endianness in super_1_rdev_size_change
  md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
  nfs: make nfs4_cb_sv_ops static

Jens Axboe (1):
  blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()

Jiri Olsa (1):
  x86/intel_rdt: Put group node in rdtgroup_kn_unlock

Jiri Pirko (3):
  mlxsw: spectrum_flower: Remove bogus warns in mlxsw_sp_flower_destroy
  mlxsw: reg: Fix SPVM max record count
  mlxsw: reg: Fix SPVMLR max record count

Joe Carnuccio (1):
  qla2xxx: Allow vref count to timeout on vport delete.

Joe Perches (3):
  scsi: qla2xxx: Fix ql_dump_buffer
  scsi: qedf: Fix defective logging format and argument mismatches
  scsi: qedf: Use vsprintf extension %pad

Johan Hovold (2):
  isdn/gigaset: fix NULL-deref at probe
  net: wimax/i2400m: fix NULL-deref at probe

John David Anglin (1):
  parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range

Jon Maxwell (1):
  dccp/tcp: fix routing redirect race

Josh Poimboeuf (1):
  x86/unwind: Fix last frame check for aligned function stacks

João Paulo Rechi Vita (2):
  platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT
  platform/x86: asus-wmi: Remove quirk_no_rfkill

Jyri Sarha (2):
  drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()
  drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled

Kees Cook (1):
  cgroups: censor kernel pointer in debug files

Kinglong Mee (3):
  nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAME
  NFSv4: fix a reference leak caused WARNING messages
  NFS: fix the fault nrequests decreasing for nfs_inode COPY

Kirill A. Shutemov (1):
  mm, gup: fix typo in gup_p4d_range()

Krzysztof Kozlowski (2):
  crypto: s5p-sss - Fix completing crypto request in IRQ handler
  crypto: s5p-sss - Fix spinlock recursion on LRW(AES)

LABBE Corentin (1):
  tun: remove copyright printing

Larry Finger (1):
  powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_ops

Lendacky, Thomas (1):
  amd-xgbe: Enable IRQs only if napi_complete_done() is true

Linus Torvalds (2):
      mm/swap: don't BUG_ON() due to uninitialized swap slot cache
  Linux 4.11-rc3

Maarten Lankhorst (2):
  drm/i915: Move updating color management to before vblank evasion
  drm/i915: Nuke skl_update_plane debug message from the pipe
update critical section

Madhavan Srinivasan (2):
  powerpc/perf: Fix perf_get_data_addr() for power9 DD1
  powerpc/perf: Handle