Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55155 - gentoo-dev-sources-2.6.7-r6 does not compile without IOMMU configured
Summary: gentoo-dev-sources-2.6.7-r6 does not compile without IOMMU configured
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
: 55164 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-25 07:44 UTC by Ian Hastie
Modified: 2004-07-12 10:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for bug #55155 (linux-2.6.7-gentoo-r6-noiommu.patch,437 bytes, patch)
2004-06-25 07:46 UTC, Ian Hastie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Hastie 2004-06-25 07:44:32 UTC
When compiling with IOMMU not configured compilation fails with undefined references.

Reproducible: Always
Steps to Reproduce:
1.Configure kernel with IOMMU turned off
2.Compile kernel
3.

Actual Results:  
  LD      .tmp_vmlinux1 
drivers/built-in.o(.text+0x48024): In function `blk_recount_segments': 
: undefined reference to `iommu_bio_merge' 
drivers/built-in.o(.text+0x482f5): In function `blk_hw_contig_segment': 
: undefined reference to `iommu_bio_merge' 
drivers/built-in.o(.text+0x4855b): In function `ll_back_merge_fn': 
: undefined reference to `iommu_bio_merge' 
drivers/built-in.o(.text+0x486db): In function `ll_front_merge_fn': 
: undefined reference to `iommu_bio_merge' 
make: *** [.tmp_vmlinux1] Error 1
Comment 1 Ian Hastie 2004-06-25 07:46:40 UTC
Created attachment 34134 [details, diff]
Fix for bug #55155

With this patch the kernel will compile and run normally.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-25 11:59:53 UTC
*** Bug 55164 has been marked as a duplicate of this bug. ***
Comment 3 Christopher O'Neill 2004-07-03 05:10:34 UTC
This bug is still present in r7, the patch works great though - thanks!
Comment 4 Ian Hastie 2004-07-11 16:49:41 UTC
Not in r8 or r9 either.  Is anyone going to do something with this or will it end up going the same way as http://bugs.gentoo.org/show_bug.cgi?id=47302?
Comment 5 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-07-11 19:15:07 UTC
I'll roll another kernel package tomorrow with this patch in it.
Comment 6 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-07-12 10:05:56 UTC
Fixed in 2.6.7-r10, thanks for prodding me, I needed it :)