From owner-freebsd-stable@freebsd.org Fri Jun 9 22:04:46 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 B3474BFE244 for ; Fri, 9 Jun 2017 22:04:46 +0000 (UTC) (envelope-from eborisch@gmail.com) Received: from mail-pf0-x22f.google.com (mail-pf0-x22f.google.com [IPv6:2607:f8b0:400e:c00::22f]) (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 8598A7DDC1 for ; Fri, 9 Jun 2017 22:04:46 +0000 (UTC) (envelope-from eborisch@gmail.com) Received: by mail-pf0-x22f.google.com with SMTP id 83so32538241pfr.0 for ; Fri, 09 Jun 2017 15:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=W2hpstPyQpWFyvke+j4Kt+q2Gz/rL/nHr/jZOZ8xz2s=; b=c/9IK3JsgKkR5TiZht2P+zEpDLaVkKu/rE7JqCqBJ1hespWwcvhdOwEE7DYrW5ypIq kRQkE0XHCgA2Vu/6e+o+PVh1UhYoZzdSqpm2u7CnrZuQskYG9WmP0fN0QwE1EbGXbAnm P1Vs9DugPJSkfa2Utl6HjKKqFTf3V5CPm9vsGhffpIGcuVgdV4DalNyl79NEc846Dn8Y zLB4pgIdtALN1HUt4PD1wGd99Wq+YVRD6Y9MjmfDXZxLxSs4lfRb/FMeWxnQ+2JIkfm3 s/8njIf3wjSZbYdWogch6GyxtwSKqBxtKSew1uTjRKeoTH67E8sbTVFJYh94bi75Otal Grrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=W2hpstPyQpWFyvke+j4Kt+q2Gz/rL/nHr/jZOZ8xz2s=; b=edgzOSJKLJfQoYl3ov1Bm+Bv9KUFQu5V5++3ApZHcTIdaoc0dZ1zH6psSZkB24wKMo MWN44DKlvHmxnDWrAFHLrEc0OwpuDXZTSIJXiVDcCzOIy1M9lvGt0QmTzdp+nFa1Njry 868HIIJjmPAaK89fOQhdBUHjuY2TXDJ2pPPDgkxPoy9b3Vrqf32VwwCSnNg97F99zOm5 HcTbRq/NDLaerv87Vpxtm6Oko31Md1bLxSQUa2BjHT5q9Tbb/YEJVDGNsRt99jSvLjVM 6Xj65ikvJJhe+j5mhfgzfB0dMxene4ZS+AnAMvN+Uch+Th12exdNeSxb/ED3siPSK+q/ R4nw== X-Gm-Message-State: AODbwcCQrjuLayofEr/7xorr5MuCbv1gZIfzVqdkNwBOXmyr7JoAI1KN lT0yn7OzMnOH7Izf9W4eeFwwNNdXkyeo X-Received: by 10.99.67.69 with SMTP id q66mr45584757pga.156.1497045885963; Fri, 09 Jun 2017 15:04:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.155.47 with HTTP; Fri, 9 Jun 2017 15:04:45 -0700 (PDT) From: "Eric A. Borisch" Date: Fri, 9 Jun 2017 17:04:45 -0500 Message-ID: Subject: Can't boot (zfs-on-root) with "options EARLY_AP_STARTUP" and "device pf" To: FreeBSD Stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Fri, 09 Jun 2017 22:04:46 -0000 Good afternoon, I tried to update the kernel on my Lenovo x230 (stable/11), and I would get crashes on boot. *I am running a non-GENERIC kernel.* Bisecting the changes from last-known-good, I found that I couldn't boot on any kernel past after r318752. The next change to the kernel, r318763 [1], turned on EARLY_AP_STARTUP by default. I've narrowed it down to what appears to be a conflict with 'options EARLY_AP_STARTUP' and 'device pf'. I can build a farily vanilla kernel with these set, and it crashes on boot. (I have a few other options set to enable root-on-zfs-on-geli.) Any suggestions, other than 'don't do that?', - Eric [1] https://svnweb.freebsd.org/base?view=revision&revision=318763