Security updates for Tuesday
Firefox 83.0 released
[1] https://blog.mozilla.org/security/2020/11/17/firefox-83-introduces-https-only-mode/
[2] https://www.mozilla.org/en-US/firefox/83.0/releasenotes/
OpenWrt and self-signed certificates
[1] https://letsencrypt.org/
[2] https://openwrt.org/
Security updates for Monday
Kernel prepatch 5.10-rc4
[1] https://lwn.net/Articles/837346/
youtube-dl repository restored at GitHub
[1] https://github.com/ytdl-org/youtube-dl
[2] https://yt-dl.org/
[3] https://lwn.net/SubscriberLink/836830/5c84e77f5090d3e7/
[4] https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md
[5] https://github.com/ytdl-org/youtube-dl/commit/1fb034d029c8b7feafe45f64e6a0808663ad315e
Security updates for Friday
Changed-block tracking and differential backups in QEMU
[1] https://qemu.org/
[2] https://www.qemu.org/2020/09/14/qemu-storage-overview/
[3] https://events.linuxfoundation.org/kvm-forum/
[4] https://kvmforum2020.sched.com/event/eE3o/bitmaps-and-nbd-building-blocks-of-change-block-tracking-eric-blake-red-hat
[5] https://libvirt.org
[$] Systemd catches up with bind events
[1] https://lwn.net/Articles/837034/
[$] A realtime developer's checklist
[1] https://events.linuxfoundation.org/embedded-linux-conference-europe/
[2] https://ogness.net/ese2020/ese2020_johnogness_rtchecklist.pdf
LWN.net Weekly Edition for November 19, 2020
Security updates for Thursday
[$] iproute2 and libbpf: vendoring on the small scale
[1] https://lwn.net/Articles/835599/
[2] https://github.com/libbpf/libbpf
[3] https://wiki.linuxfoundation.org/networking/iproute2
Security updates for Wednesday
The RIAA, GitHub, and youtube-dl
[1] https://yt-dl.org/
[2] https://github.com/ytdl-org/youtube-dl
[3] https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md
Yet another set of stable kernel updates
[1] https://lwn.net/Articles/836794/
[2] https://lwn.net/Articles/836795/
[3] https://lwn.net/Articles/836796/
[4] https://lwn.net/Articles/836797/
[5] https://lwn.net/Articles/836798/
[6] https://lwn.net/Articles/836799/
[7] https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html
[8] https://lwn.net/Articles/786487/
Eleven Years of Go
[1] https://blog.golang.org/11years
Stable kernel updates
[1] https://lwn.net/Articles/836772/
[2] https://lwn.net/Articles/836773/
[3] https://lwn.net/Articles/836774/
[4] https://lwn.net/Articles/836775/
[5] https://lwn.net/Articles/836776/
[6] https://lwn.net/Articles/836777/
Security updates for Tuesday
KVM for Android
[1] https://events.linuxfoundation.org/kvm-forum/
=== ALL USERS PLEASE NOTE ========================
The garbage collector now works. In addition a new, experimental garbage
collection algorithm has been installed. With SI:%DSK-GC-QLX-BITS set to 17,
(NOT the default) the old garbage collection algorithm remains in force; when
virtual storage is filled, the machine cold boots itself. With SI:%DSK-GC-
QLX-BITS set to 23, the new garbage collector is enabled. Unlike most garbage
collectors, the new gc starts its mark phase from the mind of the user, rather
than from the obarray. This allows the garbage collection of significantly
more Qs. As the garbage collector runs, it may ask you something like "Do you
remember what SI:RDTBL-TRANS does?", and if you can't give a reasonable answer
in thirty seconds, the symbol becomes a candidate for GCing. The variable
SI:%GC-QLX-LUSER-TM governs how long the GC waits before timing out the user.