summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-07-16 15:21:41 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-16 15:21:41 -0400
commitc309b6f24222246c18a8b65d3950e6e755440865 (patch)
tree11893170f5c246bb0dee8066e85878af04162ab0 /security
parent3e859477a1db52a0435d06a55fdb54f62d69c292 (diff)
parent168869492e7009b6861b615f1d030c99bc805e83 (diff)
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull rst conversion of docs from Mauro Carvalho Chehab: "As agreed with Jon, I'm sending this big series directly to you, c/c him, as this series required a special care, in order to avoid conflicts with other trees" * tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (77 commits) docs: kbuild: fix build with pdf and fix some minor issues docs: block: fix pdf output docs: arm: fix a breakage with pdf output docs: don't use nested tables docs: gpio: add sysfs interface to the admin-guide docs: locking: add it to the main index docs: add some directories to the main documentation index docs: add SPDX tags to new index files docs: add a memory-devices subdir to driver-api docs: phy: place documentation under driver-api docs: serial: move it to the driver-api docs: driver-api: add remaining converted dirs to it docs: driver-api: add xilinx driver API documentation docs: driver-api: add a series of orphaned documents docs: admin-guide: add a series of orphaned documents docs: cgroup-v1: add it to the admin-guide book docs: aoe: add it to the driver-api book docs: add some documentation dirs to the driver-api book docs: driver-model: move it to the driver-api book docs: lp855x-driver.rst: add it to the driver-api book ...
Diffstat (limited to 'security')
-rw-r--r--security/Kconfig2
-rw-r--r--security/device_cgroup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/Kconfig b/security/Kconfig
index 06a30851511a..0d65594b5196 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -121,7 +121,7 @@ config INTEL_TXT
121 See <http://www.intel.com/technology/security/> for more information 121 See <http://www.intel.com/technology/security/> for more information
122 about Intel(R) TXT. 122 about Intel(R) TXT.
123 See <http://tboot.sourceforge.net> for more information about tboot. 123 See <http://tboot.sourceforge.net> for more information about tboot.
124 See Documentation/intel_txt.txt for a description of how to enable 124 See Documentation/x86/intel_txt.rst for a description of how to enable
125 Intel TXT support in a kernel boot. 125 Intel TXT support in a kernel boot.
126 126
127 If you are unsure as to whether this is required, answer N. 127 If you are unsure as to whether this is required, answer N.
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index c07196502577..725674f3276d 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -509,7 +509,7 @@ static inline int may_allow_all(struct dev_cgroup *parent)
509 * This is one of the three key functions for hierarchy implementation. 509 * This is one of the three key functions for hierarchy implementation.
510 * This function is responsible for re-evaluating all the cgroup's active 510 * This function is responsible for re-evaluating all the cgroup's active
511 * exceptions due to a parent's exception change. 511 * exceptions due to a parent's exception change.
512 * Refer to Documentation/cgroup-v1/devices.rst for more details. 512 * Refer to Documentation/admin-guide/cgroup-v1/devices.rst for more details.
513 */ 513 */
514static void revalidate_active_exceptions(struct dev_cgroup *devcg) 514static void revalidate_active_exceptions(struct dev_cgroup *devcg)
515{ 515{