Re: [GIT PULL] time/ntp fix

2015-02-22 Thread Geert Uytterhoeven
Hi Ingo, On Sat, Feb 21, 2015 at 6:49 AM, Ingo Molnar wrote: > * John Stultz wrote: > >> On Fri, Feb 20, 2015 at 2:26 PM, Linus Torvalds >> wrote: >> > On Fri, Feb 20, 2015 at 5:44 AM, Ingo Molnar wrote: >> >> >> >> John Stultz (1): >> >> ntp: Fixup adjtimex freq validation on 32-bit sys

Re: [GIT PULL] time/ntp fix

2015-02-20 Thread Ingo Molnar
* John Stultz wrote: > On Fri, Feb 20, 2015 at 2:26 PM, Linus Torvalds > wrote: > > On Fri, Feb 20, 2015 at 5:44 AM, Ingo Molnar wrote: > >> > >> John Stultz (1): > >> ntp: Fixup adjtimex freq validation on 32-bit systems > > > > This is confusing. 32-bit? > > Right, so the check that w

Re: [GIT PULL] time/ntp fix

2015-02-20 Thread Linus Torvalds
On Fri, Feb 20, 2015 at 2:58 PM, John Stultz wrote: > > Is the above clarification sufficient? Or would you like me to reword > the commit message as well? It's ok. And I'll add it to the merge message so that it's mentioned somewhere at least. Thanks, Linus -- To unsubscribe

Re: [GIT PULL] time/ntp fix

2015-02-20 Thread John Stultz
On Fri, Feb 20, 2015 at 2:26 PM, Linus Torvalds wrote: > On Fri, Feb 20, 2015 at 5:44 AM, Ingo Molnar wrote: >> >> John Stultz (1): >> ntp: Fixup adjtimex freq validation on 32-bit systems > > This is confusing. 32-bit? Right, so the check that was added in a previous commit is really only

Re: [GIT PULL] time/ntp fix

2015-02-20 Thread Linus Torvalds
On Fri, Feb 20, 2015 at 5:44 AM, Ingo Molnar wrote: > > John Stultz (1): > ntp: Fixup adjtimex freq validation on 32-bit systems This is confusing. 32-bit? > + /* > +* Check for potential multiplication overflows that can > +* only happen on 64-bit systems: 64-bit?

Re: [GIT PULL] time/ntp fix

2015-02-20 Thread Dongsheng Song
On Fri, Feb 20, 2015 at 9:44 PM, Ingo Molnar wrote: > Linus, > > Please pull the latest timers-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > timers-urgent-for-linus > ># HEAD: 29183a70b0b828500816bd794b3fe192fce89f73 ntp: Fixup adjtimex fre

[GIT PULL] time/ntp fix

2015-02-20 Thread Ingo Molnar
Linus, Please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus # HEAD: 29183a70b0b828500816bd794b3fe192fce89f73 ntp: Fixup adjtimex freq validation on 32-bit systems An adjtimex interface regression

[GIT PULL] time/ntp fix

2012-07-18 Thread Ingo Molnar
Linus, Please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus HEAD: 6b1859dba01c7d512b72d77e3fd7da8354235189 ntp: Fix STA_INS/DEL clearing bug Thanks, Ingo --> John Stultz