From: Paulo Marques <pmarques@grupopie.com>
To: Jan Dittmer <j.dittmer@portrix.net>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.12-rc2-mm2
Date: Fri, 08 Apr 2005 16:23:26 +0100 [thread overview]
Message-ID: <4256A1EE.8060706@grupopie.com> (raw)
In-Reply-To: <42569122.9070003@portrix.net>
[-- Attachment #1: Type: text/plain, Size: 649 bytes --]
Jan Dittmer wrote:
> Andrew Morton wrote:
>
>>create-a-kstrdup-library-function.patch
>> create a kstrdup library function
>>
>>create-a-kstrdup-library-function-fixes.patch
>> create-a-kstrdup-library-function-fixes
Oops, forgot to include slab.h. I guess the other #include's were
including it somewhere down the line on x86, so it went unnoticed :(
The attached patch should fix this.
[PATCH] create-a-kstrdup-library-function-fix-include-slab
Signed-off-by: Paulo Marques <pmarques@grupopie.com>
--
Paulo Marques - www.grupopie.com
All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke (1729 - 1797)
[-- Attachment #2: strdup_fix_patch --]
[-- Type: text/plain, Size: 275 bytes --]
--- ./lib/string.c.orig 2005-04-08 16:07:14.000000000 +0100
+++ ./lib/string.c 2005-04-08 16:08:29.000000000 +0100
@@ -23,6 +23,7 @@
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/module.h>
+#include <linux/slab.h>
#ifndef __HAVE_ARCH_STRNICMP
/**
next prev parent reply other threads:[~2005-04-08 15:23 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-08 10:08 2.6.12-rc2-mm2 Andrew Morton
2005-04-08 11:46 ` 2.6.12-rc2-mm2 Rafael J. Wysocki
2005-04-08 16:44 ` 2.6.12-rc2-mm2 Rafael J. Wysocki
2005-04-08 12:25 ` 2.6.12-rc2-mm2 Indrek Kruusa
2005-04-08 14:11 ` 2.6.12-rc2-mm2 Jan Dittmer
2005-04-08 15:23 ` Paulo Marques [this message]
2005-04-08 14:14 ` 2.6.12-rc2-mm2 Jan Dittmer
[not found] ` <425691BD.9080507-wDE+IXx/zk/R7s880joybQ@public.gmane.org>
2005-04-08 22:21 ` 2.6.12-rc2-mm2 Andrew Morton
2005-04-08 22:21 ` 2.6.12-rc2-mm2 Andrew Morton
2005-04-08 15:17 ` 2.6.12-rc2-mm2 Alexander Nyberg
2005-04-08 17:28 ` 2.6.12-rc2-mm2 Alexey Dobriyan
2005-04-08 13:52 ` 2.6.12-rc2-mm2 Martin Waitz
2005-04-08 23:28 ` 2.6.12-rc2-mm2 Jesper Juhl
2005-04-09 1:49 ` 2.6.12-rc2-mm2 Adrian Bunk
2005-04-09 1:57 ` 2.6.12-rc2-mm2 Jesper Juhl
2005-04-09 12:51 ` 2.6.12-rc2-mm2 Adrian Bunk
[not found] ` <20050408030835.4941cd98.akpm-3NddpPZAyC0@public.gmane.org>
2005-04-09 13:43 ` 2.6.12-rc2-mm2 Alexander Nyberg
2005-04-09 13:43 ` 2.6.12-rc2-mm2 Alexander Nyberg
[not found] ` <1113054188.2364.23.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-04-09 17:22 ` 2.6.12-rc2-mm2 =?gb18030?q?Ois=A8=AAn_Mac_Fheara=A8=AA?=
2005-05-26 5:07 ` 2.6.12-rc2-mm2 Andrew Morton
2005-04-10 13:31 ` 2.6.12-rc2-mm2 Alexander Nyberg
2005-04-10 22:48 ` 2.6.12-rc2-mm2 Adrian Bunk
2005-04-11 15:18 ` 2.6.12-rc2-mm2 Paul E. McKenney
2005-04-13 0:36 ` 2.6.12-rc2-mm2 Adrian Bunk
2005-04-13 1:32 ` 2.6.12-rc2-mm2 Paul E. McKenney
-- strict thread matches above, loose matches on Subject: below --
2005-04-08 11:50 2.6.12-rc2-mm2 Michael Thonke
2005-04-10 15:06 2.6.12-rc2-mm2 Pavel Machek
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=4256A1EE.8060706@grupopie.com \
--to=pmarques@grupopie.com \
--cc=akpm@osdl.org \
--cc=j.dittmer@portrix.net \
--cc=linux-kernel@vger.kernel.org \
/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 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.