lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 11 Aug 2015 14:44:48 -0400
From:	"Gabriel L. Somlo" <somlo@....edu>
To:	gregkh@...uxfoundation.org, ralf@...ux-mips.org, zajec5@...il.com,
	paul@...an.com, galak@...eaurora.org, linux-api@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc:	matt.fleming@...el.com, x86@...nel.org, linux-efi@...r.kernel.org,
	qemu-devel@...gnu.org, lersek@...hat.com,
	jordan.l.justen@...el.com, gleb@...udius-systems.com,
	pbonzini@...hat.com, kraxel@...hat.com, eblake@...hat.com,
	rjones@...hat.com, kernelnewbies@...nelnewbies.org
Subject: [PATCH v2 2/3] kobject: export kset_find_obj() to be used from modules

From: "Gabriel Somlo" <somlo@....edu>

Signed-off-by: Gabriel Somlo <somlo@....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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ