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 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html