https://github.com/torvalds/linux
Revision d28c2bc8d192f606a4eb831978722107b20a9405 authored by Domen Puncer on 05 May 2005, 23:16:19 UTC, committed by Linus Torvalds on 05 May 2005, 23:36:50 UTC
The regression test in lib/sort.c is currently worthless because the array
that is generated for sorting will be all zeros.  This patch fixes things
so that the array that is generated will contain unsorted integers (that
are not all identical) as was probably intended.

Signed-off-by Daniel Dickman <didickman@yahoo.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent cad359c
History
Tip revision: d28c2bc8d192f606a4eb831978722107b20a9405 authored by Domen Puncer on 05 May 2005, 23:16:19 UTC
[PATCH] fix lib/sort regression test
Tip revision: d28c2bc

README

back to top