@[email protected] to [email protected]English • 1 year agoMicrosoft wants to update your Windows 11 PC without forcing you to rebootwww.windowscentral.comexternal-linkmessage-square171fedilinkarrow-up1395
arrow-up1395external-linkMicrosoft wants to update your Windows 11 PC without forcing you to rebootwww.windowscentral.com@[email protected] to [email protected]English • 1 year agomessage-square171fedilink
minus-square@[email protected]linkfedilinkEnglish17•1 year agoSo according to the official page on Hotpatching (without any trackers like in the article), this reminds me of kpatch. I guess Microsoft really wants to spend the effort of making that work. Isn’t kpatch not really supported (without $$$) by many larger distros since it’s prone to break easily?
minus-square@[email protected]linkfedilinkEnglish4•1 year agoI found more info: Microsoft SQL Server Engine already does hot patching and I guess the same way will be used in other MS apps: https://techcommunity.microsoft.com/t5/Azure-SQL-Database/Hot-Patching-SQL-Server-Engine-in-Azure-SQL-Database/ba-p/849700
minus-squaresqozenodelinkfedilinkEnglish5•1 year agoIsn’t the concept of kernel live-patching just “wait until the kernel’s not using that module, and slip in anupdatesd version”
minus-square@[email protected]linkfedilinkEnglish5•1 year agoI don’t know about Windows, on Linux it’s at the function level, and some cases are tricky.
So according to the official page on Hotpatching (without any trackers like in the article), this reminds me of kpatch. I guess Microsoft really wants to spend the effort of making that work. Isn’t kpatch not really supported (without $$$) by many larger distros since it’s prone to break easily?
I found more info: Microsoft SQL Server Engine already does hot patching and I guess the same way will be used in other MS apps: https://techcommunity.microsoft.com/t5/Azure-SQL-Database/Hot-Patching-SQL-Server-Engine-in-Azure-SQL-Database/ba-p/849700
Isn’t the concept of kernel live-patching just “wait until the kernel’s not using that module, and slip in anupdatesd version”
I don’t know about Windows, on Linux it’s at the function level, and some cases are tricky.