merged to master. Bruce
In message: [linux-yocto] [kernel-cache][PATCH] features: drop RANDOM_TRUST_CPU on 11/04/2023 Naveen Saini wrote: > This option is no longer present in v6.2-rcx as the following commit removed > it: > https://github.com/torvalds/linux/commit/b9b01a5625b5a9e9d96d14d4a813a54e8a124f4b > > Signed-off-by: Naveen Saini <[email protected]> > --- > bsp/intel-common/intel-common-drivers.scc | 1 - > features/random/random.cfg | 2 -- > features/random/random.scc | 5 ----- > kern-features.rc | 1 - > 4 files changed, 9 deletions(-) > delete mode 100644 features/random/random.cfg > delete mode 100644 features/random/random.scc > > diff --git a/bsp/intel-common/intel-common-drivers.scc > b/bsp/intel-common/intel-common-drivers.scc > index 59dc6750..33451730 100644 > --- a/bsp/intel-common/intel-common-drivers.scc > +++ b/bsp/intel-common/intel-common-drivers.scc > @@ -85,7 +85,6 @@ include features/input/keyboard-gpio.scc > include features/ciphers/ciphers.scc > include features/pci-iov/pci-iov.scc > include features/intel-tco/intel-tco.scc > -include features/random/random.scc > > # default policy for standard kernels > include cfg/usb-mass-storage.scc > diff --git a/features/random/random.cfg b/features/random/random.cfg > deleted file mode 100644 > index bacab3cb..00000000 > --- a/features/random/random.cfg > +++ /dev/null > @@ -1,2 +0,0 @@ > -# SPDX-License-Identifier: MIT > -CONFIG_RANDOM_TRUST_CPU=y > diff --git a/features/random/random.scc b/features/random/random.scc > deleted file mode 100644 > index 0fd6584c..00000000 > --- a/features/random/random.scc > +++ /dev/null > @@ -1,5 +0,0 @@ > -# SPDX-License-Identifier: MIT > -define KFEATURE_DESCRIPTION "Trust CPU's random number generator for > initializing kernel's CRNG" > -define KFEATURE_COMPATIBILITY arch > - > -kconf hardware random.cfg > diff --git a/kern-features.rc b/kern-features.rc > index 4a55ed4f..c531c62f 100644 > --- a/kern-features.rc > +++ b/kern-features.rc > @@ -124,7 +124,6 @@ > config = features/rpmb/rpmb-sim.scc > config = features/rpmb/rpmb-uapi.scc > config = features/rpmb/rpmb-base.scc > - config = features/random/random.scc > config = features/usb/usb-raw-gadget.scc > config = features/usb/designware-usb3.scc > config = features/usb/usb-gadgets.scc > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12386): https://lists.yoctoproject.org/g/linux-yocto/message/12386 Mute This Topic: https://lists.yoctoproject.org/mt/98193043/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
