Linus Torvalds releases Linux 6.19-rc8. With tiny patches and stable stats, the kernel is on track for its final stable 6.19 release on 8 February.

More details here: https://ostechnix.com/linux-kernel-6-19-rc8-released/

#Kernel619 #Linux #RC8 #Releases #Opensource

Linux Kernel 6.19 RC8 Released - OSTechNix

Linus Torvalds released the Linux Kernel version 6.19 RC8. Linux 6.19 final will be released on 8 February 2026.

OSTechNix

@david_chisnall Also, you could probably also keep your ordering scripts in some special directory you choose. You'll just need to tell rcorder about by appending an extra path to local_startup in rc.conf(5).

#FreeBSD #osdev #rc8

@david_chisnall Hey David, you could create an extra service script in /etc/rc.d called ISCSI_WIREGUARD_ORDER with the following contents:

```
# PROVIDE: ISCSI_WIREGUARD_ORDER
# REQUIRE: wireguard
# BEFORE: iscsi
```

#FreeBSD #rc8