Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi,
I have installed 64 bit RHEL-5 (kernel version -2.6.18-92.el5) on my PC. now i am updating the kernel to 2.6.18-164..6.1.el5. i got following error:
[root@localhost linux]# cd /usr/src/linux
[root@localhost linux]# make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/x86_64/kernel/built-in.o: In function `alloc_iommu':
/usr/src/linux/arch/x86_64/kernel/pci-gart.c:94: undefined reference to `iommu_a rea_alloc'
/usr/src/linux/arch/x86_64/kernel/pci-gart.c:98: undefined reference to `iommu_a rea_alloc'
arch/x86_64/kernel/built-in.o: In function `free_iommu':
/usr/src/linux/arch/x86_64/kernel/pci-gart.c:122: undefined reference to `iommu_ area_free'
arch/x86_64/kernel/built-in.o: In function `pci_swiotlb_init':
/usr/src/linux/arch/x86_64/kernel/pci-swiotlb.c:35: undefined reference to `iomm u_pass_through'
arch/x86_64/kernel/built-in.o: In function `iommu_setup':
/usr/src/linux/arch/x86_64/kernel/pci-dma.c:277: undefined reference to `iommu_p ass_through'
make: *** [.tmp_vmlinux1] Error 1
To upgrade the kernel, I would download the RPM for the new kernel and do the regular rpm -ivh, and then reboot the server to boot into the new kernel. But this would work only if you have the Redhat Subscription.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.