diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-24 15:45:24 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-24 15:45:24 -0400 |
| commit | b94d525e58dc9638dd3f98094cb468bcfb262039 (patch) | |
| tree | 42c961599c71649f55d976e84e0f4df33b020b38 /arch | |
| parent | 02f130a7872d26bd6ceb4e86b531761d79ac76b7 (diff) | |
| parent | 35607b02dbef304fa5037236a3b43c1d8ab2aa52 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller:
"Here is a quick pull request primarily meant to address the deconfig
fallout from changing SCSI_NETLINK from being used via 'select' to
being used via 'depends'.
I applied a set of 5 patches written by Michal Marek, and then I
carefully audited all of the remaining config files, basically:
1) I scanned every arch config file, and if it mentioned CONFIG_INET
or CONFIG_UNIX, I made sure it had CONFIG_NET=y
2) After that, I scanned every arch config file, and if it did not
have CONFIG_NET=y I made sure it did not reference any networking
config options.
Finally, we have some late breaking wireless fixes in here from John
Linville and co"
[ And there's a sparc bpf fix snuck in too ]
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
sparc: bpf_jit: fix loads from negative offsets
parisc: Update defconfigs which were missing CONFIG_NET.
powerpc: Update defconfigs which were missing CONFIG_NET.
s390: Update defconfigs which were missing CONFIG_NET.
mips: Update some more defconfigs which were missing CONFIG_NET.
sparc: Set CONFIG_NET=y in defconfigs
sh: Set CONFIG_NET=y in defconfigs
powerpc: Set CONFIG_NET=y in defconfigs
parisc: Set CONFIG_NET=y in defconfigs
mips: Set CONFIG_NET=y in defconfigs
brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()
ath9k: Fix NULL pointer dereference on early irq
net: rfkill: gpio: Fix clock status
NFC: st21nfca: Fix potential depmod dependency cycle
NFC: st21nfcb: Fix depmod dependency cycle
NFC: microread: Potential overflows in microread_target_discovered()
Diffstat (limited to 'arch')
29 files changed, 31 insertions, 1 deletions
diff --git a/arch/mips/configs/gpr_defconfig b/arch/mips/configs/gpr_defconfig index 8f219dac9598..e24feb0633aa 100644 --- a/arch/mips/configs/gpr_defconfig +++ b/arch/mips/configs/gpr_defconfig | |||
| @@ -19,6 +19,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 19 | # CONFIG_BLK_DEV_BSG is not set | 19 | # CONFIG_BLK_DEV_BSG is not set |
| 20 | CONFIG_PCI=y | 20 | CONFIG_PCI=y |
| 21 | CONFIG_BINFMT_MISC=m | 21 | CONFIG_BINFMT_MISC=m |
| 22 | CONFIG_NET=y | ||
| 22 | CONFIG_PACKET=y | 23 | CONFIG_PACKET=y |
| 23 | CONFIG_UNIX=y | 24 | CONFIG_UNIX=y |
| 24 | CONFIG_INET=y | 25 | CONFIG_INET=y |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index cc0756021398..48e16d98b2cc 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
| @@ -28,6 +28,7 @@ CONFIG_MIPS32_COMPAT=y | |||
| 28 | CONFIG_MIPS32_O32=y | 28 | CONFIG_MIPS32_O32=y |
| 29 | CONFIG_MIPS32_N32=y | 29 | CONFIG_MIPS32_N32=y |
| 30 | CONFIG_PM=y | 30 | CONFIG_PM=y |
| 31 | CONFIG_NET=y | ||
| 31 | CONFIG_PACKET=y | 32 | CONFIG_PACKET=y |
| 32 | CONFIG_UNIX=y | 33 | CONFIG_UNIX=y |
| 33 | CONFIG_XFRM_USER=m | 34 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig index 2575302aa2be..4f37a5985459 100644 --- a/arch/mips/configs/jazz_defconfig +++ b/arch/mips/configs/jazz_defconfig | |||
| @@ -18,6 +18,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 18 | CONFIG_MODVERSIONS=y | 18 | CONFIG_MODVERSIONS=y |
| 19 | CONFIG_BINFMT_MISC=m | 19 | CONFIG_BINFMT_MISC=m |
| 20 | CONFIG_PM=y | 20 | CONFIG_PM=y |
| 21 | CONFIG_NET=y | ||
| 21 | CONFIG_PACKET=m | 22 | CONFIG_PACKET=m |
| 22 | CONFIG_UNIX=y | 23 | CONFIG_UNIX=y |
| 23 | CONFIG_NET_KEY=m | 24 | CONFIG_NET_KEY=m |
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index 4cb787ff273e..1c6191ebd583 100644 --- a/arch/mips/configs/loongson3_defconfig +++ b/arch/mips/configs/loongson3_defconfig | |||
| @@ -59,6 +59,7 @@ CONFIG_MIPS32_COMPAT=y | |||
| 59 | CONFIG_MIPS32_O32=y | 59 | CONFIG_MIPS32_O32=y |
| 60 | CONFIG_MIPS32_N32=y | 60 | CONFIG_MIPS32_N32=y |
| 61 | CONFIG_PM_RUNTIME=y | 61 | CONFIG_PM_RUNTIME=y |
| 62 | CONFIG_NET=y | ||
| 62 | CONFIG_PACKET=y | 63 | CONFIG_PACKET=y |
| 63 | CONFIG_UNIX=y | 64 | CONFIG_UNIX=y |
| 64 | CONFIG_XFRM_USER=y | 65 | CONFIG_XFRM_USER=y |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index e18741ea1771..f57b96dcf7df 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
| @@ -19,6 +19,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 19 | CONFIG_MODVERSIONS=y | 19 | CONFIG_MODVERSIONS=y |
| 20 | CONFIG_MODULE_SRCVERSION_ALL=y | 20 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 21 | CONFIG_PCI=y | 21 | CONFIG_PCI=y |
| 22 | CONFIG_NET=y | ||
| 22 | CONFIG_PACKET=y | 23 | CONFIG_PACKET=y |
| 23 | CONFIG_UNIX=y | 24 | CONFIG_UNIX=y |
| 24 | CONFIG_XFRM_USER=m | 25 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/malta_kvm_defconfig b/arch/mips/configs/malta_kvm_defconfig index cf0e01f814e1..d41742dd26c8 100644 --- a/arch/mips/configs/malta_kvm_defconfig +++ b/arch/mips/configs/malta_kvm_defconfig | |||
| @@ -20,6 +20,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 20 | CONFIG_MODVERSIONS=y | 20 | CONFIG_MODVERSIONS=y |
| 21 | CONFIG_MODULE_SRCVERSION_ALL=y | 21 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 22 | CONFIG_PCI=y | 22 | CONFIG_PCI=y |
| 23 | CONFIG_NET=y | ||
| 23 | CONFIG_PACKET=y | 24 | CONFIG_PACKET=y |
| 24 | CONFIG_UNIX=y | 25 | CONFIG_UNIX=y |
| 25 | CONFIG_XFRM_USER=m | 26 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/malta_kvm_guest_defconfig b/arch/mips/configs/malta_kvm_guest_defconfig index edd9ec9cb678..a7806e83ea0f 100644 --- a/arch/mips/configs/malta_kvm_guest_defconfig +++ b/arch/mips/configs/malta_kvm_guest_defconfig | |||
| @@ -19,6 +19,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 19 | CONFIG_MODVERSIONS=y | 19 | CONFIG_MODVERSIONS=y |
| 20 | CONFIG_MODULE_SRCVERSION_ALL=y | 20 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 21 | CONFIG_PCI=y | 21 | CONFIG_PCI=y |
| 22 | CONFIG_NET=y | ||
| 22 | CONFIG_PACKET=y | 23 | CONFIG_PACKET=y |
| 23 | CONFIG_UNIX=y | 24 | CONFIG_UNIX=y |
| 24 | CONFIG_XFRM_USER=m | 25 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig index d269a5326a30..9b6926d6bb32 100644 --- a/arch/mips/configs/mtx1_defconfig +++ b/arch/mips/configs/mtx1_defconfig | |||
| @@ -27,6 +27,7 @@ CONFIG_PD6729=m | |||
| 27 | CONFIG_I82092=m | 27 | CONFIG_I82092=m |
| 28 | CONFIG_BINFMT_MISC=m | 28 | CONFIG_BINFMT_MISC=m |
| 29 | CONFIG_PM=y | 29 | CONFIG_PM=y |
| 30 | CONFIG_NET=y | ||
| 30 | CONFIG_PACKET=m | 31 | CONFIG_PACKET=m |
| 31 | CONFIG_UNIX=y | 32 | CONFIG_UNIX=y |
| 32 | CONFIG_XFRM_USER=m | 33 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/nlm_xlp_defconfig b/arch/mips/configs/nlm_xlp_defconfig index 2f660e9a0da6..70509a48df82 100644 --- a/arch/mips/configs/nlm_xlp_defconfig +++ b/arch/mips/configs/nlm_xlp_defconfig | |||
| @@ -63,6 +63,7 @@ CONFIG_MIPS32_O32=y | |||
| 63 | CONFIG_MIPS32_N32=y | 63 | CONFIG_MIPS32_N32=y |
| 64 | CONFIG_PM_RUNTIME=y | 64 | CONFIG_PM_RUNTIME=y |
| 65 | CONFIG_PM_DEBUG=y | 65 | CONFIG_PM_DEBUG=y |
| 66 | CONFIG_NET=y | ||
| 66 | CONFIG_PACKET=y | 67 | CONFIG_PACKET=y |
| 67 | CONFIG_UNIX=y | 68 | CONFIG_UNIX=y |
| 68 | CONFIG_XFRM_USER=m | 69 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/nlm_xlr_defconfig b/arch/mips/configs/nlm_xlr_defconfig index c6f84655c98a..82207e8079f3 100644 --- a/arch/mips/configs/nlm_xlr_defconfig +++ b/arch/mips/configs/nlm_xlr_defconfig | |||
| @@ -43,6 +43,7 @@ CONFIG_PCI_DEBUG=y | |||
| 43 | CONFIG_BINFMT_MISC=m | 43 | CONFIG_BINFMT_MISC=m |
| 44 | CONFIG_PM_RUNTIME=y | 44 | CONFIG_PM_RUNTIME=y |
| 45 | CONFIG_PM_DEBUG=y | 45 | CONFIG_PM_DEBUG=y |
| 46 | CONFIG_NET=y | ||
| 46 | CONFIG_PACKET=y | 47 | CONFIG_PACKET=y |
| 47 | CONFIG_UNIX=y | 48 | CONFIG_UNIX=y |
| 48 | CONFIG_XFRM_USER=m | 49 | CONFIG_XFRM_USER=m |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 29d79ae8a823..db029f4ff759 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
| @@ -20,6 +20,7 @@ CONFIG_MODVERSIONS=y | |||
| 20 | CONFIG_PCI=y | 20 | CONFIG_PCI=y |
| 21 | CONFIG_BINFMT_MISC=m | 21 | CONFIG_BINFMT_MISC=m |
| 22 | CONFIG_PM=y | 22 | CONFIG_PM=y |
| 23 | CONFIG_NET=y | ||
| 23 | CONFIG_PACKET=m | 24 | CONFIG_PACKET=m |
| 24 | CONFIG_UNIX=y | 25 | CONFIG_UNIX=y |
| 25 | CONFIG_NET_KEY=m | 26 | CONFIG_NET_KEY=m |
diff --git a/arch/parisc/configs/a500_defconfig b/arch/parisc/configs/a500_defconfig index 90025322b75e..0490199d7b15 100644 --- a/arch/parisc/configs/a500_defconfig +++ b/arch/parisc/configs/a500_defconfig | |||
| @@ -31,6 +31,7 @@ CONFIG_PD6729=m | |||
| 31 | CONFIG_I82092=m | 31 | CONFIG_I82092=m |
| 32 | # CONFIG_SUPERIO is not set | 32 | # CONFIG_SUPERIO is not set |
| 33 | # CONFIG_CHASSIS_LCD_LED is not set | 33 | # CONFIG_CHASSIS_LCD_LED is not set |
| 34 | CONFIG_NET=y | ||
| 34 | CONFIG_PACKET=y | 35 | CONFIG_PACKET=y |
| 35 | CONFIG_UNIX=y | 36 | CONFIG_UNIX=y |
| 36 | CONFIG_XFRM_USER=m | 37 | CONFIG_XFRM_USER=m |
diff --git a/arch/parisc/configs/c8000_defconfig b/arch/parisc/configs/c8000_defconfig index 8249ac9d9cfc..269c23d23fcb 100644 --- a/arch/parisc/configs/c8000_defconfig +++ b/arch/parisc/configs/c8000_defconfig | |||
| @@ -33,6 +33,7 @@ CONFIG_PCI_LBA=y | |||
| 33 | # CONFIG_PDC_CHASSIS_WARN is not set | 33 | # CONFIG_PDC_CHASSIS_WARN is not set |
| 34 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 34 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 35 | CONFIG_BINFMT_MISC=m | 35 | CONFIG_BINFMT_MISC=m |
| 36 | CONFIG_NET=y | ||
| 36 | CONFIG_PACKET=y | 37 | CONFIG_PACKET=y |
| 37 | CONFIG_UNIX=y | 38 | CONFIG_UNIX=y |
| 38 | CONFIG_XFRM_USER=m | 39 | CONFIG_XFRM_USER=m |
diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig index 5e2aa43562b5..59734916986a 100644 --- a/arch/powerpc/configs/c2k_defconfig +++ b/arch/powerpc/configs/c2k_defconfig | |||
| @@ -29,6 +29,7 @@ CONFIG_PM=y | |||
| 29 | CONFIG_PCI_MSI=y | 29 | CONFIG_PCI_MSI=y |
| 30 | CONFIG_HOTPLUG_PCI=y | 30 | CONFIG_HOTPLUG_PCI=y |
| 31 | CONFIG_HOTPLUG_PCI_SHPC=m | 31 | CONFIG_HOTPLUG_PCI_SHPC=m |
| 32 | CONFIG_NET=y | ||
| 32 | CONFIG_PACKET=y | 33 | CONFIG_PACKET=y |
| 33 | CONFIG_UNIX=y | 34 | CONFIG_UNIX=y |
| 34 | CONFIG_XFRM_USER=y | 35 | CONFIG_XFRM_USER=y |
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig index 553e66278010..0351b5ffdfef 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig | |||
| @@ -31,6 +31,7 @@ CONFIG_HIBERNATION=y | |||
| 31 | CONFIG_APM_EMULATION=y | 31 | CONFIG_APM_EMULATION=y |
| 32 | CONFIG_PCCARD=m | 32 | CONFIG_PCCARD=m |
| 33 | CONFIG_YENTA=m | 33 | CONFIG_YENTA=m |
| 34 | CONFIG_NET=y | ||
| 34 | CONFIG_PACKET=y | 35 | CONFIG_PACKET=y |
| 35 | CONFIG_UNIX=y | 36 | CONFIG_UNIX=y |
| 36 | CONFIG_XFRM_USER=y | 37 | CONFIG_XFRM_USER=y |
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index f6c02f8cdc62..36518870e6b2 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
| @@ -58,6 +58,7 @@ CONFIG_ELECTRA_CF=y | |||
| 58 | CONFIG_HOTPLUG_PCI=y | 58 | CONFIG_HOTPLUG_PCI=y |
| 59 | CONFIG_HOTPLUG_PCI_RPA=m | 59 | CONFIG_HOTPLUG_PCI_RPA=m |
| 60 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m | 60 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m |
| 61 | CONFIG_NET=y | ||
| 61 | CONFIG_PACKET=y | 62 | CONFIG_PACKET=y |
| 62 | CONFIG_UNIX=y | 63 | CONFIG_UNIX=y |
| 63 | CONFIG_XFRM_USER=m | 64 | CONFIG_XFRM_USER=m |
diff --git a/arch/powerpc/configs/ppc64e_defconfig b/arch/powerpc/configs/ppc64e_defconfig index 587f5514f9b1..c3a3269b0865 100644 --- a/arch/powerpc/configs/ppc64e_defconfig +++ b/arch/powerpc/configs/ppc64e_defconfig | |||
| @@ -33,6 +33,7 @@ CONFIG_SPARSEMEM_MANUAL=y | |||
| 33 | CONFIG_PCI_MSI=y | 33 | CONFIG_PCI_MSI=y |
| 34 | CONFIG_PCCARD=y | 34 | CONFIG_PCCARD=y |
| 35 | CONFIG_HOTPLUG_PCI=y | 35 | CONFIG_HOTPLUG_PCI=y |
| 36 | CONFIG_NET=y | ||
| 36 | CONFIG_PACKET=y | 37 | CONFIG_PACKET=y |
| 37 | CONFIG_UNIX=y | 38 | CONFIG_UNIX=y |
| 38 | CONFIG_XFRM_USER=m | 39 | CONFIG_XFRM_USER=m |
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 50375f1f59e7..dd2a9cab4b50 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig | |||
| @@ -53,6 +53,7 @@ CONFIG_SCHED_SMT=y | |||
| 53 | CONFIG_HOTPLUG_PCI=y | 53 | CONFIG_HOTPLUG_PCI=y |
| 54 | CONFIG_HOTPLUG_PCI_RPA=m | 54 | CONFIG_HOTPLUG_PCI_RPA=m |
| 55 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m | 55 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m |
| 56 | CONFIG_NET=y | ||
| 56 | CONFIG_PACKET=y | 57 | CONFIG_PACKET=y |
| 57 | CONFIG_UNIX=y | 58 | CONFIG_UNIX=y |
| 58 | CONFIG_XFRM_USER=m | 59 | CONFIG_XFRM_USER=m |
diff --git a/arch/powerpc/configs/pseries_le_defconfig b/arch/powerpc/configs/pseries_le_defconfig index 4428ee428f4e..63392f4b29a4 100644 --- a/arch/powerpc/configs/pseries_le_defconfig +++ b/arch/powerpc/configs/pseries_le_defconfig | |||
| @@ -55,6 +55,7 @@ CONFIG_SCHED_SMT=y | |||
| 55 | CONFIG_HOTPLUG_PCI=y | 55 | CONFIG_HOTPLUG_PCI=y |
| 56 | CONFIG_HOTPLUG_PCI_RPA=m | 56 | CONFIG_HOTPLUG_PCI_RPA=m |
| 57 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m | 57 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m |
| 58 | CONFIG_NET=y | ||
| 58 | CONFIG_PACKET=y | 59 | CONFIG_PACKET=y |
| 59 | CONFIG_UNIX=y | 60 | CONFIG_UNIX=y |
| 60 | CONFIG_XFRM_USER=m | 61 | CONFIG_XFRM_USER=m |
diff --git a/arch/s390/configs/default_defconfig b/arch/s390/configs/default_defconfig index 3ca1894ade09..9d94fdd9f525 100644 --- a/arch/s390/configs/default_defconfig +++ b/arch/s390/configs/default_defconfig | |||
| @@ -63,6 +63,7 @@ CONFIG_CRASH_DUMP=y | |||
| 63 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 63 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 64 | CONFIG_BINFMT_MISC=m | 64 | CONFIG_BINFMT_MISC=m |
| 65 | CONFIG_HIBERNATION=y | 65 | CONFIG_HIBERNATION=y |
| 66 | CONFIG_NET=y | ||
| 66 | CONFIG_PACKET=y | 67 | CONFIG_PACKET=y |
| 67 | CONFIG_PACKET_DIAG=m | 68 | CONFIG_PACKET_DIAG=m |
| 68 | CONFIG_UNIX=y | 69 | CONFIG_UNIX=y |
diff --git a/arch/s390/configs/gcov_defconfig b/arch/s390/configs/gcov_defconfig index 4830aa6e6f53..90f514baa37d 100644 --- a/arch/s390/configs/gcov_defconfig +++ b/arch/s390/configs/gcov_defconfig | |||
| @@ -61,6 +61,7 @@ CONFIG_CRASH_DUMP=y | |||
| 61 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 61 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 62 | CONFIG_BINFMT_MISC=m | 62 | CONFIG_BINFMT_MISC=m |
| 63 | CONFIG_HIBERNATION=y | 63 | CONFIG_HIBERNATION=y |
| 64 | CONFIG_NET=y | ||
| 64 | CONFIG_PACKET=y | 65 | CONFIG_PACKET=y |
| 65 | CONFIG_PACKET_DIAG=m | 66 | CONFIG_PACKET_DIAG=m |
| 66 | CONFIG_UNIX=y | 67 | CONFIG_UNIX=y |
diff --git a/arch/s390/configs/performance_defconfig b/arch/s390/configs/performance_defconfig index 61db449bf309..13559d32af69 100644 --- a/arch/s390/configs/performance_defconfig +++ b/arch/s390/configs/performance_defconfig | |||
| @@ -59,6 +59,7 @@ CONFIG_CRASH_DUMP=y | |||
| 59 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 59 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 60 | CONFIG_BINFMT_MISC=m | 60 | CONFIG_BINFMT_MISC=m |
| 61 | CONFIG_HIBERNATION=y | 61 | CONFIG_HIBERNATION=y |
| 62 | CONFIG_NET=y | ||
| 62 | CONFIG_PACKET=y | 63 | CONFIG_PACKET=y |
| 63 | CONFIG_PACKET_DIAG=m | 64 | CONFIG_PACKET_DIAG=m |
| 64 | CONFIG_UNIX=y | 65 | CONFIG_UNIX=y |
diff --git a/arch/s390/configs/zfcpdump_defconfig b/arch/s390/configs/zfcpdump_defconfig index 948e0e057a23..e376789f2d8d 100644 --- a/arch/s390/configs/zfcpdump_defconfig +++ b/arch/s390/configs/zfcpdump_defconfig | |||
| @@ -23,6 +23,7 @@ CONFIG_CRASH_DUMP=y | |||
| 23 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 23 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| 24 | # CONFIG_SECCOMP is not set | 24 | # CONFIG_SECCOMP is not set |
| 25 | # CONFIG_IUCV is not set | 25 | # CONFIG_IUCV is not set |
| 26 | CONFIG_NET=y | ||
| 26 | CONFIG_ATM=y | 27 | CONFIG_ATM=y |
| 27 | CONFIG_ATM_LANE=y | 28 | CONFIG_ATM_LANE=y |
| 28 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 29 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 2e56498a40df..fab35a8efa4f 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
| @@ -50,6 +50,7 @@ CONFIG_CMA=y | |||
| 50 | CONFIG_CRASH_DUMP=y | 50 | CONFIG_CRASH_DUMP=y |
| 51 | CONFIG_BINFMT_MISC=m | 51 | CONFIG_BINFMT_MISC=m |
| 52 | CONFIG_HIBERNATION=y | 52 | CONFIG_HIBERNATION=y |
| 53 | CONFIG_NET=y | ||
| 53 | CONFIG_PACKET=y | 54 | CONFIG_PACKET=y |
| 54 | CONFIG_UNIX=y | 55 | CONFIG_UNIX=y |
| 55 | CONFIG_NET_KEY=y | 56 | CONFIG_NET_KEY=y |
diff --git a/arch/sh/configs/sdk7780_defconfig b/arch/sh/configs/sdk7780_defconfig index 6a96b9a2f7a5..bbd4c2298708 100644 --- a/arch/sh/configs/sdk7780_defconfig +++ b/arch/sh/configs/sdk7780_defconfig | |||
| @@ -30,6 +30,7 @@ CONFIG_PCI_DEBUG=y | |||
| 30 | CONFIG_PCCARD=y | 30 | CONFIG_PCCARD=y |
| 31 | CONFIG_YENTA=y | 31 | CONFIG_YENTA=y |
| 32 | CONFIG_HOTPLUG_PCI=y | 32 | CONFIG_HOTPLUG_PCI=y |
| 33 | CONFIG_NET=y | ||
| 33 | CONFIG_PACKET=y | 34 | CONFIG_PACKET=y |
| 34 | CONFIG_UNIX=y | 35 | CONFIG_UNIX=y |
| 35 | CONFIG_INET=y | 36 | CONFIG_INET=y |
diff --git a/arch/sh/configs/sh2007_defconfig b/arch/sh/configs/sh2007_defconfig index e741b1e36acd..df25ae774ee0 100644 --- a/arch/sh/configs/sh2007_defconfig +++ b/arch/sh/configs/sh2007_defconfig | |||
| @@ -25,6 +25,7 @@ CONFIG_CMDLINE_OVERWRITE=y | |||
| 25 | CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize=1024 earlyprintk=sh-sci.1" | 25 | CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize=1024 earlyprintk=sh-sci.1" |
| 26 | CONFIG_PCCARD=y | 26 | CONFIG_PCCARD=y |
| 27 | CONFIG_BINFMT_MISC=y | 27 | CONFIG_BINFMT_MISC=y |
| 28 | CONFIG_NET=y | ||
| 28 | CONFIG_PACKET=y | 29 | CONFIG_PACKET=y |
| 29 | CONFIG_UNIX=y | 30 | CONFIG_UNIX=y |
| 30 | CONFIG_XFRM_USER=y | 31 | CONFIG_XFRM_USER=y |
diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index 9d8521b8c854..6b68f12f29db 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_defconfig | |||
| @@ -29,6 +29,7 @@ CONFIG_PCI=y | |||
| 29 | CONFIG_PCI_MSI=y | 29 | CONFIG_PCI_MSI=y |
| 30 | CONFIG_SUN_OPENPROMFS=m | 30 | CONFIG_SUN_OPENPROMFS=m |
| 31 | CONFIG_BINFMT_MISC=m | 31 | CONFIG_BINFMT_MISC=m |
| 32 | CONFIG_NET=y | ||
| 32 | CONFIG_PACKET=y | 33 | CONFIG_PACKET=y |
| 33 | CONFIG_UNIX=y | 34 | CONFIG_UNIX=y |
| 34 | CONFIG_XFRM_USER=m | 35 | CONFIG_XFRM_USER=m |
diff --git a/arch/sparc/net/bpf_jit_asm.S b/arch/sparc/net/bpf_jit_asm.S index 9d016c7017f7..8c83f4b8eb15 100644 --- a/arch/sparc/net/bpf_jit_asm.S +++ b/arch/sparc/net/bpf_jit_asm.S | |||
| @@ -6,10 +6,12 @@ | |||
| 6 | #define SAVE_SZ 176 | 6 | #define SAVE_SZ 176 |
| 7 | #define SCRATCH_OFF STACK_BIAS + 128 | 7 | #define SCRATCH_OFF STACK_BIAS + 128 |
| 8 | #define BE_PTR(label) be,pn %xcc, label | 8 | #define BE_PTR(label) be,pn %xcc, label |
| 9 | #define SIGN_EXTEND(reg) sra reg, 0, reg | ||
| 9 | #else | 10 | #else |
| 10 | #define SAVE_SZ 96 | 11 | #define SAVE_SZ 96 |
| 11 | #define SCRATCH_OFF 72 | 12 | #define SCRATCH_OFF 72 |
| 12 | #define BE_PTR(label) be label | 13 | #define BE_PTR(label) be label |
| 14 | #define SIGN_EXTEND(reg) | ||
| 13 | #endif | 15 | #endif |
| 14 | 16 | ||
| 15 | #define SKF_MAX_NEG_OFF (-0x200000) /* SKF_LL_OFF from filter.h */ | 17 | #define SKF_MAX_NEG_OFF (-0x200000) /* SKF_LL_OFF from filter.h */ |
| @@ -135,6 +137,7 @@ bpf_slow_path_byte_msh: | |||
| 135 | save %sp, -SAVE_SZ, %sp; \ | 137 | save %sp, -SAVE_SZ, %sp; \ |
| 136 | mov %i0, %o0; \ | 138 | mov %i0, %o0; \ |
| 137 | mov r_OFF, %o1; \ | 139 | mov r_OFF, %o1; \ |
| 140 | SIGN_EXTEND(%o1); \ | ||
| 138 | call bpf_internal_load_pointer_neg_helper; \ | 141 | call bpf_internal_load_pointer_neg_helper; \ |
| 139 | mov (LEN), %o2; \ | 142 | mov (LEN), %o2; \ |
| 140 | mov %o0, r_TMP; \ | 143 | mov %o0, r_TMP; \ |
diff --git a/arch/sparc/net/bpf_jit_comp.c b/arch/sparc/net/bpf_jit_comp.c index 51ae87b483e0..ece4af0575e9 100644 --- a/arch/sparc/net/bpf_jit_comp.c +++ b/arch/sparc/net/bpf_jit_comp.c | |||
| @@ -184,7 +184,7 @@ do { \ | |||
| 184 | */ | 184 | */ |
| 185 | #define emit_alu_K(OPCODE, K) \ | 185 | #define emit_alu_K(OPCODE, K) \ |
| 186 | do { \ | 186 | do { \ |
| 187 | if (K) { \ | 187 | if (K || OPCODE == AND || OPCODE == MUL) { \ |
| 188 | unsigned int _insn = OPCODE; \ | 188 | unsigned int _insn = OPCODE; \ |
| 189 | _insn |= RS1(r_A) | RD(r_A); \ | 189 | _insn |= RS1(r_A) | RD(r_A); \ |
| 190 | if (is_simm13(K)) { \ | 190 | if (is_simm13(K)) { \ |
