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

Pull m68knommu fix from Greg Ungerer:
"This contains only a single fix for a register corruption problem on
certain types of m68k flat format binaries"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
m68knommu: fix user a5 register being overwritten

-1
-1
arch/m68k/kernel/signal.c
··· 213 213 214 214 static inline void adjustformat(struct pt_regs *regs) 215 215 { 216 - ((struct switch_stack *)regs - 1)->a5 = current->mm->start_data; 217 216 /* 218 217 * set format byte to make stack appear modulo 4, which it will 219 218 * be when doing the rte