search for: kgraft

Displaying 9 results from an estimated 9 matches for "kgraft".

Did you mean: graft
2015 Dec 11
0
wifi on servers and fedora [was Re: 7.2 kernel panic on boot]
...nected. These things act together to create a situation where bugs are more likely in the core components, where it's harder to update a system without fully rebooting it. But there's hope. There are a number of efforts to produce a system to update the kernel without reboots (ksplice, kgraft, kpatch, and KernelCare). More developers are writing unit tests. Code analysis tools are improving. Both the number of bugs produced and the cost of fixing them are getting better over time, too. > We do not need plug-and-play; or usb hot-swapping; or hibernation; or > screen savers;...
2014 Nov 12
3
[PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
...tra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...
2014 Nov 12
3
[PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
...tra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...
2014 Nov 12
0
[PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
...stop the > growing number of them. Also there will be less thread-specific hacks all over > the kernel code. > > It forces making the task selfcontained. There is no longer an unclear infinite > loop. This helps to avoid problems with suspend. Also it will be very helpful > for kGraft (kernel live patching). > > The conversion is pretty straightforward. The main change is that there is not > longer an "infinite" loop in the balloon() handler. Instead, another work item > has to be scheduled from fill_balloon() and leak_balloon() when they do not > do al...
2014 Nov 20
2
[PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
...xtra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...
2014 Nov 20
2
[PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
...xtra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...
2015 Dec 10
3
wifi on servers and fedora [was Re: 7.2 kernel panic on boot]
On Wed, December 9, 2015 16:50, James Hogarth wrote: > On 9 Dec 2015 9:07 p.m., "Lamar Owen" <lowen at pari.edu> wrote: >> > >> No, it seems to me that a suitably motivated CentOS user needs to >> scratch this itch; and, no, I am not volunteering, as I've >> followed Fedora before......and just simply cannot give the >> time to it at this
2014 Sep 25
2
[PATCH] virtio_balloon: Convert "vballon" kthread into a workqueue
...tra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...
2014 Sep 25
2
[PATCH] virtio_balloon: Convert "vballon" kthread into a workqueue
...tra kernel thread. It helps to stop the growing number of them. Also there will be less thread-specific hacks all over the kernel code. It forces making the task selfcontained. There is no longer an unclear infinite loop. This helps to avoid problems with suspend. Also it will be very helpful for kGraft (kernel live patching). The conversion is pretty straightforward. The main change is that there is not longer an "infinite" loop in the balloon() handler. Instead, another work item has to be scheduled from fill_balloon() and leak_balloon() when they do not do all requested changes in a...