Re: [GIT PULL] core kernel fixes

2019-05-19 Thread pr-tracker-bot
The pull request you sent on Sat, 18 May 2019 10:51:11 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > core-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1335d9a1fb2abbe5022de3c517989cc7c7161dee Thank you! -- Deet-doot-dot, I

[GIT PULL] core kernel fixes

2019-05-18 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 8ea58f1e8b11cca3087b294779bf5959bf89cc10 objtool: Allow AR to be overridden with HOSTAR This fixes a particularly thorny munmap()

Re: [GIT PULL] core kernel fixes

2019-05-16 Thread pr-tracker-bot
The pull request you sent on Thu, 16 May 2019 17:51:46 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > core-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b2ca74d32bba153a1507e6b7e36d3ec8a89311a1 Thank you! -- Deet-doot-dot, I

[GIT PULL] core kernel fixes

2019-05-16 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 2decec48b0fd28ffdbf4cc684bd04e735f0839dd objtool: Fix whitelist documentation typo A handful of objtool updates, plus a

[GIT PULL] core kernel fixes

2018-07-21 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 092b31aa2048cf7561a39697974adcd147fbb27b x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling This is mostly the

[GIT PULL] core kernel fixes

2018-07-21 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 092b31aa2048cf7561a39697974adcd147fbb27b x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling This is mostly the

[GIT PULL] core kernel fixes

2017-12-06 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 14c47b54b0d9389e3ca0718e805cdd90c5a4303a objtool: Fix 64-bit build on 32-bit host Two fixes: - objtool cross-build fixes -

[GIT PULL] core kernel fixes

2017-12-06 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 14c47b54b0d9389e3ca0718e805cdd90c5a4303a objtool: Fix 64-bit build on 32-bit host Two fixes: - objtool cross-build fixes -

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Josh Poimboeuf
On Sun, Nov 05, 2017 at 12:12:31PM -0800, Linus Torvalds wrote: > On Sun, Nov 5, 2017 at 11:53 AM, Josh Poimboeuf wrote: > > > > The GCC manual says: > > > > "asm statements that have no output operands, including asm goto > >statements, are implicitly volatile." > >

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Josh Poimboeuf
On Sun, Nov 05, 2017 at 12:12:31PM -0800, Linus Torvalds wrote: > On Sun, Nov 5, 2017 at 11:53 AM, Josh Poimboeuf wrote: > > > > The GCC manual says: > > > > "asm statements that have no output operands, including asm goto > >statements, are implicitly volatile." > > Hmm. Fair enough. > >

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Linus Torvalds
On Sun, Nov 5, 2017 at 11:53 AM, Josh Poimboeuf wrote: > > The GCC manual says: > > "asm statements that have no output operands, including asm goto >statements, are implicitly volatile." Hmm. Fair enough. And the manual does say that it can merge and duplicate those

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Linus Torvalds
On Sun, Nov 5, 2017 at 11:53 AM, Josh Poimboeuf wrote: > > The GCC manual says: > > "asm statements that have no output operands, including asm goto >statements, are implicitly volatile." Hmm. Fair enough. And the manual does say that it can merge and duplicate those asms (and suggests

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Josh Poimboeuf
On Sun, Nov 05, 2017 at 10:09:59AM -0800, Linus Torvalds wrote: > On Sun, Nov 5, 2017 at 6:33 AM, Ingo Molnar wrote: > > > > Please note that this pull request is RFC due to the top commit: > > > > ec1e1b610917: objtool: Prevent GCC from merging annotate_unreachable(), > >

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Josh Poimboeuf
On Sun, Nov 05, 2017 at 10:09:59AM -0800, Linus Torvalds wrote: > On Sun, Nov 5, 2017 at 6:33 AM, Ingo Molnar wrote: > > > > Please note that this pull request is RFC due to the top commit: > > > > ec1e1b610917: objtool: Prevent GCC from merging annotate_unreachable(), > > take 2 > > > > ...

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Linus Torvalds
On Sun, Nov 5, 2017 at 6:33 AM, Ingo Molnar wrote: > > Please note that this pull request is RFC due to the top commit: > > ec1e1b610917: objtool: Prevent GCC from merging annotate_unreachable(), > take 2 > > ... which is admittedly somewhat of an ad-hoc workaround for

Re: [GIT PULL] core kernel fixes

2017-11-05 Thread Linus Torvalds
On Sun, Nov 5, 2017 at 6:33 AM, Ingo Molnar wrote: > > Please note that this pull request is RFC due to the top commit: > > ec1e1b610917: objtool: Prevent GCC from merging annotate_unreachable(), > take 2 > > ... which is admittedly somewhat of an ad-hoc workaround for something the > compiler

[GIT PULL] core kernel fixes

2017-11-05 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: ec1e1b6109171d1890a437481c35b2b56d2327b8 objtool: Prevent GCC from merging annotate_unreachable(), take 2 Please note that this

[GIT PULL] core kernel fixes

2017-11-05 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: ec1e1b6109171d1890a437481c35b2b56d2327b8 objtool: Prevent GCC from merging annotate_unreachable(), take 2 Please note that this

[GIT PULL] core kernel fixes

2017-07-21 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 325cdacd03c12629aa5f9ee2ace49b1f3dc184a8 debug: Fix WARN_ON_ONCE() for modules A fix to WARN_ON_ONCE() done by modules, plus a

[GIT PULL] core kernel fixes

2017-07-21 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 325cdacd03c12629aa5f9ee2ace49b1f3dc184a8 debug: Fix WARN_ON_ONCE() for modules A fix to WARN_ON_ONCE() done by modules, plus a

[GIT PULL] core kernel fixes

2016-10-18 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: a705e07b9c80df27b6bb12f7a4cd4cf4ed2f728b cpu/hotplug: Use distinct name for cpu_hotplug.dep_map A CPU hotplug debuggability fix and

[GIT PULL] core kernel fixes

2016-10-18 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: a705e07b9c80df27b6bb12f7a4cd4cf4ed2f728b cpu/hotplug: Use distinct name for cpu_hotplug.dep_map A CPU hotplug debuggability fix and

[GIT PULL] core kernel fixes

2016-07-13 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: a7c734140aa36413944eef0f8c660e0e2256357d cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble Fix

[GIT PULL] core kernel fixes

2016-07-13 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: a7c734140aa36413944eef0f8c660e0e2256357d cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble Fix

[GIT PULL] core kernel fixes

2016-04-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 353def94606fda16d9ae1761b4b0583286481ec5 MAINTAINERS: Update my email address This contains the nohz/atomic cleanup/fix for the

[GIT PULL] core kernel fixes

2016-04-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 353def94606fda16d9ae1761b4b0583286481ec5 MAINTAINERS: Update my email address This contains the nohz/atomic cleanup/fix for the

[GIT PULL] core kernel fixes

2015-02-06 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 135818bf494e6f8f7c9327d9d9e015f7548b6f8d Merge branch 'liblockdep-fixes-3.19' of

[GIT PULL] core kernel fixes

2015-02-06 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 135818bf494e6f8f7c9327d9d9e015f7548b6f8d Merge branch 'liblockdep-fixes-3.19' of

[GIT PULL] core kernel fixes

2012-10-23 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: fd0587339d80dd2fea5ead7f734676c9c618eace Documentation: Reflect the new location of the NMI watchdog info Two small fixes. Thanks,

[GIT PULL] core kernel fixes

2012-10-23 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: fd0587339d80dd2fea5ead7f734676c9c618eace Documentation: Reflect the new location of the NMI watchdog info Two small fixes. Thanks,

[GIT PULL] core kernel fixes for v3.7

2012-10-01 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: f784e8a7989c0da3062d04bfea3db90f41e8f738 task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver() This is a

[GIT PULL] core kernel fixes for v3.7

2012-10-01 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: f784e8a7989c0da3062d04bfea3db90f41e8f738 task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver() This is a

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Darren Hart
On 08/03/2012 10:01 AM, Ingo Molnar wrote: > > * Darren Hart wrote: > >> On 08/03/2012 09:31 AM, Ingo Molnar wrote: >>> Linus, >>> >>> Please pull the latest core-urgent-for-linus git tree from: >>> >>>git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git >>> core-urgent-for-linus

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Ingo Molnar
* Darren Hart wrote: > On 08/03/2012 09:31 AM, Ingo Molnar wrote: > > Linus, > > > > Please pull the latest core-urgent-for-linus git tree from: > > > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > > core-urgent-for-linus > > > >HEAD:

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Darren Hart
On 08/03/2012 09:31 AM, Ingo Molnar wrote: > Linus, > > Please pull the latest core-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > core-urgent-for-linus > >HEAD: 6f7b0a2a5c0fb03be7c25bd1745baa50582348ef futex: Forbid uaddr == > uaddr2

[GIT PULL] core kernel fixes

2012-08-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: 6f7b0a2a5c0fb03be7c25bd1745baa50582348ef futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() Various futex fixes for bugs Darren

[GIT PULL] core kernel fixes

2012-08-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: 6f7b0a2a5c0fb03be7c25bd1745baa50582348ef futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() Various futex fixes for bugs Darren

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Darren Hart
On 08/03/2012 09:31 AM, Ingo Molnar wrote: Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD: 6f7b0a2a5c0fb03be7c25bd1745baa50582348ef futex: Forbid uaddr == uaddr2 in

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Ingo Molnar
* Darren Hart dvh...@linux.intel.com wrote: On 08/03/2012 09:31 AM, Ingo Molnar wrote: Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus HEAD:

Re: [GIT PULL] core kernel fixes

2012-08-03 Thread Darren Hart
On 08/03/2012 10:01 AM, Ingo Molnar wrote: * Darren Hart dvh...@linux.intel.com wrote: On 08/03/2012 09:31 AM, Ingo Molnar wrote: Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus