root/trunk/patches/2.6.22/90-increase-entropy-pools.patch

Revision 833, 503 bytes (checked in by blaster8, 3 years ago)

Archive old versions, add 2.6.22 devel patchset

  • linux-2.6.19/drivers/char/random.c

    old new  
    248248/* 
    249249 * Configuration information 
    250250 */ 
    251 #define INPUT_POOL_WORDS 128 
    252 #define OUTPUT_POOL_WORDS 32 
    253 #define SEC_XFER_SIZE 512 
     251#define INPUT_POOL_WORDS 256 
     252#define OUTPUT_POOL_WORDS 64 
     253#define SEC_XFER_SIZE 1024 
    254254 
    255255/* 
    256256 * The minimum number of bits of entropy before we wake up a read on 
Note: See TracBrowser for help on using the browser.