From: Greg KH <greg@kroah.com>
To: Jonathan McCune <jonmccune@cmu.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: sysfs binary attribute API flux
Date: Fri, 23 Mar 2012 09:20:51 -0700 [thread overview]
Message-ID: <20120323162051.GA20834@kroah.com> (raw)
In-Reply-To: <CAEwYmT+K7qr94D+ef1hgG1A2u0a9z+sopBjm08N2DcxM1FrM1w@mail.gmail.com>
On Fri, Mar 23, 2012 at 09:25:54AM -0400, Jonathan McCune wrote:
> On Thu, Mar 22, 2012 at 5:28 PM, Greg KH <greg@kroah.com> wrote:
> >> necessary to move some binary data from userspace into the kernel.
> > What exact type of binary data are you talking about here?
>
> There is a statically linked executable, which will also take a binary
> blob as input, and produce another as output.
You are passing the kernel an executable? I'm afraid to ask...
> >> have been using sysfs's 'struct bin_attribute'. Unfortunately, every
> >> few kernel versions, my code breaks because of a change in the
> >> definition of some elements in this struct. For example, kernel
> >
> > Is this a problem? It's only an issue for code that lives outside of
> > the kernel, and there's nothing we can do about that, sorry.
>
> My main question is one about best practices. If using sysfs and
> keeping up with such changes is the best option available, I can live
> with that. However, if I've somehow missed a preferred alternative,
> then I would like to use it.
No kernel api is stable, nor will it ever be, see
Documentation/stable_api_nonsense.txt for details. As your code is
living outside of the main kernel.org tree, you will have to deal with
this for any number of different function calls you make, sysfs is not
unique at all here.
> > debugfs?
>
> This may be an option, but my understanding is that it makes even
> fewer promises about API stability.
You are thinking about the user/kernel api stability here, not the
in-kernel api, right? Please don't confuse the two.
> > What exactly are you using this data for? Who creates it? What does it
> > represent?
>
> The research project involves using Intel TXT (or the AMD SVM
> equivalent) as a form of context switch mechanism to execute the
> statically-linked binary code in isolation from the rest of the
> system. Thus, there's some amount of systems-level code (executes in
> ring 0) in the binary to preserve the state of the Linux kernel, but
> the majority of it performs some kind of application-specific
> (executes in ring 3) function (e.g., protects some SSL / SSH / VPN
> keys). Another way to think about it is as a provision for arbitrarily
> many virtual smart cards, e.g., from userspace this shouldn't look all
> that different from loading binary code into some kind of peripheral
> device with support for arbitrary execution. In case you're interested
> in the code or the research paper describing the approach in more
> detail:
>
> http://flickertcb.sourceforge.net/
>
> http://www.ece.cmu.edu/~jmmccune/papers/mccune_parno_perrig_reiter_isozaki_eurosys08.pdf
Why not just create a new syscall for your work? That would be easier
in the longrun, and really, that is what you are doing here.
best of luck,
greg k-h
next prev parent reply other threads:[~2012-03-23 16:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-22 20:38 sysfs binary attribute API flux Jonathan McCune
2012-03-22 21:28 ` Greg KH
2012-03-23 13:25 ` Jonathan McCune
2012-03-23 16:20 ` Greg KH [this message]
2012-03-23 19:10 ` Jonathan McCune
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=20120323162051.GA20834@kroah.com \
--to=greg@kroah.com \
--cc=jonmccune@cmu.edu \
--cc=linux-kernel@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