- Enable RANDOM_ENABLE_TPM by default
- The commit of TPM_HARVEST failed to add it to NOTES so that the LINT kernel would build the code.
Differential D53460
random: TPM_HARVEST should have been named RANDOM_ENABLE_TPM Authored by obrien on Oct 30 2025, 3:25 AM. Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions we're trying really really hard to not add anything to DEFAULTS. Why is this justified? Comment Actions (1) Where is documented that we're trying really hard not to add anything to DEFAULTS? Comment Actions I'd prefer them in GENERIC. All of our kernel config knowledge is tribal. I'm sorry. DEFAULTS are for things that every kernel must have. Tpm is optional, so belongs in GENERIC. Cool stuff, but a large percentage of systems lack it. I'd also add it to MINIMAL since I didn't notice a way to discover it with PNP data. I wish things were better documented. Comment Actions I have no problems with GENERIC over DEFAULTS. You have a point about "must have" vs. highly normal or highly desirable. Comment Actions Yea, those likely shouldn't be there, but now that they are, it's a little hard to unwind. It's easy to get lead astray in the kernel config system these days. It would be lovely to rewrite. Anyway, this looks good to go now. Thanks for the updates. |