From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934668AbdKBXex (ORCPT ); Thu, 2 Nov 2017 19:34:53 -0400 Received: from www62.your-server.de ([213.133.104.62]:46779 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934437AbdKBXew (ORCPT ); Thu, 2 Nov 2017 19:34:52 -0400 Message-ID: <59FBAB99.9070100@iogearbox.net> Date: Fri, 03 Nov 2017 00:34:49 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Randy Dunlap , LKML , Andrew Morton , Linus Torvalds CC: Andrea Arcangeli , Alexei Starovoitov Subject: Re: [PATCH] EXPERT Kconfig menu: fix broken EXPERT menu References: <72e4465a-a5ff-cb3c-1a90-11aa4861b161@infradead.org> In-Reply-To: <72e4465a-a5ff-cb3c-1a90-11aa4861b161@infradead.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/03/2017 12:07 AM, Randy Dunlap wrote: > From: Randy Dunlap > > Clean up the EXPERT menu (yet again). > > Move FHANDLE and CHECKPOINT_RESTORE into the primary EXPERT menu > since they already depend on EXPERT. > > Move BPF_SYSCALL and USERFAULTFD out of the EXPERT Kconfig symbols > menu list since they do not depend on EXPERT and were breaking the > continuity of that menu list. > > Move all of the KALLSYMS Kconfig symbols to the end of the EXPERT > menu. This separates the kernel services from the build options. > > This patch depends on [PATCH] pci: move PCI_QUIRKS to the PCI bus menu > (https://lkml.org/lkml/2017/11/2/907). > > Signed-off-by: Randy Dunlap > Cc: Andrea Arcangeli > Cc: Alexei Starovoitov > Cc: Daniel Borkmann For BPF bits: Acked-by: Daniel Borkmann