https://github.com/torvalds/linux
Revision dd6f29da695dbfe5a8ff84ebfdd2110d68e8f511 authored by Linus Torvalds on 17 February 2019, 16:38:13 UTC, committed by Linus Torvalds on 17 February 2019, 16:38:13 UTC
Pull perf fixes from Ingo Molnar:
 "Two fixes on the kernel side: fix an over-eager condition that failed
  larger perf ring-buffer sizes, plus fix crashes in the Intel BTS code
  for a corner case, found by fuzzing"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/core: Fix impossible ring-buffer sizes warning
  perf/x86: Add check_period PMU callback
2 parent s c5f1ac5 + 528871b
Raw File
Tip revision: dd6f29da695dbfe5a8ff84ebfdd2110d68e8f511 authored by Linus Torvalds on 17 February 2019, 16:38:13 UTC
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: dd6f29d
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top