]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Nov 2012 19:16:29 +0000 (09:16 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Nov 2012 19:16:29 +0000 (09:16 -1000)
commit4b361efebdfadc4d431235cdc0799c76c45b9638
tree5593098d802c82c7565755f933f5c7cbe668ad0d
parentd30b33f9672a4bcbc820c76feca117fdc37eae0c
parent5dd48af2dbb4534306ca4c9f3241d2b69e6c08f2
Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6

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()