[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-17 Thread Heinrich Schuchardt
Merge request for EDK II created: https://github.com/tianocore/edk2/pull/6210 ** Changed in: linux-meta-riscv (Ubuntu Noble) Status: New => Invalid ** Changed in: linux-meta-riscv (Ubuntu Oracular) Status: New => Invalid -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-16 Thread Heinrich Schuchardt
The following patch in QEMU resolves the issue: https://lore.kernel.org/qemu-riscv/20240916181633.366449-1-heinrich.schucha...@canonical.com/T/#u EDK II should additionally be changed to make no assumptions about the state of the floating point unit. -- You received this bug notification because

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-16 Thread Heinrich Schuchardt
The problem seems to be that the FS field which controls availability of floating point operations in the vsstatus register is not set by KVM while OpenSBI enables the field in the mstatus register. -- You received this bug notification because you are a member of Kernel Packages, which is subscr

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
QEMU upstream bug created: https://gitlab.com/qemu- project/qemu/-/issues/2573 ** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #2573 https://gitlab.com/qemu-project/qemu/-/issues/2573 -- You received this bug notification because you are a member of Kernel Packages, which is subscri

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
** Also affects: qemu (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2077731 Title: riscv64 EDK 2 crashes in KVM based emu

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
Here is a simpler test case for KVM: https://github.com/xypron/riscv_test_payload/tree/bug_2077731 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2077731 Title: riscv64 EDK 2

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
The problem can be reproduced with Linux next-20240913 and 6.11.0-rc7. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2077731 Title: riscv64 EDK 2 crashes in KVM based emulati

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
The faulting instruction seems to be a floating point instruction: fcvt.d.w fa5,a5 TlsInitialize () calls return RandomSeed (NULL, 0) which calls OpenSSL. openssl/crypto/rand/rand_meth.obj contains the problematic instruction. When I comment out the RandomSeed() call, the crash vanishes. Acco

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
When adding build flag -DNETWORK_TLS_ENABLE I can reproduce the issue with upstream source. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2077731 Title: riscv64 EDK 2 crashes

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
When building with BUILD_TYPE=DEBUG we get bit more output for the crash: ProtectUefiImageCommon - 0x7F02C7C0 - 0x00017E08E000 - 0x001813C0 Image - Build/RiscVVirtQemu/DEBUG_GCC5/RISCV64/NetworkPkg/TlsDxe/TlsDxe/DEBUG/TlsDxe.dll Image Section Alignment(0x40) does not matc

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-15 Thread Heinrich Schuchardt
The problem is not reproducible with EDK II built from upstream source using the Dockerfile in https://github.com/xypron/sct_release_test/tree/3f095ab1cb905f14d2d608a4a47b554779b00244/build_sct_riscv64 -- You received this bug notification because you are a member of Kernel Packages, which is su

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-08-29 Thread Heinrich Schuchardt
Debugging the EDK II payload in QEMU under KVM fails with: qemu-system-riscv64: -gdb tcp::1234: gdbstub: current accelerator doesn't support guest debugging -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-08-26 Thread Heinrich Schuchardt
** Changed in: linux-meta-riscv (Ubuntu Noble) Importance: Undecided => Low ** Changed in: linux-meta-riscv (Ubuntu Oracular) Importance: Undecided => Low -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. h

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-08-23 Thread Heinrich Schuchardt
The problem is reproducible with Ubuntu 24.10 running kernel 6.8.0-31-generic riscv64. ** Also affects: edk2 (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: linux-meta-riscv (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug not

[Kernel-packages] [Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-08-23 Thread Heinrich Schuchardt
The crash output is generated in EDK II, UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.c Here we could add code showing the failing instruction. Only showing the registers is not helpful. U-Boot creates output like: Unhandled exception: Illegal instruction EPC:

[Kernel-packages] [Bug 2077731] [NEW] riscv64 EDK 2 crashes in KVM based emulation

2024-08-23 Thread Heinrich Schuchardt
Public bug reported: When running EDK2 as payload for QEMU using KVM a crash occurs in the VM: $ qemu-system-riscv64 -M virt,acpi=off -accel kvm -m 4096 -nographic -drive if=pflash,format=raw,unit=0,file=RISCV_VIRT_CODE.fd,readonly=on -drive if=pflash,format=raw,unit=1,file=RISCV_VIRT_V

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-30 Thread Heinrich Schuchardt
With ubuntu-x13s-settings installed I can boot into kernel 6.8.0-31-generic. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868 Title: Lenovo X13s fails to boot on 6.8.0-20-generic a

[Kernel-packages] [Bug 2016881] Re: zfs-linux FTBFS for riscv64 on Focal

2024-04-25 Thread Heinrich Schuchardt
I would suggest not to invest in enabling a new feature in Focal now that we have two newer LTS releases. Setting to won't fix. ** Changed in: zfs-linux (Ubuntu Focal) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-24 Thread Heinrich Schuchardt
@glathe We used to have packate linux-image-laptop-23.10 which provided file /usr/share/initramfs-tools/modules.d/laptop. This contained qcom_q6v5_pas. It have recreated this file manually but this does not resolve my problems. Which follow up package provided with the X13s installer image defin

[Kernel-packages] [Bug 2038933] Re: sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2024-04-24 Thread Heinrich Schuchardt
On my LicheeRV Dock it dos not work for me with HDMI plugged in at start. I just get [ 67.521944] sun8i-dw-hdmi 550.hdmi: Couldn't get the HDMI PHY [ 67.613930] sun4i-drm display-engine: Couldn't bind all pipelines components and no output. On the Nezha D1 I did not have this issue. When

[Kernel-packages] [Bug 2063309] Re: RISC-V: nouveau 0000:05:00.0: timer: stalled at ffffffffffffffff

2024-04-24 Thread Heinrich Schuchardt
When connected before boot the HDMI output works fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2063309 Title: RISC-V: nouveau :05:00.0: timer: stalled at fff

[Kernel-packages] [Bug 2063309] [NEW] RISC-V: nouveau 0000:05:00.0: timer: stalled at ffffffffffffffff

2024-04-24 Thread Heinrich Schuchardt
Public bug reported: After connecting a monitor to an SiFive HiFive Unmatched board running kernel 6.8.0-28-generic I saw: nouveau :05:00.0: timer: stalled at nouveau :05:00.0: Xorg[3338]: nv50cal_space: -16 ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: linux-ima

[Kernel-packages] [Bug 2038933] Re: sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2024-04-24 Thread Heinrich Schuchardt
With 6.8.0-31-generic I am not able to get any HDMI output on the Nezha D1 either. Unplugging and reconnecting did not help. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038933 T

[Kernel-packages] [Bug 2063300] Re: On LicheeRV Dock 0fe6:9700 ICS Advent DM9601 Fast Ethernet Adapter not detected

2024-04-23 Thread Heinrich Schuchardt
The problem did not occur on every boot. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2063300 Title: On LicheeRV Dock 0fe6:9700 ICS Advent DM9601 Fast Ethernet Adapter not dete

[Kernel-packages] [Bug 2063300] [NEW] On LicheeRV Dock 0fe6:9700 ICS Advent DM9601 Fast Ethernet Adapter not detected

2024-04-23 Thread Heinrich Schuchardt
Public bug reported: A 0fe6:9700 ICS Advent DM9601 Fast Ethernet Adapter was only detected after reconnecting the USB Hub. It should have been detected while booting. $ lsusb -t /: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=ehci-platform/1p, 480M |__ Port 001: Dev 008, If 0, Class=Hub

[Kernel-packages] [Bug 2038933] Re: sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2024-04-23 Thread Heinrich Schuchardt
With 6.8.0-31-generic I am not able to get any HDMI output on the LicheeRV Dock. Unplugging and reconnecting did not help. [0.133313] platform 546.tcon-top: Fixed dependency cycle(s) with /soc/hdmi@550 [0.141438] platform 546.tcon-top: Fixed dependency cycle(s) with /soc/hdmi

[Kernel-packages] [Bug 2062548] [NEW] RISC-V: [drm] Display Core failed to initialize with v3.2.266!

2024-04-19 Thread Heinrich Schuchardt
Public bug reported: On a riscv64 Unmatched board GPU output fails for a Radeon RX 6400: [ +0.000917] [drm] Display Core failed to initialize with v3.2.266! [ +0.24] Unable to handle kernel access to user memory without uaccess routines at virtual address 0008 A Radeon R230 wo

[Kernel-packages] [Bug 2062548] Re: RISC-V: [drm] Display Core failed to initialize with v3.2.266!

2024-04-19 Thread Heinrich Schuchardt
** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux-riscv/+bug/2062548/+attachment/5768195/+files/dmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-10 Thread Heinrich Schuchardt
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868 Title: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic Status in linux package in Ubuntu: New Bug description

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-10 Thread Heinrich Schuchardt
6.8.0-22-generic with earlycon=efifb stops after the output in the appended screenshot. ** Attachment added: "sc20240410_223341.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060868/+attachment/5763528/+files/sc20240410_223341.jpg -- You received this bug notification because you

[Kernel-packages] [Bug 2060868] UdevDb.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763524/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868

[Kernel-packages] [Bug 2060868] WifiSyslog.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763525/+files/WifiSyslog.txt ** Summary changed: - Lenovo X13s fails to boot on 6.8.0-20-generic + Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic -- You receive

[Kernel-packages] [Bug 2060868] RfKill.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763523/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868

[Kernel-packages] [Bug 2060868] ProcCpuinfoMinimal.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763520/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 2060868] ProcModules.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763522/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 2060868] ProcCpuinfo.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763519/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 2060868] Lsusb-v.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763518/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060

[Kernel-packages] [Bug 2060868] ProcInterrupts.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763521/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

[Kernel-packages] [Bug 2060868] Lsusb-t.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763517/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060

[Kernel-packages] [Bug 2060868] Lsusb.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763516/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868

[Kernel-packages] [Bug 2060868] AlsaInfo.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763503/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/20

[Kernel-packages] [Bug 2060868] CurrentDmesg.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763504/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 2060868] Lspci.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763515/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868

[Kernel-packages] [Bug 2060868] IwConfig.txt

2024-04-10 Thread Heinrich Schuchardt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/2060868/+attachment/5763505/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/20

[Kernel-packages] [Bug 2060868] [NEW] Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-10 Thread Heinrich Schuchardt
Public bug reported: The last kernel that successfully boots on my Lenovo X13s system is 6.5.0-1004-laptop. With 6.8.0-20-generic no output whatsoever is shown. --- ProblemType: Bug ApportVersion: 2.28.0-0ubuntu1 Architecture: arm64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/se

[Kernel-packages] [Bug 2054814] Re: lxd-agent-setup cannot be started on riscv64 6.5.0-9-generic

2024-02-23 Thread Heinrich Schuchardt
resolve the issue. Best regards Heinrich ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: linux-image-6.5.0-9-generic 6.5.0-9.9.1 ProcVersionSignature: Ubuntu 6.5.0-9.9.1-generic 6.5.3 Uname: Linux 6.5.0-9-generic riscv64 ApportVersion: 2.28.0-0ubuntu1 Architecture: riscv

[Kernel-packages] [Bug 2054814] Re: lxd-agent-setup cannot be started on riscv64 6.5.0-9-generic

2024-02-23 Thread Heinrich Schuchardt
config Couldn't mount virtiofs or 9p, failing. The "9pnet_virtio: no channels available for device config" messages occur frequently in the kernel log and did not exist in kernels prior to 6.5. Removing the 9pnet_virtio module does not resolve the issue. Best rega

[Kernel-packages] [Bug 2054814] [NEW] lxd-agent-setup cannot be started on riscv64 6.5.0-9-generic

2024-02-23 Thread Heinrich Schuchardt
or 9p, failing. The "9pnet_virtio: no channels available for device config" messages occur frequently in the kernel log and did not exist in kernels prior to 6.5. Removing the 9pnet_virtio module does not resolve the issue. Best regards Heinrich ProblemType: Bug DistroRelease: Ubunt

[Kernel-packages] [Bug 2054325] Re: nouveau 0000:05:00.0: timeout on HiFive SiFive Unmatched

2024-02-19 Thread Heinrich Schuchardt
The error occurred with a monitor that was in a low power state. Rebooting with the monitor powered on showed no issues. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv-6.5 in Ubuntu. https://bugs.launchpad.net/bugs/2054325 T

[Kernel-packages] [Bug 2054325] [NEW] nouveau 0000:05:00.0: timeout on HiFive SiFive Unmatched

2024-02-19 Thread Heinrich Schuchardt
Public bug reported: Booting the SiFive Unmatched no output on the monitor was shown. Zillions of messages like the following were written: [ +0.007867] [ cut here ] [ +0.13] nouveau :05:00.0: timeout [ +0.000374] WARNING: CPU: 2 PID: 2028 at drivers/gpu/drm/no

[Kernel-packages] [Bug 2048864] Re: Remove armhf support

2024-02-01 Thread Heinrich Schuchardt
Flash-kernel contains a database matching device-tree machine values with devicetree names. There is no necessity to remove entries for architectures that are not supported in Ubuntu. We should try to minimize the differences to Debian. So setting this to won't fix for flash-kernel. ** Changed in

[Kernel-packages] [Bug 2049952] [NEW] `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

2024-01-19 Thread Heinrich Schuchardt
Public bug reported: When booting I see a message: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 which is described in https://bugs.kde.org/show_bug.cgi?id=466467 Fedora suggests to disable the outdated wireless extensions: https://fedoraproject.org/w

[Kernel-packages] [Bug 2049441] [NEW] zfs-dkms: GPL-incompatible module zfs.ko uses GPL-only symbol 'PageHuge'

2024-01-15 Thread Heinrich Schuchardt
Public bug reported: I try to install package zfs-dkms on a riscv64 system running Ubuntu 24.04. Installation fails with "GPL-incompatible module zfs.ko uses GPL- only symbol 'PageHuge'". See appended make.log. Installed kernel: Architecture: riscv64 Source: linux-riscv Version: 6.5.0-9.9.1 Pro

[Kernel-packages] [Bug 2043061] Re: System suspension is encountered on Ubuntu 23.10 RISC-V image on VisionFive 2

2023-11-08 Thread Heinrich Schuchardt
** Changed in: linux-riscv (Ubuntu) Assignee: (unassigned) => Heinrich Schuchardt (xypron) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2043061 Title: System suspension

[Kernel-packages] [Bug 2039782] Re: Stalls on CPUs/tasks on VisionFive 2 with external GPU

2023-11-01 Thread Heinrich Schuchardt
@opvolger Thank you for confirming the issue. The upstreaming of PCIe for the StarFive VisionFive 2 board is not finalized yet. The kernel team will revisit this issue once there is proper upstream support. They picked up what was available on the kernel list which brought us NVMe support for whi

[Kernel-packages] [Bug 2039782] Re: Stalls on CPUs/tasks on VisionFive 2 with external GPU

2023-11-01 Thread Heinrich Schuchardt
** Changed in: linux-riscv (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2039782 Title: Stalls on CPUs/tasks on VisionFive 2 with external

[Kernel-packages] [Bug 2038546] Re: /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64

2023-10-31 Thread Heinrich Schuchardt
File lib/firmware/brcm/brcmfmac43430-sdio.bin.zst is contained in the 24.04 package. Looks ok. ** Changed in: linux-firmware (Ubuntu Noble) Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-10-25 Thread Heinrich Schuchardt
Upstream has accepted the patch and added it to the v6.5 stable series. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.5.9&id=63565e1cbfb59da059dd322054840eb6a0019e65 ** Changed in: linux-meta (Ubuntu) Importance: Undecided => High -- You received this bug noti

[Kernel-packages] [Bug 1989566] Re: [FFe] PolarFire Icicle Kit: enable PCIe support

2023-10-20 Thread Heinrich Schuchardt
ation properties All patches are strictly restricted to the PolarFire Icicle Kit and have no impact on any other RISC-V boards that we support. Best regards Heinrich To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-riscv/+bug/1989566/+subscrip

[Kernel-packages] [Bug 2039782] [NEW] Stalls on CPUs/tasks on VisionFive 2 with external GPU

2023-10-19 Thread Heinrich Schuchardt
Public bug reported: I am trying to install Ubuntu Mantic on the StarFive VisionFive 2 1.3B board using https://cdimage.ubuntu.com/releases/23.10/release/ubuntu-23.10-live- server-riscv64.img.gz I have connected an Nvidia GT710 graphics card to the NVMe connector and see rcu_sched stalls. I have

[Kernel-packages] [Bug 2038928] Re: Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-11 Thread Heinrich Schuchardt
With u-boot-starfive - 2023.09.22-next-5d2fae79c7d6-0ubuntu1~ppa4 from ppa:ubuntu-risc-v-team/release the problem is resolved. ** Changed in: linux-riscv (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subs

[Kernel-packages] [Bug 2038920] Re: Nezha D1: usb 1-1: device descriptor read/64, error -71

2023-10-11 Thread Heinrich Schuchardt
** Summary changed: - Nezahl D1: usb 1-1: device descriptor read/64, error -71 + Nezha D1: usb 1-1: device descriptor read/64, error -71 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bug

[Kernel-packages] [Bug 2038928] Re: Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-10 Thread Heinrich Schuchardt
This patch for upstream U-Boot seems to resolve the issue: https://lore.kernel.org/u-boot/20231011044813.122941-1-heinrich.schucha...@canonical.com/T/#u. I will retest the image. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv

[Kernel-packages] [Bug 2038928] Re: Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-10 Thread Heinrich Schuchardt
The problem seems to be related to a U-Boot reporting the wrong memory size on a VisionFive 2 with 4GiB. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038928 Title: Unable to han

[Kernel-packages] [Bug 2038933] Re: sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2023-10-10 Thread Heinrich Schuchardt
** Tags added: iso-testing -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038933 Title: sun8i-dw-hdmi 550.hdmi: Couldn't get the HDMI PHY Status in linux-riscv package in Ubu

[Kernel-packages] [Bug 2038928] Re: Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-10 Thread Heinrich Schuchardt
echo blacklist jh7110_tdm > /etc/modprobe.d/blacklist-jh7110_tdm.conf did not solve the issue. I still get oopses like: [ 201.478403] Oops [#1] [ 201.480681] Modules linked in: tls cfg80211 binfmt_misc nls_iso8859_1 cdns3 cdns_usb_common udc_core cdns3_starfive ofpart cmdlinepart spi_nor mtd a

[Kernel-packages] [Bug 2038928] Re: Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-10 Thread Heinrich Schuchardt
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038928 Title: Unable to handle kernel paging request at virtual address ff8a012abe1a Status in linux-riscv package in Ubuntu:

[Kernel-packages] [Bug 2038933] Re: sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2023-10-10 Thread Heinrich Schuchardt
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/linux-riscv/+bug/2038933/+attachment/5708302/+files/syslog -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2

[Kernel-packages] [Bug 2038933] [NEW] sun8i-dw-hdmi 5500000.hdmi: Couldn't get the HDMI PHY

2023-10-10 Thread Heinrich Schuchardt
Public bug reported: I am testing the Mantic preinstalled image on the LicheeRV Dock. HDMI output is not working. There is a kernel message "sun8i-dw-hdmi 550.hdmi: Couldn't get the HDMI PHY". ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: linux-image-6.5.0-9-generic 6.5.0-9.9.1 ProcV

[Kernel-packages] [Bug 2038893] Re: probe-bcache[132]: unhandled signal 11 code 0x1 at 0x0038004000000004

2023-10-10 Thread Heinrich Schuchardt
Trying again booting the preinstalled image the reported error did not come up. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038893 Title: probe-bcache[132]: unhandled signal 11

[Kernel-packages] [Bug 2038928] [NEW] Unable to handle kernel paging request at virtual address ffffff8a012abe1a

2023-10-10 Thread Heinrich Schuchardt
Public bug reported: I have been running the Mantic preinstalled image on the VisionFive 2 1.3B board. http://cdimage.ubuntu.com/ubuntu-server/daily-preinstalled/20231010/mantic-preinstalled-server-riscv64+visionfive2.img.xz Kernel Ubuntu 6.5.0-9.9.1-generic 6.5.3 [ 4050.418337] Unable to handl

[Kernel-packages] [Bug 2038920] Re: Nezahl D1: usb 1-1: device descriptor read/64, error -71

2023-10-10 Thread Heinrich Schuchardt
** Description changed: On the Nezha D1 board USB does not work correctly. - I have connected a USB key board and get errors like: + I have connected a USB keyboard and get errors like: [ 4458.313671] usb 1-1: device descriptor read/64, error -71 [ 4459.189686] usb 1-1: device descript

[Kernel-packages] [Bug 2038920] Re: Nezahl D1: usb 1-1: device descriptor read/64, error -71

2023-10-10 Thread Heinrich Schuchardt
I was able to use the keyboard after removing and plugging in again. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038920 Title: Nezahl D1: usb 1-1: device descriptor read/64, er

[Kernel-packages] [Bug 2038920] [NEW] Nezahl D1: usb 1-1: device descriptor read/64, error -71

2023-10-10 Thread Heinrich Schuchardt
Public bug reported: On the Nezha D1 board USB does not work correctly. I have connected a USB key board and get errors like: [ 4458.313671] usb 1-1: device descriptor read/64, error -71 [ 4459.189686] usb 1-1: device descriptor read/64, error -71 [ 4460.157594] usb 4-1: device descriptor read/6

[Kernel-packages] [Bug 2038893] Re: probe-bcache[132]: unhandled signal 11 code 0x1 at 0x0038004000000004

2023-10-10 Thread Heinrich Schuchardt
$ uname -a Linux ubuntu 6.5.0-9-generic #9.1-Ubuntu SMP Sat Oct 7 17:18:31 UTC 2023 riscv64 riscv64 riscv64 GNU/Linux -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2038893 Title:

[Kernel-packages] [Bug 2038893] Re: probe-bcache[132]: unhandled signal 11 code 0x1 at 0x0038004000000004

2023-10-10 Thread Heinrich Schuchardt
** Attachment added: "syslog.gz" https://bugs.launchpad.net/ubuntu/+source/linux-riscv/+bug/2038893/+attachment/5708199/+files/syslog.gz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/

[Kernel-packages] [Bug 2038893] [NEW] probe-bcache[132]: unhandled signal 11 code 0x1 at 0x0038004000000004

2023-10-10 Thread Heinrich Schuchardt
Public bug reported: Running http://cdimage.ubuntu.com/ubuntu-server/daily- preinstalled/20231010/mantic-preinstalled-server-riscv64.img.xz on QEMU with qemu-system-riscv64 -machine virt -nographic -m 2048 -smp 4 -bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.bin -kernel /usr/lib/u-boot

[Kernel-packages] [Bug 2038546] Re: /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64

2023-10-06 Thread Heinrich Schuchardt
linux-firmware - 20230919.git3672ccab-0ubuntu3 is available in ppa:xypron/gnu-efi -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/2038546 Title: /lib/firmware/brcm/brcmfmac43430-

[Kernel-packages] [Bug 2038546] Re: /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64

2023-10-06 Thread Heinrich Schuchardt
** Patch added: "linux-firmware-20230919.git3672ccab-0ubuntu2..20230919.git3672ccab-0ubuntu3.debdiff" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2038546/+attachment/5707392/+files/linux-firmware-20230919.git3672ccab-0ubuntu2..20230919.git3672ccab-0ubuntu3.debdiff -- You re

[Kernel-packages] [Bug 2037065] Re: Wifi not working on StarFive VisionFive

2023-10-05 Thread Heinrich Schuchardt
*** This bug is a duplicate of bug 2038546 *** https://bugs.launchpad.net/bugs/2038546 ** This bug has been marked a duplicate of bug 2038546 /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64 -- You received this bug notification because you are a member of Kernel Packages, whi

[Kernel-packages] [Bug 2038546] [NEW] /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64

2023-10-05 Thread Heinrich Schuchardt
Public bug reported: /lib/firmware/brcm/brcmfmac43430-sdio.bin is needed for wifi on the StarFive VisionFive board which uses the starfive kernel flavor. The file was available in Jammy and only recently removed from Mantic. File debian/config/linux-firmware/riscv64/exclude.fwinfo is excluding i

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-22 Thread Heinrich Schuchardt
With kernel 6.5.0-6-generic #6.1-Ubuntu SMP Thu Sep 21 12:51:18 from ppa:esmil/ppa efivar works fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2034705 Title: efivar fail

[Kernel-packages] [Bug 2037065] [NEW] Wifi not working on StarFive VisionFive

2023-09-22 Thread Heinrich Schuchardt
Public bug reported: I am currently testing http://cdimage.ubuntu.com/ubuntu-server/daily- preinstalled/20230920/mantic-preinstalled-server- riscv64+visionfive.img.xz according to http://iso.qa.ubuntu.com/qatracker/milestones/448/builds/287116/testcases/1754/results 'nmcli dev wifi list' and 'ip

[Kernel-packages] [Bug 2037000] Re: No HDMI output with 6.5.0-2-generic

2023-09-21 Thread Heinrich Schuchardt
$ uname -a Linux ubuntu 6.5.0-2-generic #2.1-Ubuntu SMP Tue Sep 5 14:10:40 UTC 2023 riscv64 riscv64 riscv64 GNU/Linux -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2037000 Ti

[Kernel-packages] [Bug 2037000] [NEW] No HDMI output with 6.5.0-2-generic

2023-09-21 Thread Heinrich Schuchardt
Public bug reported: I am currently testing the mantic preinstalled server image for the LicheeRV Dock. After upgrading to Linux 6.5 from ppa:esmil/ppa output for HDMI is missing. Before we build the final images this needs to be fixed. ** Affects: linux-meta-riscv (Ubuntu) Importance: Unde

[Kernel-packages] [Bug 2013743] Re: USB not working on Nezha D1

2023-09-21 Thread Heinrich Schuchardt
Same error exists with Linux ubuntu 6.2.0-19-generic on Nezha D1 board. ** Changed in: linux-allwinner (Ubuntu) Status: Fix Released => New ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of K

[Kernel-packages] [Bug 2035604] [NEW] iwlfifi crashes on 6.5.0-5-generic

2023-09-14 Thread Heinrich Schuchardt
Public bug reported: I am running Ubuntu Mantic. Since the upgrade of the kernel to 6.5 my WiFI card Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz [8086:2725] (rev 1a) does not work anymore. [ +0.000149] libcrc32c raid1 raid0 multipath linear amdgpu amdxcp iommu_v2 drm_buddy gpu_sched i2c

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-09 Thread Heinrich Schuchardt
Patch sent upstream https://lore.kernel.org/linux- efi/20230909180812.10904-1-heinrich.schucha...@canonical.com/T/#u. Without this patch the Ubuntu installer on systems using U-Boot (e.g. riscv64) will fail. ** Changed in: linux-meta-riscv (Ubuntu) Assignee: Heinrich Schuchardt (xypron

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-08 Thread Heinrich Schuchardt
** Patch added: "Draft Linux patch" https://bugs.launchpad.net/ubuntu/+source/linux-meta-riscv/+bug/2034705/+attachment/5699289/+files/0001-efivarfs-fix-statfs-on-efivarfs.patch ** Changed in: linux-meta-riscv (Ubuntu) Assignee: (unassigned) => Heinrich Schuchardt (xypron)

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-08 Thread Heinrich Schuchardt
U-Boot currently does not implement QueryVariableInfo at runtime. This function is not needed for a read only efivarfs. I think it would be more appropriate to check if GetVariable is enabled in efi.runtime_supported_mask. ** Changed in: efivar (Ubuntu) Status: New => Invalid -- You recei

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-08 Thread Heinrich Schuchardt
Kernel commit d86ffcb1 ("efivarfs: expose used and total size") introduced an EFI runtime call QueryVariableInfo(). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2034705 Ti

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-08 Thread Heinrich Schuchardt
In U-Boot's EFI_RT_PROPERTIES_TABLE_VERSION the flag EFI_RT_SUPPORTED_QUERY_VARIABLE_INFO is not set. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta-riscv in Ubuntu. https://bugs.launchpad.net/bugs/2034705 Title: efivar fail

[Kernel-packages] [Bug 2034705] Re: efivar fails to read variables

2023-09-08 Thread Heinrich Schuchardt
The problem is due to the kernel not supporting the deprecated statfs() call on the efivarfs file system. To demonstrate this I have created the following program (statfs.c): #include #include int main(int argc, char *argv[]) { struct statfs s; int ret; if (argc < 2) {

[Kernel-packages] [Bug 2002226] Re: Add support for kernels compiled with CONFIG_EFI_ZBOOT

2023-07-17 Thread Heinrich Schuchardt
>> Kernels that use u-boot (direct), abootimg, piboot will have to stay as they are - unless they gain zboot image format boot support. Hello Dimitri, zboot kernels are regualr EFI binaries. Where did you see problems in booting them with U-Boot's bootefi command? Best regard

[Kernel-packages] [Bug 1959525] Re: Occasional no display output on 6900XT or if been idle for too long

2023-07-03 Thread Heinrich Schuchardt
My problems only occur when running a KDE Wayland session, not with KDE X11 sessions. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1959525 Title: Occasional no display output on 6900XT

[Kernel-packages] [Bug 1975592] Re: Enable Nezha board

2023-06-08 Thread Heinrich Schuchardt
. They could even run a custom U-Boot. Please avoid linking the kernel upgrade to any assumptions about U-Boot. Best regards Heinrich -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-riscv in Ubuntu. https://bugs.launchpad.net/bugs

[Kernel-packages] [Bug 2018657] Re: Sound output fails

2023-05-06 Thread Heinrich Schuchardt
Little Endian, Rate 22050 Hz, Mono aplay: pcm_write:2127: write error: Input/output error Best regards Heinrich ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: linux-image-5.19.0-1009-allwinner 5.19.0-1009.9 ProcVersionSignature: Ubuntu 5.19.0-1009.9-allwinner 5.19.17 Unam

[Kernel-packages] [Bug 2018657] Re: Sound output fails

2023-05-06 Thread Heinrich Schuchardt
$ sudo aplay PinkPanther30.wav Playing WAVE 'PinkPanther30.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono aplay: pcm_write:2127: write error: Input/output error Best regards Heinrich ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: linux-image-5.19.0-1009

[Kernel-packages] [Bug 2018657] [NEW] Sound output fails

2023-05-06 Thread Heinrich Schuchardt
ummy-dai-0 [sun20i-codec snd-soc-dummy-dai-0] Subdevices: 1/1 Subdevice #0: subdevice #0 But playback fails: $ sudo aplay PinkPanther30.wav Playing WAVE 'PinkPanther30.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono aplay: pcm_write:2127: write error: Input/output error Be

[Kernel-packages] [Bug 1959525] Re: Occasional no display output on 6900XT or if been idle for too long

2023-05-02 Thread Heinrich Schuchardt
Cf. https://gitlab.freedesktop.org/drm/amd/-/issues/2447 ** Bug watch added: gitlab.freedesktop.org/drm/amd/-/issues #2447 https://gitlab.freedesktop.org/drm/amd/-/issues/2447 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ub

  1   2   3   4   >