The Samba-Bugzilla – Attachment 10186 Details for
Bug 10765
s390 and s390 needs to run with 'use mmap = no' by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Detect s390(x) architecture and blacklist nmap
bso10765.diff (text/plain), 554 bytes, created by
Lars Müller
on 2014-08-08 14:44:44 UTC
(
hide
)
Description:
Detect s390(x) architecture and blacklist nmap
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2014-08-08 14:44:44 UTC
Size:
554 bytes
patch
obsolete
>diff --git a/lib/replace/wscript b/lib/replace/wscript >index a7384e8..fae88e5 100644 >--- a/lib/replace/wscript >+++ b/lib/replace/wscript >@@ -561,6 +561,10 @@ removeea setea > define='HAVE_INCOHERENT_MMAP', > msg="Checking for HAVE_INCOHERENT_MMAP") > >+ # mmap on s390(x) leads to TDB corruption; see also bug 10765 >+ if conf.env['SYSTEM_UNAME_MACHINE'] == 's390' or conf.env['SYSTEM_UNAME_MACHINE'] == 's390x': >+ conf.DEFINE('MMAP_BLACKLIST', 1) >+ > conf.SAMBA_BUILD_ENV() > > conf.CHECK_CODE('''
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10765
:
10186
|
10197
|
10198