All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Adding a syscall to specific kernel version
Date: Thu, 5 Jun 2014 07:22:09 -0700	[thread overview]
Message-ID: <20140605142209.GA26987@kroah.com> (raw)
In-Reply-To: <CAEK-7J+Jft+xU=s4rqMrVxJib-x3_6WOoKPKNOGpq4ws8sr7Jw@mail.gmail.com>

On Thu, Jun 05, 2014 at 06:10:06PM +0530, Dipanjan Das wrote:
> 
> Hi,
> 
> I am trying to add a new syscall to kernel 3.4. So far I have tried at least
> four different tutorials from Internet. To my utter frustration, whatever
> source files they have referred in the tutorials, at least one of those is
> missing in all the cases.
> 
> Why isn't there a consistent interface for addition of syscall across kernel
> version?

Because code changes over time for valid reasons.  If it didn't, the
project would be dead.

> How will I get to know the method for a specific kernel version officially?

What do you mean by "officially"?

You have the source to the kernel for all versions, that's the only
"official" thing to use.

Why are you using the 3.4 kernel, that one is obsolete for any new
development?

thanks,

greg k-h

  reply	other threads:[~2014-06-05 14:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 12:40 Adding a syscall to specific kernel version Dipanjan Das
2014-06-05 14:22 ` Greg KH [this message]
2014-06-05 14:45 ` Valdis.Kletnieks at vt.edu

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=20140605142209.GA26987@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.