diff mbox series

[BlueZ] doc: Add kernel config to use SHA512

Message ID 20210713202147.116261-1-hj.tedd.an@gmail.com (mailing list archive)
State New, archived
Headers show
Series [BlueZ] doc: Add kernel config to use SHA512 | expand

Commit Message

Tedd Ho-Jeong An July 13, 2021, 8:21 p.m. UTC
From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds kernel config to use SHA512 due to the recent change in
the kernel crypto API which uses SHA256 as a default instead of SHA512.
---
 doc/tester.config | 1 +
 1 file changed, 1 insertion(+)

Comments

bluez.test.bot@gmail.com July 13, 2021, 8:34 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=514999

---Test result---

Test Summary:
CheckPatch                    PASS      0.28 seconds
GitLint                       PASS      0.11 seconds
Prep - Setup ELL              PASS      39.64 seconds
Build - Prep                  PASS      0.09 seconds
Build - Configure             PASS      6.94 seconds
Build - Make                  PASS      172.20 seconds
Make Check                    PASS      8.70 seconds
Make Distcheck                PASS      202.76 seconds
Build w/ext ELL - Configure   PASS      7.09 seconds
Build w/ext ELL - Make        PASS      162.67 seconds

Details
##############################
Test: CheckPatch - PASS
Desc: Run checkpatch.pl script with rule in .checkpatch.conf

##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - PASS
Desc: Build the BlueZ source tree

##############################
Test: Make Check - PASS
Desc: Run 'make check'

##############################
Test: Make Distcheck - PASS
Desc: Run distcheck to check the distribution

##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - PASS
Desc: Build BlueZ source with '--enable-external-ell' configuration



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/doc/tester.config b/doc/tester.config
index 850fb6a38..6e0ec2950 100644
--- a/doc/tester.config
+++ b/doc/tester.config
@@ -37,6 +37,7 @@  CONFIG_CRYPTO_CMAC=y
 CONFIG_CRYPTO_USER_API=y
 CONFIG_CRYPTO_USER_API_HASH=y
 CONFIG_CRYPTO_USER_API_SKCIPHER=y
+CONFIG_CRYPTO_SHA512=y
 
 CONFIG_UNIX=y