login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
June
»
26
Re: Oops in a driver while using SLUB as a SLAB allocator
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Christoph Lameter
Subject:
Re: Oops in a driver while using SLUB as a SLAB allocator
Date: Tuesday, June 26, 2007 - 11:09 am
On Mon, 25 Jun 2007, Hugh Dickins wrote:
quoted text
> Please reread mails of the last 20 hours. Your "ARM fix" may or may not > be a good thing, I don't know. But it had nothing to do with this oops, > which (we believe) came from a kmalloc in drivers/mmc/core/sd.c. There > are likely to be many other drivers which pass down kmalloc'ed buffers > to routines which handle both kmalloc'ed buffers and page buffers. > Though very few of those needing to flush_dcache_page.
If that is so then those functions may want to check PageSlab before calling flush_dcache_page. -
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
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate