All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] sys_setitimer and sys_alarm hotfixes
@ 2006-03-18 15:18 Thomas Gleixner
  2006-03-18 15:18 ` [patch 1/2] Validate itimer timeval from userspace Thomas Gleixner
  2006-03-18 15:18 ` [patch 2/2] alarm unsigned signed conversion fixup Thomas Gleixner
  0 siblings, 2 replies; 28+ messages in thread
From: Thomas Gleixner @ 2006-03-18 15:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, Ingo Molnar, Tom Rini

Andrew,

Tom Rini pointed out a LTP test failure in the preempt-rt tree.
I verified against mainline and following fixups are needed.

The setitimer values from userspace are not validated. Non canonical
values were silently converted by the pre hrtimer code. 
This silent conversion also happened for the unsigned to signed 
conversion for sys_alarm.

This should go into 2.6.16

	tglx
--


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2006-03-23 16:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-18 15:18 [patch 0/2] sys_setitimer and sys_alarm hotfixes Thomas Gleixner
2006-03-18 15:18 ` [patch 1/2] Validate itimer timeval from userspace Thomas Gleixner
2006-03-18 19:10   ` Ingo Molnar
2006-03-18 19:57     ` Thomas Gleixner
2006-03-18 20:07   ` Andrew Morton
2006-03-18 20:16     ` Thomas Gleixner
2006-03-18 20:31       ` Andrew Morton
2006-03-18 20:38         ` Thomas Gleixner
2006-03-18 21:09           ` Andrew Morton
2006-03-18 21:26             ` Jesper Juhl
2006-03-18 21:33               ` Andrew Morton
2006-03-18 21:50                 ` Jesper Juhl
2006-03-18 22:05             ` Thomas Gleixner
2006-03-18 22:25               ` Andrew Morton
2006-03-18 23:12                 ` tglx
2006-03-18 20:45         ` Jesper Juhl
2006-03-18 22:02           ` Ray Lee
2006-03-18 23:14           ` Eric Piel
2006-03-19  8:55             ` Kyle Moffett
2006-03-18 20:23     ` Jesper Juhl
2006-03-18 20:30       ` Thomas Gleixner
2006-03-18 21:04         ` Andrew Morton
2006-03-21 15:31           ` Pavel Machek
2006-03-18 15:18 ` [patch 2/2] alarm unsigned signed conversion fixup Thomas Gleixner
2006-03-18 20:02   ` Thomas Gleixner
2006-03-18 20:12   ` Andrew Morton
2006-03-18 20:27     ` Thomas Gleixner
2006-03-18 21:06       ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.