Update rpi to latest 5.10.y kernel and firmware#289
Merged
ricardosalveti merged 5 commits intofoundriesio:masterfrom Mar 15, 2021
Merged
Update rpi to latest 5.10.y kernel and firmware#289ricardosalveti merged 5 commits intofoundriesio:masterfrom
ricardosalveti merged 5 commits intofoundriesio:masterfrom
Conversation
Latest RPI BSP is now tracking 5.10.y series, so move to the same base version as used by meta-raspberrypi master. Also drop overlay vc4-kms patch as OTA from previous BSP is not really supported by LMP (as it requires new firmware and there is no supported path for updating the board firmware atomically). Signed-off-by: Ricardo Salveti <[email protected]>
Rpi kernel is now based on upstream 5.10.y, so make sure that the wireguard module provided is from the kernel tree instead of the external module (to avoid build failure). Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - c646118d bsp: rpi3/4: align common config with downstream 5.10.y config changes Signed-off-by: Ricardo Salveti <[email protected]>
Add linux-firmware-rpidistro-bcm43456 to rpi4 machine recommends, in order to make it available for Rpi 400 and CM4. Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - 2bc91bf4120 [FIO fromtree] rpi: Add identifier for the new CM4 - f7bb3f32a23 [FIO fromtree] rpi: Add identifier for the new RPi400 Signed-off-by: Ricardo Salveti <[email protected]>
angolini
approved these changes
Mar 15, 2021
vanmaegima
approved these changes
Mar 15, 2021
Member
|
Tested with rpi4-64: |
Member
Author
|
Nice, also tested on rpi3/3-6/4/4-64 locally, will merge and have the lmp-manifest changes in place. |
quaresmajose
pushed a commit
that referenced
this pull request
Jan 10, 2023
Bumping podman-compose to version 0.1.8-2-g1555417, which comprises the following commits:
1555417 FIXES #361: key error _service
1f989ed FIXES #356: respect pull_policy
66ce2a3 release 0.1.8
d8e11d5 FIXES #312: run starts dependencies
72c3572 #289: exit code and test for that
c187e88 up and down specific containers
31b8bb4 simpler passing of env
f177712 Fix `up` arguments parsing
ae3deb1 #355: fix dry run
117b7fb command list of strings
5acb997 command list of strings
02b2f65 Update issue templates
a36b6f1 Update issue templates
e3be6dd Update issue templates
4b75678 Update issue templates
dcb038e remove tabs
a2fef56 FIXES #353: down in reverse order
c753b8e FIXES #167: support ContainerFile
c9486c9 #115: handle string entrypoint
f2aeaba #348: conditional --infra-name
2d80e43 remove print
d1a77de external name
c49f070 volumes with names
6d69b7c Add support external volumes
ab13503 add support for long port publishing format
069018c #342: set infra container name
b33c42b Readability fix for missing commands
785f7ad Get version info with setup.cfg
b6a9f8e #335: report version with -v
4a5fd23 #275 make pipx happy
dc0ac0d docs: added the transform_policy default and description
502d7cc #327: accept ports as string
e85d79d added cpu_shares flag for v2
bfb57b9 added cpu_shares flag for v2
2d0aad6 Also pull images with a build section
ff5b9f1 Support for logging
62aa337 feat(secrets): ✨ Add support for secrets
3836094 Update podman_compose.py
d97a20d #308: fix environment
f417c9a #120: extend not add
5ed5528 FIXES #120: parse mem and cpu limits
3d6ca3c FIXES #120: parse mem and cpu limits
6e3383d Convert numeric command arguments to string (fixes #77)
8ef7587 Fix some typos (found by codespell)
039fe30 Make sure port entries are converted to strings
62d2024 Add stop_signal service attribute
9317f98 #278: args
045cef2 #289: report exit code when --exit-code-from
a7f97b6 implement -e in run
0ea18b4 Force adding an .env file for the tests
00840d0 resolve conflict
2ad7daa Test variable interpolation in the YAML
080b8a3 Prefer 'compose.yaml' as per compose spec
226ac4f fix missing --label flag in volume creation
030a196 Fix README typo
901213e Update podman_compose.py
b337060 Add support for sysctls in compose file
b3090c3 Mode Python installation and test deps to requirement files
5fabfee Support annotations
75a63df fix: check `.env` in current dir with `isfile` instead of `exists`
08dd36f Add docker-compose labels for interoperability
669953b Rework argument generation to adhere directly to what podman accepts.
d3df688 Remove test code
bda7b5e Add exec support
6289d25 fixes #236: compatible with docker-compose
abc0813 Only pull each image once
9cd837f Fixes #236: Ensure project name works with podman
a4b8b5e Fix 'podman-compose version' with no compose file in the working directory
5971f57 FIXES #249: update dotenv with some envs
ab96f12 FIXES #249: update dotenv with some envs
f6a3cb0 Allow environment variables to be unset
497355f Re-order environment/env_files to match compose
20a86ea add --no-cache arg to build
4e2e960 build specific service
efba3a1 support str style configuration for env_file
9063976 BUG: 'podman stop -t 360.0' called for float, expects int on cli
3712b54 ENH: add timeout option to podman-compose down, as in https://docs.docker.com/compose/reference/down/
294f8ee Hashlib to generate SHA256 instead of MD5 for FIPS
105b129 Fix infinite loop
d3f3711 FIXES #181: accept init and init-path
7eacf14 MAINT: resolve containers/podman-compose#180 (comment)
8cd98ab MAINT: extend instead of append
047820d ENH: Added restart policy forwarding to podmann run, compose build args added to up args
e7b1382 Add --build-arg to 'up' (Fixes #161)
64ed554 Allow empty default/error value in substitution
93bf39e Add Security Policy
5915ba3 Catch error when compose file is empty
1ca6a88 target once
7b40079 Pass "target" parameter when building an image.
f9915c4 Check for target property when building images
1973340 Add support for --build-arg option
e8147e3 Add support for cap_add/cap_drop
7f210ff fixing "Error: unknown flag: --shm_size"
cbed801 start detached
6a42d68 add ports test
07a2430 Fixes #152: validate that podman is useable
5215782 Fixes #152: validate that podman is useable
03cbd29 pass volumes using -v
796e6a4 Avoid crash when no services are defined
efcbc75 Pass ulimit parameters when building container
dacc753 Add Code of Conduct
8c3b7e6 Added mount option delegated and cached
147f0ae Update README with dnf install instructions.
27d3caf Add support for privileged option
e7a9bd3 Show stopped containers in ps
ddd582c Add support for logs subcommand
169eaee Fix override of the run command
c5f8973 Mixed-case directory names break 'podman create'
12036aa FIXES #76: a service extends a service with same name
7222fdb exit if not files
bb7120f Fix stop command runs start instead
7ebbe2e Fix KeyErrors encountered with extended services
29d4cdc Remove unused funtion in setup.py
a9216c3 podman volume inspect mountPoint/Mountpoint
e538852 #57: better ps via label
b1c2b02 podman_compose.py
9e0dd2d extends with external file
72c1992 Remove never-shared options.
3e2381f Support extends
dee813a #47: version command
9684429 #52: fix how we split commands
87e7211 #54: fix ulimits
7269701 Fixed get of ulimit tag, according to docker-compose specification
b369073 Fix podman-compose run command parsing
62f0cc4 Changed -l flag to --label in order to be compatible with Podman 1.0.2.dev
c152d28 Support for generic container-compose format
8e43e69 FIX #41: compare original volume name
751aaa8 Add support for devices in a service
243bdb6 Add support for setting container ulimit
2202e7f Add support for setting container ulimit
f505e49 a test showing yaml anchor magic
2e4378f add string check for cmd line args
2a8d430 FIXES #35: now support multiple composer files
a512c0c #35: test for multiple -f
f008986 release 0.1.5
Signed-off-by: Bruce Ashfield <[email protected]>
quaresmajose
pushed a commit
that referenced
this pull request
Jan 10, 2023
Bumping fsnotify to version v1.5.1-7-gaf855d7
We update the license checksum, due to new copyright dates, and include
the following commits:
af855d7 Final Notice: Maintainers Wanted
62a598a maintainers wanted
d696f5c revise contributing
6e1d4e4 update readme
83f9fe6 Test on Go 1.18 and two most recent versions (#411)
0aba082 Update issue templates (#410)
3eb7fa4 Removed dead link
466b39d prepare 1.5.1, retract 1.5.0
b98ede5 Revert "Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289)"
dfdb645 revise pull request template
08848a0 v1.5.0 preparation (#380)
e2e9517 Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289)
82ee6f3 Update test matrix for go 1.17 stable release (#385)
16f0d42 add //go:build lines + add 1.17.0-rc2 to test matrix (#377)
cc8365b Update x/sys to latest (#379)
2fb15b1 Drop support/testing for Go 1.11 and earlier (#381)
5ce1ba4 Remove Travis CI and references
ed6d2f5 Add lint+vet+old versions to GitHub Action
42e9219 introduce GitHub Actions
7f4cf4d Fix unsafe pointer conversion (#325)
45d7d09 Move example usage to the readme
4bf2d1f Updating the FAQ section for supportability with NFS & FUSE filesystems.
dc27d96 drop 1.8.x from Travis CI
fce5a44 2019
ecf2c4d revise editor config
0a05407 Add Go modules
ab058b4 readme: plan to support fanotify
924410f Open files with CLOEXEC
1485a34 Also create epoll and pipe fds with close-on-exec (#155) (#219)
11844c0 readme: remove AppVeyor badge
85de84f Add windows to travis matrix
2216558 Fix lint issue with error doc string
9152fb1 only run golint on latest version of go
ccc981b Check if channels are closed in the example (#244)
1f285c6 darwin tests: Exchangedata is deprecated on 10.13
7b866c9 travis: less verbose tests
8ba2b19 [#234] t.Fatalf -> t.Errorf in go routines (#266)
70cc4a1 Fix TestInotifyOverflow (#265)
1d13583 TravisCI: updating test versions
c282820 v1.4.7
a6f391c travis: test on Go 1.9.x
ea33dcb Fix missing verb on format string (#228)
3d33f50 Fix possible deadlock on closing the watcher on kqueue (#230)
4da3e2c Fix deadlock in Remove (linux/inotify)
ff7bc41 Watch.Add improvements (avoid race, fix consistency, reduce garbage) (#189)
7d7316e travis: update for Go 1.8
a904159 Moved FAQ into the README
fd9ec7d Properly handle inotify's IN_Q_OVERFLOW event (#149)
bd2828f replace references to OS X with macOS
629574c v1.4.2
abf5e85 pull request and issue template (#179)
11054bc Create inotify fd with close-on-exec (#178)
944cff2 v1.4.1
5c1390e deflake inotify stress test (#177)
b4f2a68 rm go1.5.4 from travis config since the linter doesn't build in 1.5 (#175)
c07fd86 readme: remove gocover.io badge
b3baf18 update link to contributing to external git repos
26b17cd v1.4.0
c3181d8 add @oozie to AUTHORS
55579be Add a String() func to Event.Op (#165)
f12c623 Bump Travis to Go 1.6.3 (#156)
a8a77c9 v1.3.1
51d3cc5 Use filepath.Join() (#153)
30411db global: switch to x/sys/unix
836bfd9 Update Travis config to Go 1.5.4 and 1.6.1
Signed-off-by: Bruce Ashfield <[email protected]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
Aug 3, 2023
A new kernel module is part of this release, which requires the usage of an internal KBUILD_EXTRA_SYMBOLS settings, and why it is also removed from the recipe. Install updated to use modules_install in order to have signed modules as part of the install process. Relevant changes: - 47334c91 Protocolary updates for release 4.1.10 - 469c2c22 Add support for kernel 6.2 and 6.3 - cbaf33dc Clean up skb->tstamp on translation - 4509b34a Patch the kernel module's JNLAT_PORT parser - bf4c7e36 Docs: Clarify the source of the NBT's ping - dad6837d Patch Netlink request error propagation logic - 490ddb09 Modernize the iptables shared object exports - d5e64957 Userspace half of foundriesio#347 - 7831ff3f Protocolary updates for release 4.1.9 - 0b5952e8 F1x foundriesio#378 - c2962a73 Netlink: Allow some backward compatibility - 6dfa2f69 Allow < 128 ICMP extension'd packets - c95e211f Remove traces of the master branch from the documentation - c1b64e9e Move content of the LICENSE file to the README - aeedd340 Add support for RHEL 8.6, 8.7, 9.0 and 9.1 - 226b37e3 Update openwrt.md - 48c3d44f Add pool4 validation to atomic config BIBs - bb49c60b Fix the example configuration for NAT64 - 78c50395 Doc: Highlight that xlat ping doesn't work from xlator namespace - 61e67648 DKMS: Fix RHEL kernel version checks on 9.99 / 5.17 - 5604a61f Remove all references to jool.mx - abe9a9ec Add sustainability survey to the site - 6822bdee Protocolary updates for release 4.1.8 - 4af409cf Revert 21b97b1e4fd29676ae3dd6800dc3286c70dd0690 - 344b058e 4.1.8 release review - c48cf90a RFC7915: Update the GRO comments I could find - e95308fe 6to4: Remove ptk_len() - b87b6c66 7915: Fix checksums on Slow Path - 454b83f8 GRO: Slow Path review; remove pkt_len() usage - ebb5f7e1 Documentation: Update sample atomic files - 89f3218e Create CNAME - 1c1267f2 Protocolary updates for release 4.1.7 - 04ef98dd xtables: print enabled status on startup - 81d6ad1d Autotools: Add --with-xtables - a036f08a Makefile: Remove JOOL_FLAGS - 23fcde67 iptables: Make optional - e9e5c582 Protocolary updates for release 4.1.6 - 8d23b996 Add support for kernels 5.12-5.15, RHEL 7.9, 8.4 and 8.5 - 555d61a0 Netfilter: Remove hardcoded array length - 88339465 Documentation: Update OpenWRT install instructions - c6897c57 Documentation: Add contact pointer to Matrix - 458d7887 rbtree: Replace obsolete foreach function with kernel's macro - a1d2d1a5 Documentation: Add map-t-type to the MAP-T tutorial - a72e9554 README: Update Github IPv6 availability status - 40022698 Update of configuration flag: --handle-rst-during-fin-rcv - 725b0e12 ICMP: Do not rely on flowi to translate internal type and error - cd1c03f9 Address xlat: Change ::1 verdict from DROP to ACCEPT - 2323a135 EAMT: Fix foundriesio#363 properly - 3a0da31c Radix Trie: Purge RCU waits - 6f3ad879 joold: Add NLA_F_NESTED to joold add requests - 5dc6ae4f Documentation: OpenWRT review - 3c4c71cc Documentation: Update Privacy Notice - 673f89a7 Documentation: Add "does't follow Jool's protocol" FAQ entry - a08c1784 Documentation: Update Privacy Notice - 3a873911 Documentation: Downgrade recommendation priority of 4.0.9 - 34ffbf56 Protocolary updates for release 4.1.5 - ff8f8bdb Merge branch 'issue352' - 978190a9 Documentation: Update year - ebe4abbb Documentation: Fix DNS64 tutorial 2 - e7141a10 Documentation: Fix DNS64 tutorial - dc7b39b7 issue352: Add debugging information - 8dd0b9fb Define the netlink header magic string in the preprocessor. - 58bf14e0 joold: Properly initalize the Jool header - ba85afbf joold: Patch Netlink callback mess - d3208d8c Documentation: Update with 4.2.0-rc1 - 73dc38c2 Hairpinning: Reinforce state object initialization on SIIT - 5ad9b702 Netlink: Remove CAP_NET_ADMIN validation on stats display handler - aec9f25f Add a timeseries stats section - Explain about the new jool-exporter being available - Keep generic + link to projects README - State that it's not maintained by Jool core developers - fb731d99 Documentation: Update MAP-T usage, add prototype Cheat Sheet - 705c5adf MAP-T: Documentation review - 705e86cb MAP-T: Mirror documentation from the mapt branch - b782646d Documentation: Review - 4df5a8e3 Documentation: Review - 23464e25 Documentation: Address the rest of the foundriesio#345 feedback - b0c3284d Documentation: Address some feedback from foundriesio#345 - b09c4903 Protocolary updates for release 4.1.4 - 026d45c2 Merge branch 'issue341' - 9b2614ef documentation: Current agreed changes for foundriesio#345 - 525ee6da denylist4: Rename from blacklist4 - 79bd450d documentation: Update the intro to xlat - 972c2de0 documentation: Update instance flag's pool4 examples - c3620137 generic denylist: allow /32 addresses - 9b628265 Protocolary updates for release 4.1.3 - 35267a38 Issue foundriesio#338: Bump version number - bd974032 siit: apply generic blacklist to dst address - 163b9f4d Protocolary updates for release 4.1.2 - 07279bfd iptables: Remove `static` from `_init()`. - 661e4960 Merge debug and trace configuration options - c9a3d2d2 Patch unit tests - f647e14f Patch compilation on CentOS 8 - c4f38e82 Turn debug into a runtime switch - bdab9612 Patch a bunch of compile bugs reported by Fatih USTA - fc1a6877 Protocolary updates for release 4.1.1 - 212acb49 GRO: Patch GRO in the IPv4 to IPv6 direction - eba6df14 pool4: patch port management in stateful NAT64. - b8c20a35 GRO: Patch GRO in the IPv6 to IPv4 direction - b00265df Documentation: Patch release leftover noise - b5f4cb55 graybox: Test addendums inspired by release protocol - c3a482b6 Patch empty pool4 bug - 1118be57 Protocolary updates for release 4.1.0 (unfinished) - 539a65e1 Purge `force-slow-path-46` - b17353d7 Add `lowest-ipv6-mtu` documentation - 1db50109 graybox: NAT64 test suite review, part 3 - 04076bac graybox: NAT64 test suite review, part 2 - c439fc4c graybox: NAT64 test suite review, part 1 - 7848ad4f graybox: SIIT test suite review - 2a8d0adc Merge branch 'master' into issue136 - c188c1b7 graybox: Big cleanup and refactor - 1849b01e Design and implement tests jb* and jc* - 7f72f85d Design and implement graybox test ja - 3e1e8fd1 Protocolary updates for release 4.0.9 - b846a194 Testing - 388e2dda autotools: Convert all shared libs to convenience libraries - fad9dc98 netlink: Update API usage again - a16b5274 graybox: Redesign and implement all id tests - caf6285d Implement graybox tests ic5, ic6, id1, id2 and id3 - 2deb5efb Implement graybox tests ic1, ic2, ic3 and ic4 - 088bbff4 Patch graybox tests - a0cfa6f2 Merge branch 'issue136' - 1a4eaac7 Protocolary updates for release 4.0.8 - 2a3e0991 Code review and testing - d41e3dc4 Code review and testing - b541c4cc Code review - 9e9a636b Restore successful compilation on all supported kernels - a687860b Code review - f144ae51 netlink: add joold - 277e7ed3 Patch compilation on all supported kernels - 286fe5a9 netlink: add atomic configuration - c3dd25a5 Complete rewrite of the Netlink code - 6cd661f7 Implement translation of ICMP Extensions (IE) - b970c7cd Complete RFC 7915 graybox tests - de9f3701 Look at all these bugfixes - 47271479 Optimized further - 24027071 Patch submodule deinitialization order - 54b9aaa7 Still testing and thinking - fde105c1 Bunch of testing - 07a9c951 Documentation: Add Arch Linux dependencies - 50a4920a Improve documentation based on latest feedback - be53fe41 Merge branch 'master' into issue136 - 76c12343 Improve trace based on latest feedback - 0fada0fc Add the `trace` global configuration option - 1aaf79e4 Update the logging documentation - 866779a2 Add uninstallation steps for source-compiled binaries - 4ff45fc1 Protocolary updates for release 4.0.7 - 78d5424a Kbuild: s/SUBDIRS/M/ - ef48ec3b Merge branch 'issue221' - da67695e WIP - 535d83d1 Add --lowest-ipv6-mtu - cfa601aa Print iptables-save properly - 61a8bb49 Fix kern/usr communication protocol structure sizes - d39e1d53 Fix kern/usr communication protocol structure sizes - 553d16f9 Add survey for 2020 development - 79406a56 joold: Remind users that logging is sent to syslog - 0343b851 RFC6791 test implementations da, db and ga - 0a1b2c8e RFC6791 test implementations ce through fa, except da and db - 9981795f RFC6791 test implementations aa through cd - ca59bb18 Doc: Update binary list, commit random stashes - 6d6aede1 Update Debian packages documentation again - 8dd80381 Update Debian packages documentation - df40aea4 Add documentation for Alpine Linux - 3862ecfd Add design of future RFC 6791 graybox tests - 89227b09 RFC 7915 review - 90033801 Patch some documentation links - 98c56b4b Protocolary updates for release 4.0.6 - 5367a688 More testing; patch more bugs - 1442ea4d More testing; patch more bugs - ae166170 Reduce stack usage - f3476c2b Testing the jool_common refactor; patch bugs - 60f832de Merge branch 'issue114v2' into issue297 - 23af85ca Update iptables documentation - de8895ed Merge branch 'issue297' - 7ce47989 add build dependency "libtool" for build from git repository - fc1cbd88 Create jool_common kernel module - 43f88597 Mirror Netfilter packet return mechanism on iptables mode - f949e77d follow iptables rule option format convention - de8d79ce Add support for kernel 5.4, RHEL 7.7 and RHEL 8 - 0f1c1ba2 properly print rule options with leading space - 1b9efd40 Unit and graybox test the previous commit - 1acae4cc Convert log_err from macro to function - 8e10bc1a Patch build bugs found by Rosen Penev - 95054a39 Merge branch 'genofire' - f4472619 Patch some installation instruction bugs - 629c9e0a fix(doc): siit-dc - kernel forwarding - 0e78a11b updates for release 4.0.5 - a1f2f7c6 Patch previous commit - e5fb78a1 Attempt to patch foundriesio#289 and foundriesio#279 - 6247edcb Document public key and signature status - 48f35ffd Patch DKMS installation - 0ac33a38 Enhance eamt query operation Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
that referenced
this pull request
Aug 3, 2023
A new kernel module is part of this release, which requires the usage of an internal KBUILD_EXTRA_SYMBOLS settings, and why it is also removed from the recipe. Install updated to use modules_install in order to have signed modules as part of the install process. Relevant changes: - 47334c91 Protocolary updates for release 4.1.10 - 469c2c22 Add support for kernel 6.2 and 6.3 - cbaf33dc Clean up skb->tstamp on translation - 4509b34a Patch the kernel module's JNLAT_PORT parser - bf4c7e36 Docs: Clarify the source of the NBT's ping - dad6837d Patch Netlink request error propagation logic - 490ddb09 Modernize the iptables shared object exports - d5e64957 Userspace half of #347 - 7831ff3f Protocolary updates for release 4.1.9 - 0b5952e8 F1x #378 - c2962a73 Netlink: Allow some backward compatibility - 6dfa2f69 Allow < 128 ICMP extension'd packets - c95e211f Remove traces of the master branch from the documentation - c1b64e9e Move content of the LICENSE file to the README - aeedd340 Add support for RHEL 8.6, 8.7, 9.0 and 9.1 - 226b37e3 Update openwrt.md - 48c3d44f Add pool4 validation to atomic config BIBs - bb49c60b Fix the example configuration for NAT64 - 78c50395 Doc: Highlight that xlat ping doesn't work from xlator namespace - 61e67648 DKMS: Fix RHEL kernel version checks on 9.99 / 5.17 - 5604a61f Remove all references to jool.mx - abe9a9ec Add sustainability survey to the site - 6822bdee Protocolary updates for release 4.1.8 - 4af409cf Revert 21b97b1e4fd29676ae3dd6800dc3286c70dd0690 - 344b058e 4.1.8 release review - c48cf90a RFC7915: Update the GRO comments I could find - e95308fe 6to4: Remove ptk_len() - b87b6c66 7915: Fix checksums on Slow Path - 454b83f8 GRO: Slow Path review; remove pkt_len() usage - ebb5f7e1 Documentation: Update sample atomic files - 89f3218e Create CNAME - 1c1267f2 Protocolary updates for release 4.1.7 - 04ef98dd xtables: print enabled status on startup - 81d6ad1d Autotools: Add --with-xtables - a036f08a Makefile: Remove JOOL_FLAGS - 23fcde67 iptables: Make optional - e9e5c582 Protocolary updates for release 4.1.6 - 8d23b996 Add support for kernels 5.12-5.15, RHEL 7.9, 8.4 and 8.5 - 555d61a0 Netfilter: Remove hardcoded array length - 88339465 Documentation: Update OpenWRT install instructions - c6897c57 Documentation: Add contact pointer to Matrix - 458d7887 rbtree: Replace obsolete foreach function with kernel's macro - a1d2d1a5 Documentation: Add map-t-type to the MAP-T tutorial - a72e9554 README: Update Github IPv6 availability status - 40022698 Update of configuration flag: --handle-rst-during-fin-rcv - 725b0e12 ICMP: Do not rely on flowi to translate internal type and error - cd1c03f9 Address xlat: Change ::1 verdict from DROP to ACCEPT - 2323a135 EAMT: Fix #363 properly - 3a0da31c Radix Trie: Purge RCU waits - 6f3ad879 joold: Add NLA_F_NESTED to joold add requests - 5dc6ae4f Documentation: OpenWRT review - 3c4c71cc Documentation: Update Privacy Notice - 673f89a7 Documentation: Add "does't follow Jool's protocol" FAQ entry - a08c1784 Documentation: Update Privacy Notice - 3a873911 Documentation: Downgrade recommendation priority of 4.0.9 - 34ffbf56 Protocolary updates for release 4.1.5 - ff8f8bdb Merge branch 'issue352' - 978190a9 Documentation: Update year - ebe4abbb Documentation: Fix DNS64 tutorial 2 - e7141a10 Documentation: Fix DNS64 tutorial - dc7b39b7 issue352: Add debugging information - 8dd0b9fb Define the netlink header magic string in the preprocessor. - 58bf14e0 joold: Properly initalize the Jool header - ba85afbf joold: Patch Netlink callback mess - d3208d8c Documentation: Update with 4.2.0-rc1 - 73dc38c2 Hairpinning: Reinforce state object initialization on SIIT - 5ad9b702 Netlink: Remove CAP_NET_ADMIN validation on stats display handler - aec9f25f Add a timeseries stats section - Explain about the new jool-exporter being available - Keep generic + link to projects README - State that it's not maintained by Jool core developers - fb731d99 Documentation: Update MAP-T usage, add prototype Cheat Sheet - 705c5adf MAP-T: Documentation review - 705e86cb MAP-T: Mirror documentation from the mapt branch - b782646d Documentation: Review - 4df5a8e3 Documentation: Review - 23464e25 Documentation: Address the rest of the #345 feedback - b0c3284d Documentation: Address some feedback from #345 - b09c4903 Protocolary updates for release 4.1.4 - 026d45c2 Merge branch 'issue341' - 9b2614ef documentation: Current agreed changes for #345 - 525ee6da denylist4: Rename from blacklist4 - 79bd450d documentation: Update the intro to xlat - 972c2de0 documentation: Update instance flag's pool4 examples - c3620137 generic denylist: allow /32 addresses - 9b628265 Protocolary updates for release 4.1.3 - 35267a38 Issue #338: Bump version number - bd974032 siit: apply generic blacklist to dst address - 163b9f4d Protocolary updates for release 4.1.2 - 07279bfd iptables: Remove `static` from `_init()`. - 661e4960 Merge debug and trace configuration options - c9a3d2d2 Patch unit tests - f647e14f Patch compilation on CentOS 8 - c4f38e82 Turn debug into a runtime switch - bdab9612 Patch a bunch of compile bugs reported by Fatih USTA - fc1a6877 Protocolary updates for release 4.1.1 - 212acb49 GRO: Patch GRO in the IPv4 to IPv6 direction - eba6df14 pool4: patch port management in stateful NAT64. - b8c20a35 GRO: Patch GRO in the IPv6 to IPv4 direction - b00265df Documentation: Patch release leftover noise - b5f4cb55 graybox: Test addendums inspired by release protocol - c3a482b6 Patch empty pool4 bug - 1118be57 Protocolary updates for release 4.1.0 (unfinished) - 539a65e1 Purge `force-slow-path-46` - b17353d7 Add `lowest-ipv6-mtu` documentation - 1db50109 graybox: NAT64 test suite review, part 3 - 04076bac graybox: NAT64 test suite review, part 2 - c439fc4c graybox: NAT64 test suite review, part 1 - 7848ad4f graybox: SIIT test suite review - 2a8d0adc Merge branch 'master' into issue136 - c188c1b7 graybox: Big cleanup and refactor - 1849b01e Design and implement tests jb* and jc* - 7f72f85d Design and implement graybox test ja - 3e1e8fd1 Protocolary updates for release 4.0.9 - b846a194 Testing - 388e2dda autotools: Convert all shared libs to convenience libraries - fad9dc98 netlink: Update API usage again - a16b5274 graybox: Redesign and implement all id tests - caf6285d Implement graybox tests ic5, ic6, id1, id2 and id3 - 2deb5efb Implement graybox tests ic1, ic2, ic3 and ic4 - 088bbff4 Patch graybox tests - a0cfa6f2 Merge branch 'issue136' - 1a4eaac7 Protocolary updates for release 4.0.8 - 2a3e0991 Code review and testing - d41e3dc4 Code review and testing - b541c4cc Code review - 9e9a636b Restore successful compilation on all supported kernels - a687860b Code review - f144ae51 netlink: add joold - 277e7ed3 Patch compilation on all supported kernels - 286fe5a9 netlink: add atomic configuration - c3dd25a5 Complete rewrite of the Netlink code - 6cd661f7 Implement translation of ICMP Extensions (IE) - b970c7cd Complete RFC 7915 graybox tests - de9f3701 Look at all these bugfixes - 47271479 Optimized further - 24027071 Patch submodule deinitialization order - 54b9aaa7 Still testing and thinking - fde105c1 Bunch of testing - 07a9c951 Documentation: Add Arch Linux dependencies - 50a4920a Improve documentation based on latest feedback - be53fe41 Merge branch 'master' into issue136 - 76c12343 Improve trace based on latest feedback - 0fada0fc Add the `trace` global configuration option - 1aaf79e4 Update the logging documentation - 866779a2 Add uninstallation steps for source-compiled binaries - 4ff45fc1 Protocolary updates for release 4.0.7 - 78d5424a Kbuild: s/SUBDIRS/M/ - ef48ec3b Merge branch 'issue221' - da67695e WIP - 535d83d1 Add --lowest-ipv6-mtu - cfa601aa Print iptables-save properly - 61a8bb49 Fix kern/usr communication protocol structure sizes - d39e1d53 Fix kern/usr communication protocol structure sizes - 553d16f9 Add survey for 2020 development - 79406a56 joold: Remind users that logging is sent to syslog - 0343b851 RFC6791 test implementations da, db and ga - 0a1b2c8e RFC6791 test implementations ce through fa, except da and db - 9981795f RFC6791 test implementations aa through cd - ca59bb18 Doc: Update binary list, commit random stashes - 6d6aede1 Update Debian packages documentation again - 8dd80381 Update Debian packages documentation - df40aea4 Add documentation for Alpine Linux - 3862ecfd Add design of future RFC 6791 graybox tests - 89227b09 RFC 7915 review - 90033801 Patch some documentation links - 98c56b4b Protocolary updates for release 4.0.6 - 5367a688 More testing; patch more bugs - 1442ea4d More testing; patch more bugs - ae166170 Reduce stack usage - f3476c2b Testing the jool_common refactor; patch bugs - 60f832de Merge branch 'issue114v2' into issue297 - 23af85ca Update iptables documentation - de8895ed Merge branch 'issue297' - 7ce47989 add build dependency "libtool" for build from git repository - fc1cbd88 Create jool_common kernel module - 43f88597 Mirror Netfilter packet return mechanism on iptables mode - f949e77d follow iptables rule option format convention - de8d79ce Add support for kernel 5.4, RHEL 7.7 and RHEL 8 - 0f1c1ba2 properly print rule options with leading space - 1b9efd40 Unit and graybox test the previous commit - 1acae4cc Convert log_err from macro to function - 8e10bc1a Patch build bugs found by Rosen Penev - 95054a39 Merge branch 'genofire' - f4472619 Patch some installation instruction bugs - 629c9e0a fix(doc): siit-dc - kernel forwarding - 0e78a11b updates for release 4.0.5 - a1f2f7c6 Patch previous commit - e5fb78a1 Attempt to patch #289 and #279 - 6247edcb Document public key and signature status - 48f35ffd Patch DKMS installation - 0ac33a38 Enhance eamt query operation Signed-off-by: Ricardo Salveti <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating rpi board support to the latest 5.10.y and rpi-firmware from upstream.
This requires ricardosalveti/lmp-manifest@0eec377 for it to work correctly, which I will propose once these changes are merged.
Tested with rpi3/rpi3-63/rpi4/rpi4-64.