Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f7943f81 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent 88e5f50a
No related merge requests found
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.14.66 Kernel Configuration
# Linux/arm 3.14.67 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_MIGHT_HAVE_PCI=y
......
From a0b1c8b7c6ee42c360facca881638a8743d924a3 Mon Sep 17 00:00:00 2001
From c79de8a547347f817012eed4aca88b65e1fc2a13 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 13 Apr 2016 10:17:09 -0500
Date: Fri, 22 Apr 2016 12:46:26 -0500
Subject: [PATCH] merge: CONFIG_PREEMPT_RT Patch Set
 
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
......@@ -13480,7 +13480,7 @@ index 14ff484..399dba6 100644
return r;
}
diff --git a/kernel/events/core.c b/kernel/events/core.c
index bfd9133..3ce5575 100644
index cbd549e..ffb84f2 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -6196,6 +6196,7 @@ static void perf_swevent_init_hrtimer(struct perf_event *event)
......@@ -27809,10 +27809,10 @@ index 44eba05..dd69fa6 100644
.data = &init_net.ipv4.sysctl_icmp_ignore_bogus_error_responses,
.maxlen = sizeof(int),
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 9abb445..638b48e 100644
index 8a87e78..0dcab76 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -3350,7 +3350,7 @@ void ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb)
@@ -3351,7 +3351,7 @@ void ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb)
struct ieee80211_supported_band *sband;
struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb);
......
......@@ -24,8 +24,8 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build
KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL}.66
BUILD=${build_prefix}80.1
KERNEL_TAG=${KERNEL_REL}.67
BUILD=${build_prefix}80.2
kernel_rt=".65-rt68"
#v4.X-rcX + upto SHA
......@@ -39,6 +39,6 @@ DISTRO=cross
DEBARCH=armhf
ti_git_old_release="ecf1d0e00351254bc251cb67410ae15241266fca"
ti_git_pre="ecf1d0e00351254bc251cb67410ae15241266fca"
ti_git_post="845a68d0a38bbfe48cb6c5cf2deca8e998efdb1a"
ti_git_pre="845a68d0a38bbfe48cb6c5cf2deca8e998efdb1a"
ti_git_post="474751b0775494369e27589ec82eb732ad0f1230"
#
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment