Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Oct 2014 00:13:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194071] zfsloader broken on sparc64 since r268649
Message-ID:  <bug-194071-8-6FOC01cbSg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194071-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194071-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194071

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Needs MFC

--- Comment #5 from Xin LI <delphij@FreeBSD.org> ---
(In reply to lidl from comment #4)
> (In reply to Xin LI from comment #3)
> > Do we need the same treatment on the ZFS copy of lz4.c? 
> > (sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c)?
> 
> That code has wrapped with:
> 
> #ifndef LZ4_FORCE_UNALIGNED_ACCESS
> #pragma pack(1)
> #endif
> 
> <code>
> 
> #ifndef LZ4_FORCE_UNALIGNED_ACCESS
> #pragma pack()
> #endif
> 
> So it has already been treated in the same manner.

Can you try r272389 and let me know if it fixed your problem?  If everything
works fine I'd like to merge this as soon as possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194071-8-6FOC01cbSg>