All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] backports: refresh patches for next-20130520
@ 2013-05-20 11:29 Hauke Mehrtens
  2013-05-20 11:29 ` [PATCH 2/2] backports: add kernel 3.10 and update others Hauke Mehrtens
  2013-05-20 17:54 ` [PATCH 1/2] backports: refresh patches for next-20130520 Luis R. Rodriguez
  0 siblings, 2 replies; 3+ messages in thread
From: Hauke Mehrtens @ 2013-05-20 11:29 UTC (permalink / raw)
  To: mcgrof; +Cc: backports, Hauke Mehrtens

== ckmake-report.log ==

1   2.6.24              [  OK  ]
2   2.6.25              [  OK  ]
3   2.6.26              [  OK  ]
4   2.6.27              [  OK  ]
5   2.6.28              [  OK  ]
6   2.6.29              [  OK  ]
7   2.6.30              [  OK  ]
8   2.6.31              [  OK  ]
9   2.6.32              [  OK  ]
10  2.6.33              [  OK  ]
11  2.6.34              [  OK  ]
12  2.6.35              [  OK  ]
13  2.6.36              [  OK  ]
14  2.6.37              [  OK  ]
15  2.6.38              [  OK  ]
16  2.6.39              [  OK  ]
17  3.0.79              [  OK  ]
18  3.1.10              [  OK  ]
19  3.10-rc1            [  OK  ]
20  3.2.45              [  OK  ]
21  3.3.8               [  OK  ]
22  3.4.46              [  OK  ]
23  3.5.7               [  OK  ]
24  3.6.11              [  OK  ]
25  3.7.10              [  OK  ]
26  3.8.13              [  OK  ]
27  3.9.3               [  OK  ]

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 .../network/0005-netlink-portid/nl80211.patch            |   14 +++++++-------
 .../net_wireless_core.patch                              |    2 +-
 .../drivers_net_wireless_rtlwifi_rtl8192cu_sw.patch      |    2 +-
 .../69-wowlan-no-socket/net_wireless_nl80211.patch       |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/patches/collateral-evolutions/network/0005-netlink-portid/nl80211.patch b/patches/collateral-evolutions/network/0005-netlink-portid/nl80211.patch
index 89c6213..bb4062c 100644
--- a/patches/collateral-evolutions/network/0005-netlink-portid/nl80211.patch
+++ b/patches/collateral-evolutions/network/0005-netlink-portid/nl80211.patch
@@ -180,7 +180,7 @@
  			     NL80211_CMD_GET_POWER_SAVE);
  	if (!hdr) {
  		err = -ENOBUFS;
-@@ -7603,7 +7603,7 @@ static int nl80211_get_wowlan(struct sk_
+@@ -7605,7 +7605,7 @@ static int nl80211_get_wowlan(struct sk_
  	if (!msg)
  		return -ENOMEM;
  
@@ -189,7 +189,7 @@
  			     NL80211_CMD_GET_WOWLAN);
  	if (!hdr)
  		goto nla_put_failure;
-@@ -8027,7 +8027,7 @@ static int nl80211_register_unexpected_f
+@@ -8029,7 +8029,7 @@ static int nl80211_register_unexpected_f
  	if (wdev->ap_unexpected_nlportid)
  		return -EBUSY;
  
@@ -198,7 +198,7 @@
  	return 0;
  }
  
-@@ -8057,7 +8057,7 @@ static int nl80211_probe_client(struct s
+@@ -8059,7 +8059,7 @@ static int nl80211_probe_client(struct s
  	if (!msg)
  		return -ENOMEM;
  
@@ -207,7 +207,7 @@
  			     NL80211_CMD_PROBE_CLIENT);
  
  	if (IS_ERR(hdr)) {
-@@ -8101,13 +8101,13 @@ static int nl80211_register_beacons(stru
+@@ -8103,13 +8103,13 @@ static int nl80211_register_beacons(stru
  	/* First, check if already registered. */
  	spin_lock_bh(&rdev->beacon_registrations_lock);
  	list_for_each_entry(reg, &rdev->beacon_registrations, list) {
@@ -223,7 +223,7 @@
  	list_add(&nreg->list, &rdev->beacon_registrations);
  
  	spin_unlock_bh(&rdev->beacon_registrations_lock);
-@@ -8182,7 +8182,7 @@ static int nl80211_get_protocol_features
+@@ -8184,7 +8184,7 @@ static int nl80211_get_protocol_features
  	if (!msg)
  		return -ENOMEM;
  
@@ -232,7 +232,7 @@
  			     NL80211_CMD_GET_PROTOCOL_FEATURES);
  	if (!hdr)
  		goto nla_put_failure;
-@@ -8257,7 +8257,7 @@ static int nl80211_crit_protocol_start(s
+@@ -8259,7 +8259,7 @@ static int nl80211_crit_protocol_start(s
  
  	ret = rdev_crit_proto_start(rdev, wdev, proto, duration);
  	if (!ret)
@@ -241,7 +241,7 @@
  
  	return ret;
  }
-@@ -10661,12 +10661,12 @@ static int nl80211_netlink_notify(struct
+@@ -10665,12 +10665,12 @@ static int nl80211_netlink_notify(struct
  
  	list_for_each_entry_rcu(rdev, &cfg80211_rdev_list, list) {
  		list_for_each_entry_rcu(wdev, &rdev->wdev_list, list)
diff --git a/patches/collateral-evolutions/network/10-add-wext-handlers-to-netdev/net_wireless_core.patch b/patches/collateral-evolutions/network/10-add-wext-handlers-to-netdev/net_wireless_core.patch
index 744952f..80a75a4 100644
--- a/patches/collateral-evolutions/network/10-add-wext-handlers-to-netdev/net_wireless_core.patch
+++ b/patches/collateral-evolutions/network/10-add-wext-handlers-to-netdev/net_wireless_core.patch
@@ -11,7 +11,7 @@
  	device_initialize(&rdev->wiphy.dev);
  	rdev->wiphy.dev.class = &ieee80211_class;
  	rdev->wiphy.dev.platform_data = rdev;
-@@ -941,6 +937,15 @@ static int cfg80211_netdev_notifier_call
+@@ -944,6 +940,15 @@ static int cfg80211_netdev_notifier_call
  		wdev->sme_state = CFG80211_SME_IDLE;
  		mutex_unlock(&rdev->devlist_mtx);
  #ifdef CONFIG_CFG80211_WEXT
diff --git a/patches/collateral-evolutions/network/62-usb_driver_lpm/drivers_net_wireless_rtlwifi_rtl8192cu_sw.patch b/patches/collateral-evolutions/network/62-usb_driver_lpm/drivers_net_wireless_rtlwifi_rtl8192cu_sw.patch
index fd1467d..28b2173 100644
--- a/patches/collateral-evolutions/network/62-usb_driver_lpm/drivers_net_wireless_rtlwifi_rtl8192cu_sw.patch
+++ b/patches/collateral-evolutions/network/62-usb_driver_lpm/drivers_net_wireless_rtlwifi_rtl8192cu_sw.patch
@@ -1,6 +1,6 @@
 --- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
 +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
-@@ -384,7 +384,9 @@ static struct usb_driver rtl8192cu_drive
+@@ -385,7 +385,9 @@ static struct usb_driver rtl8192cu_drive
  #ifdef CONFIG_AUTOSUSPEND
  	.supports_autosuspend = 1,
  #endif
diff --git a/patches/collateral-evolutions/network/69-wowlan-no-socket/net_wireless_nl80211.patch b/patches/collateral-evolutions/network/69-wowlan-no-socket/net_wireless_nl80211.patch
index 608f2a2..b3b8a09 100644
--- a/patches/collateral-evolutions/network/69-wowlan-no-socket/net_wireless_nl80211.patch
+++ b/patches/collateral-evolutions/network/69-wowlan-no-socket/net_wireless_nl80211.patch
@@ -1,6 +1,6 @@
 --- a/net/wireless/nl80211.c
 +++ b/net/wireless/nl80211.c
-@@ -7746,7 +7746,7 @@ static int nl80211_parse_wowlan_tcp(stru
+@@ -7748,7 +7748,7 @@ static int nl80211_parse_wowlan_tcp(stru
  		port = nla_get_u16(tb[NL80211_WOWLAN_TCP_SRC_PORT]);
  	else
  		port = 0;
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] backports: add kernel 3.10 and update others
  2013-05-20 11:29 [PATCH 1/2] backports: refresh patches for next-20130520 Hauke Mehrtens
@ 2013-05-20 11:29 ` Hauke Mehrtens
  2013-05-20 17:54 ` [PATCH 1/2] backports: refresh patches for next-20130520 Luis R. Rodriguez
  1 sibling, 0 replies; 3+ messages in thread
From: Hauke Mehrtens @ 2013-05-20 11:29 UTC (permalink / raw)
  To: mcgrof; +Cc: backports, Hauke Mehrtens

Add kernel 3.10 to the script fetching the kernels for compile testing.

This also fixes the header rebuild for kernel versions >= 3.10.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 devel/get-compat-kernels |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/get-compat-kernels b/devel/get-compat-kernels
index e649d8e..4fd4486 100755
--- a/devel/get-compat-kernels
+++ b/devel/get-compat-kernels
@@ -55,16 +55,17 @@ KERNELS="$KERNELS ${KPATH}/v2.6.36.4-natty/linux-headers-2.6.36-02063604_2.6.36-
 KERNELS="$KERNELS ${KPATH}/v2.6.37.6-natty/linux-headers-2.6.37-02063706_2.6.37-02063706.201103281005_all.deb"
 KERNELS="$KERNELS ${KPATH}/v2.6.38.8-natty/linux-headers-2.6.38-02063808_2.6.38-02063808.201106040910_all.deb"
 KERNELS="$KERNELS ${KPATH}/v2.6.39.4-oneiric/linux-headers-2.6.39-02063904_2.6.39-02063904.201108040905_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.0.76-oneiric/linux-headers-3.0.76-030076_3.0.76-030076.201305011235_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.0.79-oneiric/linux-headers-3.0.79-030079_3.0.79-030079.201305191335_all.deb"
 KERNELS="$KERNELS ${KPATH}/v3.1.10-precise/linux-headers-3.1.10-030110_3.1.10-030110.201201181135_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.2.44-precise/linux-headers-3.2.44-030244_3.2.44-030244.201304260219_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.2.45-precise/linux-headers-3.2.45-030245_3.2.45-030245.201305140735_all.deb"
 KERNELS="$KERNELS ${KPATH}/v3.3.8-quantal/linux-headers-3.3.8-030308_3.3.8-030308.201206041356_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.4.43-quantal/linux-headers-3.4.43-030443_3.4.43-030443.201305011335_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.5.7.11-quantal/linux-headers-3.5.7-03050711_3.5.7-03050711.201304220635_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.4.46-quantal/linux-headers-3.4.46-030446_3.4.46-030446.201305191435_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.5.7.12-quantal/linux-headers-3.5.7-03050712_3.5.7-03050712.201305111435_all.deb"
 KERNELS="$KERNELS ${KPATH}/v3.6.11-raring/linux-headers-3.6.11-030611_3.6.11-030611.201212171335_all.deb"
 KERNELS="$KERNELS ${KPATH}/v3.7.10-raring/linux-headers-3.7.10-030710_3.7.10-030710.201302271235_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.8.11-raring/linux-headers-3.8.11-030811_3.8.11-030811.201305011408_all.deb"
-KERNELS="$KERNELS ${KPATH}/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.8.13-raring/linux-headers-3.8.13-030813_3.8.13-030813.201305111843_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.9.3-saucy/linux-headers-3.9.3-030903_3.9.3-030903.201305191535_all.deb"
+KERNELS="$KERNELS ${KPATH}/v3.10-rc1-saucy/linux-headers-3.10.0-031000rc1_3.10.0-031000rc1.201305130510_all.deb"
 
 # Number of kernels
 NUM_KERNELS=$(echo $KERNELS | wc -w)
@@ -171,7 +172,7 @@ function rebuild_header_binary_deps() {
 		exit 1
 	fi
 
-	for kernel in $(ls -d ${KSRC_PREFIX}/lib/modules/*generic | grep -E "/3.[2-9]|/[4-9]"); do
+	for kernel in $(ls -d ${KSRC_PREFIX}/lib/modules/*generic | grep -E "/3\.[2-9]\.|/3\.[1-9][0-9]\.|/[4-9]\."); do
 		echo $kernel
 
 		count=0
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] backports: refresh patches for next-20130520
  2013-05-20 11:29 [PATCH 1/2] backports: refresh patches for next-20130520 Hauke Mehrtens
  2013-05-20 11:29 ` [PATCH 2/2] backports: add kernel 3.10 and update others Hauke Mehrtens
@ 2013-05-20 17:54 ` Luis R. Rodriguez
  1 sibling, 0 replies; 3+ messages in thread
From: Luis R. Rodriguez @ 2013-05-20 17:54 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: backports

On Mon, May 20, 2013 at 4:29 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
> == ckmake-report.log ==
>
> 1   2.6.24              [  OK  ]
> 2   2.6.25              [  OK  ]
> 3   2.6.26              [  OK  ]
> 4   2.6.27              [  OK  ]
> 5   2.6.28              [  OK  ]
> 6   2.6.29              [  OK  ]
> 7   2.6.30              [  OK  ]
> 8   2.6.31              [  OK  ]
> 9   2.6.32              [  OK  ]
> 10  2.6.33              [  OK  ]
> 11  2.6.34              [  OK  ]
> 12  2.6.35              [  OK  ]
> 13  2.6.36              [  OK  ]
> 14  2.6.37              [  OK  ]
> 15  2.6.38              [  OK  ]
> 16  2.6.39              [  OK  ]
> 17  3.0.79              [  OK  ]
> 18  3.1.10              [  OK  ]
> 19  3.10-rc1            [  OK  ]
> 20  3.2.45              [  OK  ]
> 21  3.3.8               [  OK  ]
> 22  3.4.46              [  OK  ]
> 23  3.5.7               [  OK  ]
> 24  3.6.11              [  OK  ]
> 25  3.7.10              [  OK  ]
> 26  3.8.13              [  OK  ]
> 27  3.9.3               [  OK  ]
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Thanks! Applied and pushed!

  Luis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-20 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 11:29 [PATCH 1/2] backports: refresh patches for next-20130520 Hauke Mehrtens
2013-05-20 11:29 ` [PATCH 2/2] backports: add kernel 3.10 and update others Hauke Mehrtens
2013-05-20 17:54 ` [PATCH 1/2] backports: refresh patches for next-20130520 Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.