From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37651 invoked by alias); 27 Jul 2018 19:14:55 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 37625 invoked by uid 89); 27 Jul 2018 19:14:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.2 spammy=cherrypick, cherry-pick, implications X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-qk0-f194.google.com Received: from mail-qk0-f194.google.com (HELO mail-qk0-f194.google.com) (209.85.220.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Jul 2018 19:14:53 +0000 Received: by mail-qk0-f194.google.com with SMTP id b66-v6so3994629qkj.1 for ; Fri, 27 Jul 2018 12:14:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Buz14kJJbAjxsGQGF52DAt8kDndCZakBKcLOd8gcNpk=; b=n54nk6P9yMVZI3kh0vb7K1fmaL1ClxW1fzQX2ubw797Ox1GWvQ6eRqEqCfV5DRJOFu NYFDxqDHqluQpFRu16K1jj0diYr7d+TGWXq/P2plJi7+qQfo9xBnZi2ducdpo3iaJXH3 Mj3u/wMdK2j8Zj7SRdBfZvU1Wwi8kY9CRwoeyv5ALHwnXlf+wrEc+Sm+F6UnYAfofA8c VjnrUdw9kL/wisrxUIjxkD9F2IJYn8Wdcdtc444lMjQibqlMkqb5dCgPVWFP4giCf4Tn jUVjWMuzHG3E9yM6DqLT5DYkZNZWa8xktXu5guXHrxodoPJKiVJ35lruNJPStuPpevNP Rr5A== X-Gm-Message-State: AOUpUlFea8dCypUvGq+tCKPaNuAAxOhFac5GRdo99JfT+dbneAAvf0sc +3rOj1ApFIV70CDlcRMJFJxJbXk6xMo= X-Google-Smtp-Source: AAOMgpepNS+4leDB7K7gTnPECqg4pweBozTH4e2J0Y0JX4OjE3bJCSqioNsZS/mdUZCLByu+5pAdIQ== X-Received: by 2002:a37:69c3:: with SMTP id e186-v6mr7417993qkc.396.1532718891750; Fri, 27 Jul 2018 12:14:51 -0700 (PDT) Received: from [10.150.73.95] ([184.151.114.223]) by smtp.gmail.com with ESMTPSA id r27-v6sm4308894qkr.17.2018.07.27.12.14.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jul 2018 12:14:51 -0700 (PDT) Subject: Re: [PATCH] x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459] To: "H.J. Lu" Cc: GNU C Library , Libc-stable Mailing List References: <20180726180747.15087-1-hjl.tools@gmail.com> <73e9e6ba-5b97-7b06-43bf-f48d037e613e@redhat.com> <7dbca739-a6e6-8323-45f1-08891864b90b@redhat.com> From: Carlos O'Donell Message-ID: <3aae39f2-8a08-9af7-ece7-5568e82721a6@redhat.com> Date: Mon, 01 Jan 2018 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00017.txt.bz2 On 07/27/2018 09:43 AM, H.J. Lu wrote: > On Thu, Jul 26, 2018 at 1:37 PM, Carlos O'Donell wrote: >> On 07/26/2018 04:32 PM, H.J. Lu wrote: >>> On Thu, Jul 26, 2018 at 1:05 PM, Carlos O'Donell wrote: >>>> On 07/26/2018 02:07 PM, H.J. Lu wrote: >>>>> [BZ #23459] >>>>> * sysdeps/x86/cpu-features.c (get_extended_indeces): New >>>>> function. >>>>> (init_cpu_features): Call get_extended_indeces for both Intel >>>>> and AMD CPUs. >>>>> --- >>>> >>>> OK for 2.28 after you fix the indexes v.s indices issue. >>>> >>>> Reviewed-by: Carlos O'Donell >>>> >>> >>> This is the patch I am checking in. >> >> There are *many* incorrect spellings of indices too which you might >> fix later ;-) >> > > I'd like to backport these 2 patches to all affected branches. You can do that right away. Commits to stable can be backported to any open stable branch so long as they don't have ABI/API implications. Even if they changed the selected IFUNC it would still be OK. You are free to cherry-pick as required. Please post your cherry-picks to libc-stable and note that you're committing them to branch X, Y, and Z, this way distros know what you're doing. Cheers, Carlos.