All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Thomas Shao <huishao@microsoft.com>
Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org,
	devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com,
	jasowang@redhat.com, kys@microsoft.com
Subject: Re: [PATCH] hyperv: Implement Time Synchronization using host time sample
Date: Tue, 14 Oct 2014 09:35:25 +0200	[thread overview]
Message-ID: <20141014073525.GA3189@kroah.com> (raw)
In-Reply-To: <1413275026-5645-1-git-send-email-huishao@microsoft.com>

On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote:
> --- a/kernel/time/timekeeping.c
> +++ b/kernel/time/timekeeping.c
> @@ -1786,6 +1786,7 @@ int do_adjtimex(struct timex *txc)
>  
>  	return ret;
>  }
> +EXPORT_SYMBOL(do_adjtimex);

EXPORT_SYMBOL_GPL()?

  reply	other threads:[~2014-10-14  7:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14  8:23 [PATCH] hyperv: Implement Time Synchronization using host time sample Thomas Shao
2014-10-14  7:35 ` Greg KH [this message]
2014-10-14  8:39   ` Thomas Shao
2014-10-14  9:14     ` Thomas Gleixner
2014-10-14  9:38       ` Thomas Shao
     [not found] <1413265740-10403-1-git-send-email-huishao@microsoft.com>
2014-10-15  2:24 ` Thomas Shao

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=20141014073525.GA3189@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=apw@canonical.com \
    --cc=devel@linuxdriverproject.org \
    --cc=huishao@microsoft.com \
    --cc=jasowang@redhat.com \
    --cc=kys@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olaf@aepfle.de \
    --cc=tglx@linutronix.de \
    /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.