Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-kernel: add nftables support.
@ 2020-07-26  4:22 fosslinux
  2020-07-27  0:24 ` ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fosslinux @ 2020-07-26  4:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages rpi-nftables
https://github.com/void-linux/void-packages/pull/23840

rpi-kernel: add nftables support.
Applied from upstream. https://github.com/raspberrypi/linux/commit/fe915debc1925397f78db8bbfc9f488b0ce4e009. Will be in next update. Is already enabled for arm*.

Closes #23662.

A patch file from https://github.com/void-linux/void-packages/pull/23840.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-nftables-23840.patch --]
[-- Type: text/x-diff, Size: 3688 bytes --]

From 33b694780d7ea03aa66aa3184261311e96c05888 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 26 Jul 2020 14:18:23 +1000
Subject: [PATCH] rpi-kernel: add nftables support.

Applied from upstream.

Closes #23662.

[ci skip]
---
 ...5debc1925397f78db8bbfc9f488b0ce4e009.patch | 85 +++++++++++++++++++
 srcpkgs/rpi-kernel/template                   |  2 +-
 2 files changed, 86 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/rpi-kernel/patches/fe915debc1925397f78db8bbfc9f488b0ce4e009.patch

diff --git a/srcpkgs/rpi-kernel/patches/fe915debc1925397f78db8bbfc9f488b0ce4e009.patch b/srcpkgs/rpi-kernel/patches/fe915debc1925397f78db8bbfc9f488b0ce4e009.patch
new file mode 100644
index 00000000000..ac160b1e74f
--- /dev/null
+++ b/srcpkgs/rpi-kernel/patches/fe915debc1925397f78db8bbfc9f488b0ce4e009.patch
@@ -0,0 +1,85 @@
+From fe915debc1925397f78db8bbfc9f488b0ce4e009 Mon Sep 17 00:00:00 2001
+From: digital <digital@dinid.net>
+Date: Fri, 26 Jun 2020 17:30:49 +0200
+Subject: [PATCH] Enable nf_tables support for aarch64
+
+---
+ arch/arm64/configs/bcmrpi3_defconfig | 44 ++++++++++++++++++++++++++++
+ 1 file changed, 44 insertions(+)
+
+diff --git arch/arm64/configs/bcmrpi3_defconfig arch/arm64/configs/bcmrpi3_defconfig
+index 63e0cc8ab89f9..d66d80f95c001 100644
+--- arch/arm64/configs/bcmrpi3_defconfig
++++ arch/arm64/configs/bcmrpi3_defconfig
+@@ -132,6 +132,33 @@ CONFIG_NF_CONNTRACK_SANE=m
+ CONFIG_NF_CONNTRACK_SIP=m
+ CONFIG_NF_CONNTRACK_TFTP=m
+ CONFIG_NF_CT_NETLINK=m
++CONFIG_NF_TABLES=m
++CONFIG_NF_TABLES_SET=m
++CONFIG_NF_TABLES_INET=y
++CONFIG_NF_TABLES_NETDEV=y
++CONFIG_NFT_NUMGEN=m
++CONFIG_NFT_CT=m
++CONFIG_NFT_COUNTER=m
++CONFIG_NFT_CONNLIMIT=m
++CONFIG_NFT_LOG=m
++CONFIG_NFT_LIMIT=m
++CONFIG_NFT_MASQ=m
++CONFIG_NFT_REDIR=m
++CONFIG_NFT_NAT=m
++CONFIG_NFT_TUNNEL=m
++CONFIG_NFT_OBJREF=m
++CONFIG_NFT_QUEUE=m
++CONFIG_NFT_QUOTA=m
++CONFIG_NFT_REJECT=m
++CONFIG_NFT_COMPAT=m
++CONFIG_NFT_HASH=m
++CONFIG_NFT_FIB_INET=m
++CONFIG_NFT_SOCKET=m
++CONFIG_NFT_OSF=m
++CONFIG_NFT_TPROXY=m
++CONFIG_NFT_DUP_NETDEV=m
++CONFIG_NFT_FWD_NETDEV=m
++CONFIG_NFT_FIB_NETDEV=m
+ CONFIG_NETFILTER_XT_SET=m
+ CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
+ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
+@@ -220,6 +247,14 @@ CONFIG_IP_VS_SED=m
+ CONFIG_IP_VS_NQ=m
+ CONFIG_IP_VS_FTP=m
+ CONFIG_IP_VS_PE_SIP=m
++CONFIG_NFT_CHAIN_ROUTE_IPV4=m
++CONFIG_NFT_DUP_IPV4=m
++CONFIG_NFT_FIB_IPV4=m
++CONFIG_NF_TABLES_ARP=y
++CONFIG_NF_LOG_ARP=m
++CONFIG_NFT_CHAIN_NAT_IPV4=m
++CONFIG_NFT_MASQ_IPV4=m
++CONFIG_NFT_REDIR_IPV4=m
+ CONFIG_IP_NF_IPTABLES=m
+ CONFIG_IP_NF_MATCH_AH=m
+ CONFIG_IP_NF_MATCH_ECN=m
+@@ -239,6 +274,12 @@ CONFIG_IP_NF_RAW=m
+ CONFIG_IP_NF_ARPTABLES=m
+ CONFIG_IP_NF_ARPFILTER=m
+ CONFIG_IP_NF_ARP_MANGLE=m
++CONFIG_NFT_CHAIN_ROUTE_IPV6=m
++CONFIG_NFT_CHAIN_NAT_IPV6=m
++CONFIG_NFT_MASQ_IPV6=m
++CONFIG_NFT_REDIR_IPV6=m
++CONFIG_NFT_DUP_IPV6=m
++CONFIG_NFT_FIB_IPV6=m
+ CONFIG_IP6_NF_IPTABLES=m
+ CONFIG_IP6_NF_MATCH_AH=m
+ CONFIG_IP6_NF_MATCH_EUI64=m
+@@ -257,6 +298,9 @@ CONFIG_IP6_NF_RAW=m
+ CONFIG_IP6_NF_NAT=m
+ CONFIG_IP6_NF_TARGET_MASQUERADE=m
+ CONFIG_IP6_NF_TARGET_NPT=m
++CONFIG_NF_TABLES_BRIDGE=y
++CONFIG_NFT_BRIDGE_REJECT=m
++CONFIG_NF_LOG_BRIDGE=m
+ CONFIG_BRIDGE_NF_EBTABLES=m
+ CONFIG_BRIDGE_EBT_BROUTE=m
+ CONFIG_BRIDGE_EBT_T_FILTER=m
diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 5e3de2045a4..a406f6a1178 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
 version=4.19.127
-revision=2
+revision=3
 wrksrc="linux-${_githash}"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 homepage="http://www.kernel.org"

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

* Re: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
@ 2020-07-27  0:24 ` ahesford
  2020-07-27  0:39 ` fosslinux
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-07-27  0:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23840#issuecomment-664061288

Comment:
There's been some talk about bumping to Linux 5.4 now that Raspbian has moved. Any comments about rolling this into a 5.4 update?

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

* Re: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
  2020-07-27  0:24 ` ahesford
@ 2020-07-27  0:39 ` fosslinux
  2020-07-27  0:56 ` ahesford
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-07-27  0:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23840#issuecomment-664063539

Comment:
Go right ahead, and I'll close this PR.

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

* Re: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
  2020-07-27  0:24 ` ahesford
  2020-07-27  0:39 ` fosslinux
@ 2020-07-27  0:56 ` ahesford
  2020-07-27  1:14 ` fosslinux
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-07-27  0:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23840#issuecomment-664066428

Comment:
I mean that as an invitation for you to update. ;) I don't currently have Void on a Raspberry Pi to test.

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

* Re: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
                   ` (2 preceding siblings ...)
  2020-07-27  0:56 ` ahesford
@ 2020-07-27  1:14 ` fosslinux
  2020-07-27  1:14 ` [PR PATCH] [Closed]: " fosslinux
  2020-08-17  8:53 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-07-27  1:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23840#issuecomment-664069828

Comment:
Lol, ok. I'll take a crack at it soon-ish :)

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

* Re: [PR PATCH] [Closed]: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
                   ` (3 preceding siblings ...)
  2020-07-27  1:14 ` fosslinux
@ 2020-07-27  1:14 ` fosslinux
  2020-08-17  8:53 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-07-27  1:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There's a closed pull request on the void-packages repository

rpi-kernel: add nftables support.
https://github.com/void-linux/void-packages/pull/23840

Description:
Applied from upstream. https://github.com/raspberrypi/linux/commit/fe915debc1925397f78db8bbfc9f488b0ce4e009. Will be in next update. Is already enabled for arm*.

Closes #23662.

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

* Re: [PR PATCH] [Merged]: rpi-kernel: add nftables support.
  2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
                   ` (4 preceding siblings ...)
  2020-07-27  1:14 ` [PR PATCH] [Closed]: " fosslinux
@ 2020-08-17  8:53 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2020-08-17  8:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There's a merged pull request on the void-packages repository

rpi-kernel: add nftables support.
https://github.com/void-linux/void-packages/pull/23840

Description:
Applied from upstream. https://github.com/raspberrypi/linux/commit/fe915debc1925397f78db8bbfc9f488b0ce4e009. Will be in next update. Is already enabled for arm*.

Closes #23662.

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

end of thread, other threads:[~2020-08-17  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26  4:22 [PR PATCH] rpi-kernel: add nftables support fosslinux
2020-07-27  0:24 ` ahesford
2020-07-27  0:39 ` fosslinux
2020-07-27  0:56 ` ahesford
2020-07-27  1:14 ` fosslinux
2020-07-27  1:14 ` [PR PATCH] [Closed]: " fosslinux
2020-08-17  8:53 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).