2013-10-11 06:29:21

by Vineet Gupta

[permalink] [raw]
Subject: [GIT PULL] ARC fix for 3.12.-rc5

Hi Linus,

Please pull a gdb related fix. This release, we've had more pull requests than
usual. Next time around I'll try to hold on to them for a bit before sending over.

Thx,
-Vineet

----------->
The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/

for you to fetch changes up to b0b080d7884be5acdd6d519c325bef3443587ad6:

ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"
(2013-10-11 11:25:04 +0530)

----------------------------------------------------------------
Fix for a gdb corner case breakage

----------------------------------------------------------------
Vineet Gupta (1):
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"

arch/arc/kernel/ptrace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2013-10-11 18:24:42

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] ARC fix for 3.12.-rc5

On Thu, Oct 10, 2013 at 11:24 PM, Vineet Gupta
<[email protected]> wrote:
> The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
>
> Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/

Nothing there.

I'm *assuming* that you meant to point me at the "for-curr" branch,
which does indeed contain the commit you talk about, but I want these
things to be explicit rather than have to guess from your pull request
and doing "git ls-remote".

Please fix your script.

Linus

2013-10-12 07:07:21

by Vineet Gupta

[permalink] [raw]
Subject: Re: [GIT PULL] ARC fix for 3.12.-rc5

On 10/11/2013 11:54 PM, Linus Torvalds wrote:
> On Thu, Oct 10, 2013 at 11:24 PM, Vineet Gupta
> <[email protected]> wrote:
>> The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
>>
>> Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
>
> Nothing there.
>
> I'm *assuming* that you meant to point me at the "for-curr" branch,
> which does indeed contain the commit you talk about, but I want these
> things to be explicit rather than have to guess from your pull request
> and doing "git ls-remote".
>
> Please fix your script.
>
> Linus
>

Sorry about that - my newly minted script was indeed buggered.

Try below please.

Thx,
-Vineet
----------------->
The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
tags/arc-fixes-for-3.12-part3

for you to fetch changes up to 5b24282846c064ee90d40fcb3a8f63b8e754fd28:

ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"
(2013-10-12 12:00:36 +0530)

----------------------------------------------------------------
Fix for broken gdb "jump"

----------------------------------------------------------------
Vineet Gupta (1):
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"

arch/arc/kernel/ptrace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)