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=-7.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 7CEABC4708F for ; Wed, 2 Jun 2021 10:21:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B12961263 for ; Wed, 2 Jun 2021 10:21:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229524AbhFBKXg (ORCPT ); Wed, 2 Jun 2021 06:23:36 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:26133 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232576AbhFBKXP (ORCPT ); Wed, 2 Jun 2021 06:23:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622629291; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mLaimFrDsr1MW/JWI+oUnkOYYT66LzhiZ8Fd+WLe7hE=; b=B4/biQ3SulXE0znvijde5O2fOE8KqKGuqxj7GYyeze9DWvXK8zy8YyJw6DtpsAfIzguGbT hKVko4wn4JNtis/DX+wATNA+JU4z1X9xrqnwScDc5gbO1EAGyx3SVmYjxWJ7UdB49wYQ6M 2yCEuD1XwNOBfRG9IbWADv5uce/1weM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-466-G4g_0ZqZMU-ilNb71DNT2Q-1; Wed, 02 Jun 2021 06:21:29 -0400 X-MC-Unique: G4g_0ZqZMU-ilNb71DNT2Q-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 544C0180FD6F; Wed, 2 Jun 2021 10:21:28 +0000 (UTC) Received: from Diego (unknown [10.36.110.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5CD6550F89; Wed, 2 Jun 2021 10:21:22 +0000 (UTC) Date: Wed, 2 Jun 2021 12:21:19 +0200 (CEST) From: Michael Petlan X-X-Sender: Michael@Diego To: Arnaldo Carvalho de Melo cc: Andrii Nakryiko , Jiri Olsa , =?ISO-8859-15?Q?Michal_Such=E1nek?= , dwarves@vger.kernel.org, bpf@vger.kernel.org, kernel-team@fb.com Subject: Re: [RFT] Testing 1.22 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Thu, 27 May 2021, Arnaldo Carvalho de Melo wrote: > Hi guys, > > Its important to have 1.22 out of the door ASAP, so please clone > what is in tmp.master and report your results. > [...] > > Then make sure build/pahole is in your path and try your workloads. > > Jiri, Michael, if you could run your tests with this, that would be awesome, Hi Arnaldo! I am sorry, but I don't think I have any tests covering this. Michael > > Thanks in advance! > > - Arnaldo > >