All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sysctl: fix incorrect write position handling
@ 2014-03-18 17:17 Kees Cook
  2014-03-18 17:17 ` [PATCH 1/2] " Kees Cook
  2014-03-18 17:18 ` [PATCH 2/2] test: make sure sysctl writing works as expected Kees Cook
  0 siblings, 2 replies; 8+ messages in thread
From: Kees Cook @ 2014-03-18 17:17 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Ingo Molnar, Peter Zijlstra, Rik van Riel, Mel Gorman,
	Aaron Tomlin, Andrew Shewmaker, Li Zefan, Dario Faggioli,
	Andi Kleen, Dave Hansen, Wanpeng Li, David S. Miller,
	Benjamin Herrenschmidt, Eric Dumazet, Willem de Bruijn,
	Frederic Weisbecker, Pavel Emelyanov, linux-kernel, Kees Cook

This creates a series of tests designed to examine the behavior of sysctl
write behavior, and corrects some unexpected side-effects of the current
file offset handling when writing sysctls. Namely, short appends don't
work and multiple writes (with incremented file position) rewrite the
sysctl string contents.

-Kees


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

end of thread, other threads:[~2014-03-20 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 17:17 [PATCH 0/2] sysctl: fix incorrect write position handling Kees Cook
2014-03-18 17:17 ` [PATCH 1/2] " Kees Cook
2014-03-19 22:25   ` Andrew Morton
2014-03-19 23:35     ` Kees Cook
2014-03-20  1:56     ` Andi Kleen
2014-03-20 10:09       ` Aaron Tomlin
2014-03-20 20:24       ` Kees Cook
2014-03-18 17:18 ` [PATCH 2/2] test: make sure sysctl writing works as expected Kees Cook

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.