Searched +full:debian +full:- +full:arm64 (Results 1 – 7 of 7) sorted by relevance
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.016 uname_M := $(shell uname -m 2>/dev/null || echo not)18 uname_M := $(shell echo $(CROSS_COMPILE) | grep -o '^[a-z0-9]\+')20 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -[all...]
1 This is at least a partial credits-file of people that have4 scripts. The fields are: name (N), email (E), web-address6 snail-mail address (S).10 ----------55 D: in-kernel DRM Maintainer75 E: tim_alpaerts@toyota-motor-europe.com79 S: B-2610 Wilrijk-Antwerpen105 D: Maintainer of ide-cd and Uniform CD-ROM driver,106 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.114 D: Linux/PA-RISC hacker[all …]
5 ----------[all...]
1 # SPDX-License-Identifier: GPL-2.05 EXTRAVERSION = -rc614 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-i[all...]
1 # SPDX-License-Identifier: GPL-2.0-only19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst62 int "Default console loglevel (1-15)"72 Note: This does not affect the log level of un-prefixed printk()77 int "quiet console loglevel (1-15)"88 int "Default message log level (1-7)"94 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks130 enabled/disabled based on various levels of scope - per source file,170 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >174 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>71 #pragma GCC diagnostic ignored "-Wformat-nonliteral"301 if (err != -EPERM || geteuid() != 0) in pr_perm_msg() 318 pr_warn("permission error while running as root; try raising 'ulimit - in pr_perm_msg() [all...]