OpenVZ Forum


Home » International » Russian » *WORKAROUNDED* Bug: memory remap 2.6.18-8.el5.028stab031.1.x86_64
Re: Bug: memory remap 2.6.18-8.el5.028stab031.1.x86_64 [message #12975 is a reply to message #12904] Wed, 16 May 2007 11:04 Go to previous messageGo to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

можете проверить помогает ли откат следующего патча plz:

--- 028stab028_1/arch/x86_64/mm/ioremap.c~orig  2007-04-19 14:30:35.000000000 +0400
+++ 028stab028_1/arch/x86_64/mm/ioremap.c       2007-04-19 15:04:30.000000000 +0400
@@ -287,7 +287,8 @@ void iounmap(volatile void __iomem *addr

        /* Reset the direct mapping. Can block */
        if (p->flags >> 20)
-               ioremap_change_attr(p->phys_addr, p->size, 0);
+               /* p->size includes the guard page, but cpa doesn't like that */
+               ioremap_change_attr(p->phys_addr, p->size - PAGE_SIZE, 0);

        /* Finally remove it */
        o = remove_vm_area((void *)addr);



т.е. нужно в этой строке убрать -PAGE_SIZE.
плюс проверьте плз помогает ли nmi_watchdog=0


http://static.openvz.org/userbars/openvz-developer.png

[Updated on: Wed, 16 May 2007 11:04]

Report message to a moderator

 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ремонт VSов.
Next Topic: *SOLVED* IP Адрес и /etc/hosts или скрипт debian-set_hostname.sh
Goto Forum:
  


Current Time: Wed Oct 02 20:23:24 GMT 2024

Total time taken to generate the page: 0.05129 seconds