Skip to content

Conversation

@cilium-renovate
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Update Change
quay.io/lvh-images/kernel-images patch 4.19-20251113.1151244.19-20260106.135428
quay.io/lvh-images/kernel-images patch 5.4-20251113.1151245.4-20260106.135428
quay.io/lvh-images/kernel-images patch 5.10-20251113.1151245.10-20260106.135428
quay.io/lvh-images/kernel-images patch 5.15-20251113.1151245.15-20260106.135428
quay.io/lvh-images/kernel-images patch 6.1-20251113.1151246.1-20260106.135428
quay.io/lvh-images/kernel-images patch 6.6-20251113.1151246.6-20260106.135428
quay.io/lvh-images/kernel-images patch 6.12-20251113.1151246.12-20260106.135428
quay.io/lvh-images/kernel-images patch bpf-next-20251113.115124bpf-next-20260106.135428

Configuration

📅 Schedule: Branch creation - "on monday and friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot added release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies labels Nov 17, 2025
@cilium-renovate cilium-renovate bot added the release-blocker This PR or issue is blocking the next release. label Nov 17, 2025
@cilium-renovate cilium-renovate bot requested a review from a team as a code owner November 17, 2025 08:07
@cilium-renovate cilium-renovate bot added the release-note/dependency This PR updates one or multiple dependencies label Nov 17, 2025
@netlify
Copy link

netlify bot commented Nov 17, 2025

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 4730c2b
🔍 Latest deploy log https://app.netlify.com/projects/tetragon/deploys/695d25259cfe3f0007cad86e
😎 Deploy Preview https://deploy-preview-4353--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mtardy
Copy link
Member

mtardy commented Nov 21, 2025

pkg.sensors.tracing.TestKprobeKernelStackTrace failed on bpf-next. I'll retry but that might be a real issue since it's only on bpf-next

@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-lvh-images-main branch 2 times, most recently from 4f68d29 to 63d840e Compare December 1, 2025 08:07
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-lvh-images-main branch 4 times, most recently from eacb3ef to 8711016 Compare December 15, 2025 11:39
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-lvh-images-main branch from 8711016 to 29227f5 Compare December 22, 2025 08:07
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-lvh-images-main branch 3 times, most recently from 9b83dbd to d7632f2 Compare January 5, 2026 13:19
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-lvh-images-main branch from d7632f2 to 4730c2b Compare January 6, 2026 15:07
@mtardy
Copy link
Member

mtardy commented Jan 7, 2026

Failure on bpf-next has been investigated, it's related to the fact that the syscall call is missing from the kernel stacktrace.

On most kernels it looks like this:

"kernel_stack_trace": [
      {
        "offset": "5",
        "symbol": "__x64_sys_newuname"
      },
      {
        "offset": "53",
        "symbol": "do_syscall_64"
      },
      {
        "offset": "110",
        "symbol": "entry_SYSCALL_64_after_hwframe"
      }
    ],

But lately, on bpf-next, it looks like this:

"kernel_stack_trace": [
      {
        "offset": "164",
        "symbol": "do_syscall_64"
      },
      {
        "offset": "119",
        "symbol": "entry_SYSCALL_64_after_hwframe"
      }
    ],

Jiri thinks it's related to one of his recent patch

seems I broke it with 6d08340d1e35 Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()" ... but I needed that to fix tracepoints 😕 seems 20a0bc10272f might be related..

To be continued... We might just disable it on bpf-next in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant