[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-kvm - 6.2.0-1002.2 --- linux-kvm (6.2.0-1002.2) lunar; urgency=medium * lunar/linux-kvm: 6.2.0-1002.2 -proposed tracker (LP: #2012486) * Miscellaneous Ubuntu changes - [Config] inherit debian.master annotation - [Config]

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-kvm - 5.19.0-1019.20 --- linux-kvm (5.19.0-1019.20) kinetic; urgency=medium * kinetic/linux-kvm: 5.19.0-1019.20 -proposed tracker (LP: #2004289) * Kinetic update: upstream stable patchset 2023-01-27 (LP: #2004051) - [Config]

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-03-10 Thread Andrei Gherzan
I have validated this fix for kinetic:linux-kvm - from proposed: # selftests: net: fib_nexthop_nongw.sh # TEST: nexthop: get route with nexthop without gw[ OK ] # TEST: nexthop: ping through nexthop without gw [ OK ] ok 1 selftests: net:

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-03-08 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-kvm - 5.15.0-1029.34 --- linux-kvm (5.15.0-1029.34) jammy; urgency=medium * jammy/linux-kvm: 5.15.0-1029.34 -proposed tracker (LP: #2004333) * Packaging resync (LP: #1786013) - debian/dkms-versions -- update from kernel-versions

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-03-08 Thread Roxana Nicolescu
Test passed on jammy:linux-kvm/5.19.9-1029.34 09:24:21 DEBUG| Running 'make run_tests -C net TEST_PROGS=fib_nexthop_nongw.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS=''' 19349 09:24:21 DEBUG| [stdout] make: Entering directory

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-02-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-kvm/5.19.0-1019.20 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the problem still

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-02-09 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-kvm/5.15.0-1029.34 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy' to 'verification-done-jammy'. If the problem still exists,

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-31 Thread Luke Nowakowski-Krijger
** Changed in: linux-kvm (Ubuntu Jammy) Status: Confirmed => Fix Committed ** Changed in: linux-kvm (Ubuntu Kinetic) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in Ubuntu.

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-27 Thread Jacob Martin
** Changed in: linux-kvm (Ubuntu Jammy) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1998244 Title: kselftest net/fib_nexthop_nongw.sh fails

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-24 Thread Jacob Martin
I submitted a similar fix to be applied to jammy and kinetic: jammy: https://lists.ubuntu.com/archives/kernel- team/2023-January/136517.html kinetic: https://lists.ubuntu.com/archives/kernel- team/2023-January/136519.html -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-19 Thread Jose Ogando Justo
A fix has been proposed for Lunar. https://lists.ubuntu.com/archives/kernel-team/2023-January/136387.html Since the Config management has change between series, a similar patch/fix needs to be added for Kinetic and Jammy. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-18 Thread Jose Ogando Justo
** Changed in: linux-kvm (Ubuntu Lunar) Status: New => Confirmed ** Changed in: linux-kvm (Ubuntu Kinetic) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in Ubuntu.

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-18 Thread Jose Ogando Justo
** Description changed: 18272 03:33:07 DEBUG| Persistent state client._record_indent now set to 2 - 18273 03:33:07 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kernel_selftests.net:fib_nexthop_nongw.sh',

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-18 Thread Jose Ogando Justo
** Also affects: linux-kvm (Ubuntu Lunar) Importance: Undecided Status: New ** Also affects: linux-kvm (Ubuntu Kinetic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in

[Kernel-packages] [Bug 1998244] Re: kselftest net/fib_nexthop_nongw.sh fails

2023-01-11 Thread Jose Ogando Justo
Hello! I have investigated further on this bug. It is failing because the kernel does not contain dummy net driver. Then adding a dummy interface fails. Command: $ ip -n h1 link add name eth0 type dummy Error: Unknown device type. Module missing (From generic example):