pi-kernel snap is missing modules for microk8s/microceph on UC22

Bug #2036747 reported by Isaac True
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-raspi (Ubuntu)
Status tracked in Mantic
Jammy
Fix Committed
Undecided
Unassigned
Lunar
Fix Committed
Undecided
Unassigned
Mantic
Fix Released
Undecided
Unassigned

Bug Description

[Impact]

Microk8s and microceph do not currently work on the Raspberry Pi due to the kernel missing the vxlan and rbd modules. These are required for the default networking and storage configurations, and neither of these products work properly without them.

[Fix]

Add vxlan.ko and rbd.ko to the pi-kernel snap.

[Test Case]

Ensure that the missing modules are in the snap.

[Where Problems Could Occur]

N/A

Manuel Diewald (diewald)
tags: added: kern-8057
Juerg Haefliger (juergh)
Changed in linux-raspi (Ubuntu Mantic):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (62.6 KiB)

This bug was fixed in the package linux-raspi - 6.5.0-1003.4

---------------
linux-raspi (6.5.0-1003.4) mantic; urgency=medium

  * mantic/linux-raspi: 6.5.0-1003.4 -proposed tracker (LP: #2036576)

  * Packaging resync (LP: #1786013)
    - debian/dkms-versions -- update from kernel-versions (main/d2023.09.14)

  * pi-kernel snap is missing modules for microk8s/microceph on UC22
    (LP: #2036747)
    - [Packaging] raspi: Include rbd and vxlan modules in linux-modules

  * Move nbd module into modules (from -extra) (LP: #2035373)
    - [Packaging] raspi: Include nbd module in linux-modules

  * pi-kernel 5.15 on UC22 is missing most staging modules (LP: #2024443)
    - [Packaging] raspi: Include r8188eu module in linux-modules

  * Miscellaneous Ubuntu changes
    - SAUCE wifi: brcmfmac: Replace 1-element arrays with flexible arrays
    - [Config] raspi: Sync configs with master
    - [Packaging] raspi: Add a temporary config check
    - SAUCE: usb: dwc_otg: Fix flexible array declarations

  * Miscellaneous upstream changes
    - gpio-fsm: Sort functions into a more logical order
    - gpio_fsm: Rework the atomic-vs-non-atomic split
    - ASoC: hdmi-codec: Fix broken channel map reporting

  [ Ubuntu: 6.5.0-6.6 ]

  * mantic/linux: 6.5.0-6.6 -proposed tracker (LP: #2035595)
  * Mantic update: v6.5.3 upstream stable release (LP: #2035588)
    - drm/amd/display: ensure async flips are only accepted for fast updates
    - cpufreq: intel_pstate: set stale CPU frequency to minimum
    - tpm: Enable hwrng only for Pluton on AMD CPUs
    - Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN
    - Revert "fuse: in fuse_flush only wait if someone wants the return code"
    - Revert "f2fs: clean up w/ sbi->log_sectors_per_block"
    - Revert "PCI: tegra194: Enable support for 256 Byte payload"
    - Revert "net: macsec: preserve ingress frame ordering"
    - reiserfs: Check the return value from __getblk()
    - splice: always fsnotify_access(in), fsnotify_modify(out) on success
    - splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
    - splice: fsnotify_access(in), fsnotify_modify(out) on success in tee
    - eventfd: prevent underflow for eventfd semaphores
    - fs: Fix error checking for d_hash_and_lookup()
    - iomap: Remove large folio handling in iomap_invalidate_folio()
    - tmpfs: verify {g,u}id mount options correctly
    - selftests/harness: Actually report SKIP for signal tests
    - vfs, security: Fix automount superblock LSM init problem, preventing NFS sb
      sharing
    - ARM: ptrace: Restore syscall restart tracing
    - ARM: ptrace: Restore syscall skipping for tracers
    - btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
    - erofs: release ztailpacking pclusters properly
    - locking/arch: Avoid variable shadowing in local_try_cmpxchg()
    - refscale: Fix uninitalized use of wait_queue_head_t
    - clocksource: Handle negative skews in "skew is too large" messages
    - powercap: arm_scmi: Remove recursion while parsing zones
    - OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()
    - OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()
    - selftest...

Changed in linux-raspi (Ubuntu Mantic):
status: Fix Committed → Fix Released
Juerg Haefliger (juergh)
Changed in linux-raspi (Ubuntu Jammy):
status: New → Fix Committed
Changed in linux-raspi (Ubuntu Lunar):
status: New → Fix Committed
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-raspi/6.2.0-1016.18 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-lunar-linux-raspi' to 'verification-done-lunar-linux-raspi'. If the problem still exists, change the tag 'verification-needed-lunar-linux-raspi' to 'verification-failed-lunar-linux-raspi'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-lunar-linux-raspi-v2 verification-needed-lunar-linux-raspi
Revision history for this message
Juerg Haefliger (juergh) wrote :

Downloaded linux-modules-6.2.0-1016-raspi_6.2.0-1016.18_arm{64,hf}.deb from lunar-proposed, extracted them and verified the modules are present:

$ find arm* \( -name vxlan.ko -o -name rbd.ko \)
arm64/lib/modules/6.2.0-1016-raspi/kernel/drivers/block/rbd.ko
arm64/lib/modules/6.2.0-1016-raspi/kernel/drivers/net/vxlan/vxlan.ko
armhf/lib/modules/6.2.0-1016-raspi/kernel/drivers/block/rbd.ko
armhf/lib/modules/6.2.0-1016-raspi/kernel/drivers/net/vxlan/vxlan.ko

tags: added: verification-done-lunar-linux-raspi
removed: verification-needed-lunar-linux-raspi
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the linux-raspi/5.15.0-1042.45 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-linux-raspi' to 'verification-done-jammy-linux-raspi'. If the problem still exists, change the tag 'verification-needed-jammy-linux-raspi' to 'verification-failed-jammy-linux-raspi'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: kernel-spammed-jammy-linux-raspi-v2 verification-needed-jammy-linux-raspi
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.