]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
modpost: document the use of struct section_check.
authorQuentin Casasnovas <quentin.casasnovas@oracle.com>
Mon, 13 Apr 2015 11:25:15 +0000 (20:55 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Apr 2015 11:33:04 +0000 (21:03 +0930)
commite5d8f59a5cfa76ab5ebe47622d0c569eddd42fbe
tree5f7f5306e36b1f4d56686f8175c21091c3b12b00
parent52dc0595d540155436d91811f929bdc8afd6a2a1
modpost: document the use of struct section_check.

struct section_check is used as a generic way of describing what
relocations are authorized/forbidden when running modpost.  This commit
tries to describe how each field is used.

Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Fixed "mist"ake)
scripts/mod/modpost.c