From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A28ECC433FE for ; Thu, 2 Sep 2021 21:05:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88C3260FC4 for ; Thu, 2 Sep 2021 21:05:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346475AbhIBVGc (ORCPT ); Thu, 2 Sep 2021 17:06:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346354AbhIBVGa (ORCPT ); Thu, 2 Sep 2021 17:06:30 -0400 Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FCE1C061757 for ; Thu, 2 Sep 2021 14:05:32 -0700 (PDT) Received: by mail-il1-x12b.google.com with SMTP id l10so3212374ilh.8 for ; Thu, 02 Sep 2021 14:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=UKQA6105U/KVkWHwxi6wOBNzf8KnL2jJdYFFqD/Cpts=; b=AL45Z9yfhzYsQXhwsWSSSzmSFoHTh1zXmGbd5aRZ7bMHRzX3/6EzZJOX+caYIleCK4 yar37y95+8ts5wed/FTUHeCjZNtm9B/u5DEsYplmUreErb3Ii608+msxCKVLGx5fFIHm G4G2TdtEn1JmzXhnKwOYbw0CPuunD5ad2bh/I= 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=UKQA6105U/KVkWHwxi6wOBNzf8KnL2jJdYFFqD/Cpts=; b=SndkRqj6H//cbS8+PAZfwR1SXpTW2T9ElPNMIAPowtcXfSsr+DBS327KfWF5Jopp/c hwcjY/t1N4jKdIlt7tUw60LI0VajpGTvwTNLSJJnZaHcZ+vtjbdCv2i75Ba5iFpmNq2G bI0sObBA7c6HW+tcLKToq4v/0Pk/VuIjaJikK2H0bUxpRNfR6JZEm9IANS89Mcwwf1s7 tFMLOdzXI5zCQRcKGqDEzexBz5J8Qt9NuFFWXBCzW3JwD3Qajx//MMcxQwy5PtE0lJiN C+TUb/gBy4bQWPO5hK3hmfRCn770x2YM7iKvE/Vc0Sqc1JD7xTkC0j8xcY/0o4kMFGa6 T0PQ== X-Gm-Message-State: AOAM530jaMMDo1IWqHWHelKQkyRIvNHAwjE2beedmWzds4pYVnDu8EZy ROq95hzNBrQqOAE7kqvld8cZSQ== X-Google-Smtp-Source: ABdhPJw5GAc9DTRWylSMfJnI1zbZ0iQjuwMt7FZFYe2a3rMq6xrlZ5peC24FrbeFUtjMrOgHri01iA== X-Received: by 2002:a92:c109:: with SMTP id p9mr98850ile.115.1630616731535; Thu, 02 Sep 2021 14:05:31 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id d14sm1719037iod.18.2021.09.02.14.05.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Sep 2021 14:05:31 -0700 (PDT) Subject: Re: [V3][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope To: Jun Miao , shuah@kernel.org Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20210824024358.4183342-1-jun.miao@windriver.com> <09fb52ee-3041-991a-0277-ff01eef2643f@windriver.com> From: Shuah Khan Message-ID: Date: Thu, 2 Sep 2021 15:05:30 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <09fb52ee-3041-991a-0277-ff01eef2643f@windriver.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/2/21 2:45 AM, Jun Miao wrote: > Hi all, > > What about this patch? > > Thanks > Jun > > > On 8/24/21 10:43 AM, Jun Miao wrote: >> Based on glibc 2.33 -> 2.34, there is one new feature: >> Please don't top post. It is applied to linux-kselftest next for Linux 5.15-rc1 https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=next thanks, -- Shuah