[PATCH] build_patch: remove 0004-ar71xx-4.9-l2tp-stats.patch

Adrian Schmutzler mail at adrianschmutzler.de
Mi Jun 26 14:13:18 CEST 2019


Reviewed-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>

Das ist ja jetzt schon fast ironisch, bei openwrt-19.07 wäre der Patch endlich im Kernel gewesen und wir hätten ihn auch so loswerden können.

Grüße

Adrian

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces at freifunk.net] On Behalf Of
> Robert Langhammer
> Sent: Mittwoch, 26. Juni 2019 10:02
> To: franken-dev at freifunk.net
> Subject: [PATCH] build_patch: remove 0004-ar71xx-4.9-l2tp-stats.patch
> 
> Removing the tunneldigger, this patch is no longer needed.
> 
> Signed-off-by: Robert Langhammer <rlanghammer at web.de>
> ---
>  .../openwrt/0004-ar71xx-4.9-l2tp-stats.patch  | 57 -------------------
>  1 file changed, 57 deletions(-)
>  delete mode 100644 build_patches/openwrt/0004-ar71xx-4.9-l2tp-stats.patch
> 
> diff --git a/build_patches/openwrt/0004-ar71xx-4.9-l2tp-stats.patch
> b/build_patches/openwrt/0004-ar71xx-4.9-l2tp-stats.patch
> deleted file mode 100644
> index 8aae6d0..0000000
> --- a/build_patches/openwrt/0004-ar71xx-4.9-l2tp-stats.patch
> +++ /dev/null
> @@ -1,57 +0,0 @@
> -From 924934df6ca9696888f1b520560c8bc4df1d59eb Mon Sep 17 00:00:00 2001
> -From: Tim Niemeyer <tim at tn-x.org>
> -Date: Sat, 8 Jul 2017 10:48:53 +0200
> -Subject: [PATCH 4/4] ar71xx-4.9-l2tp-stats
> -
> ----
> - ...-stats-counter-overflow-on-32-bit-systems.patch | 38
> ++++++++++++++++++++++
> - 1 file changed, 38 insertions(+)
> - create mode 100644 target/linux/ar71xx/patches-4.9/fix-l2tp-stats-counter-
> overflow-on-32-bit-systems.patch
> -
> -diff --git a/target/linux/ar71xx/patches-4.9/fix-l2tp-stats-counter-overflow-on-
> 32-bit-systems.patch b/target/linux/ar71xx/patches-4.9/fix-l2tp-stats-counter-
> overflow-on-32-bit-systems.patch
> -new file mode 100644
> -index 0000000000..4348aea31c
> ---- /dev/null
> -+++ b/target/linux/ar71xx/patches-4.9/fix-l2tp-stats-counter-overflow-on-32-
> bit-systems.patch
> -@@ -0,0 +1,38 @@
> -+From 19b1c8733b99f13005f2d8918bce588f0b2556f8 Mon Sep 17 00:00:00 2001
> -+From: Dominik Heidler <dominik at heidler.eu>
> -+Date: Sat, 12 Mar 2016 18:37:42 +0100
> -+Subject: [PATCH] Fix l2tp stats couter on 32 Bit Systems
> -+
> -+---
> -+ net/l2tp/l2tp_eth.c | 9 +++++++++
> -+ 1 file changed, 9 insertions(+)
> -+
> -+diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c
> -+index e253c26..a18c2ff 100644
> -+--- a/net/l2tp/l2tp_eth.c
> -++++ b/net/l2tp/l2tp_eth.c
> -+@@ -111,12 +111,21 @@ static struct rtnl_link_stats64
> *l2tp_eth_get_stats64(struct net_device *dev,
> -+ {
> -+ 	struct l2tp_eth *priv = netdev_priv(dev);
> -+
> -++	#if BITS_PER_LONG == 64
> -+ 	stats->tx_bytes   = atomic_long_read(&priv->tx_bytes);
> -+ 	stats->tx_packets = atomic_long_read(&priv->tx_packets);
> -+ 	stats->tx_dropped = atomic_long_read(&priv->tx_dropped);
> -+ 	stats->rx_bytes   = atomic_long_read(&priv->rx_bytes);
> -+ 	stats->rx_packets = atomic_long_read(&priv->rx_packets);
> -+ 	stats->rx_errors  = atomic_long_read(&priv->rx_errors);
> -++	#else
> -++	stats->tx_bytes   = (unsigned long) atomic_long_read(&priv->tx_bytes);
> -++	stats->tx_packets = (unsigned long) atomic_long_read(&priv-
> >tx_packets);
> -++	stats->tx_dropped = (unsigned long) atomic_long_read(&priv-
> >tx_dropped);
> -++	stats->rx_bytes   = (unsigned long) atomic_long_read(&priv->rx_bytes);
> -++	stats->rx_packets = (unsigned long) atomic_long_read(&priv-
> >rx_packets);
> -++	stats->rx_errors  = (unsigned long) atomic_long_read(&priv->rx_errors);
> -++	#endif
> -+ 	return stats;
> -+ }
> -+
> -+--
> -+2.7.2
> -+
> ---
> -2.11.0
> -
> --
> 2.20.1
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : nicht verfügbar
Dateityp    : application/pgp-signature
Dateigröße  : 834 bytes
Beschreibung: nicht verfügbar
URL         : <https://{'listname': 'franken-dev-freifunk.net', 'hostname': 'lists.freifunk.net'}/pipermail/franken-dev-freifunk.net/attachments/20190626/2e58367d/attachment.sig>


Mehr Informationen über die Mailingliste franken-dev