linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: "Gabriel L. Somlo" <somlo@cmu.edu>
Cc: ralf@linux-mips.org, zajec5@gmail.com, paul@pwsan.com,
	galak@codeaurora.org, linux-api@vger.kernel.org,
	linux-kernel@vger.kernel.org, matt.fleming@intel.com,
	x86@kernel.org, linux-efi@vger.kernel.org, qemu-devel@nongnu.org,
	lersek@redhat.com, jordan.l.justen@intel.com,
	gleb@cloudius-systems.com, pbonzini@redhat.com,
	kraxel@redhat.com, eblake@redhat.com, rjones@redhat.com,
	kernelnewbies@kernelnewbies.org
Subject: Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from modules
Date: Mon, 10 Aug 2015 11:33:04 -0700	[thread overview]
Message-ID: <20150810183304.GC18817@kroah.com> (raw)
In-Reply-To: <5c2bafb073e1386e39c4f73a83e7d835547b6b1f.1439220623.git.somlo@cmu.edu>

On Mon, Aug 10, 2015 at 12:31:19PM -0400, Gabriel L. Somlo wrote:
> 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 3e3a5c3..f9754a0 100644
> --- a/lib/kobject.c
> +++ b/lib/kobject.c
> @@ -1058,3 +1058,4 @@ EXPORT_SYMBOL(kobject_del);
>  
>  EXPORT_SYMBOL(kset_register);
>  EXPORT_SYMBOL(kset_unregister);
> +EXPORT_SYMBOL(kset_find_obj);

checkpatch doesn't like this for obvious reasons :)

  reply	other threads:[~2015-08-10 18:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-10 16:31 [PATCH 0/3] SysFS driver for QEMU firmware config device (fw_cfg) Gabriel L. Somlo
2015-08-10 16:31 ` [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg device Gabriel L. Somlo
     [not found]   ` <3b039351aba44759627fa77a0003dad685a9f21d.1439220623.git.somlo-D+Gtc/HYRWM@public.gmane.org>
2015-08-10 18:30     ` Greg KH
     [not found]       ` <20150810183054.GA18817-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-10 19:02         ` Gabriel L. Somlo
     [not found]           ` <20150810190222.GN31816-h65ZQ0r4j6KKUezXOiBB2eW1CriLhL8O@public.gmane.org>
2015-08-10 19:15             ` Greg KH
2015-08-10 16:31 ` [PATCH 2/3] kobject: export kset_find_obj() to be used from modules Gabriel L. Somlo
2015-08-10 18:33   ` Greg KH [this message]
2015-08-10 18:43     ` Gabriel L. Somlo
     [not found]       ` <20150810184310.GM31816-h65ZQ0r4j6KKUezXOiBB2eW1CriLhL8O@public.gmane.org>
2015-08-10 18:54         ` Greg KH
     [not found]           ` <20150810185400.GC19646-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-10 19:04             ` Gabriel L. Somlo
2015-08-10 16:31 ` [PATCH 3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names Gabriel L. Somlo
     [not found]   ` <1cadfcda3c31d7470f677656f9c914e9c4b7c0cd.1439220623.git.somlo-D+Gtc/HYRWM@public.gmane.org>
2015-08-10 18:32     ` Greg KH

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=20150810183304.GC18817@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=eblake@redhat.com \
    --cc=galak@codeaurora.org \
    --cc=gleb@cloudius-systems.com \
    --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=somlo@cmu.edu \
    --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).