[rt] hrtimer: Disable MISSED_TIMER_OFFSETS_HIST as it will currently result in a panic

svn path=/dists/sid/linux/; revision=21450
This commit is contained in:
Ben Hutchings 2014-06-16 02:31:23 +00:00
parent 678d260cd1
commit 5e3aaadf1d
2 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View File

@ -231,6 +231,8 @@ linux (3.14.7-1) UNRELEASED; urgency=medium
(CVE-2014-4014)
* SCSI: Fix spurious request sense in error handling (regression in 3.14)
* PCI/MSI: Fix memory leak in free_msi_irqs() (regression in 3.14)
* [rt] hrtimer: Disable MISSED_TIMER_OFFSETS_HIST as it will currently
result in a panic
-- Ian Campbell <ijc@hellion.org.uk> Fri, 06 Jun 2014 18:18:41 +0100

View File

@ -1,7 +1,10 @@
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT_RT_FULL=y
CONFIG_SCHED_TRACER=y
CONFIG_MISSED_TIMER_OFFSETS_HIST=y
#. This option is broken after commit 84ea7fe37908
#. ('hrtimer: Set expiry time before switch_hrtimer_base()') but should be
#. enabled when this is resolved
# CONFIG_MISSED_TIMER_OFFSETS_HIST is not set
CONFIG_WAKEUP_LATENCY_HIST=y
## disable aufs as it's not needed on rt and conflicts with fs-dentry-use-seqlock.patch