-----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 0d63979c1bc9c85578be4c589768a13dc0a7c5eb:
Linux 3.18.124 (2018-10-13 09:09:32 +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-05112018
for you to fetch changes up to d5760373a8bad4d8844047bc3331a8371194dfbc:
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init (2018-11-05 09:29:04 -0500)
- ---------------------------------------------------------------- for-greg-3.18-05112018
- ---------------------------------------------------------------- Alexandre Belloni (1): uio: ensure class is registered before devices
Ben Hutchings (1): x86: boot: Fix EFI stub alignment
David S. Miller (2): sparc: Fix single-pcr perf event counter management. sparc: Throttle perf events properly.
Eric W. Biederman (1): signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Finn Thain (1): scsi: esp_scsi: Track residual for PIO transfers
Heiner Kallweit (1): r8169: fix NAPI handling under high load
James Smart (1): scsi: lpfc: Correct soft lockup when running mds diagnostics
Loic Poulain (1): usb: chipidea: Prevent unbalanced IRQ disable
Lubomir Rintel (1): x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
Martin Willi (1): ath10k: schedule hardware restart if WMI command times out
Masami Hiramatsu (2): selftests: ftrace: Add synthetic event syntax testcase kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Nathan Chancellor (1): net: qla3xxx: Remove overflowing shift statement
Omar Sandoval (2): ataflop: fix error handling during setup swim: fix cleanup on setup error
Prarit Bhargava (1): cpupower: Fix coredump on VMWare
Sanskriti Sharma (2): perf tools: Free temporary 'sys' string in read_event_files() perf tools: Cleanup trace-event-info 'tdata' leak
Serhey Popovych (1): tun: Consistently configure generic netdev params via rtnetlink
Shaohua Li (1): MD: fix invalid stored role for a disk
Theodore Ts'o (1): ext4: fix argument checking in EXT4_IOC_MOVE_EXT
Waiman Long (1): locking/lockdep: Fix debug_locks off performance problem
Yu Zhao (1): mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
arch/sparc/kernel/perf_event.c | 26 +++++-- arch/x86/boot/tools/build.c | 7 ++ arch/x86/platform/olpc/olpc-xo1-rtc.c | 3 + drivers/block/ataflop.c | 25 ++++--- drivers/block/swim.c | 13 +++- drivers/md/md.c | 4 ++ drivers/mmc/host/sdhci-pci-o2micro.c | 3 + drivers/net/ethernet/qlogic/qla3xxx.c | 2 - drivers/net/ethernet/realtek/r8169.c | 8 +-- drivers/net/tun.c | 2 + drivers/net/wireless/ath/ath10k/wmi.c | 6 ++ drivers/scsi/esp_scsi.c | 1 + drivers/scsi/esp_scsi.h | 2 + drivers/scsi/lpfc/lpfc_sli.c | 7 ++ drivers/scsi/mac_esp.c | 2 + drivers/uio/uio.c | 9 +++ drivers/usb/chipidea/otg.h | 3 +- fs/ext4/move_extent.c | 8 ++- kernel/kprobes.c | 27 ++++++-- kernel/locking/lockdep.c | 4 +- kernel/signal.c | 2 +- lib/debug_locks.c | 2 +- tools/perf/util/trace-event-info.c | 2 + tools/perf/util/trace-event-read.c | 5 +- tools/power/cpupower/utils/cpufreq-info.c | 2 + tools/power/cpupower/utils/helpers/amd.c | 5 ++ .../inter-event/trigger-synthetic-event-syntax.tc | 80 ++++++++++++++++++++++ 27 files changed, 222 insertions(+), 38 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-syntax.tc
linux-stable-mirror@lists.linaro.org