From: David Miller <davem@davemloft.net>
To: rjw@sisk.pl
Cc: htd@fancy-poultry.org, xtfeng@gmail.com,
linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org,
maciej.rutecki@gmail.com, netdev@vger.kernel.org
Subject: Re: [Bug #15196] kmem_cache_create: duplicate cache ccid2_h
Date: Mon, 08 Feb 2010 12:34:54 -0800 (PST) [thread overview]
Message-ID: <20100208.123454.38911094.davem@davemloft.net> (raw)
In-Reply-To: <201002081204.28039.rjw@sisk.pl>
From: "Rafael J. Wysocki" <rjw@sisk.pl>
Date: Mon, 8 Feb 2010 12:04:27 +0100
> Hmm. The bug is in net/dccp/ccid.c, so it looks like something for the
> networking guys to merge.
>
> Any chance to send a singed-off version of the patch do David?
Fixes for this are already in my net-2.6 tree, will send them
off to Linus later today, I was waiting for some netfilter
fixes which I just received:
commit 1386be55e32a3c5d8ef4a2b243c530a7b664c02c
Author: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Date: Tue Feb 2 20:16:56 2010 +0000
dccp: fix auto-loading of dccp(_probe)
This fixes commit (38ff3e6bb987ec583268da8eb22628293095d43b) ("dccp_probe:
Fix module load dependencies between dccp and dccp_probe", from 15 Jan).
It fixes the construction of the first argument of try_then_request_module(),
where only valid return codes from the first argument should be returned.
What we do now is assign the result of register_jprobe() to ret, without
the side effect of the comparison.
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
commit 8ed030dd0aa400d18c63861c2c6deb7c38f4edde
Author: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Date: Mon Feb 1 02:12:19 2010 +0000
dccp: fix bug in cache allocation
This fixes a bug introduced in commit de4ef86cfce60d2250111f34f8a084e769f23b16
("dccp: fix dccp rmmod when kernel configured to use slub", 17 Jan): the
vsnprintf used sizeof(slab_name_fmt), which became truncated to 4 bytes, since
slab_name_fmt is now a 4-byte pointer and no longer a 32-character array.
This lead to error messages such as
FATAL: Error inserting dccp: No buffer space available
>> kernel: [ 1456.341501] kmem_cache_create: duplicate cache cci
generated due to the truncation after the 3rd character.
Fixed for the moment by introducing a symbolic constant. Tested to fix the bug.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
next prev parent reply other threads:[~2010-02-08 20:34 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-07 22:16 2.6.33-rc7: Reported regressions from 2.6.32 Rafael J. Wysocki
2010-02-07 22:16 ` [Bug #14792] Misdetection of the TV output Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #14937] WARNING: at kernel/lockdep.c:2830 Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #14950] tbench regression with 2.6.33-rc1 Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15025] Oops in ext4 driver Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15036] soft lockup in dmesg after suspend/resume Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #14999] possible circular locking dependency detected in rfkill at suspend Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #14949] drm_vm.c:drm_mmap: possible circular locking dependency detected Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15044] Much higher wakeups for "<kernel IPI> : Rescheduling interrupts" since 2.6.32.2 Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15039] leds_alix2: can't allocate I/O for GPIO Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15043] Display goes off with i915.powersave=1 after suspend-resume Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15114] X.org hang with [drm:i915_gem_do_execbuffer] *ERROR* in dmesg Rafael J. Wysocki
2010-02-07 23:16 ` Matěj Laitl
2010-02-08 0:09 ` Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15139] e1000: transmit queue 0 timed out Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15076] System panic under load with clockevents_program_event Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15142] sysfs-related lockdep warning in __blkdev_get Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15192] netperf ~50% regression with 2.6.33-rc1, bisect to 1b9508f Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15195] kernel BUG at include/net/netns/generic.h:41, pfkey_create+0x36/0x18b [af_key] Rafael J. Wysocki
2010-02-10 15:59 ` Luca Tettamanti
2010-02-10 19:23 ` Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15177] Asynchronous writes up to 30% slower than in previous kernel versions Rafael J. Wysocki
2010-02-08 19:16 ` Bart Van Assche
2010-02-08 19:37 ` Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15200] NFS problems in 2.6.33-rc6: Unknown error 526 Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15199] sata_nv and no /dev files Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15196] kmem_cache_create: duplicate cache ccid2_h Rafael J. Wysocki
2010-02-08 7:15 ` Heinz Diehl
2010-02-08 11:04 ` Rafael J. Wysocki
2010-02-08 20:34 ` David Miller [this message]
2010-02-07 22:28 ` [Bug #15202] lockdep warning during elevator_switch Rafael J. Wysocki
2010-02-07 23:35 ` Hugh Dickins
2010-02-08 0:08 ` Rafael J. Wysocki
2010-02-08 0:46 ` David Rientjes
2010-02-07 22:28 ` [Bug #15207] Pineview - only cursor on black screen visible, "GPU hung" in dmesg Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15245] [2.6.33-rc6 fc76be4 w/ drm-radon-testing and KMS enabled] Weird JCPU times? Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15246] BUG: Bad page state in process portageq Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15244] PROBLEM: hda-intel divide by zero kernel crash in azx_position_ok() Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15250] "drm/i915: implement new pm ops" disables irq on aborted s2disk Rafael J. Wysocki
2010-02-07 22:28 ` [Bug #15251] ioctl32(mdadm:2243): Unknown cmd fd(3) cmd(800c0910){t:09;sz:12} arg(ffb7f9c4) Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2010-02-01 0:18 2.6.33-rc6: Reported regressions from 2.6.32 Rafael J. Wysocki
2010-02-01 0:22 ` [Bug #15196] kmem_cache_create: duplicate cache ccid2_h Rafael J. Wysocki
2010-02-01 3:30 ` Xiaotian Feng
2010-02-01 7:20 ` David Miller
2010-02-01 11:55 ` Neil Horman
2010-02-01 12:49 ` David Miller
2010-02-01 13:01 ` Neil Horman
2010-02-01 15:06 ` Heinz Diehl
2010-02-07 10:54 ` Heinz Diehl
2010-02-07 11:42 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100208.123454.38911094.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=htd@fancy-poultry.org \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.rutecki@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=xtfeng@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®