From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 12 Apr 2012 09:59:18 -0400 Subject: [RFC]Something wrong with my module In-Reply-To: <20120412111838.GL9622@thebe.jupiter.sigsegv.be> (Kristof Provost's message of "Thu, 12 Apr 2012 13:18:39 +0200") References: <20120412111838.GL9622@thebe.jupiter.sigsegv.be> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org kristof wrote: > [...] > You're iterating over the tasks list without locking it. > [...] > Try to take the tasklist_lock. Unfortunately, tasklist_lock is not SYMBOL_EXPORT*'d to modules. - FChE