Am Sonntag, 26. März 2017, 18:46:02 CEST schrieb PrasannaKumar Muralidharan: Hi Krzysztof, > >> > + if (slen < EXYNOS_RNG_SEED_SIZE) { > >> > + dev_warn(rng->dev, "Seed too short (only %u bytes)\n", > >> > slen); + return -EINVAL; > >> > + } > >> > >> Will it be helpful to print the required seed size? > > > > It is in /proc/crypto... It is not a problem to print it but isn't that > > redundant? > > Not necessary if it is already available. Maybe the dev_warn should be removed. Note, unprivileged user space can trigger this warning by simply invoking the seeding operation over and over again with an insufficient seed size. This would clutter the log. Ciao Stephan -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html