mirror of https://github.com/hak5/openwrt.git
kernel: refresh 3.8 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35209lede-17.01
parent
a286a55c6f
commit
28acc6588d
|
@ -3102,7 +3102,7 @@
|
|||
+module_exit(ovl_exit);
|
||||
--- a/fs/splice.c
|
||||
+++ b/fs/splice.c
|
||||
@@ -1305,6 +1305,7 @@ long do_splice_direct(struct file *in, l
|
||||
@@ -1307,6 +1307,7 @@ long do_splice_direct(struct file *in, l
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
@ -3175,7 +3175,7 @@
|
|||
int flags, const char *name,
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -5623,6 +5623,13 @@ F: drivers/scsi/osd/
|
||||
@@ -5661,6 +5661,13 @@ F: drivers/scsi/osd/
|
||||
F: include/scsi/osd_*
|
||||
F: fs/exofs/
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
depends on NETFILTER_ADVANCED
|
||||
help
|
||||
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
|
||||
@@ -750,7 +749,6 @@ config NETFILTER_XT_TARGET_SECMARK
|
||||
@@ -757,7 +756,6 @@ config NETFILTER_XT_TARGET_SECMARK
|
||||
|
||||
config NETFILTER_XT_TARGET_TCPMSS
|
||||
tristate '"TCPMSS" target support'
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
--- a/arch/mips/kernel/head.S
|
||||
+++ b/arch/mips/kernel/head.S
|
||||
@@ -141,6 +141,12 @@ FEXPORT(__kernel_entry)
|
||||
@@ -140,6 +140,12 @@ FEXPORT(__kernel_entry)
|
||||
j kernel_entry
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/net/netfilter/Kconfig
|
||||
+++ b/net/netfilter/Kconfig
|
||||
@@ -1176,6 +1176,27 @@ config NETFILTER_XT_MATCH_STATE
|
||||
@@ -1183,6 +1183,27 @@ config NETFILTER_XT_MATCH_STATE
|
||||
|
||||
To compile it as a module, choose M here. If unsure, say N.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/net/netfilter/Kconfig
|
||||
+++ b/net/netfilter/Kconfig
|
||||
@@ -980,6 +980,27 @@ config NETFILTER_XT_MATCH_IPVS
|
||||
@@ -987,6 +987,27 @@ config NETFILTER_XT_MATCH_IPVS
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
config NETFILTER_XT_MATCH_LENGTH
|
||||
tristate '"length" match support'
|
||||
depends on NETFILTER_ADVANCED
|
||||
@@ -1176,26 +1197,11 @@ config NETFILTER_XT_MATCH_STATE
|
||||
@@ -1183,26 +1204,11 @@ config NETFILTER_XT_MATCH_STATE
|
||||
|
||||
To compile it as a module, choose M here. If unsure, say N.
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
if (vlan_tx_tag_present(skb))
|
||||
--- a/net/bridge/br_private.h
|
||||
+++ b/net/bridge/br_private.h
|
||||
@@ -531,15 +531,29 @@ static inline bool br_multicast_is_route
|
||||
@@ -537,15 +537,29 @@ static inline void br_mdb_uninit(void)
|
||||
|
||||
/* br_netfilter.c */
|
||||
#ifdef CONFIG_BRIDGE_NETFILTER
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/drivers/rtc/Kconfig
|
||||
+++ b/drivers/rtc/Kconfig
|
||||
@@ -773,6 +773,15 @@ config RTC_DRV_NUC900
|
||||
@@ -781,6 +781,15 @@ config RTC_DRV_NUC900
|
||||
If you say yes here you get support for the RTC subsystem of the
|
||||
NUC910/NUC920 used in embedded systems.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/drivers/rtc/Kconfig
|
||||
+++ b/drivers/rtc/Kconfig
|
||||
@@ -428,6 +428,15 @@ config RTC_DRV_RV3029C2
|
||||
@@ -436,6 +436,15 @@ config RTC_DRV_RV3029C2
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called rtc-rv3029c2.
|
||||
|
||||
|
|
|
@ -830,7 +830,7 @@
|
|||
+be done automatically.
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -3478,6 +3478,11 @@ L: linuxppc-dev@lists.ozlabs.org
|
||||
@@ -3500,6 +3500,11 @@ L: linuxppc-dev@lists.ozlabs.org
|
||||
S: Odd Fixes
|
||||
F: drivers/tty/hvc/
|
||||
|
||||
|
|
|
@ -339,7 +339,7 @@
|
|||
" key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime rss swap\n",
|
||||
--- a/ipc/util.c
|
||||
+++ b/ipc/util.c
|
||||
@@ -148,6 +148,9 @@ void __init ipc_init_proc_interface(cons
|
||||
@@ -149,6 +149,9 @@ void __init ipc_init_proc_interface(cons
|
||||
struct proc_dir_entry *pde;
|
||||
struct ipc_proc_iface *iface;
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
--- a/mm/memory.c
|
||||
+++ b/mm/memory.c
|
||||
@@ -1403,6 +1403,7 @@ void zap_page_range(struct vm_area_struc
|
||||
@@ -1408,6 +1408,7 @@ void zap_page_range(struct vm_area_struc
|
||||
mmu_notifier_invalidate_range_end(mm, start, end);
|
||||
tlb_finish_mmu(&tlb, start, end);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue