Ignore:
Timestamp:
02/10/2024 01:39:24 AM (8 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
f1e2498
Parents:
8b5da84 (diff), 7202f3c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into rahul/power-profiles-daemon

Location:
kernel-config/general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel-config/general/genlib/keyutils-test.toml

    r8b5da84 r7ec0be3  
    33KEY_DH_OPERATIONS='*'
    44CRYPTO = { value = '*', forced = '*' }
    5 CRYPTO_DH='*M'
    65SYSTEM_TRUSTED_KEYRING='*'
    76SECONDARY_TRUSTED_KEYRING='*'
    87SYSTEM_BLACKLIST_KEYRING='*'
     8ASYMMETRIC_KEY_TYPE='*'
     9ASYMMETRIC_PUBLIC_KEY_SUBTYPE='*'
     10CRYPTO_RSA='*M'
     11
     12[X509_CERTIFICATE_PARSER]
     13value = '*'
     14comment = [
     15  "If not built into the kernel, [SYSTEM_TRUSTED_KEYRING] won't show up;",
     16  "building as a module won't work"
     17]
     18
     19[CRYPTO_LIB_CHACHA20POLY1305]
     20value = '*'
     21comment = [
     22  "If not built into the kernel, [BIG_KEYS] won't show up;",
     23  "building as a module won't work"
     24]
  • kernel-config/general/genlib/libusb.toml

    r8b5da84 r7ec0be3  
    11USB_SUPPORT='*'
    22USB='*M'
     3USB_PCI='*'
    34
    45USB_EHCI_HCD='*M '
Note: See TracChangeset for help on using the changeset viewer.