main/linux-postmarketos-allwinner: enable Anbox networking options
fixes #480 (closed)
Merge request reports
Activity
The pkgver needs to be bumped and the MR settings are incorrect, see the CI logs.
Overall change seems reasonably sane, not sure why ipv6 is changed from module to built in though, a lot of this stuff can and should be modules, iptables probes these when needed and the stuff like ipsec is a huge chunk of code that won't reasonably be used.
By Martijn Braam on 2020-12-08T16:15:55
I have tested it last night and it seems to be working. That's great!
In order to get this merged, you need to do three things:
- update the pkgrel:
pmbootstrap pkgrel_bumb linux-postmarketos-allwinner
, so that the package will be rebuilt once merged; - update the MR settings so that we can update the branch. It is used to standardize the commit messages, and to sign the commits before merging them.
- move the options from built-in (
=y
) to modules (=m
), we try to modularize what can be. (I realize that in the config fragment I sent you, the code was built-in :X)
Thanks!
By Antoine Fontaine on 2020-12-09T13:42:23
- update the pkgrel:
added 1 commit
- 77429aac - Kernel config changes to fix Anbox networking problem, fixes #480 (closed)
By edp17 on 2020-12-13T00:23:20
added 1 commit
- 011cdc73 - Kernel config changes to fix Anbox networking problem, fixes #480 (closed)
By edp17 on 2020-12-13T00:31:28
added 1 commit
- dd3834db - main/linux-postmarketos-allwinner: enable Anbox networking options, fixes #480 (closed)
By edp17 on 2020-12-13T01:04:47
added 1 commit
- 68c8621e - main/linux-postmarketos-allwinner: enable Anbox networking options, fixes #480 (closed)
By edp17 on 2020-12-13T01:11:01
added 1 commit
- 1b2d6200 - main/linux-postmarketos-allwinner: enable Anbox networking options, fixes #480 (closed)
By edp17 on 2020-12-13T01:14:53
added 1 commit
- 7586ae30 - main/linux-postmarketos-allwinner: enable Anbox networking options, fixes #480 (closed)
By edp17 on 2020-12-13T01:19:35
changed milestone to %Anbox
mentioned in merge request !1337 (closed)
By Antoine Fontaine on 2020-12-14T15:31:17
- Resolved by Administrator
@edp17 I think maybe you had a bad rebase, the kernel config in the current rev of this patch does not enable anything new in the kernel:
diff --git a/main/linux-postmarketos-allwinner/config-postmarketos-allwinner.aarch64 b/main/linux-postmarketos-allwinner/config-postmarketos-allwinner.aarch64 index 710bca110..1e64a6b90 100644 --- a/main/linux-postmarketos-allwinner/config-postmarketos-allwinner.aarch64 +++ b/main/linux-postmarketos-allwinner/config-postmarketos-allwinner.aarch64 @@ -2,7 +2,7 @@ # Automatically generated file; DO NOT EDIT. # Linux/arm64 5.9.10 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre0) 10.2.1 20201113" +CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=100201 CONFIG_LD_VERSION=235010000
This also needs to be rebased on master, the kernel package was recently upgraded to 5.10.
By clayton craft on 2020-12-15T07:56:17
added 43 commits
-
7586ae30...64b8f211 - 41 commits from branch
postmarketOS:master
- 04d53be0 - Kernel changes for fixin Anbox networking (edp17)
- 73c6c910 - main/linux-postmarketos-allwinner: enable Anbox networking options
By Antoine Fontaine on 2020-12-23T21:19:41
-
7586ae30...64b8f211 - 41 commits from branch