linux icon indicating copy to clipboard operation
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/

Results 537 linux issues
Sort by recently updated
recently updated
newest added

On working with proxy arp I have found this issue with a RPi 3B and 3B+. It should work without promiscuous mode like any other computer. I verified it with...

Wifi Issue

@AlanStern @gregkh @oneukum ### Describe the bug Hello, I have encountered a bug in the cdc_wdm driver on a Raspberry Pi running the latest kernel (6.6.51+rpt-rpi-v7). When using a SIM7600...

### Describe the bug After upgrading from kernel 6.6.74+rpt-rpi to 6.12.20+rpt-rpi the device init fails: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 640, in temp return self.get_temperature_from_humidity() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

### Describe the bug I raised this , via Debian's reportbug(1) , it got returned as "Closing as this is not a Debian system but running on a derivative." This...

### Describe the bug The output of ` diff -U 1 arch/arm/configs/bcm2711_defconfig arch/arm64/configs/bcm2711_defconfig` is surprising. ``` --- ../arch/arm/configs/bcm2711_defconfig 2025-04-07 10:34:43.292553123 +0100 +++ ../arch/arm64/configs/bcm2711_defconfig 2025-04-07 10:34:43.292553123 +0100 @@ -1,2 +1,2 @@...

I was recently trying to get an Intel Arc GPU running on my Pi 5 (see https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/510), but one notice I recieved while testing recommended enabling Resizable BAR, or ReBAR,...

### Describe the bug Revision 521f2baed818c04981fd61b275c996a8ef03b833 of branch rpi-6.12.y gives massive disk-corruption when realtime-kernel is enabled. ### Steps to reproduce the behaviour Configure kernel for real-time. ### Device (s) Raspberry...

### Describe the bug Since https://github.com/raspberrypi/linux/issues/6622 is probably not going to happen due to the massive size increase at least enabling the drop watch function within the kernel is sufficient...

### Describe the bug BTF is necessary for running modern [BPF](https://ebpf.io/) applications, enabling it would allow for greater observability and debuggability of software running on Raspberry Pis. Without it, many...