| /Linux-v5.4/Documentation/admin-guide/ |
| D | module-signing.rst | 10 .. - Manually signing modules. 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 13 .. - Non-valid signatures and unsigned modules. 21 The kernel module signing facility cryptographically signs modules during 23 allows increased kernel security by disallowing the loading of unsigned modules 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 55 If this is off (ie. "permissive"), then modules for which the key is not 56 available and modules that are unsigned are permitted, but the kernel will [all …]
|
| /Linux-v5.4/samples/ |
| D | Kconfig | 10 tristate "Build trace_events examples -- loadable modules only" 13 This build trace event example modules. 26 different kobject sample modules showing how to use kobjects, 32 tristate "Build kprobes examples -- loadable modules only" 35 This build several kprobes example modules. 38 tristate "Build kretprobes example -- loadable modules only" 46 This builds kernel hardware breakpoint example modules. 49 tristate "Build kfifo examples -- loadable modules only" 53 different kfifo sample modules showing how to use the 59 tristate "Build kdb command example -- loadable modules only" [all …]
|
| /Linux-v5.4/Documentation/kbuild/ |
| D | modules.rst | 2 Building External Modules 10 === 2 How to Build External Modules 19 --- 3.4 Building Multiple Modules 28 --- 6.1 Symbols From the Kernel (vmlinux + modules) 29 --- 6.2 Symbols and External Modules 39 "kbuild" is the build system used by the Linux kernel. Modules must use 41 to pick up the right flags to "gcc." Functionality for building modules 43 either is similar, and all modules are initially developed and built 47 in building out-of-tree (or "external") modules. The author of an 54 2. How to Build External Modules [all …]
|
| D | kbuild.rst | 9 modules.order 11 This file records the order in which modules appear in Makefiles. This 13 multiple modules. 15 modules.builtin 17 This file lists all modules that are built into the kernel. This is used 20 modules.builtin.modinfo 22 This file contains modinfo from all modules that are built into the kernel. 37 Additional options to the assembler (for built-in and modules). 41 Additional assembler options for modules. 49 Additional options to the C compiler (for built-in and modules). [all …]
|
| /Linux-v5.4/scripts/ |
| D | Makefile.modpost | 11 # d) modules.order, which lists all the modules 14 # 1) Find all modules listed in modules.order 32 # Step 4 is solely used to allow module versioning in external modules, 37 # KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. 70 # When building external modules load the Kbuild file to retrieve EXTRA_SYMBOLS info 84 # find all modules listed in modules.order 85 modules := $(sort $(shell cat $(MODORDER))) 87 # Read out modules.order instead of expanding $(modules) to pass in modpost. 89 quiet_cmd_modpost = MODPOST $(words $(modules)) modules 93 @$(kecho) ' Building modules, stage 2.'
|
| D | Makefile.modinst | 3 # Installing modules 11 modules := $(sort $(shell cat $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)modules.order)) 13 PHONY += $(modules) 14 __modinst: $(modules) 17 # Don't stop modules_install if we can't sign external modules. 26 # Modules built outside the kernel source tree go into extra by default 32 $(modules):
|
| D | Makefile.modsign | 3 # Signing modules 11 modules := $(sort $(shell cat modules.order)) 13 PHONY += $(modules) 14 __modsign: $(modules) 20 # Modules built outside the kernel source tree go into extra by default 26 $(modules):
|
| D | depmod.sh | 28 mkdir -p "$tmp_dir/lib/modules/$KERNELRELEASE" 30 if test -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep" -o \ 31 -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep.bin"; then 37 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE"
|
| D | Makefile.modfinal | 14 # find all modules listed in modules.order 15 modules := $(sort $(shell cat $(MODORDER))) 17 __modfinal: $(modules) 40 $(modules): %.ko: %.o %.mod.o $(KBUILD_LDS_MODULE) FORCE 43 targets += $(modules) $(modules:.ko=.mod.o)
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/ |
| D | Makefile | 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 41 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power
|
| /Linux-v5.4/scripts/package/ |
| D | builddeb | 83 mkdir -p "$kernel_headers_dir/lib/modules/$version/" 87 …mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagen… 89 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map" 107 rm -f "$tmpdir/lib/modules/$version/build" 108 rm -f "$tmpdir/lib/modules/$version/source" 110 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/" 111 rmdir "$tmpdir/lib/modules/$version" 114 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do 115 module=lib/modules/$module 125 # resign stripped modules [all …]
|
| D | mkspec | 71 $S$M Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel 75 $S$M This package provides kernel headers and makefiles sufficient to build modules 99 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/build 100 $S$M rm -f %{buildroot}/lib/modules/$KERNELRELEASE/source 103 $S$M cd %{buildroot}/lib/modules/$KERNELRELEASE 133 $M /lib/modules/$KERNELRELEASE 134 $M %exclude /lib/modules/$KERNELRELEASE/build 135 $M %exclude /lib/modules/$KERNELRELEASE/source 145 $S$M /lib/modules/$KERNELRELEASE/build 146 $S$M /lib/modules/$KERNELRELEASE/source
|
| /Linux-v5.4/drivers/media/platform/davinci/ |
| D | Kconfig | 16 be two modules called vpif.ko and vpif_display.ko 31 be two modules called vpif.ko and vpif_capture.ko 41 with decoder modules such as TVP5146 over BT656 or 47 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko 57 with decoder modules such as TVP5146 over BT656 or 63 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko 77 be three modules called vpfe_capture.ko, vpss.ko and isif.ko 91 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko,
|
| /Linux-v5.4/Documentation/admin-guide/LSM/ |
| D | index.rst | 8 loadable kernel modules. Instead, they are selectable at build-time via 20 The Linux capabilities modules will always be included. This may be 21 followed by any number of "minor" modules and at most one "major" module. 25 A list of the active security modules can be found by reading 29 be first, followed by any "minor" modules (e.g. Yama) and then 32 Process attributes associated with "major" security modules should 37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
|
| /Linux-v5.4/drivers/iio/common/ |
| D | Makefile | 3 # Makefile for the IIO common modules. 4 # Common modules contains modules, which can be shared among multiple 5 # IIO modules. For example if the trigger processing is common for 6 # multiple IIO modules then this can be moved to a common module
|
| /Linux-v5.4/lib/ |
| D | Kconfig | 103 modules require CRC-CCITT functions, but a module built outside 104 the kernel tree does. Such modules that use library CRC-CCITT 111 modules require CRC16 functions, but a module built outside 112 the kernel tree does. Such modules that use library CRC16 128 modules require CRC ITU-T V.41 functions, but a module built outside 129 the kernel tree does. Such modules that use library CRC ITU-T V.41 138 modules require CRC32/CRC32c functions, but a module built outside 139 the kernel tree does. Such modules that use library CRC32/CRC32c 202 modules require CRC64 functions, but a module built outside 203 the kernel tree does. Such modules that use library CRC64 [all …]
|
| /Linux-v5.4/Documentation/media/v4l-drivers/ |
| D | pvrusb2.rst | 63 To build these modules essentially amounts to just running "Make", 115 modules should have any business using this header. All external 130 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to 131 tie together and configure various I2C modules as they attach to 136 V4L, where we might encounter other possibly "challenging" modules 137 from ivtv or older kernel snapshots (or even the support modules 141 compatible commands to the I2C modules. It is here where state 143 commands that are in turn send to the various I2C modules. 146 compatible commands to the I2C modules. It is here where state 148 commands that are in turn send to the various I2C modules. [all …]
|
| /Linux-v5.4/scripts/gdb/linux/ |
| D | modules.py | 24 modules = utils.gdb_eval_or_none("modules") 25 if modules is None: 30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"): 44 $lx_module("MODULE"): Given the name MODULE, iterate over all loaded modules 63 """List currently loaded modules."""
|
| /Linux-v5.4/ |
| D | Makefile | 575 # but instead _all depend on modules 580 _all: modules 589 # If we have only "make modules", don't compile built-in objects. 590 # When we're building modules with modversions, we need to consider 594 ifeq ($(MAKECMDGOALS),modules) 598 # If we have "make <whatever> modules", compile modules 600 # Just "make" or "make all" shall build modules as well 602 ifneq ($(filter all _all modules nsdeps,$(MAKECMDGOALS)),) 630 # This allow a user to issue only 'make' to build a kernel including modules 680 # External modules and some install targets need include/generated/autoconf.h [all …]
|
| /Linux-v5.4/Documentation/i2c/busses/ |
| D | i2c-taos-evm.rst | 7 This is a driver for the evaluation modules for TAOS I2C/SMBus chips. 8 The modules include an SMBus master with limited capabilities, which can 9 be controlled over the serial port. Virtually all evaluation modules 38 modules: 48 practice, as these modules are meant for evaluation and testing only.
|
| /Linux-v5.4/Documentation/security/ |
| D | lsm.rst | 2 Linux Security Modules: General Security Hooks for Linux 33 framework could then be used by loadable kernel modules to implement any 37 The Linux Security Modules (LSM) project was started by WireX to develop 51 security modules. In particular, the LSM framework is primarily focused 52 on supporting access control modules, although future development is 55 the infrastructure to support security modules. The LSM kernel patch 64 functions for registering and unregistering security modules, and adds a 84 ``include/linux/shm.h`` as appropriate) to allow the security modules to 127 modules with the primary security module. It defines 134 functions in order to stack with other modules. However, the actual [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/net/ |
| D | sff,sfp.txt | 7 "sff,sfp" for SFP modules 8 "sff,sff" for soldered down SFF modules 17 not be present for SFF modules 30 Must not be present for SFF modules 34 high Tx rate. Must not be present for SFF modules 38 slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W.
|
| /Linux-v5.4/sound/soc/intel/common/ |
| D | sst-dsp-priv.h | 104 * SST Firmware files can consist of 1..N modules. This generic structure is 105 * used to manage each firmware file and it's modules regardless of SST firmware 118 struct list_head module_list; /* FW list of modules */ 185 * Each Firmware file can consist of 1..N modules. A module can span multiple 210 struct list_head list; /* DSP list of modules */ 211 struct list_head list_fw; /* FW list of modules */ 244 u32 bytes_used; /* bytes in use by modules */ 246 int users; /* number of modules using this block */ 288 /* SST FW files loaded and their modules */ 336 /* Create/Free FW files - can contain multiple modules */ [all …]
|
| /Linux-v5.4/drivers/mfd/ |
| D | janz-cmodio.c | 26 /* Maximum number of MODULbus modules on a CMOD-IO carrier board */ 31 static char *modules[CMODIO_MAX_MODULES] = { variable 35 module_param_array(modules, charp, &num_modules, S_IRUGO); 36 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board"); 126 name = modules[i]; in cmodio_probe_submodules() 135 /* print an error message if no modules were probed */ in cmodio_probe_submodules() 137 dev_err(&priv->pdev->dev, "no MODULbus modules specified, " in cmodio_probe_submodules() 138 "please set the ``modules'' kernel " in cmodio_probe_submodules()
|
| /Linux-v5.4/Documentation/isdn/ |
| D | avmb1.rst | 46 if you configure as modules load the modules this way:: 48 insmod /lib/modules/current/misc/capiutil.o 49 insmod /lib/modules/current/misc/b1.o 50 insmod /lib/modules/current/misc/kernelcapi.o 51 insmod /lib/modules/current/misc/capidrv.o 52 insmod /lib/modules/current/misc/capi.o 56 insmod /lib/modules/current/misc/b1pci.o
|