From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x142.google.com (mail-il1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) by sourceware.org (Postfix) with ESMTPS id A024C395CC2F for ; Thu, 30 Apr 2020 12:52:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A024C395CC2F Received: by mail-il1-x142.google.com with SMTP id u189so1201794ilc.4 for ; Thu, 30 Apr 2020 05:52:50 -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:content-transfer-encoding; bh=BSWhHfdqck+kKaQS4YBqEsSWnYcX1kYSwwDSSqS5V3w=; b=Zdx4brVguohAetFBG8SV5at+uMJyRvZxWoQYYLNSU3xBL9sK4PzzYnZ5FbutKKFgci FY+ka5J+kH2HOaiFGT+Rct5SJWgbEr8PVS7yaM14aIK6uDbqCgKav8jK1WYSyqf8EMKp gQt3R9aCpViDy7vKCGd/tGu5cx8+V9Kk0yyoITzLYy7S7yRkqDcqROkzsc5yl/o+pR6P ZbQEJhxxyFmTSvoTIZJKayRWGw/Sq8vsXcYSqFJBkUOOXdsn3etz3Zoch57WooHnbKAI K3YEXb564TiwAViDiZnMQO4NnrxmWQ8S2Wxjb+jGCDipwYjSY57nUMr7x9XcxmH0hvMF dx4Q== X-Gm-Message-State: AGi0PuZbCu3nU2z5CvMu7ttCQ7pPRzc37zZzrpvBvlfOKKQx6ZXqha+V SKO/RpX/+cvZikx1FZjmjoWVv6pI/Sgfx2VCCtM= X-Google-Smtp-Source: APiQypIXqhiOukrkkuTsfYrfBGv6L3MMSsfBGXgypd1k93wwR+bWbPGOmE1hiIIluzhyA/m4doHqF/zZCyBFEP0UuX8= X-Received: by 2002:a92:cc4a:: with SMTP id t10mr1745430ilq.292.1588251170188; Thu, 30 Apr 2020 05:52:50 -0700 (PDT) MIME-Version: 1.0 References: <1587731372-9324-1-git-send-email-mayshao-oc@zhaoxin.com> <1587731372-9324-3-git-send-email-mayshao-oc@zhaoxin.com> <205594b758b74c338aec7fad168d9bf4@zhaoxin.com> <2bd2c586658340a88e018b39f0a2771e@zhaoxin.com> In-Reply-To: <2bd2c586658340a88e018b39f0a2771e@zhaoxin.com> From: "H.J. Lu" Date: Thu, 30 Apr 2020 05:52:13 -0700 Message-ID: Subject: Re: [PATCH v3 2/3] x86: Add cache information support for Zhaoxin processors To: Mayshao-oc Cc: "Carlos O'Donell" , Florian Weimer , GNU C Library , "Qiyuan Wang(BJ-RD)" , "Herry Yang(BJ-RD)" , "Cooper Yan(BJ-RD)" , "Ricky Li(BJ-RD)" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 12:52:52 -0000 On Wed, Apr 29, 2020 at 11:04 PM Mayshao-oc wrote: > > > On Thur, April 30, 2020 at 1:16 PM H.J. Lu wrote: > > > > On Wed, Apr 29, 2020 at 10:10 PM Mayshao-oc > > wrote: > > > > > > Hi > > > > > > This is my first patch. I=E2=80=99m not sure what I need to do next = about this patch > > set. > > > And I was wandering if this patch set is ok for the master. > > > > > > Thank you all for your patience and kind help. > > > > > > > It is OK. Please check it in. > > > Do you mean that I should push the patch set to the master by myself? > If so, I should have no permission to push. Would you like to push to th= e master > for me at your leisure? > > If I understand something wrong, please feel free to point it out. > > Thank you very much. Please send me those patches from "git format-patch" as attachments, I will apply them for you. --=20 H.J.