Home
last modified time | relevance | path

Searched +full:debian +full:- +full:android (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/ci/
Dcontainer.yml3 …CI_REPOSITORY_URL: ${DRM_CI_PROJECT_URL}.git # So ci-templates clones drm-ci instead of the repo t…
6 debian/x86_64_build-base:
8 …airo-dev libdw-dev libjson-c-dev libkmod2 libkmod-dev libpciaccess-dev libproc2-dev libudev-dev li…
10 debian/x86_64_test-gl:
12 …CKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5 libkmod-dev libkmod2 libgles2 libp…
14 debian/arm64_build:
16-dev libdw-dev libjson-c-dev libproc2-dev libkmod2 libkmod-dev libpciaccess-dev libudev-dev libunw…
20 EXTRA_LOCAL_PACKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5"
25 - when: never
27 debian/arm64_test-gl:
[all …]
Dbuild.yml3 - .container+build-rules
4 stage: build-only
7 - artifacts
9 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh
13 - .build
14 - .use-debian/arm64_build
16 - aarch64
24 - .build
25 - .use-debian/arm64_build
27 - aarch64
[all …]
/linux-6.15/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]
/linux-6.15/tools/lib/bpf/
Dlibbpf.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org>
70 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
298 if (err != -EPERM || geteuid() != 0) in pr_perm_msg()
315 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg()
331 fd = -1; \
342 /* as of v1.0 libbpf_set_strict_mode() is a no-op */ in libbpf_set_strict_mode()
388 /* stored as sec_def->cookie for all libbpf-supported SEC()s */
407 /* BPF program support non-linear XDP buffer */
445 * program. For the entry-point (main) BPF program, this is always
[all …]