osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42516?usp=email )
Change subject: lint/checkpatch: ignore SSCANF_TO_KSTRTO
......................................................................
lint/checkpatch: ignore SSCANF_TO_KSTRTO
This kernel-specific warning doesn't make sense when linting our code so
disable it.
Change-Id: If096c600331d7ad5786395c5c41a6742da44a3e8
---
M lint/checkpatch/checkpatch_osmo.sh
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/16/42516/1
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index ac586f7..de14044 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -76,6 +76,7 @@
# * REPEATED_WORD: false positives in doxygen descriptions (e.g. '\param[in] data Data passed through...')
# * SPDX_LICENSE_TAG: we don't place it on line 1
# * SPLIT_STRING: we do split long messages over multiple lines
+# * SSCANF_TO_KSTRTO: kernel specific
# * STRING_FRAGMENTS: sometimes used intentionally to improve readability
# * SYMBOLIC_PERMS: recommends using octal permissions over symbolic ones, not followed
# * TRACING_LOGGING: recommends to use kernel's internal ftrace instead of printf("%s()\n", __func__)
@@ -114,6 +115,7 @@
--ignore REPEATED_WORD \
--ignore SPDX_LICENSE_TAG \
--ignore SPLIT_STRING \
+ --ignore SSCANF_TO_KSTRTO \
--ignore STRING_FRAGMENTS \
--ignore SYMBOLIC_PERMS \
--ignore TRACING_LOGGING \
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42516?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If096c600331d7ad5786395c5c41a6742da44a3e8
Gerrit-Change-Number: 42516
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-bts/+/42511?usp=email )
Change subject: osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/42511?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I3dc399cfae70c450d53d66bb99f3832f160fca39
Gerrit-Change-Number: 42511
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 27 Mar 2026 07:37:32 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42501?usp=email )
Change subject: pgw: Test v6 and v4v6 PDU session userplane
......................................................................
Patch Set 2:
(1 comment)
File pgw/testenv.sh:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42501/comment/2edf0cd7_ac1b… :
PS2, Line 51: s
> if the IPv4 route is already added above, why do we add it here again? If v4 route is already presen […]
As mentioned in the commit, for IPv4 it's added for completeness. It helps the reader understand the routing is needed but explains it's actually already added automatically by Linux when adding the IP address to the interface.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42501?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Idf009b9118db8117c547a1bb0f27afdfa3f03924
Gerrit-Change-Number: 42501
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 27 Mar 2026 07:32:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>