From: "Gabriel L. Somlo" <somlo@cmu.edu>
To: gregkh@linuxfoundation.org, ralf@linux-mips.org,
zajec5@gmail.com, paul@pwsan.com, galak@codeaurora.org,
linux-api@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: linux-efi@vger.kernel.org, rjones@redhat.com,
jordan.l.justen@intel.com, x86@kernel.org, qemu-devel@nongnu.org,
gleb@cloudius-systems.com, matt.fleming@intel.com,
kernelnewbies@kernelnewbies.org, kraxel@redhat.com,
pbonzini@redhat.com, lersek@redhat.com
Subject: [PATCH v2 2/3] kobject: export kset_find_obj() to be used from modules
Date: Tue, 11 Aug 2015 14:44:48 -0400 [thread overview]
Message-ID: <bee098d13c9c7b7b688e71ceb55787766a58f847.1439315079.git.somlo@cmu.edu> (raw)
In-Reply-To: <cover.1439315079.git.somlo@cmu.edu>
In-Reply-To: <cover.1439315079.git.somlo@cmu.edu>
From: "Gabriel Somlo" <somlo@cmu.edu>
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
lib/kobject.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/kobject.c b/lib/kobject.c
index 0554077..8f07202 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -847,6 +847,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name)
spin_unlock(&kset->list_lock);
return ret;
}
+EXPORT_SYMBOL(kset_find_obj);
static void kset_release(struct kobject *kobj)
{
--
2.4.3
next prev parent reply other threads:[~2015-08-11 18:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 18:44 [PATCH v2 0/3] SysFS driver for QEMU fw_cfg device Gabriel L. Somlo
2015-08-11 18:44 ` [PATCH v2 1/3] firmware: introduce sysfs driver for QEMU's " Gabriel L. Somlo
2015-08-11 18:44 ` Gabriel L. Somlo [this message]
[not found] ` <cover.1439315079.git.somlo-D+Gtc/HYRWM@public.gmane.org>
2015-08-11 18:44 ` [PATCH v2 3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names Gabriel L. Somlo
[not found] ` <1439977109-20314-1-git-send-email-ard.biesheuvel@linaro.org>
[not found] ` <1439977109-20314-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-19 9:42 ` [PATCH v2 0/3] SysFS driver for QEMU fw_cfg device Ard Biesheuvel
2015-08-19 20:49 ` Gabriel L. Somlo
2015-08-19 23:04 ` Leif Lindholm
[not found] ` <20150819204915.GA6164-VPZ87SnTp2qKUezXOiBB2eW1CriLhL8O@public.gmane.org>
2015-08-20 5:21 ` Ard Biesheuvel
2015-08-21 3:47 ` Gabriel L. Somlo
[not found] ` <20150821034757.GA6982-VPZ87SnTp2qKUezXOiBB2eW1CriLhL8O@public.gmane.org>
2015-08-24 7:56 ` Ard Biesheuvel
2015-08-26 18:15 ` Christopher Covington
[not found] ` <55DE0227.8090905-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-09-01 16:11 ` Gabriel L. Somlo
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=bee098d13c9c7b7b688e71ceb55787766a58f847.1439315079.git.somlo@cmu.edu \
--to=somlo@cmu.edu \
--cc=galak@codeaurora.org \
--cc=gleb@cloudius-systems.com \
--cc=gregkh@linuxfoundation.org \
--cc=jordan.l.justen@intel.com \
--cc=kernelnewbies@kernelnewbies.org \
--cc=kraxel@redhat.com \
--cc=lersek@redhat.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matt.fleming@intel.com \
--cc=paul@pwsan.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=ralf@linux-mips.org \
--cc=rjones@redhat.com \
--cc=x86@kernel.org \
--cc=zajec5@gmail.com \
/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).