From owner-freebsd-stable@freebsd.org Sun May 13 13:53:31 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5711FDDDE5 for ; Sun, 13 May 2018 13:53:31 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 470B378AE6 for ; Sun, 13 May 2018 13:53:31 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id j5-v6so10589758wme.5 for ; Sun, 13 May 2018 06:53:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :content-transfer-encoding:user-agent; bh=S3FIql7G3ZYy/ODI1jKWzpAUBX2cFBaCYlW7X0Mo6us=; b=ow3Y9M0EE1rNvrBhnGbzQ5sCKPjmZCXGgpnN1oskYuZTWG+ecnRcv1mRLA/Qs9JWjF 1vSHtbHplxhFI6nqZgFW9YjxGERamM/KnGqYjBOv+526ZN5z+Nz31yifHI3JtzsTF8LH ZA1xJkMnFdm8xlOABu/c7EFu2CPSWQtRM1uqx0aR/FZYiaqVHG7Bq8w37TIUm7mwQpfM Rh29Rs6rJHKpg7LYAJv7bVmSlo0fKt+XExQGK81tCPzD4P9UfKlYTSZFVxpjY+cM0FZF zZ9Xb0jv45ymv92xVPhUWFWnZV/sGKm8c5Rw473wQ9ebv3Wewo4P35hI9hiRKAg9XDdI LCpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:content-transfer-encoding:user-agent; bh=S3FIql7G3ZYy/ODI1jKWzpAUBX2cFBaCYlW7X0Mo6us=; b=KhuBR4m9RiJPyY+RI+UUrk7Ly8tc7CsHXMM/3Vs45uaVMuZ19ENVl8vlQ2caqk44gz FYs7XDTUB1Hot2+pobLZZrKFUEM4qT5kgre1AfKK8tzCmVt5AK6oKMmYaRLpQMeT68fG ONqb5P69zbn7k1QzhySHEBj0qIGdqO1mKBHdlbHw8A/CBcis2FSrKO+Mnt2LUhZ6nTn5 YvfoHXLeB/4GcHMVT8V2P26xQrk9EtBElWy1ad+35IFIZj7aG4O0zCiGTCUKCHNPQsyv UhNOVcUUZo1N+V12EyyKdSdIML571K+ETLQJjgaNisfU+04EU/Mk3seu8bBfY+TBWZuO qE0w== X-Gm-Message-State: ALKqPwd5Lu2DRxH8oUetNPV2ucb6oeZhsyeCZIIW5aBNCDExRM8ZQaN6 EFbG1+y+H6V6vinsSwUEgvzKLA== X-Google-Smtp-Source: AB8JxZo47YNx//dJk7+ODGjyvHE93nBH9iXben5MVCChza9R475uWoQkJ9urXP3WPS1/EQ/rFQ6Ksw== X-Received: by 2002:a1c:6443:: with SMTP id y64-v6mr2909229wmb.108.1526219609779; Sun, 13 May 2018 06:53:29 -0700 (PDT) Received: from riemann (2.153.153.82.dyn.user.ono.com. [2.153.153.82]) by smtp.gmail.com with ESMTPSA id v75-v6sm10823563wrc.65.2018.05.13.06.53.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 May 2018 06:53:28 -0700 (PDT) Date: Sun, 13 May 2018 15:53:28 +0200 From: "Jose G. Juanino" To: freebsd-stable@freebsd.org Subject: Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt Message-ID: <20180513135328.k56hsaww7nb55o4v@riemann> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 11.2-BETA1 User-Agent: NeoMutt/20171208 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 13:53:31 -0000 Hi FreeBSD stable, I have upgraded from 11.1 to 11.2-BETA1 right now. I use Virtualbox to run Windows 7 from the FreeBSD box, and just after to complete the upgrade and reboot, the system panics just after to load kernel module vboxdrv. The workaround is rebuild both emulators/virtualbox-ose and emulators/virtualbox-ose-kmod ports from within 11.2-BETA1, and after that everything works nicely as before the upgrade. I hope this help other people suffering a similar issue. Best regards. -- José G. Juanino