Re: kmalloc returns twice the same memory address?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Korkakakis Nikos <korkakak@...>
Cc: <linux-kernel@...>, <linux-newbie@...>
Date: Tuesday, June 30, 2009 - 9:30 pm

On 06/30/2009 12:08 PM, Korkakakis Nikos wrote:

GFP_KERNEL and GFP_ATOMIC are contradictory flags. Also, drivers should
generally not be using GFP_DMA, if the DMA mapping API is used this is
not needed.

I don't know if this is what is causing your problem or not.

> if (!omm_dev_buffer) {

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Write and Submit Your First Kernel Patch, Kevyn-Alexandre Paré, (Fri Oct 23, 2:46 pm)
kmalloc returns twice the same memory address?, Korkakakis Nikos, (Tue Jun 30, 2:08 pm)
Re: Write and Submit Your First Kernel Patch, Daniel Barkalow, (Fri Oct 23, 4:33 pm)
Re: Write and Submit Your First Kernel Patch, Junio C Hamano, (Fri Oct 23, 4:58 pm)
Re: Write and Submit Your First Kernel Patch, Kevyn-Alexandre Paré, (Fri Oct 23, 5:26 pm)
Re: Write and Submit Your First Kernel Patch, Junio C Hamano, (Fri Oct 23, 3:52 pm)
Re: Write and Submit Your First Kernel Patch, Kevyn-Alexandre Paré, (Fri Oct 23, 4:30 pm)
Re: Write and Submit Your First Kernel Patch, Kevyn-Alexandre Paré, (Fri Oct 23, 4:34 pm)
Re: kmalloc returns twice the same memory address?, Robert Hancock, (Tue Jun 30, 9:30 pm)