summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-12-09 15:36:31 -0500
committerJames Morris <james.morris@microsoft.com>2018-12-12 14:58:51 -0800
commit1072bd678547f8663cfb81a22fdb50c589e4976e (patch)
tree7d5ed4769484178916f6aa74faaf73371169cc2f /scripts/stackusage
parent876979c9308b7228cdaf6785909c57eebc85d911 (diff)
downloadkernel-1072bd678547f8663cfb81a22fdb50c589e4976e.tar.gz
security: fs: make inode explicitly non-modular
The Makefile/Kconfig entry controlling compilation of this code is: security/Makefile:obj-$(CONFIG_SECURITYFS) += inode.o security/Kconfig:config SECURITYFS security/Kconfig: bool "Enable the securityfs filesystem" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. The removal of module.h uncovered a couple previously hidden implicit header requirements which are now included explicitly. Cc: James Morris <jmorris@namei.org> Cc: "Serge E. Hallyn" <serge@hallyn.com> Cc: linux-security-module@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
v Kysela 2021-03-30ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela 2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches 2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen 2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto 2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab 2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai 2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann 2020-01-08ALSA: control: potential uninitialized return valueDan Carpenter 2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai 2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai 2019-12-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto 2019-12-23ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto 2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai 2019-05-31ALSA: control: Use struct_size()Takashi Iwai 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner 2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov 2018-11-24ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai 2018-11-24ALSA: control: Fix race between adding and removing a user elementTakashi Iwai