MFC of r304443?

2017-06-09 Thread Tomoaki AOKI
Hi.
Any chance for MFC r304443 before releng/11.1 branch? [1] [2]
It had "MFC After: 3 days" but already passed by about 10 months.

 [1]
https://lists.freebsd.org/pipermail/svn-src-head/2016-August/090570.html

 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210686


Yes, this false-positive can workaround by setting

 kern.cam.ada.0.quirks="0x0"# No need for 4k quirks.

or

 kern.cam.ada.0.quirks="0x1"# 4k quirks is required.

on /boot/loader.conf, but it's NOT sufficiently documented,
especially for newbies, and IS annoying.

Regards.

-- 
Tomoaki AOKI
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Can't boot (zfs-on-root) with "options EARLY_AP_STARTUP" and "device pf"

2017-06-09 Thread Eric A. Borisch
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
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"