Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH] LFSR: Do not ignore returning the seed
@ 2013-08-26 21:52 Alex Pyrgiotis
  2013-08-26 21:52 ` Alex Pyrgiotis
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Pyrgiotis @ 2013-08-26 21:52 UTC (permalink / raw)
  To: fio

Hi all,

Since Juan Casse stirred the LFSR subject, I took a look at the code and found
out that for certain spin values, the seed would not be used. The
following patch fixes that issue.

Most of the people will not be affected by this bug, except for those that
strictly needed a non-repeating LFSR.

Alex Pyrgiotis (1):
  LFSR: Do not ignore returning the seed

 lib/lfsr.c | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

-- 
1.8.3.4


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

end of thread, other threads:[~2013-08-27 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 21:52 [PATCH] LFSR: Do not ignore returning the seed Alex Pyrgiotis
2013-08-26 21:52 ` Alex Pyrgiotis
2013-08-27 17:00   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox