Loading Documentation/networking/ip-sysctl.txt +4 −4 Original line number Diff line number Diff line Loading @@ -1074,10 +1074,10 @@ regen_max_retry - INTEGER Default: 5 max_addresses - INTEGER Number of maximum addresses per interface. 0 disables limitation. It is recommended not set too large value (or 0) because it would be too easy way to crash kernel to allow to create too much of autoconfigured addresses. Maximum number of autoconfigured addresses per interface. Setting to zero disables the limitation. It is not recommended to set this value too large (or to zero) because it would be an easy way to crash the kernel by allowing too many addresses to be created. Default: 16 disable_ipv6 - BOOLEAN Loading MAINTAINERS +2 −2 Original line number Diff line number Diff line Loading @@ -3489,9 +3489,9 @@ S: Maintained F: drivers/net/wireless/libertas/ MARVELL MV643XX ETHERNET DRIVER M: Lennert Buytenhek <buytenh@marvell.com> M: Lennert Buytenhek <buytenh@wantstofly.org> L: netdev@vger.kernel.org S: Supported S: Maintained F: drivers/net/mv643xx_eth.* F: include/linux/mv643xx.h Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 33 EXTRAVERSION = -rc8 EXTRAVERSION = NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* Loading arch/ia64/sn/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ EXPORT_SYMBOL(sn_rtc_cycles_per_second); DEFINE_PER_CPU(struct sn_hub_info_s, __sn_hub_info); EXPORT_PER_CPU_SYMBOL(__sn_hub_info); DEFINE_PER_CPU(short [MAX_COMPACT_NODES], __sn_cnodeid_to_nasid); DEFINE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_COMPACT_NODES]); EXPORT_PER_CPU_SYMBOL(__sn_cnodeid_to_nasid); DEFINE_PER_CPU(struct nodepda_s *, __sn_nodepda); Loading arch/microblaze/include/asm/io.h +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size, * Little endian */ #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)); #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) #define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a)) #define in_le32(a) __le32_to_cpu(__raw_readl(a)) Loading Loading
Documentation/networking/ip-sysctl.txt +4 −4 Original line number Diff line number Diff line Loading @@ -1074,10 +1074,10 @@ regen_max_retry - INTEGER Default: 5 max_addresses - INTEGER Number of maximum addresses per interface. 0 disables limitation. It is recommended not set too large value (or 0) because it would be too easy way to crash kernel to allow to create too much of autoconfigured addresses. Maximum number of autoconfigured addresses per interface. Setting to zero disables the limitation. It is not recommended to set this value too large (or to zero) because it would be an easy way to crash the kernel by allowing too many addresses to be created. Default: 16 disable_ipv6 - BOOLEAN Loading
MAINTAINERS +2 −2 Original line number Diff line number Diff line Loading @@ -3489,9 +3489,9 @@ S: Maintained F: drivers/net/wireless/libertas/ MARVELL MV643XX ETHERNET DRIVER M: Lennert Buytenhek <buytenh@marvell.com> M: Lennert Buytenhek <buytenh@wantstofly.org> L: netdev@vger.kernel.org S: Supported S: Maintained F: drivers/net/mv643xx_eth.* F: include/linux/mv643xx.h Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 33 EXTRAVERSION = -rc8 EXTRAVERSION = NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* Loading
arch/ia64/sn/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ EXPORT_SYMBOL(sn_rtc_cycles_per_second); DEFINE_PER_CPU(struct sn_hub_info_s, __sn_hub_info); EXPORT_PER_CPU_SYMBOL(__sn_hub_info); DEFINE_PER_CPU(short [MAX_COMPACT_NODES], __sn_cnodeid_to_nasid); DEFINE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_COMPACT_NODES]); EXPORT_PER_CPU_SYMBOL(__sn_cnodeid_to_nasid); DEFINE_PER_CPU(struct nodepda_s *, __sn_nodepda); Loading
arch/microblaze/include/asm/io.h +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size, * Little endian */ #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)); #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) #define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a)) #define in_le32(a) __le32_to_cpu(__raw_readl(a)) Loading