[Bug 1812875] Re: ip6_gre: fix tunnel list corruption for x-netns

2019-02-18 Thread Olivier Matz
Validated with kernels: - linux-image-4.15.0-46-generic (bionic) - linux-image-4.18.0-16-generic (cosmic) ** Tags removed: verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You received this bug notification because you

[Bug 1832828] Re: ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

2019-07-01 Thread Olivier Matz
apport information ** Tags added: apport-collected bionic ** Description changed: == SRU Justification == The following code returns EFAULT (Bad address): s = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); setsockopt(s, SOL_IPV6, IPV6_HDRINCL, 1); sendto(ipv6_icmp6_packet,

[Bug 1832828] ProcModules.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274442/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832828

[Bug 1832828] Lspci.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274439/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832828 Title:

[Bug 1832828] ProcInterrupts.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274441/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1832828] ProcCpuinfoMinimal.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274440/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1832828] CurrentDmesg.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274438/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1832828] WifiSyslog.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/527/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1832828] UdevDb.txt

2019-07-01 Thread Olivier Matz
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1832828/+attachment/5274443/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832828 Title:

[Bug 1832828] [NEW] ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

2019-06-14 Thread Olivier Matz
Public bug reported: == SRU Justification == The following code returns EFAULT (Bad address): s = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); setsockopt(s, SOL_IPV6, IPV6_HDRINCL, 1); sendto(ipv6_icmp6_packet, addr); /* returns -1, errno = EFAULT */ The IPv4 equivalent code works. The