Searched +full:debian +full:- +full:arm64 +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 - aarch6422 .build:arm64:24 - .build25 - .use-debian/arm64_build[all …]
5 # Simple script to generate a debian/ directory for a Linux kernel.7 set -eu10 grep -q "^$1=y" include/config/auto.conf15 echo -n "$2"16 elif [ $# -ge 3 ]; then17 echo -n "$3"27 # Attempt to find the correct Debian architecture55 aarch64|arm64)56 debarch=arm64 ;;83 if [ -z "$debarch" ]; then[all …]
1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0)9 currently supported by developers -- to then explain how to locate the change22 read and navigate this document -- especially when you want to look something26 https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html32 over to the* ':ref:`step-by-step guide <introguide_bissbs>`' *below. It utilizes45 *segment 2*. Then you can submit a preliminary report -- or continue with47 full-fledged regression report. In the following example 6.0.13 is assumed to be49 will be considered the 'good' release and used to prepare the .config file.55 # * Ensure Secure Boot permits booting self-compiled Linux kernels.59 git clone -o mainline --no-checkout \[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 …]