Bug 172103 - mmap deprecation warning
Summary: mmap deprecation warning
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kudzu
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-31 15:15 UTC by Chris Lumens
Modified: 2014-03-17 02:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-30 17:23:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.