From: "D. Bahi" <dbahi@enterasys.com>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] corrections to 2.4 series incrementals: multiple-includes
Date: Fri, 06 Aug 2004 14:56:05 -0400 [thread overview]
Message-ID: <4113D445.3050104@enterasys.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 358 bytes --]
patches to patches ? or, developers can figure this out....
this is a corrected version of the fix-smp patch found on:
http://user-mode-linux.sourceforge.net/patches.html
The line in the available patch incorrectly attempts to patch
arch/um/os/drivers/ethertap_kern.c instead of um/os-Linux/drivers
(a clean tree):
And thus fails to apply completely.
[-- Attachment #1.2: multiple-includes.clean --]
[-- Type: text/plain, Size: 858 bytes --]
--- linux-2.4.26_uml-patch-2.4.26-2um.orig/arch/um/kernel/frame_kern.c 2004-08-01 07:52:46.000000000 -0400
+++ linux-2.4.26_uml-patch-2.4.26-2um_incrementals/arch/um/kernel/frame_kern.c 2004-08-03 13:37:27.000000000 -0400
@@ -6,7 +6,6 @@
#include "asm/ptrace.h"
#include "asm/uaccess.h"
#include "asm/signal.h"
-#include "asm/uaccess.h"
#include "asm/ucontext.h"
#include "frame_kern.h"
#include "sigcontext.h"
--- linux-2.4.26_uml-patch-2.4.26-2um.orig/arch/um/os-Linux/drivers/ethertap_kern.c 2004-08-01 07:52:46.000000000 -0400
+++ linux-2.4.26_uml-patch-2.4.26-2um_incrementals/arch/um/os-Linux/drivers/ethertap_kern.c 2004-08-03 13:38:02.000000000 -0400
@@ -8,7 +8,6 @@
#include "linux/init.h"
#include "linux/netdevice.h"
#include "linux/etherdevice.h"
-#include "linux/init.h"
#include "net_kern.h"
#include "net_user.h"
#include "etap.h"
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 187 bytes --]
next reply other threads:[~2004-08-06 18:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-06 18:56 D. Bahi [this message]
2004-08-06 22:47 ` [uml-devel] corrections to 2.4 series incrementals: multiple-includes Jeff Dike
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=4113D445.3050104@enterasys.com \
--to=dbahi@enterasys.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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.