freebsd-nq/uts/common
Andriy Gapon 739d7fa9c4 8508 Mounting a zpool on 32-bit platforms panics
illumos/illumos-gate@b11fe8c014
b11fe8c014

https://www.illumos.org/issues/8508
  Mounting a zpool on a 32-bit system triggers a panic in spa_history_log_version
  () due to a type format mismatch for ZPL_VERSION. ZPL_VERSION is a unsigned
  long long, but the format expects an integer. On 64-bit platforms this may not
  be an issue due to word size and alignment. On 32-bit platforms a word size is
  half that of a long long, causing the second word of the long long to be seen
  as the string pointer for utsname.nodename.

Reviewed by: Matt Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Justin Hibbits <chmeeedalf@gmail.com>
2017-08-08 11:27:19 +00:00
..
ctf Vendor import (really!) of the OpenSolaris bits for DTrace. 2008-05-22 07:00:07 +00:00
dtrace 7035 string-related subroutines should validate input earlier 2016-06-06 22:09:22 +00:00
fs 8508 Mounting a zpool on 32-bit platforms panics 2017-08-08 11:27:19 +00:00
os 5045 use atomic_{inc,dec}_* instead of atomic_add_* 2014-08-20 06:22:59 +00:00
sys 6939 add sysevents to zfs core for commands 2017-06-09 14:56:17 +00:00
zmod Update vendor-sys/opensolaris to last OpenSolaris state (13149:b23a4dab3d50) 2012-07-18 08:12:04 +00:00
Makefile.files 6396 remove SVM 2017-06-09 14:55:12 +00:00