** Description changed:

+ [Impact]
+ 
+ FIB related errors when using LXD.
+ 
+ [Test Case]
+ 
+ $ modinfo nft_fib_inet
+ modinfo: ERROR: Module nft_fib_inet not found.
+ 
+ 
+ [Where Problems Could Occur]
+ 
+ The usual suspects when modules are enabled. Bad module code leading to
+ crashes.
+ 
+ [Original Description]
+ 
  Reported here: https://github.com/lxc/lxd/issues/8735
  
  After investigation, the issue is:
  
  ```
  # CONFIG_NFT_FIB_INET is not set
  ```
  
  As found on current 5.11 raspberry pi kernel.
  Generic Ubuntu kernel has:
  
  ```
  CONFIG_NFT_FIB_INET=m
  ```
  
  The rest of the config related to nft/netfilter looks identical. I
  thought all our kernels were derived from a shared config, any idea how
  it's possible that the raspberry pi kernel ended up diverging on this
  one?

** Also affects: linux-raspi (Ubuntu Hirsute)
   Importance: Undecided
       Status: New

** Also affects: linux-raspi (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: linux-raspi (Ubuntu Groovy)
   Importance: Undecided
       Status: New

** Changed in: linux-raspi (Ubuntu Hirsute)
       Status: New => Confirmed

** Changed in: linux-raspi (Ubuntu Groovy)
       Status: New => Confirmed

** Changed in: linux-raspi (Ubuntu Focal)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1927108

Title:
  Raspberry Pi kernel config doesn't match generic for NFT, breaks LXD

Status in linux-raspi package in Ubuntu:
  Confirmed
Status in linux-raspi source package in Focal:
  Confirmed
Status in linux-raspi source package in Groovy:
  Confirmed
Status in linux-raspi source package in Hirsute:
  Confirmed

Bug description:
  [Impact]

  FIB related errors when using LXD.

  [Test Case]

  $ modinfo nft_fib_inet
  modinfo: ERROR: Module nft_fib_inet not found.

  
  [Where Problems Could Occur]

  The usual suspects when modules are enabled. Bad module code leading
  to crashes.

  [Original Description]

  Reported here: https://github.com/lxc/lxd/issues/8735

  After investigation, the issue is:

  ```
  # CONFIG_NFT_FIB_INET is not set
  ```

  As found on current 5.11 raspberry pi kernel.
  Generic Ubuntu kernel has:

  ```
  CONFIG_NFT_FIB_INET=m
  ```

  The rest of the config related to nft/netfilter looks identical. I
  thought all our kernels were derived from a shared config, any idea
  how it's possible that the raspberry pi kernel ended up diverging on
  this one?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1927108/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to