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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 E1339C433E0 for ; Mon, 29 Mar 2021 15:48:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB42C61985 for ; Mon, 29 Mar 2021 15:48:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231477AbhC2PsH (ORCPT ); Mon, 29 Mar 2021 11:48:07 -0400 Received: from mail-ed1-f41.google.com ([209.85.208.41]:37679 "EHLO mail-ed1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231237AbhC2Pry (ORCPT ); Mon, 29 Mar 2021 11:47:54 -0400 Received: by mail-ed1-f41.google.com with SMTP id x21so14763875eds.4; Mon, 29 Mar 2021 08:47: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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xhGp0qCEbGMGV56oXQiQ4QElYxInA3LXi3gdMNA56qk=; b=hjt7FQwlFeDhtE+KCKjjy5h2EpLjNN77xgp5glF0UxRIjVYaSplbVKRnkACcB1Ef/y Jmh3o43y7u5+YNRJB1TPaExdMg/IEFUrf5tKYThJxvlbOIamU2p8Fa9xCjVchEL4chT1 UDhCbqTS5wppJWOp4fukGS82rcT43SW8Ia8n1LCyS9t1o9/BNRtr/oEQVXckM5hforcs 5H18Hhh/9tM7VfvVqdekZttpvHb2a1ruX6Z2dOiHJC9WiTNmCH3OSPCBEbDyVk08cRrA iJJFd4N88gul7rRicGo5ZC0vzHmWnUks+aEnrGDI5ZH1rDZ3EQedxSqA7GwSQN/rB5jT llZA== X-Gm-Message-State: AOAM53335Em1aV/yNansJT30Tuyri/Z0ANrOT3Iv9YiVQtI+hgj2b17s mRp1519BPm0ibkDILnqAwA7/zYzH++b+bMtmtrc= X-Google-Smtp-Source: ABdhPJyG2uP+iHS4uMVz+cKJvv52tKkpzAeKEInq3ctU7mOsBtvAphumaazoXwgIXWElU0oyD4uhtPqwShCPtgfgZ1Q= X-Received: by 2002:a05:6402:1855:: with SMTP id v21mr29232689edy.310.1617032873137; Mon, 29 Mar 2021 08:47:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Len Brown Date: Mon, 29 Mar 2021 11:47:42 -0400 Message-ID: Subject: Re: Candidate Linux ABI for Intel AMX and hypothetical new related features To: Greg KH Cc: Andy Lutomirski , "Bae, Chang Seok" , Dave Hansen , X86 ML , LKML , libc-alpha , Florian Weimer , Rich Felker , Kyle Huey , Keno Fischer , Linux API Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 27, 2021 at 5:58 AM Greg KH wrote: > > On Fri, Mar 26, 2021 at 11:39:18PM -0400, Len Brown wrote: > > Hi Andy, > > > > Say a mainline links with a math library that uses AMX without the > > knowledge of the mainline. sorry for the confusion. mainline = main(). ie. the part of the program written by you, and not the library you linked with. In particular, the library may use instructions that main() doesn't know exist. -- Len Brown, Intel Open Source Technology Center