Displaying 20 results from an estimated 306 matches for "mlocking".
Did you mean:
blocking
2007 Apr 18
1
[patch 5/9] Guest page hinting: mlocked pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 5/9] Guest page hinting: mlocked pages.
Add code to get mlock() working with guest page hinting. The problem
with mlock is that locked pages may not be removed from page cache.
That means they need to be stable. page_make_volatile needs
2007 Apr 18
1
[patch 5/9] Guest page hinting: mlocked pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 5/9] Guest page hinting: mlocked pages.
Add code to get mlock() working with guest page hinting. The problem
with mlock is that locked pages may not be removed from page cache.
That means they need to be stable. page_make_volatile needs
2013 Jan 13
4
tinc 1.1pre4 on Win7x64 --mlock prevents service from starting
c:\APPS\TINC\tincd.exe --mlock --net=mynet --config=C:\APPS\tinc\mynet
Without --mlock, the service starts OK.
With --mlock, the service fails to start.
2000 Jan 13
5
Inhibiting swapping with mlock
There's one vulnerability that's bugged me for some time. It applies
to nearly all crypto software, including ssh. That's the swapping of
sensitive info (such as keys and key equivalents) onto hard drives
where they could possibly be recovered later.
The Linux kernel provides a system call, mlock(), that inhibits
swapping of a specified region of virtual memory. It locks it into
real
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
Last year we had a discussion[1] about how the hypercall ABI
unfortunately contains fields that change width between 32- and 64-bit
builds. This is a huge problem as we come up on the python management
stack for ppc64, since the distributions ship 32-bit python. A 32-bit
python/libxc cannot currently manage a 64-bit hypervisor.
I had a patch but was unable to test it, and some other things were
2000 Oct 31
1
Locking pages in core
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is there any interest in using mlock to lock pages in core so that
potentially sensitive data won't get swapped out to disk? (GnuPG, for
example, does this).
There was a thread on this a long time ago, and it degenerated into a
discussion of crypto-swap, but the question was never answered.
Is there a good reason not to do this? The only one
2016 Feb 14
2
Qts - L --mLock option
So as best practice running tinc I should include it ?
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
On Sun, Feb 14, 2016 at 1:08 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Sun, Feb 14, 2016 at 10:53:19AM +0300, Yazeed Fataar wrote:
>
> > Going through the options tinc has . Can someone explain exactly what the
> > purpose is for -L option for the
2016 Feb 14
2
Qts - L --mLock option
Hi All
Going through the options tinc has . Can someone explain exactly what the
purpose is for -L option for the runtime command.
So does this mean that tinc will run in RAM and will not be saved in swap
(default) ?
================
-L, --mlock
Lock tinc into main memory. This will prevent sensitive data like
shared private keys to be written to the system
swap
2016 Feb 14
0
Qts - L --mLock option
On Sun, Feb 14, 2016 at 01:12:11PM +0300, Yazeed Fataar wrote:
> So as best practice running tinc I should include it ?
I personally see little value in it. If you want to enable it, be sure
to understand the implications of locking a process in RAM; you should
have more RAM than the tincd process memory will ever use, and you
should check that there are no resource limits that prevent tinc
2014 Jan 08
2
[PATCH net-next v2 1/4] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...> Nope, this __GFP_NORETRY has nothing to do with this.
> >
> > I am not yet convinced we want it.
> >
> > This needs mm guys advice, as its a tradeoff for mm layer more than
> > networking...
>
> Well maybe Cc linux-mm then?
Well, I do not care of people mlocking the memory and complaining that
compaction does not work.
If these people care, they should contact mm guys, eventually.
Really this is an issue that has nothing to do with this patch set.
2014 Jan 08
2
[PATCH net-next v2 1/4] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...> Nope, this __GFP_NORETRY has nothing to do with this.
> >
> > I am not yet convinced we want it.
> >
> > This needs mm guys advice, as its a tradeoff for mm layer more than
> > networking...
>
> Well maybe Cc linux-mm then?
Well, I do not care of people mlocking the memory and complaining that
compaction does not work.
If these people care, they should contact mm guys, eventually.
Really this is an issue that has nothing to do with this patch set.
2016 Feb 14
0
Qts - L --mLock option
On Sun, Feb 14, 2016 at 10:53:19AM +0300, Yazeed Fataar wrote:
> Going through the options tinc has . Can someone explain exactly what the
> purpose is for -L option for the runtime command.
>
> So does this mean that tinc will run in RAM and will not be saved in swap
> (default) ?
Yes, that's exactly what it does.
--
Met vriendelijke groet / with kind regards,
Guus
2012 Jan 20
1
secpwgen
Hi,
secpwgen is always reporting
"mlock: Cannot allocate memory"
even with user root.
CentOS 6.2.
Problem with selinux?
Thank you for help in advance.
Best regards
Helmut Drodofsky
2004 Oct 18
0
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
On Mon, 2004-10-18 at 22:14, Paul Davis wrote:
> jackd (realtime) requires various resources which it shares with its
> clients:
>
> realtime scheduling
> mlock-ability
> shared memory segments
> FIFOs (or Mach ports on OS X)
>
> we consider it *more* of a security risk to allow jackd-as-root to
> share these with non-root processes. YMMV.
2004 Oct 18
1
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
>I can't really comment on jackd itself, as I haven't looked that much
>into it. If running jackd as root requires client apps to also run as
>root then that is a pretty bad issue. I would of thought that running
>jackd as a realtime process (whether root or not) would be an important
>consideration.
jackd (realtime) requires various resources which it shares with its
2011 May 13
3
XEN Dom 0 boot and Out of Memory issue
Hi all,
Recently I build XEN 4.1 (from the xen.org) on centIOS 5.5 (kernel 2.6.38.4). After changing the grub file and rebooting the machine, I am continuously getting out of memory error. The content of my grub file:
default=0
timeout=5
serial --unit=0 --speed=115200
terminal --timeout=10 console serial
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.38.4)
root
2015 Dec 20
8
[Bug 93458] New: page allocation failure: order:5, mode:0x240c0c0
https://bugs.freedesktop.org/show_bug.cgi?id=93458
Bug ID: 93458
Summary: page allocation failure: order:5, mode:0x240c0c0
Product: xorg
Version: 7.7 (2012.06)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2017 Sep 02
2
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
On 09/01/2017 02:41 PM, Kevin Stange wrote:
> On 08/31/2017 07:50 AM, PJ Welsh wrote:
>> A recently created and fully functional CentOS 7.3 VM fails to boot
>> after applying CR updates:
> <snip>
>> Server OS is CentOS 7.3 using Xen (no CR updates):
>> rpm -qa xen\*
>> xen-hypervisor-4.6.3-15.el7.x86_64
>> xen-4.6.3-15.el7.x86_64
>>
2014 Jan 08
0
[PATCH net-next v2 1/4] net: allow > 0 order atomic page alloc in skb_page_frag_refill
...nothing to do with this.
>> >
>> > I am not yet convinced we want it.
>> >
>> > This needs mm guys advice, as its a tradeoff for mm layer more than
>> > networking...
>>
>> Well maybe Cc linux-mm then?
>
> Well, I do not care of people mlocking the memory and complaining that
> compaction does not work.
>
> If these people care, they should contact mm guys, eventually.
>
> Really this is an issue that has nothing to do with this patch set.
>
Actually I have more data on this:
1. __GFP_NORETRY really does help and shoul...
2013 Feb 26
0
Dom0 OOM, page allocation failure
Hello,
I''m running into some trouble with what appear on the surface to be OOM
issues in Dom0, but I''m not seeing any other evidence. This typically
happens during periods of high I/O, and has occurred during RAID initial
sync, and mkfs.ext4ing (as a test, no intention to keep ext4 on this
array). I''ve found some older posts citing very similar circumstances,
however