linux
linux copied to clipboard
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
- Modified the panel-ronbo-rb070d30.c driver - Added vc4-kms-dsi-ronbo-rb070d30.dts - Added .config file which is the /boot/config-6.12.25+rpt-rpi-v8 from my CM4 and modified this line : CONFIG_DRM_PANEL_RONBO_RB070D30=m - Add "extra" directory which...
Upstream proposed series https://lore.kernel.org/dri-devel/[email protected]/ plus 2 commits implementing it for vc4. I have deliberately ignored the upstream macros for extracting the colour components as they look suspect and have been...
### Describe the bug I've got at least 2 customers who reported a crash with the latest kernels. It happens only on the Pi3. One of my customers can reproduce...
This reverts commit cb6b027dcd8c3bc50009e6c653fd84cc76f49369. See: https://github.com/raspberrypi/linux/issues/7025
Hello, Looking at the threads on here, I might not be the only one having issues with the onboard wifi on my raspberry pi 3. But my symptoms a little...
The system experiences a kernel panic after several hours of continuous streaming load. The watchdog correctly detects a hard lockup on one of the CPU cores and triggers a panic,...
### Describe the bug Discussed on this forum post: https://forums.raspberrypi.com/viewtopic.php?t=383051 A device using a CM5 Lite (in my case, [HALPI2](https://shop.hatlabs.fi/products/halpi2-computer)) and an NVMe will have a delay of up to...
### Describe the bug When rebooting kernel 6.7 rc2 with RT patch rt1, time and date of PI4's internal (non-RTC) clock are reset to 20-Sep 14:15:14, the creation date of...
### Describe the bug (see below) ### Steps to reproduce the behaviour N/A, happens randomly ### Device (s) Raspberry Pi 3 Mod. B+ ### System package `1.20250430` ### Logs ```...
### Describe the bug `PR_SET_VMA_ANON_NAME` is a useful linux feature that allows you to give a name to a mapped memory range. It has been generally available in desktop linux...