-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m #6594
Conversation
When Adiantum was enabled (issue #3648) the CONFIG_CRYPTO_NHPOLY1305_NEON option, which significantly speeds up the encryption/decryption speed, was overlooked. On a Raspberry Pi 3B tests with
The option doesn't select anything else (the only diff between the config files is Can the option be enabled on all kernels? |
0bd193f
to
c9c2307
Compare
BCM2835 has no NEON support, and if you use your bcmrpi_defconfig you'll find that |
Enable nhpoly1305_neon module to speed up Adiantum disk encryption.
c9c2307
to
86098da
Compare
I didn't notice that, sorry. I force pushed a new version of the patch that only touches |
That looks better. I'll just let the auto-builds complete before merging. Don't worry about the checkpatch Signed-off-by error - all the config patches get squashed together. |
Thank you! Do you need a separate PR for 6.12.y/6.13.y or will the commit be picked up from this branch later? |
It will be automatically forward-ported. |
See: raspberrypi/linux#6579 kernel: BCM2711, BCM2712 and RP1 UARTs are r1p5 See: raspberrypi/linux#6587 kernel: IMX415 support - rpi-6.6.y See: raspberrypi/linux#6582 kernel: PCI: brcmstb: don't use ASPM state defines for register bits See: raspberrypi/linux#6588 kernel: allo-piano-dac-plus: Trial patches for the second part of issue 6527 See: raspberrypi/linux#6590 kernel: configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m See: raspberrypi/linux#6594
See: raspberrypi/linux#6579 kernel: BCM2711, BCM2712 and RP1 UARTs are r1p5 See: raspberrypi/linux#6587 kernel: IMX415 support - rpi-6.6.y See: raspberrypi/linux#6582 kernel: PCI: brcmstb: don't use ASPM state defines for register bits See: raspberrypi/linux#6588 kernel: allo-piano-dac-plus: Trial patches for the second part of issue 6527 See: raspberrypi/linux#6590 kernel: configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m See: raspberrypi/linux#6594
Enable nhpoly1305_neon module to speed up Adiantum disk encryption.