From owner-freebsd-stable@freebsd.org Thu Sep 29 05:35:34 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DCB2C018D0 for ; Thu, 29 Sep 2016 05:35:34 +0000 (UTC) (envelope-from sa.inbox@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36A921AB7 for ; Thu, 29 Sep 2016 05:35:34 +0000 (UTC) (envelope-from sa.inbox@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id r126so79513999oib.0 for ; Wed, 28 Sep 2016 22:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=hZnMkOuXG3LjdD66ha6NoPMpEXM293CqqcoZaiGjkuI=; b=BJaDNqA2DBGUMXfS/QSiV58BIdII5qwYfCliBwDc0GB7aM/LDrPJsgZ6YpxWovg/SA 921gbeg2hB+mWIE8sr/vry9DAeuuU1986kudJa8m1TaZsYz6oVhFagGcKg/FHD93enFP UliHFDIWcHqD34gDBFGpGjSZnfDCcA47ETuzeApYZlD6N0w/rzGLR7oCRsjisIpj1SF/ tIwE9lnTvPCF2V5wtgmmMq94Qwxg+3qTKPL8QcOyuTbwjjnVj0jdH9NrQ4dylGbT2gOk IHxZshx3z99mMt/Wp8ke04TNgIhwb/QiJ5+yOG41a4AMMzBYHNXzlj3XasHCCo7KMFXi +ETw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hZnMkOuXG3LjdD66ha6NoPMpEXM293CqqcoZaiGjkuI=; b=GTQGf/XR6ykCvdxngwn3IhIKn7S7TvX8AgMhWXH6W1mjMv+hpBB7xbmPvepnOL6TWZ F6Q5KetW/sdVfhUx7TULoTpR1cxtmSfo66onOPt/hcoSNbQGSaVYwzvwyS5kaMyqzgGz UkmFQolpW4Vew42KyXEQandgJ3T8PB2aOGjVaJaHKB1xlTvHf+2ZcOY/McmL18fhkPVp 3PHqJaBScR8Wiln+WCsK5qMbqFUJLXWVwsWhZgqOe/zSlBCfo+kCqA40kC/5LQsYVCpA WbBaUEnLEsMwncKAusyznf2ZSOTvapfdgr6rt6eEzoINpm0FDvz5AR/PE03l/txKRNvT gpuw== X-Gm-Message-State: AE9vXwMF2GwULjn7j522l/tNnLq2EqXdAR6aBPGhiYTPZthUoc7P7hXMklj2RuShYN2yJIl8W+eirjFrJHuI8Q== X-Received: by 10.202.213.9 with SMTP id m9mr40615541oig.63.1475127333279; Wed, 28 Sep 2016 22:35:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.37.130 with HTTP; Wed, 28 Sep 2016 22:35:13 -0700 (PDT) From: Alexander Shitov Date: Thu, 29 Sep 2016 08:35:13 +0300 Message-ID: Subject: RE: [REVISED] [HEADS-UP] 11.0-RELEASE status update To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 05:35:34 -0000 Will final 11.0-RELEASE include fixes related to broken Hyper-V compatibility? 11.0-RC2, 11.0-RC3 and non-final 11.0-RELEASE failed to install on Hyper-V 2012 R2 with all current updates. storvsc0: on vmbus0 (probe0:blkvsc0:0:0:0): storvsc scsi_status = 2 (probe0:blkvsc0:0:1:1): invalid LUN 1 ... (probe0:blkvsc0:0:0:1): invalid LUN 1 da0 at blkvsc0 bus 0 scbus1 target 0 lun 0 da0: da0 at blkvsc0 bus 0 scbus1 target 0 lun 0 da0: detached Problem documented in PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212721 --- Regards, Alexander