Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arc-fixes-for-3.12-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc

Pull ARC fix from Vineet Gupta:
"Fix for broken gdb 'jump'"

* tag 'arc-fixes-for-3.12-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"

+1 -1
+1 -1
arch/arc/kernel/ptrace.c
··· 102 102 REG_IGNORE_ONE(pad2); 103 103 REG_IN_CHUNK(callee, efa, cregs); /* callee_regs[r25..r13] */ 104 104 REG_IGNORE_ONE(efa); /* efa update invalid */ 105 - REG_IN_ONE(stop_pc, &ptregs->ret); /* stop_pc: PC update */ 105 + REG_IGNORE_ONE(stop_pc); /* PC updated via @ret */ 106 106 107 107 return ret; 108 108 }