/linux/Documentation/dev-tools/ |
H A D | checkuapi.rst | 4 UAPI Checker 7 The UAPI checker (``scripts/check-uapi.sh``) is a shell script which 8 checks UAPI header files for userspace backwards-compatibility across 24 will use any dirty changes in tree to UAPI files. If there are no 31 -i Ignore ambiguous changes that may or may not break UAPI compatibility. 53 First, let's try making a change to a UAPI header file that obviously 76 Installing user-facing UAPI headers from dirty tree... OK 77 Installing user-facing UAPI headers from HEAD... OK 78 Checking changes to UAPI headers between HEAD and dirty tree... 79 All 912 UAPI header [all...] |
/linux/Documentation/userspace-api/media/ |
H A D | Makefile | 7 UAPI = $(srctree)/include/uapi/linux macro 24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions 27 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions 30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions 33 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions 36 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions 39 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions 42 $(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions 45 $(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
|
/linux/scripts/ |
H A D | check-uapi.sh | 3 # Script to check commits for UAPI backwards compatibility 11 $name - check for UAPI header stability across Git commits 17 The script will not check UAPI headers for architectures other than the one 24 will use any dirty changes in tree to UAPI files. If there are no 31 -i Ignore ambiguous changes that may or may not break UAPI compatibility. 38 ARCH Target architecture for the UAPI check (default is host arch) 208 printf "Installing user-facing UAPI headers from %s... " "${ref:-dirty tree}" 233 # Check file list for UAPI compatibility 244 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}" 245 # Loop over all UAPI header [all...] |
/linux/Documentation/translations/zh_TW/process/ |
H A D | license-rules.rst | 34 用戶空間API(UAPI)頭文件描述了用戶空間程序與內核的接口,這是一種特殊情況。
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | license-rules.rst | 33 用户空间API(UAPI)头文件描述了用户空间程序与内核的接口,这是一种特殊情况。
|
/linux/Documentation/translations/zh_CN/security/tpm/ |
H A D | tpm_vtpm_proxy.rst | 43 UAPI chapter
|
/linux/include/uapi/asm-generic/ |
H A D | Kbuild | 4 # (This file is not included when SRCARCH=um since UML does not support UAPI.)
|
/linux/tools/net/ynl/generated/ |
H A D | Makefile | 36 all: protos.a $(HDRS) $(SRCS) $(KHDRS) $(KSRCS) $(UAPI) $(RSTS)
|
/linux/Documentation/virt/kvm/arm/ |
H A D | vcpu-features.rst | 15 *opt-in* and may change/extend UAPI. See :ref:`KVM_ARM_VCPU_INIT` for complete
|
/linux/Documentation/security/tpm/ |
H A D | tpm_vtpm_proxy.rst | 44 UAPI chapter
|
/linux/Documentation/driver-api/media/ |
H A D | camera-sensor.rst | 140 - Power management (ACPI and DT), UAPI 144 - Power management (DT), UAPI, mode selection
|
/linux/Documentation/driver-api/firmware/ |
H A D | firmware-usage-guidelines.rst | 45 * Firmware files that affect the User API (UAPI) shall not introduce
|
/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | ccs.rst | 14 Also see :ref:`the CCS driver UAPI documentation <media-ccs-uapi>`.
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-feature.rst | 75 (for all object types) or from the BPF UAPI header (list of helpers). This
|
/linux/Documentation/process/ |
H A D | license-rules.rst | 32 The User-space API (UAPI) header files, which describe the interface of 36 communicate with the kernel. Because the UAPI headers must be includable 109 For example, the linux kernel UAPI files use the expression:: 349 file of the Linux kernel, which is used for UAPI header files.
|
/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 319 the kernel will preserve backwards compatibility, as they are part of UAPI. 321 For kptrs, they are also part of UAPI, but only with respect to the kptr 323 pointer in your struct are NOT part of the UAPI contract. The supported types can 329 and added to bpf.h UAPI header, such types can and will arbitrarily change their
|
H A D | drgn.rst | 8 kernel data structures. drgn is not relying on kernel UAPI to read the data.
|
H A D | bpf_prog_run.rst | 23 to be defined in the UAPI header, aliased to the same value.
|
H A D | bpf_devel_QA.rst | 292 and maps that are active in the kernel. If UAPI changes related to BPF 298 A: For UAPI changes related to the XDP or tc layer (e.g. ``cls_bpf``), 301 useful to have UAPI changes properly designed to be usable, but also
|
/linux/Documentation/translations/it_IT/process/ |
H A D | license-rules.rst | 38 I file d'intestazione per l'API verso lo spazio utente (UAPI) descrivono 43 d'intestazione UAPI devono poter essere inclusi nei sorgenti di un 121 licenza. Per esempio, la UAPI del kernel linux usa l'espressione:: 362 per i file d'intestazione per la UAPI. Per esempio
|
/linux/Documentation/networking/ |
H A D | phy-link-topology.rst | 97 UAPI chapter
|
H A D | nexthop-group-resilient.rst | 160 Netlink UAPI
|
/linux/Documentation/driver-api/cxl/ |
H A D | theory-of-operation.rst | 412 :doc: UAPI
|
/linux/Documentation/block/ |
H A D | ublk.rst | 104 command. It sets UAPI structure of ``ublksrv_ctrl_dev_info``, 253 UAPI structure of ``ublksrv_io_desc`` is defined for describing each IO from
|
/linux/Documentation/gpu/rfc/ |
H A D | i915_vm_bind.rst | 242 VM_BIND UAPI
|