Looks like my script missed a few instances! Thanks for the fixup, this is now merged.
Bruce In message: [linux-yocto][yocto-kernel-cache master][PATCH] global: Clean up is not set with =n on 06/05/2022 He Zhe wrote: > Upstream is dropping support for is not set, so we adjust our > configs accordingly. > > Commit: > https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=for-next&id=55de8686df7ed2b5237867b130e30c728bbd9db4 > > Signed-off-by: He Zhe <[email protected]> > --- > bsp/qemuarma15/qemuarma15.cfg | 2 +- > features/security/security-x86_64.cfg | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/bsp/qemuarma15/qemuarma15.cfg b/bsp/qemuarma15/qemuarma15.cfg > index df8181ff..6fc92c6b 100644 > --- a/bsp/qemuarma15/qemuarma15.cfg > +++ b/bsp/qemuarma15/qemuarma15.cfg > @@ -36,4 +36,4 @@ CONFIG_HIGHMEM=y > CONFIG_ARM_AMBA=y > CONFIG_ARM_THUMB=y > > -# CONFIG_FUNCTION_GRAPH_TRACER is not set > +CONFIG_FUNCTION_GRAPH_TRACER=n > diff --git a/features/security/security-x86_64.cfg > b/features/security/security-x86_64.cfg > index dad137f6..0f5c3621 100644 > --- a/features/security/security-x86_64.cfg > +++ b/features/security/security-x86_64.cfg > @@ -1,4 +1,4 @@ > # SPDX-License-Identifier: MIT > # Modern libc no longer needs a fixed-position mapping in userspace, remove > it as a possible target. > -# CONFIG_LEGACY_VSYSCALL_EMULATE is not set > +CONFIG_LEGACY_VSYSCALL_EMULATE=n > CONFIG_LEGACY_VSYSCALL_NONE=y > -- > 2.25.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11283): https://lists.yoctoproject.org/g/linux-yocto/message/11283 Mute This Topic: https://lists.yoctoproject.org/mt/90927150/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
