ossl_hash_context was increased (244 -> 2048bytes) for arm
https://reviews.freebsd.org/D37420
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
The default config Armada 38x should run with is sys/arm/conf/GENERIC. Can you please add a commit with that?
sys/arm/conf/ARMADA38X | ||
---|---|---|
25 | This deserves a verbose commit message with explanation and probably a comment. |
Comment Actions
Since this isn't an Armada38x specific change I believe that it should be applied to all kernel configs.
IMHO we should modify the default value in arm/include/param.h.
Another thing is that 8 pages might be more than needed, e.g. amd64 defaults to 4/6 depending on whether KASAN is enabled.
Also as mw mentioned the commit message should contain a verbose explanation why we need to increase the kernel stack size.