Searched +full:debian +full:- +full:clang +full:- +full:release (Results 1 – 6 of 6) sorted by relevance
3 - .container+build-rules4 stage: build-only7 - artifacts9 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh13 - .build14 - .use-debian/arm64_build16 - aarch6424 - .build25 - .use-debian/arm64_build27 - aarch64[all …]
12 2. One-time setup19 * Clang with BPF support23 Debian supports installing compiler and libraries for s390 out of the box.24 Users of other distros may use debootstrap in order to set up a Debian chroot::27 --variant=minbase \28 --include=sudo \30 ./s390-toolchain31 sudo mount --rbind /dev ./s390-toolchain/dev32 sudo mount --rbind /proc ./s390-toolchain/proc33 sudo mount --rbind /sys ./s390-toolchain/sys[all …]
1 .. SPDX-License-Identifier: GPL-2.010 suitable -- the first section below explains this approach. An advantage of this12 and Clang.28 -------------36 pacman -S rust rust-src rust-bindgen39 Debian section in Distributions42 Debian Testing and Debian Unstable (Sid), outside of the freeze period, provide45 apt install rustc rust-src bindgen rustfmt rust-clippy54 dnf install rust rust-src bindgen-cli rustfmt clippy63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen[all …]
1 # SPDX-License-Identifier: GPL-2.014 ifeq ($(filter output-sync,$(.FEATURES)),)28 # Most importantly: sub-Makefiles should only ever modify files in31 # unavoidable when linking the built-in.a targets which finally41 this-makefile := $(lastword $(MAKEFILE_LIST))42 abs_srctree := $(realpath $(dir $(this-makefile)))47 # Do not use make's built-in rules and variables48 # (this increases performance and avoids hard-to-debug behaviour)49 MAKEFLAGS += -rR61 # ---------------------------------------------------------------------------[all …]
1 # SPDX-License-Identifier: GPL-2.0-only19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst50 int "Default console loglevel (1-15)"60 Note: This does not affect the log level of un-prefixed printk()65 int "quiet console loglevel (1-15)"76 int "Default message log level (1-7)"82 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks118 enabled/disabled based on various levels of scope - per source file,158 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >162 nullarbor:~ # echo -n 'file svcsock.c +p' >[all …]
1 // 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 …]