From: Frank Cornelis <Frank.Cornelis@elis.ugent.be>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Frank Cornelis <Frank.Cornelis@elis.ugent.be>
Subject: [PATCH] get/put_task_struct
Date: 11 Aug 2003 11:44:01 +0200 [thread overview]
Message-ID: <1060595041.1602.3.camel@tom> (raw)
Hi,
In order to be able to safely manipulate a task_struct (!= current) from
within a module one should use get/put_task_struct. This is currently
not possible because __put_task_struct is not exported. Next patch
solves this issue. Please apply.
Frank.
--- linux-2.6.0-test3.orig/kernel/ksyms.c 2003-08-09 06:31:15.000000000 +0200
+++ linux-2.6.0-test3/kernel/ksyms.c 2003-08-11 11:03:40.000000000 +0200
@@ -498,6 +498,7 @@
#if !defined(__ia64__)
EXPORT_SYMBOL(loops_per_jiffy);
#endif
+EXPORT_SYMBOL(__put_task_struct);
/* misc */
next reply other threads:[~2003-08-11 9:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-11 9:44 Frank Cornelis [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-08-04 12:54 [PATCH] get/put_task_struct Frank Cornelis
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=1060595041.1602.3.camel@tom \
--to=frank.cornelis@elis.ugent.be \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox