=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/73.html,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** www/73.html 2023/04/03 22:14:15 1.23 --- www/73.html 2023/04/04 00:22:30 1.24 *************** *** 104,115 **** to the kernel timecounting API. Together with getbinruntime(), it provides a fast, monotonic clock that only advances while the system is not suspended. !
  • Prevent detatching ("bioctl -d detach") of a boot volume on a RAID managed by bioctl(8).
  • Added WTRAPPED option for waitid(2) to control whether CLD_TRAPPED state changes, i.e., ptrace(2) on a process, are reported. !
  • On arm64, avoid usin 1GB mappings for the identity map in the early kernel bootstrap phase and when booting the secondary CPUs. This avoids accidentally mapping memory regions that should not be mapped (i.e. secure memory) as all mapped memory can be accessed --- 104,115 ---- to the kernel timecounting API. Together with getbinruntime(), it provides a fast, monotonic clock that only advances while the system is not suspended. !
  • Prevent detaching ("bioctl -d detach") of a boot volume on a RAID managed by bioctl(8).
  • Added WTRAPPED option for waitid(2) to control whether CLD_TRAPPED state changes, i.e., ptrace(2) on a process, are reported. !
  • On arm64, avoid using 1GB mappings for the identity map in the early kernel bootstrap phase and when booting the secondary CPUs. This avoids accidentally mapping memory regions that should not be mapped (i.e. secure memory) as all mapped memory can be accessed *************** *** 284,290 **** time between different timezones allowed the TY environment variable to point to any file on the system to be reas as zoneinfo file. This was restricted to paths starting with /usr/share/zoneinfo in the TZ ! environement variable. Reject other absolute paths in TZ. The assumption is that zoneinfo files under /usr/share/zoneinfo are trustworthy, but --- 284,290 ---- time between different timezones allowed the TY environment variable to point to any file on the system to be reas as zoneinfo file. This was restricted to paths starting with /usr/share/zoneinfo in the TZ ! environment variable. Reject other absolute paths in TZ. The assumption is that zoneinfo files under /usr/share/zoneinfo are trustworthy, but *************** *** 385,391 **** driver for the PiJuice HAT UPS.
  • Added qcdwusb(4), a driver ! controlling the interface logic for the Synopsis DesignWare USB 3.0 controller found on various Qualcomm Snapdragon SoCs.
  • Disabled smmu(4) for the Qualcomm SC8280XP on FDT attachment as on ACPI. --- 385,391 ---- driver for the PiJuice HAT UPS.
  • Added qcdwusb(4), a driver ! controlling the interface logic for the Synopsys DesignWare USB 3.0 controller found on various Qualcomm Snapdragon SoCs.
  • Disabled smmu(4) for the Qualcomm SC8280XP on FDT attachment as on ACPI. *************** *** 432,438 **** PWM controlled LEDs.
  • Implemented dwpcie(4) support for the ! (optional) MSI controller of the Synopsis Designware PCIe host bridge.
  • Added uhidpp(4) support for the Unified Battery feature often found in newer Logitech HID++ hardware. --- 432,438 ---- PWM controlled LEDs.
  • Implemented dwpcie(4) support for the ! (optional) MSI controller of the Synopsys DesignWare PCIe host bridge.
  • Added uhidpp(4) support for the Unified Battery feature often found in newer Logitech HID++ hardware. *************** *** 577,583 ****
  • Fixed a panic seen with rge(4) RTL8125 with MCLGETL.
  • Add dwqe(4), a ! driver for the Synopsis DesignWare Ethernet QoS controller used on the NXP i.MX8MP, the Rockchip RK35xx series and Intel Elkhart Lake.
  • Worked around an issue on the StarFive JH7100 SoC to make dwge(4) Ethernet work --- 577,583 ----
  • Fixed a panic seen with rge(4) RTL8125 with MCLGETL.
  • Add dwqe(4), a ! driver for the Synopsys DesignWare Ethernet QoS controller used on the NXP i.MX8MP, the Rockchip RK35xx series and Intel Elkhart Lake.
  • Worked around an issue on the StarFive JH7100 SoC to make dwge(4) Ethernet work *************** *** 776,787 ****
  • Changes in the network stack: