This repository contains the last stable upstream kernel (6.16.0), as well as
the last release candidate (6.16.0-rc7), compiled and packaged for Debian 13 "Trixie".
I use it personnaly to have an up to date version of bcachefs, the kernel code and the
bcachefs-tools package (1.25.3) for my personnal use.
To add this repository and the associated gpg key to your config, you can download and install this package :
# Download de deb file :
wget -O /tmp/224crt-archive-keyring.deb https://deb.224charenton.net/224crt-archive-keyring.deb
# And, as root :
dpkg -i /tmp/224crt-archive-keyring.deb
apt update
apt install bcachefs-tools
For the last stable release :
apt install linux-image-amd64-224crt
For the last release candidate :
apt install linux-image-rc-amd64-224crt