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 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus

Pull MIPS bug fixes from Ralf Baechle:
"Two more fixes for 4.2.

One fixes a build issue with the LLVM assembler - LLVM assembler macro
names are case sensitive, GNU as macro names are insensitive; the
other corrects a license string (GPL v2, not GPLv2) such that the
module loader will recognice the license correctly"

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
FIRMWARE: bcm47xx_nvram: Fix module license.
MIPS: Fix LLVM build issue.

+2 -2
+1 -1
arch/mips/kernel/genex.S
··· 407 407 .set noat 408 408 SAVE_ALL 409 409 FEXPORT(handle_\exception\ext) 410 - __BUILD_clear_\clear 410 + __build_clear_\clear 411 411 .set at 412 412 __BUILD_\verbose \exception 413 413 move a0, sp
+1 -1
drivers/firmware/broadcom/bcm47xx_nvram.c
··· 245 245 } 246 246 EXPORT_SYMBOL(bcm47xx_nvram_get_contents); 247 247 248 - MODULE_LICENSE("GPLv2"); 248 + MODULE_LICENSE("GPL v2");