lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090814075357.GA3545@localdomain.by>
Date:	Fri, 14 Aug 2009 10:53:57 +0300
From:	Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To:	Lin Ming <ming.m.lin@...el.com>
Cc:	Len Brown <lenb@...nel.org>, "Brown, Len" <len.brown@...el.com>,
	"Moore, Robert" <robert.moore@...el.com>,
	"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: acpi_ex_system_memory_space_handler oops

> Could you please help to locate the line of code that causes oops, as
> below?
> 

$ addr2line -e ./vmlinux -i -f c12a77ca
acpi_ex_system_memory_space_handler
/media/dev/kernel/kernel-git/linux-2.6/drivers/acpi/acpica/exregion.c:129

exregion.c:129
        [...] 
        /*
         * Does the request fit into the cached memory mapping?
         * Is 1) Address below the current mapping? OR         
         *    2) Address beyond the current mapping?  
         */
        if ((address < mem_info->mapped_physical_address) ||
            (((acpi_integer) address + length) > ((acpi_integer)
                                                  mem_info->
                                                  mapped_physical_address +   
                                                  mem_info->mapped_length))) {
                /*
                 * The request cannot be resolved by the current memory mapping;
                 * Delete the existing mapping and create a new one.            
                 */
                if (mem_info->mapped_length) {
        [...]
             

        Sergey

Download attachment "signature.asc" of type "application/pgp-signature" (316 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ