Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2015 03:20:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 196407] kernel modules fail on arm after r276047
Message-ID:  <bug-196407-7-UYvBuj3jXc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196407-7@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196407-7@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=196407

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ian
Date: Fri Jan  2 03:20:14 UTC 2015
New revision: 276525
URL: https://svnweb.freebsd.org/changeset/base/276525

Log:
  Put in a workaround for bug 196407 (arm modules cause crashes & panics).

  When we started compiling the kernel with -march=armv7 the compiler
  started emitting new types of relocation info which are incompatible with
  the shared-lib file format used by .ko modules.  This workaround prevents
  the compiler from emitting the instruction sequences that require the
  new relocs.  This amounts to using an undocumented internal compiler
  flag, so this is just a temporary workaround while we look for a good fix.

  PR:        196407

Changes:
  head/sys/conf/kmod.mk

-- 
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-196407-7-UYvBuj3jXc>