login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
June
»
22
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jens Axboe
Subject:
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
Date: Friday, June 22, 2007 - 12:00 pm
On Fri, Jun 22 2007, Marc Pignat wrote:
quoted text
> from: Marc Pignat <marc.pignat@hevs.ch> > > kunmap must be called on the pointer returned by kmap.
kunmap_atomic() should align the given buffer to the start of the page anyway, so your patch wont change behaviour. -- Jens Axboe -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Oops in a driver while using SLUB as a SLAB allocator
, Nicolas Ferre
, (Thu Jun 21, 2:30 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Marc Pignat
, (Thu Jun 21, 7:54 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Marc Pignat
, (Thu Jun 21, 7:57 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Nicolas Ferre
, (Thu Jun 21, 8:54 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Thu Jun 21, 3:27 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 6:01 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 6:36 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 6:41 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Thu Jun 21, 9:26 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Thu Jun 21, 9:40 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Thu Jun 21, 9:46 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 10:10 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 10:13 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Thu Jun 21, 10:31 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Thu Jun 21, 10:37 pm)
[PATCH] mmc-atmel : fix kunmap wrong usage
, Marc Pignat
, (Thu Jun 21, 11:28 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Russell King
, (Fri Jun 22, 12:00 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Nicolas Ferre
, (Fri Jun 22, 2:09 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Hugh Dickins
, (Fri Jun 22, 5:00 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Nicolas Ferre
, (Fri Jun 22, 6:34 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Hugh Dickins
, (Fri Jun 22, 6:46 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Marc Pignat
, (Fri Jun 22, 7:21 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Marc Pignat
, (Fri Jun 22, 7:58 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Linus Torvalds
, (Fri Jun 22, 9:40 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 10:26 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 10:41 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Fri Jun 22, 11:39 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 11:51 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage
, Jens Axboe
, (Fri Jun 22, 12:00 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Fri Jun 22, 12:01 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 12:11 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 1:15 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Russell King
, (Fri Jun 22, 1:18 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Fri Jun 22, 1:21 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Fri Jun 22, 3:54 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Oleg Verych
, (Sat Jun 23, 3:40 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Russell King
, (Sun Jun 24, 1:38 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Sun Jun 24, 3:24 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Russell King
, (Sun Jun 24, 3:51 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Sun Jun 24, 5:25 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Nicolas Ferre
, (Mon Jun 25, 6:55 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Mon Jun 25, 7:07 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Mon Jun 25, 9:42 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Mon Jun 25, 10:00 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Mon Jun 25, 10:23 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Mon Jun 25, 11:23 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Mon Jun 25, 11:43 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Mon Jun 25, 11:50 am)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Hugh Dickins
, (Mon Jun 25, 12:04 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator
, Christoph Lameter
, (Tue Jun 26, 11:09 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge config
Robin Rosenberg
Re: cvs2svn conversion directly to git ready for experimentation
Linus Torvalds
git binary size...
Ævar Arnfjörð Bjarmason
Re: Challenge with Git-Bash
git-commits-head
:
Linux Kernel Mailing List
md: move allocation of ->queue from mddev_find to md_probe
Linux Kernel Mailing List
md: raid0: Represent zone->zone_offset in sectors.
Linux Kernel Mailing List
[ARM] S3C24XX: Add gpio_to_irq() facility