Gentoo Archives: gentoo-user

From: "Mateusz Mierzwinski (me.matheos.org)" <mateuszmierzwinski@××.pl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] IOCTL error?
Date: Sun, 25 Jan 2009 17:02:15
Message-Id: 497CA897.4060700@o2.pl
1 Hi!
2
3 I wish to ask about something special in my "messages" log. I found
4 something like that:
5
6 Jan 25 18:54:13 thea acpid: client connected from 4034[0:0]
7 Jan 25 18:54:13 thea acpid: 1 client rule loaded
8 Jan 25 18:54:14 thea resource map sanity check conflict: 0xd0000000
9 0xdfffffff 0xd0000000 0xd076ffff vesafb
10 Jan 25 18:54:14 thea ------------[ cut here ]------------
11 Jan 25 18:54:14 thea WARNING: at arch/x86/mm/ioremap.c:226
12 __ioremap_caller+0x359/0x3a0()
13 Jan 25 18:54:14 thea Modules linked in: vboxdrv i915 rtl8187
14 Jan 25 18:54:14 thea Pid: 4034, comm: X Tainted: G W
15 2.6.28-gentoofbnew #1
16 Jan 25 18:54:14 thea Call Trace:
17 Jan 25 18:54:14 thea [<ffffffff8023ddb4>] warn_on_slowpath+0x64/0xa0
18 Jan 25 18:54:14 thea [<ffffffff803aa97c>] xfs_iunlock+0xbc/0xd0
19 Jan 25 18:54:14 thea [<ffffffff802936d2>] handle_mm_fault+0x592/0x790
20 Jan 25 18:54:14 thea [<ffffffff80243e3f>] iomem_map_sanity_check+0xaf/0xc0
21 Jan 25 18:54:14 thea [<ffffffff802295e9>] __ioremap_caller+0x359/0x3a0
22 Jan 25 18:54:14 thea [<ffffffffa001499f>]
23 i915_gem_entervt_ioctl+0x3f/0x5b0 [i915]
24 Jan 25 18:54:14 thea [<ffffffffa0014960>]
25 i915_gem_entervt_ioctl+0x0/0x5b0 [i915]
26 Jan 25 18:54:14 thea [<ffffffffa001499f>]
27 i915_gem_entervt_ioctl+0x3f/0x5b0 [i915]
28 Jan 25 18:54:14 thea [<ffffffffa0014960>]
29 i915_gem_entervt_ioctl+0x0/0x5b0 [i915]
30 Jan 25 18:54:14 thea [<ffffffff804bd412>] drm_ioctl+0x112/0x340
31 Jan 25 18:54:14 thea [<ffffffff802bd6a5>] vfs_ioctl+0x85/0xb0
32 Jan 25 18:54:14 thea [<ffffffff802bd74c>] do_vfs_ioctl+0x7c/0x470
33 Jan 25 18:54:14 thea [<ffffffff802bdb89>] sys_ioctl+0x49/0x80
34 Jan 25 18:54:14 thea [<ffffffff8020b80b>] system_call_fastpath+0x16/0x1b
35 Jan 25 18:54:14 thea ---[ end trace 0b24ec8ab24aa979 ]---
36 Jan 25 18:54:15 thea uhci_hcd 0000:00:1d.1: reserve dev 2 ep81-INT,
37 period 1, phase 0, 17 us
38 Jan 25 18:54:15 thea uhci_hcd 0000:00:1d.1: release dev 2 ep81-INT,
39 period 1, phase 0, 17 us
40 Jan 25 18:54:15 thea uhci_hcd 0000:00:1d.1: reserve dev 2 ep81-INT,
41 period 1, phase 0, 17 us
42
43 I'm very curious about that "cut here" section and VFS and XFS lines. I
44 think that I can destruct data on my drive by some issue with IOCTL (as
45 usual this must be done to My PC - nothing googled).
46
47 Mateusz M.