From owner-freebsd-stable@freebsd.org Mon Mar 27 18:34:29 2017 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 0587ED20634 for ; Mon, 27 Mar 2017 18:34:29 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (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 C47707D4 for ; Mon, 27 Mar 2017 18:34:28 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-it0-x22b.google.com with SMTP id 190so64012533itm.0 for ; Mon, 27 Mar 2017 11:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=KcoemAZLpWDUytBRM2AA8g3hjQx9gzUGhgq6X4o3hQc=; b=QBHohj5Ckca4KYysuKq9LtNlo7apSNJlo5WZL8ngJWX+WjZGFsdilDbcEuywfrBeFN hm9a2NPglPQYU6uN0Q1cTr1yqTN1p6zGO8GxaIjdZcF0ItXAX/XecahjUz26GhR8/eZf zZxn2me0g1EDszAZ4MlMlt6/qhLCLBL3IoC8gisdyYNUYrahtDe8mp65E+if1o3enaZQ HFrsugRl9l2LQ8sEJu5S5zM/OQ+znT0KnNOZOzRpJfo0dSBxeJSDo/RYtKRMB8Qau3qS m45gjieCCAs2zOl45L296Y8Fvw+t+V9JP12rOmEovzqX8p5HqCy7XHcVcAjTW4LlWWag zBRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=KcoemAZLpWDUytBRM2AA8g3hjQx9gzUGhgq6X4o3hQc=; b=kOmF3QgQFvacbNtmEqcchdoSEQQcMB1zMK3IsZru9Yufdip4KIGzvKTJWRlFjxGl3X Hrca0WpHoz5YwnMgeQ9HviWwTQ8nFtrKNc+nGMm2YapEqwMUsJarVeW/XiWHVoOHa1Ui rp6JmpqxIo0H3+EOQ/dvJZTiRkoWpBXrfu+aMl42JPn96VjY0AJdVgLXelbp54Khuf6d VprHL8Y2j+S37h61/5P8ZNDkooEKI/agnl7QR2Ht7SutNXvHyLFsZTpmAuDeyYPlzO55 apkAAlPteMdM4HkTFcGx7nDXQ1YFvz+GvVhSrIozzYNmrtdRugOw348OiVBPRdKlpq6u 4JKg== X-Gm-Message-State: AFeK/H30EKuAJgpsnFG6fqvHyO0AjYqQXv/gQa96rOuuPZDSotnInYsiKeC4UlFrCufaLJ8fYccFIBbrR1wvJw== X-Received: by 10.36.3.129 with SMTP id e123mr10969149ite.94.1490639668170; Mon, 27 Mar 2017 11:34:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.195.65 with HTTP; Mon, 27 Mar 2017 11:34:27 -0700 (PDT) X-Originating-IP: [203.99.129.1] In-Reply-To: <5d1e3b4d-9548-d047-3b37-734ba7390158@davenulle.org> References: <5d1e3b4d-9548-d047-3b37-734ba7390158@davenulle.org> From: Jonathan Chen Date: Tue, 28 Mar 2017 07:34:27 +1300 Message-ID: Subject: Re: Panic in nvidia module To: David Marec Cc: freebsd-stable 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: Mon, 27 Mar 2017 18:34:29 -0000 On 28 March 2017 at 07:12, David Marec wrote: > greeting, > > Tracking 11-Stable, > - now : 316014, - > kernel panics on 'page fault' within nvidia module. > The system boots and works well ( 'vt' in graphic mode) until xorg starts. Everytime you sync up STABLE, you have to rebuild your nvidia-driver port, as it produces kernel modules that are tied closely the current kernel. I also had a panic when I moved up my STABLE-11/amd installation yesterday, but after a de-install and rebuild of the nvidia-driver port, I'm up and running again. Cheers. -- Jonathan Chen