Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2015 16:20:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197227] [PATCH] Fix mutexes in databases/db5 on ARMv6 and later
Message-ID:  <bug-197227-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197227
           Summary: [PATCH] Fix mutexes in databases/db5 on ARMv6 and
                    later
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree@FreeBSD.org
          Reporter: Andrew@FreeBSD.org
          Assignee: mandree@FreeBSD.org
             Flags: maintainer-feedback?(mandree@FreeBSD.org)

Created attachment 152418
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152418&action=edit
Patch to fix mutexes on armv6

The databases/db5 port uses it's own mutex implementation. Unfortunately on ARM
it uses the deprecated swp instruction for these. On some hardware supported by
the armv6 FreeBSD target architecture this instruction is unavailable so we
disallow it here where possible.

The attached patch fixes this by using POSIX mutexes in this case.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer mandree@FreeBSD.org

-- 
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-197227-13>