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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD23EEB64D7 for ; Fri, 30 Jun 2023 10:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233064AbjF3KNE (ORCPT ); Fri, 30 Jun 2023 06:13:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232832AbjF3KNC (ORCPT ); Fri, 30 Jun 2023 06:13:02 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2C2B10A for ; Fri, 30 Jun 2023 03:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1688119935; 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=GJnG5qQNzK5f1dQ5KBCwnGhfQBb6PVZfr3fE+pEYwUw=; b=etusAHFHZ2jF7NqqO9mxNc7SWEiGG50ffxsuR7o7OGQl8ADRklVGGKQwYuH620b8zOr4VM IsNRfLELN+ImYOSeUVY5pDOr0o0h4J73EpUPyo/KBr2sfr2RWBJHWkRhmC9/W9Yzo+QK4v zfsFmCDxa1aSZOA9FzUvVsF+tAPhQ0I= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-457-HV3rX0wFOKqO0FPwqzWaiQ-1; Fri, 30 Jun 2023 06:12:11 -0400 X-MC-Unique: HV3rX0wFOKqO0FPwqzWaiQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F1769185A792; Fri, 30 Jun 2023 10:12:10 +0000 (UTC) Received: from localhost (unknown [10.39.193.108]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5DB9F200A3AD; Fri, 30 Jun 2023 10:12:10 +0000 (UTC) From: Cornelia Huck To: Daniel Henrique Barboza , Yong-Xuan Wang , qemu-devel@nongnu.org, qemu-riscv@nongnu.org Cc: rkanwal@rivosinc.com, anup@brainfault.org, atishp@atishpatra.org, vincent.chen@sifive.com, greentime.hu@sifive.com, frank.chang@sifive.com, jim.shu@sifive.com, "Michael S. Tsirkin" , Paolo Bonzini , Juan Quintela , Thomas Huth , Peter Xu , kvm@vger.kernel.org Subject: Re: [PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder In-Reply-To: Organization: Red Hat GmbH References: <20230621145500.25624-1-yongxuan.wang@sifive.com> <20230621145500.25624-2-yongxuan.wang@sifive.com> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Fri, 30 Jun 2023 12:11:57 +0200 Message-ID: <874jmp45ua.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Jun 30 2023, Daniel Henrique Barboza wrote: > On 6/21/23 11:54, Yong-Xuan Wang wrote: >> Sync-up Linux header to get latest KVM RISC-V headers having AIA support. >> >> Note: This is a placeholder commit and could be replaced when all referenced Linux patchsets are mainlined. >> >> The linux-headers changes are from 2 different patchsets. >> [1] https://lore.kernel.org/lkml/20230404153452.2405681-1-apatel@ventanamicro.com/ >> [2] https://www.spinics.net/lists/kernel/msg4791872.html > > > It looks like Anup sent a PR for [2] for Linux 6.5. IIUC this would be then a 6.5 > linux-header update. > > In this case I'm not sure whether we can pick this up for QEMU 8.1 (code freeze is > July 10th) since we can't keep a 6.5 placeholder header. I'll let Alistair comment > on that. My crystal ball says that we'll have Linux 6.5-rc1 on July 9th, which is... probably too late, given the need for a repost with a proper headers update etc. (I'd generally prefer not to do the headers update on a random middle-of-the-merge-window commit...)