[SRU][Bionic][PULL] Bionic upstream stable patchset 2018-08-24

Kamal Mostafa kamal at canonical.com
Fri Aug 24 17:50:25 UTC 2018


This pull req includes the following pending Bionic stable patchset:

Bionic update: upstream stable patchset 2018-08-24
(ported from v4.14.48 and v4.16.14)
BugLink: http://bugs.launchpad.net/bugs/1788897

 -Kamal

-----

The following changes since commit ad02b092b968353e07a15a658c5b4cb628201fc1:

  soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is powered off (2018-08-23 21:58:14 -0400)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic bionic-stable

for you to fetch changes up to 004b0506af971735e5c27c4362ced0f32b00614b:

  x86/MCE/AMD: Cache SMCA MISC block addresses (2018-08-24 10:42:04 -0700)

----------------------------------------------------------------
Al Viro (1):
      fix io_destroy()/aio_complete() race

Alexander Shishkin (2):
      stm class: Use vmalloc for the master map
      intel_th: Use correct device when freeing buffers

Bart Van Assche (1):
      scsi: scsi_transport_srp: Fix shost to rport translation

Benjamin Tissoires (2):
      Input: synaptics - add Lenovo 80 series ids to SMBus
      Input: elan_i2c_smbus - fix corrupted stack

Borislav Petkov (1):
      x86/MCE/AMD: Cache SMCA MISC block addresses

Brian Foster (1):
      xfs: detect agfl count corruption and reset agfl

Chris Wilson (1):
      drm/i915/lvds: Move acpi lid notification registration to registration phase

Colin Ian King (1):
      platform/chrome: cros_ec_lpc: remove redundant pointer request

Dave Chinner (1):
      xfs: convert XFS_AGFL_SIZE to a helper function

Dhinakaran Pandiyan (1):
      drm/psr: Fix missed entry in PSR setup time table.

Dmitry Torokhov (1):
      Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI

Eric Biggers (1):
      cfg80211: further limit wiphy names to 64 bytes

Eric Dumazet (1):
      tcp: avoid integer overflows in tcp_rcv_space_adjust()

Eugen Hristev (1):
      iio: adc: select buffer for at91-sama5d2_adc

Greg Kroah-Hartman (1):
      hwtracing: stm: fix build error on some arches

Hans de Goede (1):
      iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume

Himanshu Jha (1):
      drm/vmwgfx: Use kasprintf

Hugh Dickins (2):
      mm: fix the NULL mapping case in __isolate_lru_page()
      mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()

Josh Poimboeuf (5):
      objtool: Support GCC 8's cold subfunctions
      objtool: Support GCC 8 switch tables
      objtool: Detect RIP-relative switch table references
      objtool: Detect RIP-relative switch table references, part 2
      objtool: Fix "noreturn" detection for recursive sibling calls

Maciej W. Rozycki (2):
      MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
      MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests

Martin Kelly (2):
      iio:buffer: make length types match kfifo types
      iio:kfifo_buf: check for uint overflow

Mathias Kresin (1):
      MIPS: lantiq: gphy: Drop reboot/remove reset asserts

Matthias Kaehlcke (2):
      drm/amd/powerplay: Fix enum mismatch
      rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c

Max Gurtovoy (1):
      nvme: fix extended data LBA supported setting

Michael Nosthoff (1):
      iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ

Ondrej Zary (1):
      drm/i915: Disable LVDS on Radiant P845

Parav Pandit (1):
      IB/core: Fix error code for invalid GID entry

Sachin Grover (1):
      selinux: KASAN: slab-out-of-bounds in xattr_getsecurity

Sodagudi Prasad (1):
      kbuild: clang: disable unused variable warnings only when constant

Stanislaw Gruszka (1):
      Revert "rt2800: use TXOP_BACKOFF for probe frames"

Steven Rostedt (VMware) (2):
      tracing: Fix crash when freeing instances with event triggers
      tracing: Make the snapshot trigger work with instances

Thomas Hellstrom (1):
      drm/vmwgfx: Fix host logging / guestinfo reading error paths

Yazen Ghannam (4):
      x86/MCE/AMD: Define a function to get SMCA bank type
      x86/mce/AMD: Pass the bank number to smca_get_bank_type()
      x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
      x86/mce/AMD: Carve out SMCA get_block_address() code

 Makefile                                           |   3 +-
 arch/mips/kernel/process.c                         |   4 +
 arch/mips/kernel/ptrace.c                          |   2 +-
 arch/mips/kernel/ptrace32.c                        |   2 +-
 arch/x86/include/asm/mce.h                         |   1 +
 arch/x86/kernel/cpu/mcheck/mce_amd.c               |  96 +++++++-----
 drivers/edac/mce_amd.c                             |  11 +-
 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c  |   8 +-
 .../amd/powerplay/hwmgr/smu7_clockpowergating.c    |   2 +-
 drivers/gpu/drm/drm_dp_helper.c                    |   1 +
 drivers/gpu/drm/i915/intel_lvds.c                  |  51 +++++--
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c                |  59 ++++----
 drivers/hwtracing/intel_th/msu.c                   |   6 +-
 drivers/hwtracing/stm/core.c                       |   7 +-
 drivers/iio/adc/Kconfig                            |   1 +
 drivers/iio/adc/ad7793.c                           |  75 +++------
 drivers/iio/buffer/industrialio-buffer-dma.c       |   2 +-
 drivers/iio/buffer/kfifo_buf.c                     |  11 +-
 .../iio/common/hid-sensors/hid-sensor-trigger.c    |   8 +-
 drivers/infiniband/core/cache.c                    |   2 +-
 drivers/input/mouse/elan_i2c_smbus.c               |  22 +--
 drivers/input/mouse/synaptics.c                    |   3 +
 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c   |   7 +-
 .../net/wireless/realtek/rtlwifi/rtl8192cu/rf.c    |   3 -
 drivers/nvme/host/core.c                           |   2 +-
 drivers/platform/chrome/cros_ec_lpc.c              |   3 -
 drivers/scsi/scsi_transport_srp.c                  |  22 ++-
 drivers/soc/lantiq/gphy.c                          |  36 -----
 fs/aio.c                                           |   3 +-
 fs/xfs/libxfs/xfs_alloc.c                          | 125 ++++++++++++++-
 fs/xfs/libxfs/xfs_alloc.h                          |   2 +
 fs/xfs/libxfs/xfs_format.h                         |  13 +-
 fs/xfs/xfs_fsops.c                                 |   2 +-
 fs/xfs/xfs_mount.h                                 |   1 +
 fs/xfs/xfs_trace.h                                 |   9 +-
 include/linux/iio/buffer_impl.h                    |   6 +-
 include/linux/tcp.h                                |   2 +-
 include/uapi/linux/nl80211.h                       |   2 +-
 kernel/trace/trace.c                               |  12 +-
 kernel/trace/trace.h                               |  11 ++
 kernel/trace/trace_events_trigger.c                |  15 +-
 mm/huge_memory.c                                   |   2 +-
 mm/vmscan.c                                        |   2 +-
 net/ipv4/tcp_input.c                               |  10 +-
 security/selinux/ss/services.c                     |   2 +-
 tools/objtool/check.c                              | 167 ++++++++++++---------
 tools/objtool/elf.c                                |  42 +++++-
 tools/objtool/elf.h                                |   2 +
 48 files changed, 550 insertions(+), 330 deletions(-)




More information about the kernel-team mailing list