11.0.1: Difference between revisions
mention rebootless update |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The Switch 11.0.1 system update was released on December 11, 2020 (UTC). This Switch update was released for the following regions: ALL, and CHN. | The Switch 11.0.1 system update was released on December 11, 2020 (UTC). This Switch update was released for the following regions: ALL, and CHN. | ||
Additionally, a rebootless system update was released revising the "NgWord" list for 11.0.1 on March 9, 2021 (UTC). | |||
Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>. | Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>. | ||
Line 16: | Line 18: | ||
There was no IPC changes. | There was no IPC changes. | ||
=== [[HID_services|hid]]-sysmodule === | |||
Exactly 1 function was updated, nothing else changed. The codebin is identical to the previous version besides this function and the build-id - the function following this one is at the same offset as before. | |||
===BootImagePackage=== | ===BootImagePackage=== | ||
Line 22: | Line 27: | ||
====Kernel==== | ====Kernel==== | ||
The kernel was updated. | The kernel was updated. | ||
* The new thread linked list pointer member in KSynchronizationObject (added in 11.0.0) is now two pointers; it is now a head/tail sentinel pair instead of just a head pointer. | |||
** KSynchronizationObject::Wait now updates both pointers accordingly. | |||
* Only other changes are due to KSynchronizationObject (and derivations) increasing in size by 8 bytes. | |||
====FIRM Sysmodules==== | ====FIRM Sysmodules==== | ||
Line 30: | Line 37: | ||
System update report(s): | System update report(s): | ||
* [https://yls8.mtheall.com/ninupdates/reports.php?date=2020-12-11_00-15-07&sys=hac] | * [https://yls8.mtheall.com/ninupdates/reports.php?date=2020-12-11_00-15-07&sys=hac] | ||
* [https://yls8.mtheall.com/ninupdates/reports.php?date=2021-03-09_00-05-06&sys=hac] | |||