Bug 172103

Summary: mmap deprecation warning
Product: [Fedora] Fedora Reporter: Chris Lumens <clumens>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: davej, redhat-bugzilla, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-30 17:23:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Lumens 2005-10-31 15:15:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1

Description of problem:
anaconda uses ddc probe from rhpxl, which uses kudzu to probe the video hardware.  From today's tree:

program ddcprobe is using MAP_PRIVATE, PROT_WRITE mmap of VM_RESERVED memory, which is deprecated.  Please remort this to linux-kernel.org

ddcprobe is doing:

video = kudzu.probe(kudzu.CLASS_VIDEO, kudzu.BUS_DDC,kudzu.PROBE_ALL)
...
monitor = kudzu.probe(kudzu.CLASS_MONITOR, kudzu.BUS_DDC, kudzu.PROBE_ALL)

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  

Additional info:

Comment 1 Bill Nottingham 2005-10-31 20:26:54 UTC
Mmmm, LRMI sucks.

DaveJ: So, what am I *supposed* to be doing here?


Comment 2 Dave Jones 2005-11-30 05:52:01 UTC
this should be ok now ?


Comment 3 Chris Lumens 2005-11-30 15:06:31 UTC
Yeah, I haven't seen these messages for a while now.