https://github.com/torvalds/linux
Revision b80d60e1c3854460a1f01d4110da5ae98f30f9b2 authored by Linus Torvalds on 22 November 2012, 19:16:29 UTC, committed by Linus Torvalds on 22 November 2012, 19:16:29 UTC
Pull PARISC fixes from James Bottomley:
 "This is two bug fixes: one fixes a loophole where rt_sigprocmask()
  with the wrong values panics the box (Denial of Service) and the other
  fixes an aliasing problem with get_shared_area() which could cause
  data corruption.

  Signed-off-by: James Bottomley <JBottomley@Parallels.com>"

* tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6:
  [PARISC] fix user-triggerable panic on parisc
  [PARISC] fix virtual aliasing issue in get_shared_area()
2 parent s a2d2eda + 441a179
History
Tip revision: b80d60e1c3854460a1f01d4110da5ae98f30f9b2 authored by Linus Torvalds on 22 November 2012, 19:16:29 UTC
Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
Tip revision: b80d60e
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 439 bytes
alarmtimer.c -rw-r--r-- 19.3 KB
clockevents.c -rw-r--r-- 11.7 KB
clocksource.c -rw-r--r-- 26.4 KB
jiffies.c -rw-r--r-- 3.7 KB
ntp.c -rw-r--r-- 23.5 KB
posix-clock.c -rw-r--r-- 8.4 KB
tick-broadcast.c -rw-r--r-- 15.7 KB
tick-common.c -rw-r--r-- 9.5 KB
tick-internal.h -rw-r--r-- 4.6 KB
tick-oneshot.c -rw-r--r-- 2.8 KB
tick-sched.c -rw-r--r-- 24.1 KB
timecompare.c -rw-r--r-- 4.8 KB
timeconv.c -rw-r--r-- 3.5 KB
timekeeping.c -rw-r--r-- 35.6 KB
timer_list.c -rw-r--r-- 7.5 KB
timer_stats.c -rw-r--r-- 9.9 KB

back to top