Revision b73f0c8f4ba810cd753031d18f4fab83bd9ac58f authored by Linus Torvalds on 26 January 2015, 01:47:34 UTC, committed by Linus Torvalds on 26 January 2015, 01:47:34 UTC
Pull timer fixes from Thomas Gleixner:
 "A set of small fixes:

   - regression fix for exynos_mct clocksource

   - trivial build fix for kona clocksource

   - functional one liner fix for the sh_tmu clocksource

   - two validation fixes to prevent (root only) data corruption in the
     kernel via settimeofday and adjtimex.  Tagged for stable"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  time: adjtimex: Validate the ADJ_FREQUENCY values
  time: settimeofday: Validate the values of tv from user
  clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcast
  clocksource: kona: fix __iomem annotation
  clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write
2 parent s 71a59b1 + 5fbaba8
History
File Mode Size
Kconfig -rw-r--r-- 365 bytes
Makefile -rw-r--r-- 261 bytes
async_memcpy.c -rw-r--r-- 3.2 KB
async_pq.c -rw-r--r-- 12.7 KB
async_raid6_recov.c -rw-r--r-- 14.9 KB
async_tx.c -rw-r--r-- 7.7 KB
async_xor.c -rw-r--r-- 9.8 KB
raid6test.c -rw-r--r-- 6.5 KB

back to top