All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix i810_dma.c freeing mem inside mem_map
@ 2002-02-08  5:12 William Lee Irwin III
  2002-02-08 12:31 ` Hugh Dickins
  0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2002-02-08  5:12 UTC (permalink / raw)
  To: linux-kernel

--- linux/drivers/char/drm/i810_dma.c.bak	Thu Feb  7 21:09:49 2002
+++ linux/drivers/char/drm/i810_dma.c	Thu Feb  7 21:09:59 2002
@@ -301,7 +301,7 @@
 		atomic_dec(&p->count);
 		clear_bit(PG_locked, &p->flags);
 		wake_up_page(p);
-		free_page(p);
+		free_page(page);
 	}
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix i810_dma.c freeing mem inside mem_map
  2002-02-08  5:12 [PATCH] fix i810_dma.c freeing mem inside mem_map William Lee Irwin III
@ 2002-02-08 12:31 ` Hugh Dickins
  2002-02-08 16:49   ` William Lee Irwin III
  0 siblings, 1 reply; 3+ messages in thread
From: Hugh Dickins @ 2002-02-08 12:31 UTC (permalink / raw)
  To: William Lee Irwin III; +Cc: linux-kernel

On Thu, 7 Feb 2002, William Lee Irwin III wrote:
> --- linux/drivers/char/drm/i810_dma.c.bak	Thu Feb  7 21:09:49 2002
> +++ linux/drivers/char/drm/i810_dma.c	Thu Feb  7 21:09:59 2002
> @@ -301,7 +301,7 @@
>  		atomic_dec(&p->count);
>  		clear_bit(PG_locked, &p->flags);
>  		wake_up_page(p);
> -		free_page(p);
> +		free_page(page);
>  	}
>  }

What tree does this patch apply to?

Hugh


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix i810_dma.c freeing mem inside mem_map
  2002-02-08 12:31 ` Hugh Dickins
@ 2002-02-08 16:49   ` William Lee Irwin III
  0 siblings, 0 replies; 3+ messages in thread
From: William Lee Irwin III @ 2002-02-08 16:49 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: linux-kernel

On Thu, 7 Feb 2002, William Lee Irwin III wrote:
>> --- linux/drivers/char/drm/i810_dma.c.bak	Thu Feb  7 21:09:49 2002
>> +++ linux/drivers/char/drm/i810_dma.c	Thu Feb  7 21:09:59 2002
>> @@ -301,7 +301,7 @@
>>  		atomic_dec(&p->count);
>>  		clear_bit(PG_locked, &p->flags);
>>  		wake_up_page(p);
>> -		free_page(p);
>> +		free_page(page);
>>  	}
>>  }

On Fri, Feb 08, 2002 at 12:31:07PM +0000, Hugh Dickins wrote:
> What tree does this patch apply to?
> Hugh

rmap12d

Cheers,
Bill

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-08 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-08  5:12 [PATCH] fix i810_dma.c freeing mem inside mem_map William Lee Irwin III
2002-02-08 12:31 ` Hugh Dickins
2002-02-08 16:49   ` William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.