Conversation
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Ignore: yes Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2041867 Properties: no-test-build Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Ignore: yes Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2045254 Properties: no-test-build Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2052774 Properties: no-test-build Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
…/d2024.02.07) BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2061092 Properties: no-test-build Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2061429 Properties: no-test-build Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
…rsions (main/d2024.04.04) BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Ignore: yes Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2061868 Properties: no-test-build Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
…el-versions (main/d2025.11.04) BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Ignore: yes Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2133790 Properties: no-test-build Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Ignore: yes Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Ignore: yes Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
BugLink: https://bugs.launchpad.net/bugs/2138491 Properties: no-test-build Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
Signed-off-by: Magali Lemes <magali.lemes@canonical.com>
This is a placeholder commit to separate the Ubuntu kernel source and our patches. Used by kernel_merge_with_upstream() in the linux-pkg repo.
…operly started (#14)
42eb6c4 to
75e8d74
Compare
sebroy
approved these changes
Mar 5, 2026
prakashsurya
approved these changes
Mar 5, 2026
75e8d74 to
81b439f
Compare
dbjwhs-perforce
approved these changes
Mar 5, 2026
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.
Problem
After updating to kernel 6.17, connstat was failing to build with:
The culprit is the upstream kernel commit:
which only exports the needed symbols if
CONFIG_IPV6=m(the default isCONFIG_IPV6=y).This means the symbols are now exported if ipv6 support is build as a kernel module (m), but not when ipv6 support is built into the kernel (y). See
debian/master/config/annotations:Solution
Rather than modifying our kernel build to make ipv6 a kernel module, I decided to patch
tcp_ipv6.cto always export the 3 symbols connstat needs, partially reverting the upstream commit. This seemed like a less invasive / potentially impactful change.Testing Done
https://selfservice-jenkins.eng-tools-prd.aws.delphixcloud.com/job/appliance-build-orchestrator-pre-push/13331/