From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756538Ab3JPPXV (ORCPT ); Wed, 16 Oct 2013 11:23:21 -0400 Received: from terminus.zytor.com ([198.137.202.10]:59164 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811Ab3JPPXU (ORCPT ); Wed, 16 Oct 2013 11:23:20 -0400 Message-ID: <525EAF24.9090000@zytor.com> Date: Wed, 16 Oct 2013 08:22:12 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Kees Cook CC: Ingo Molnar , LKML , Thomas Gleixner , "x86@kernel.org" , Michael Davidson , Cong Ding Subject: Re: [PATCH] x86, relocs: add percpu fixup for GNU ld 2.23 References: <20131016064314.GA2739@www.outflux.net> <525E3786.7030102@zytor.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/16/2013 07:55 AM, Kees Cook wrote: >> >> Why isn't this list using a regex like other symbol classes? > > I assume because it was initially a single item and it has grown > slowly. Would you like me to convert it to a regex instead? > Yes, please. -hpa