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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 2D1C4C433E0 for ; Tue, 2 Jun 2020 19:56:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC4EF2077D for ; Tue, 2 Jun 2020 19:56:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="MI/TL1SJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728226AbgFBT4Q (ORCPT ); Tue, 2 Jun 2020 15:56:16 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:40684 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726267AbgFBT4P (ORCPT ); Tue, 2 Jun 2020 15:56:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591127774; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ijUjB3nDcPzTThlkDRf6Xnf6Xz6m2xseyhEfJ9BQYz8=; b=MI/TL1SJdcIogqFD3EbH8b53Lg8fbkEaBtlHPu4YX2kq69ZvUnqHaeVL1ralFLqTYlCr9f ZhIQowO6Tj2CWxspRQQ393PbwVhRTCG0587PoWQqbOa1HF0Ud0o0mNjID/mlqDugaPb/0V 4iuV+U3Gv9BOmbnMfB593DFEqv0DSpU= 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-18-Vj0tOdP-OnWViWrY5MWubg-1; Tue, 02 Jun 2020 15:56:10 -0400 X-MC-Unique: Vj0tOdP-OnWViWrY5MWubg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 66A3E461; Tue, 2 Jun 2020 19:56:09 +0000 (UTC) Received: from x1.home (ovpn-112-195.phx2.redhat.com [10.3.112.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id E06DB78EFE; Tue, 2 Jun 2020 19:56:04 +0000 (UTC) Date: Tue, 2 Jun 2020 13:56:04 -0600 From: Alex Williamson To: Randy Dunlap , Kirti Wankhede Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Cornelia Huck , KVM Subject: Re: linux-next: Tree for Jun 2 (vfio) Message-ID: <20200602135604.21081784@x1.home> In-Reply-To: <20200602091615.145e6f09@x1.home> References: <20200602203737.6eec243f@canb.auug.org.au> <96573328-d6d6-8da2-e388-f448d461abb3@infradead.org> <20200602091615.145e6f09@x1.home> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Jun 2020 09:16:15 -0600 Alex Williamson wrote: > On Tue, 2 Jun 2020 07:36:45 -0700 > Randy Dunlap wrote: > > > On 6/2/20 3:37 AM, Stephen Rothwell wrote: > > > Hi all, > > > > > > News: The merge window has opened, so please do *not* add v5.9 material > > > to your linux-next included branches until after v5.8-rc1 has been > > > released. > > > > > > Changes since 20200529: > > > > > > > on i386: > > > > ld: drivers/vfio/vfio_iommu_type1.o: in function `vfio_dma_populate_bitmap': > > vfio_iommu_type1.c:(.text.unlikely+0x41): undefined reference to `__udivdi3' > > I think Kirti received a 0-day report on this. Kirti, could you please > post the fix you identified? Thanks, This should be resolved in the next refresh. Thanks, Alex