Received: by 10.223.164.221 with SMTP id h29csp2725100wrb; Thu, 2 Nov 2017 16:36:48 -0700 (PDT) X-Google-Smtp-Source: ABhQp+T0r6m88JAIvv/TXxg5r3DbjovhvQgPkiVHYYGZTW6ZReQ635wlrmQRsJ9lOY4tjwihqOYz X-Received: by 10.159.234.3 with SMTP id be3mr4592733plb.322.1509665808585; Thu, 02 Nov 2017 16:36:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509665808; cv=none; d=google.com; s=arc-20160816; b=byoLDNVS9Qa7VPwMozu/mlk/KxlHd5anYj7c+MIpi7phPC8XqmFJxZwK5mAwVNie6d pRCq3qTXpdL5l+hKLxQEd5U+9MRa9ZkM/UpeahoYKZ2niLDeuImV9I6utLrA+TwfIT9Q Z6eBmoZs3HnJSWsm1yu0xO5xQm+jAg9fjoL/DXa9tpowz9dMeIiHL0oKVl03bFimr0fX 4qzHWRnirmXQGAy6Ac806BE2ryEDTYrqmiU/77ha1uf1lJ0cdaue7lc/LP26z1Tsn20D jP/UgphNA6uhVCbE1KxgM7MC0XRFdC+ECt7noKRozLZqO+xmUYg2VFRuUiUsslS9P9YV tr7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :references:subject:cc:to:mime-version:user-agent:from:date :message-id:arc-authentication-results; bh=JzsCUmNmeFzQ2VC5htITJ6bNnshJ0y8x8UubkHZqIJU=; b=sst+uRypZy2YkvGbj1HClTC5G6mc56gtoKaLtSaSLGrGEfqamU+LulYdnK1PTZExHE QW/nOvaSmF19jpwCl4BbGmksi/voeoNqwsgpSmrMiyLV/mg00o34GEwS6KwOQ+qu3f2M KmSc2jcvCk57XpiTV5ScKJ0RgWTCPE52hnGArbdndHjPpJNzHNt/q1FHUkdRemVMgB3e p/2d6as/R1f178CX5juTmRm+QsGZs1RDCVaNCjKals6EURjeALLmecmfnDcD/GTn8kxp Npd61Bu6yQ/mPRVtugP9mnwQOxzAaYQ1k+TYG/Ku9Zt04hHJSSjrjpLYEtPiE4MpEERM MHNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l3si4548108pgr.804.2017.11.02.16.36.35; Thu, 02 Nov 2017 16:36:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934666AbdKBXex (ORCPT + 98 others); 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 Received: from [194.230.159.142] (helo=localhost.localdomain) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1eAP0c-0007N8-8F; Fri, 03 Nov 2017 00:34:50 +0100 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 X-Virus-Scanned: Clear (ClamAV 0.99.2/24010/Thu Nov 2 13:07:00 2017) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk 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 From 1582997570857547103@xxx Thu Nov 02 23:08:46 +0000 2017 X-GM-THRID: 1582997570857547103 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread