Re: [OS-BUILD PATCHv2 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread Herbert Xu (via Email Bridge)
From: Herbert Xu on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_648144346 Thanks for the reviews Ondrej, this new push should address all of the problems that you've raised. ___ kernel mailing list -- kernel@lists.fedo

[OS-BUILD PATCHv2 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread Herbert Xu (via Email Bridge)
From: Herbert Xu on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304 NOTE: Truncated patchset since committer email 'herb...@gondor.apana.org.au' does not match the submitter's GitLab public email address 'herbert...@redhat.com'. Upstream: RHEL o

Re: [OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_647566623 `module_put(rcu_dereference_raw(extrng)->owner);` ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_647566631 `module_put(rng->owner);`? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fed

Re: [OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread Herbert Xu (via Email Bridge)
From: Herbert Xu on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_647566612 Unfortunately there are no plans to upstream this particular patch. Of course, other solutions may be developed upstream down the track that obviate the need for this, but we may be carry

Re: [OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_647566616 This should be: ``` rng = rcu_dereference(extrng); ``` (Ditto for other such cases.) ___ kernel mailing list -- kernel@lists.fedoraproject.

Re: [OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304#note_647550054 I understand the need for this patch in the current certification process. I am curious though, what the longer term plan is. Is this something we will carry forever, or will there

[OS-BUILD PATCH 0/0] random: Override random with FIPS RNG in FIPS mode

2021-08-10 Thread Herbert Xu (via Email Bridge)
From: Herbert Xu on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1304 NOTE: Truncated patchset since committer email 'herb...@gondor.apana.org.au' does not match the submitter's GitLab public email address 'herbert...@redhat.com'. Upstream: RHEL o