From: Giacomo <delleceste@gmail.com>
To: netfilter-devel <netfilter-devel@vger.kernel.org>
Subject: Fwd: "kobject: does not have a release()function, it is broken and must be fixed. -- POSSIBLE SOLUTION?
Date: Mon, 23 Feb 2009 10:15:53 +0100 [thread overview]
Message-ID: <885896af0902230115r481c521fja35328241eff7cf8@mail.gmail.com> (raw)
Could it be I used sock_release() on the netlink socket instead of
netlink_kernel_release() call inside the module cleanup function()?
Thanks a lot.
Giacomo
---------- Forwarded message ----------
From: Giacomo <delleceste@gmail.com>
Date: 2009/2/23
Subject: "kobject: does not have a release()function, it is broken and
must be fixed.
To: netfilter-devel <netfilter-devel@vger.kernel.org>
Good morning to all.
Can anyone explain what I have to do in my module to avoid this warning?
Is there any example?
I am currently implementing
static int __init ini(void)
{
}
static void __exit fini(void)
{
}
to initialize and cleanup module.
Thanks in advance.
Giacomo
--
Giacomo S.
http://www.giacomos.it
- - - - - - - - - - - - - - - - - - - - - -
* Aprile 2008: iqfire-wall, un progetto
open source che implementa un
filtro di pacchetti di rete per Linux,
e` disponibile per il download qui:
http://sourceforge.net/projects/ipfire-wall
* Informazioni e pagina web ufficiale:
http://www.giacomos.it/iqfire/index.html
- - - - - - - - - - - - - - - - - - - - - -
. '' `.
: :' :
`. ` '
`- Debian GNU/Linux -- The power of freedom
http://www.debian.org
--
Giacomo S.
http://www.giacomos.it
- - - - - - - - - - - - - - - - - - - - - -
* Aprile 2008: iqfire-wall, un progetto
open source che implementa un
filtro di pacchetti di rete per Linux,
e` disponibile per il download qui:
http://sourceforge.net/projects/ipfire-wall
* Informazioni e pagina web ufficiale:
http://www.giacomos.it/iqfire/index.html
- - - - - - - - - - - - - - - - - - - - - -
. '' `.
: :' :
`. ` '
`- Debian GNU/Linux -- The power of freedom
http://www.debian.org
reply other threads:[~2009-02-23 9:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=885896af0902230115r481c521fja35328241eff7cf8@mail.gmail.com \
--to=delleceste@gmail.com \
--cc=netfilter-devel@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;
as well as URLs for NNTP newsgroup(s).