Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118019
b: refs/heads/master
c: 0833422
h: refs/heads/master
i:
  118017: fad4e28
  118015: c3f2c6a
v: v3
  • Loading branch information
Kurt Garloff authored and Linus Torvalds committed Oct 30, 2008
1 parent 161de4d commit e6b43ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e946217e4fdaa67681bbabfa8e6b18641921f750
refs/heads/master: 0833422274ff00729a603b020fac297e69a03e40
4 changes: 2 additions & 2 deletions trunk/include/linux/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ struct rlimit {
#define _STK_LIM (8*1024*1024)

/*
* GPG wants 32kB of mlocked memory, to make sure pass phrases
* GPG2 wants 64kB of mlocked memory, to make sure pass phrases
* and other sensitive information are never written to disk.
*/
#define MLOCK_LIMIT (8 * PAGE_SIZE)
#define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)

/*
* Due to binary compatibility, the actual resource numbers
Expand Down

0 comments on commit e6b43ab

Please sign in to comment.