All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] lib/test_printf: Clean up basic pointer testing
@ 2020-02-27 13:01 Petr Mladek
  2020-02-27 13:01 ` [PATCH 1/3] lib/test_printf: Clean up test of hashed pointers Petr Mladek
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Petr Mladek @ 2020-02-27 13:01 UTC (permalink / raw)
  To: Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt
  Cc: Rasmus Villemoes, Sergey Senozhatsky, linux-kernel,
	Uwe Kleine-König, Ilya Dryomov, Kees Cook,
	Tobin C . Harding, Petr Mladek

The discussion about hashing NULL pointer value[1] uncovered that
the basic tests of pointer formatting do not follow the original
structure and cause confusion.

I feel responsible for it and here is a proposed clean up.

[1] https://lkml.kernel.org/r/bcfb2f94-e7a8-0860-86e3-9fc866d98742@rasmusvillemoes.dk

Petr Mladek (3):
  lib/test_printf: Clean up test of hashed pointers
  lib/test_printf: Fix structure of basic pointer tests
  lib/test_printf: Clean up invalid pointer value testing

 lib/test_printf.c | 170 ++++++++++++++++++++----------------------------------
 1 file changed, 64 insertions(+), 106 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-03 11:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 13:01 [PATCH 0/3] lib/test_printf: Clean up basic pointer testing Petr Mladek
2020-02-27 13:01 ` [PATCH 1/3] lib/test_printf: Clean up test of hashed pointers Petr Mladek
2020-02-27 14:30   ` Uwe Kleine-König
2020-03-02 10:24     ` Petr Mladek
2020-03-03 11:14   ` Rasmus Villemoes
2020-02-27 13:01 ` [PATCH 2/3] lib/test_printf: Fix structure of basic pointer tests Petr Mladek
2020-02-27 13:01 ` [PATCH 3/3] lib/test_printf: Clean up invalid pointer value testing Petr Mladek
2020-03-03  7:24 ` [PATCH 0/3] lib/test_printf: Clean up basic pointer testing Sergey Senozhatsky
2020-03-03  9:22   ` Petr Mladek
2020-03-03 10:32     ` Sergey Senozhatsky

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.