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.infradead.org/ubi-2.6

* 'for-linus' of git://git.infradead.org/ubi-2.6:
UBI: fix volume creation input checking

-1
-1
drivers/mtd/ubi/cdev.c
··· 853 853 break; 854 854 } 855 855 856 - req.name[req.name_len] = '\0'; 857 856 err = verify_mkvol_req(ubi, &req); 858 857 if (err) 859 858 break;