From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: xtime variable in kernel 4.0
Date: Tue, 14 Apr 2015 15:20:31 +0200 [thread overview]
Message-ID: <20150414132031.GA31980@kroah.com> (raw)
In-Reply-To: <CALVKJdkVjZ=jZ_ME5243X-ig3UAs3Np7MqTgaA-gj=Buvn7osA@mail.gmail.com>
On Tue, Apr 14, 2015 at 08:47:08AM -0400, Mohammad A Khasawneh wrote:
> Hi everyone,
>
> I'm trying to develop a syscall in kernel v4.0 which copies the xtime variable
> to user space. I can find the variable in 3.X but it seems to have been changed
> in 4.0. Can anyone point me to its location?
git is your friend, it shouldn't be hard to find where it went to, just
look at all commits that changed between the version you find it, and
the new one, and run 'git log path/filename.c'
next prev parent reply other threads:[~2015-04-14 13:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-14 12:47 xtime variable in kernel 4.0 Mohammad A Khasawneh
2015-04-14 13:01 ` Anupam Kapoor
2015-04-14 13:20 ` Greg KH [this message]
2015-04-14 13:31 ` Nick Krause
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=20150414132031.GA31980@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 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).