cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sunrpc.rst (885B)


      1===================================
      2Documentation for /proc/sys/sunrpc/
      3===================================
      4
      5kernel version 2.2.10
      6
      7Copyright (c) 1998, 1999,  Rik van Riel <riel@nl.linux.org>
      8
      9For general info and legal blurb, please look in index.rst.
     10
     11------------------------------------------------------------------------------
     12
     13This file contains the documentation for the sysctl files in
     14/proc/sys/sunrpc and is valid for Linux kernel version 2.2.
     15
     16The files in this directory can be used to (re)set the debug
     17flags of the SUN Remote Procedure Call (RPC) subsystem in
     18the Linux kernel. This stuff is used for NFS, KNFSD and
     19maybe a few other things as well.
     20
     21The files in there are used to control the debugging flags:
     22rpc_debug, nfs_debug, nfsd_debug and nlm_debug.
     23
     24These flags are for kernel hackers only. You should read the
     25source code in net/sunrpc/ for more information.