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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu into akpm

Pull m68knommu fix from Greg Ungerer:
"This contains a single critical fix for the non-MMU m68k platforms.

The change of the kernel exec code path has revealed a problem in the
start thread code that causes crashing on boot. This is the fix for
it."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
m68knommu: fix trap on execing /bin/init

-1
-1
arch/m68k/include/asm/processor.h
··· 130 130 #define start_thread(_regs, _pc, _usp) \ 131 131 do { \ 132 132 (_regs)->pc = (_pc); \ 133 - ((struct switch_stack *)(_regs))[-1].a6 = 0; \ 134 133 setframeformat(_regs); \ 135 134 if (current->mm) \ 136 135 (_regs)->d5 = current->mm->start_data; \