Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/42602?usp=email )
Change subject: sgsn_libgtp: fix NULL dereference in cb_delete_context()
......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Is there some ticket related to this scenario?
File src/sgsn/sgsn_libgtp.c:
https://gerrit.osmocom.org/c/osmo-sgsn/+/42602/comment/e7107333_043cfb46?us… :
PS1, Line 708: if (!pctx)
So iiuc this patch fixes a crash happening after a condition which shouldn't have happened in first place? Maybe Try to understand why this condition is happening and add in that place an ASSERT or panic so it can be noticed and debugged further?
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/42602?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I7d800766b08d87b6f2b23a0cd45435925f9998ff
Gerrit-Change-Number: 42602
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 14 Apr 2026 16:17:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hoernchen, laforge.
lynxis lazus has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42616?usp=email )
Change subject: Rework default IRQ handler and osmo panic handler
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
This is an alternative to the other IRQ patches.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42616?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ibcabe0c58ff14ebe76159470dd90fdef064febea
Gerrit-Change-Number: 42616
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: Jenkins Builder
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Tue, 14 Apr 2026 15:10:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42607?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: add email param
......................................................................
jobs/octsim_osmo-ccid-firmware: add email param
Allow configuring the email notifications before starting a job, so no
notifications can be set while testing changes to the jenkins job. Add
jenkins-notifications(a)lists.osmocom.org while at it, as we have it with
almost all other jobs.
Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
lynxis lazus: Looks good to me, approved
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 599acc1..e64e7ea 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -7,6 +7,11 @@
- octsimtest
block-downstream: false
block-upstream: false
+ parameters:
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed build notifications, set to empty to disable
+ default: 'jenkins-notifications(a)lists.osmocom.org jsteiger(a)sysmocom.de acouzens(a)sysmocom.de'
builders:
- shell: |
cd ./tests
@@ -43,7 +48,7 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: jsteiger(a)sysmocom.de acouzens(a)sysmocom.de
+ recipients: '$EMAIL_NOTIFICATIONS'
send-to-individuals: true
retry-count: '3'
triggers:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42607?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4
Gerrit-Change-Number: 42607
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>