search for: ukuu

Displaying 20 results from an estimated 33 matches for "ukuu".

2017 Apr 05
3
[PATCH 02/38] Annotate hardware config module parameters in arch/x86/mm/
...tialisation because some drivers have viable defaults set in case parameters aren't specified and some drivers support automatic configuration (e.g. PNP or PCI) in addition to manually coded parameters. This patch annotates drivers in arch/x86/mm/. Suggested-by: Alan Cox <gnomes at lxorguk.ukuu.org.uk> Signed-off-by: David Howells <dhowells at redhat.com> cc: Steven Rostedt <rostedt at goodmis.org> cc: Ingo Molnar <mingo at kernel.org> cc: Thomas Gleixner <tglx at linutronix.de> cc: "H. Peter Anvin" <hpa at zytor.com> cc: x86 at kernel.org cc: li...
2016 Dec 01
0
[PATCH 02/39] Annotate hardware config module parameters in arch/x86/mm/
...because some drivers have viable defaults set in case parameters aren't specified and some drivers support automatic configuration (e.g. PNP or PCI) in addition to manually coded parameters. This patch annotates drivers in arch/x86/mm/. Suggested-by: One Thousand Gnomes <gnomes at lxorguk.ukuu.org.uk> Signed-off-by: David Howells <dhowells at redhat.com> cc: Steven Rostedt <rostedt at goodmis.org> cc: Ingo Molnar <mingo at kernel.org> cc: Thomas Gleixner <tglx at linutronix.de> cc: "H. Peter Anvin" <hpa at zytor.com> cc: x86 at kernel.org cc: li...
2011 Jul 15
1
[PATCH 2/2] x86: Allow disabling of sys_iopl, sys_ioperm
On Thu, Jul 14, 2011 at 5:48 PM, Mike Waychison <mikew at google.com> wrote: > On Thu, Jul 14, 2011 at 4:39 PM, Alan Cox <alan at lxorguk.ukuu.org.uk> wrote: >>> for stuff I probably should be disabling considering my goal of making >>> it difficult for root to compromise a system. ?And yes, modules are >>> disabled :) >> >> If you have CAP_SYS_RAWIO and some of the other interfaces you only thin...
2003 Jan 22
1
kjournald oops
Hello List, Running 2.4.21-pre3-ac1 SMP with new quotas (usr and grp), this oops showed up while copying a large amount (about 50gigs, only 1.6 made it before the oops). I'm trying to reproduce as we speak. Unable to handle kernel NULL pointer dereference at virtual address 00000004 c0130956 *pde = 00000000 Oops: 0002 CPU: 0 EIP: 0010:[<c0130956>] Not tainted Using defaults
2020 Feb 02
1
[OFF TOPIC] Teo En Ming's Guide to GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 Virtual Machine using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
...8-generic x86_64 bits: 64 Desktop: Gnome 3.28.4 Distro: Ubuntu 18.04.3 LTS REFERENCE ========= Link: https://phoenixnap.com/kb/how-to-update-kernel-ubuntu Linux command: sudo apt-add-repository ppa:teejee2008/ppa Linux command: sudo apt-get update Linux command: sudo apt-get install ukuu Linux command: sudo ukuu-gtk Ukuu: Ubuntu Kernel Update Utility Installed Linux kernel 5.5.1 using Ukuu. Linux command: uname -a Output: Linux ubuntu18043 5.5.1-050501-generic #202002011032 SMP Sat Feb 1 10:34:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Linux command: for a in /sys/kernel/iom...
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
...test this yourself..I don''t have too much time Matt Conover (shok@onlinex.net - - -- Shok). - ------- Message 2 Date: Mon, 28 Jul 1997 23:27:48 +0100 Subject: Re: Multiply bugs in MH-6.8.3 (Mail Handler program) From: Alan Cox <alan@LXORGUK.UKUU.ORG.UK> To: BUGTRAQ@NETSPACE.ORG Message-ID: <m0wsyGa-0005FiC@lightning.swansea.linux.org.uk> > ruserpass(host,&user,&pass); is found in msgchk.c, in checkremote() or > something like that... meaning that the host aren''t vulnerable if not > configured.. this...
2013 Jan 03
2
3.8-rc2: EFI framebuffer lock inversion...
On 3.8-rc2 with lockdep enabled and dual-GPU setup (Macbook Pro Retina), I see two releated lock inversion issues with the EFI framebuffer, leading to possible deadlock: when X takes over from the EFI framebuffer [1] and when nouveau releases the framebuffer when being vgaswitcherood [2]. Let me know if you'd like any testing or analysis when I can get the time. Many thanks, Daniel ---
2009 Jan 08
7
[RFC] Transcendent Memory ("tmem"): a new approach to physical memory management
At last year''s Xen North America Summit in Boston, I gave a talk about memory overcommitment in Xen. I showed that the basic mechanisms for moving memory between domains were already present in Xen and that, with a few scripts, it was possible to roughly load-balance memory between domains. During this effort, I discovered that "ballooning" had a lot of weaknesses, even though
2007 Jun 21
19
Writing a tool for Shared Persistent Windows Boot Image
Before, in my "Hard Problem" email I was trying to communicate a design issue were trying to solve with Xen. This is what we need to do: 1) Deploy 24 Windows XP VMs in parallel. 2) Boot them from a shared Windows XP C: drive. 3) Since this is a read-only shared image we obviously can''t have multiple VM''s writing to it. 4) All writes to the boot image for logging,
2007 Jun 21
19
Writing a tool for Shared Persistent Windows Boot Image
Before, in my "Hard Problem" email I was trying to communicate a design issue were trying to solve with Xen. This is what we need to do: 1) Deploy 24 Windows XP VMs in parallel. 2) Boot them from a shared Windows XP C: drive. 3) Since this is a read-only shared image we obviously can''t have multiple VM''s writing to it. 4) All writes to the boot image for logging,
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...com> Al Viro <viro@zeniv.linux.org.uk> Al Viro <viro@zeniv.linux.org> Alain Renaud <arenaud@sgi.com> Alan "minus lunch" Cox <alan@linux.intel.com> Alan Cox <alan@linux.intel.com> Alan Cox <alan@linux/intel.com> Alan Cox <alan@lxorguk.ukuu.org.uk> Alan M Butler <alanbutty12@gmail.com> Alan McIvor <alan.mcivor@reveal.co.nz> Alan Ott <alan@signal11.us> Alan Stern <stern@rowland.harvard.edu Alan Stern <stern@rowland.harvard.edu> Alan Swanson <swanson@ukfsn.org> Alasdair G Kergon <agk@...