/linux-6.15/drivers/gpu/drm/ci/ |
D | build.yml | 3 - .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/tools/lib/bpf/ |
D | libbpf_probes.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 21 /* On Ubuntu LINUX_VERSION_CODE doesn't correspond to info.release, 26 * Ubuntu 5.4.0-12.15-generic 5.4.8 29 * uname() call will return 5.4.0 in info.release. 53 /* On Debian LINUX_VERSION_CODE doesn't correspond to info.release. 55 * Debian 10 looks like the below. 57 * utsname::release 4.19.0-22-amd64 58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29) 61 * uname() call will return 4.19.0 in info.release. 68 p = strstr(info->version, "Debian "); in get_debian_kernel_version() [all …]
|
/linux-6.15/scripts/package/ |
D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 7 set -eu 10 grep -q "^$1=y" include/config/auto.conf 15 echo -n "$2" 16 elif [ $# -ge 3 ]; then 17 echo -n "$3" 27 # Attempt to find the correct Debian architecture 83 if [ -z "$debarch" ]; then 84 debarch=$(dpkg-architecture -qDEB_HOST_ARCH) 89 echo "Debian userspace architecture defined!" >&2 [all …]
|
/linux-6.15/Documentation/bpf/ |
D | s390.rst | 12 2. One-time setup 23 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-toolchain 31 sudo mount --rbind /dev ./s390-toolchain/dev 32 sudo mount --rbind /proc ./s390-toolchain/proc 33 sudo mount --rbind /sys ./s390-toolchain/sys 34 sudo chroot ./s390-toolchain [all …]
|
/linux-6.15/tools/testing/selftests/drivers/net/ |
D | netcons_fragmented_msg.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # - Correct fragmentation of large messages 9 # - Proper reassembly of fragments at the receiver 10 # - Preservation of userdata across fragments 11 # - Behavior with and without kernel release version appending 13 # Author: Breno Leitao <leitao@debian.org> 15 set -euo pipefail 17 SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")") 27 # set userdata to a long value. In this case, it is "1-2-3-4...50-" 28 USERDATA_VALUE=$(printf -- '%.2s-' {1..60}) [all …]
|
D | netcons_sysdata.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # - Test #1 10 # - Test #2 12 # - Test #3 15 # Author: Breno Leitao <leitao@debian.org> 17 set -euo pipefail 19 SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")") 25 if [[ ! -f "${NETCONS_PATH}/userdata/cpu_nr_enabled" ]] 36 if [[ ! -f "${NETCONS_PATH}/userdata/taskname_enabled" ]] 45 # Enable the release to be appended to sysdata [all …]
|
/linux-6.15/Documentation/admin-guide/ |
D | quickly-build-trimmed-linux.rst | 1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) 9 testing purposes, but perfectly fine for day-to-day use, too. 15 section below: it contains a step-by-step guide, which is more detailed, but 21 self-compiled Linux kernels; install compilers and everything else needed for 26 git clone --depth 1 -b master \ 33 # have to, if you are running Debian. See below for details. 34 make -j $(nproc --all) 37 command -v installkernel && sudo make modules_install install 43 git fetch --depth 1 origin 45 git checkout --force --detach origin/master [all …]
|
D | verify-bugs-and-bisect-regressions.rst | 1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) 9 currently supported by developers -- to then explain how to locate the change 22 read and navigate this document -- especially when you want to look something 26 https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html 32 over to the* ':ref:`step-by-step guide <introguide_bissbs>`' *below. It utilizes 45 *segment 2*. Then you can submit a preliminary report -- or continue with 47 full-fledged regression report. In the following example 6.0.13 is assumed to be 49 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 …]
|
/linux-6.15/Documentation/networking/ |
D | netconsole.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 Release prepend support by Breno Leitao <leitao@debian.org>, Jul 7 2023 20 Sysdata append support by Breno Leitao <leitao@debian.org>, Jan 15 2025 31 It can be used either built-in or as a module. As a built-in, 43 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] 47 r if present, prepend kernel version (release) to the message 48 src-port source for UDP packets (defaults to 6665) 49 src-ip source IP to use (interface address) 51 tgt-port port for logging agent (6666) 52 tgt-ip IP address for logging agent [all …]
|
/linux-6.15/Documentation/rust/ |
D | quick-start.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 suitable -- the first section below explains this approach. An advantage of this 28 ------------- 36 pacman -S rust rust-src rust-bindgen 39 Debian section in Distributions 42 Debian Testing and Debian Unstable (Sid), outside of the freeze period, provide 45 apt install rustc rust-src bindgen rustfmt rust-clippy 54 dnf install rust rust-src bindgen-cli rustfmt clippy 63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen 76 nativeBuildInputs = with pkgs; [ rustc rust-bindgen rustfmt clippy ]; [all …]
|
/linux-6.15/Documentation/scsi/ |
D | ChangeLog.arcmsr | 5 ** 1.00.00.00 3/31/2004 Erich Chen First release 12 ** 1.20.00.04 1/09/2005 Erich Chen fits for Debian linux kernel version 2.2.xx 57 ** 1.implement PCI-Express error recovery function and AER capability 73 ** 2. add readl(reg->iop2drv_doorbell_reg) in arcmsr_handle_hbb_isr() 76 ** 1. modify acb->devstate[i][j] 94 ** while Linux XFS over DM-CRYPT. 98 ** 2.fix type B where we should _not_ iounmap() acb->pmu; 100 ** 3.add return -ENOMEM if ioremap() fails 103 ** 5. modify acb->devstate[i][j] as ARECA_RAID_GONE instead of 105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb [all …]
|
/linux-6.15/Documentation/firmware-guide/acpi/ |
D | gpio-properties.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 With the release of ACPI 5.1, the _DSD configuration object finally 31 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), 34 Package () { "reset-gpios", Package () { ^BTH, 1, 1, 0 } }, 35 Package () { "shutdown-gpios", Package () { ^BTH, 0, 0, 0 } }, 61 In our Bluetooth example the "reset-gpios" refers to the second GpioIo() 70 +-------------+-------------+-----------------------------------------------+ 74 +-------------+-------------+-----------------------------------------------+ 76 +-------------+-------------+-----------------------------------------------+ 78 +-------------+-------------+-----------------------------------------------+ [all …]
|
/linux-6.15/tools/testing/selftests/drivers/net/lib/sh/ |
D | lib_netcons.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # Author: Breno Leitao <leitao@debian.org> 9 set -euo pipefail 11 LIBDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")") 22 TARGET=$(mktemp -u netcons_XXXXX) 49 SRCIF=$(find "$NSIM1"/net -maxdepth 1 -type d ! \ 50 -path "$NSIM1"/net -exec basename {} \;) 51 DSTIF=$(find "$NSIM2"/net -maxdepth 1 -type d ! \ 52 -path "$NSIM2"/net -exec basename {} \;) 113 # Do not append the release to the header of the message [all …]
|
/linux-6.15/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 release date 1991) and second virtualization platform for an x86 PC. 25 Most OSes today have built-in support for a number of "fake" 27 User Mode Linux takes this concept to the ultimate extreme - there 30 concepts which map onto something provided by the host - files, sockets, 36 The UML kernel is just a process running on Linux - same as any other 57 * You can run a usermode kernel as a non-root user (you may need to 99 This is extremely easy on Debian - you can do it using debootstrap. It is 100 also easy on OpenWRT - the build process can build UML images. All other 101 distros - YMMV. [all …]
|
/linux-6.15/drivers/misc/ |
D | cs5535-mfgpt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT) 6 * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> 20 #define DRV_NAME "cs5535-mfgpt" 52 return -EIO; in cs5535_mfgpt_toggle_event() 64 * a problem? -dilinger in cs5535_mfgpt_toggle_event() 67 mask = 1 << (timer->nr + 24); in cs5535_mfgpt_toggle_event() 72 mask = 1 << (timer->nr + shift); in cs5535_mfgpt_toggle_event() 77 mask = 1 << (timer->nr + shift); in cs5535_mfgpt_toggle_event() 81 return -EIO; in cs5535_mfgpt_toggle_event() [all …]
|
/linux-6.15/include/linux/ |
D | cdrom.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * -- <linux/cdrom.h> 4 * General header file for linux CD-ROM drivers 8 * 1997, 1998 Erik Andersen, andersee@debian.org 9 * 1998-2002 Jens Axboe, axboe@suse.de 45 void *handle; /* driver-dependent data */ 50 /* device-related storage */ 57 /* per-device flags */ 74 void (*release) (struct cdrom_device_info *); member 320 return (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_MSF_OFFSET; in msf_to_lba()
|
/linux-6.15/Documentation/process/ |
D | handling-regressions.rst | 1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) 7 *We don't cause regressions* -- this document describes what this "first rule of 9 Documentation/admin-guide/reporting-regressions.rst, which covers the topic from a 21 loop by immediately sending at least a brief "Reply-all" with the list 30 introduced: v5.13..v5.14-rc1``. If not, send a reply (with the regressions 39 #regzbot introduced: v5.13..v5.14-rc1 45 mandated by Documentation/process/submitting-patches.rst and 61 ----------------------------------- 72 it into the loop by sending at least a brief "Reply-all" with the list CCed; 79 Documentation/admin-guide/reporting-issues.rst. [all …]
|
D | embargoed-hardware-issues.rst | 7 ----- 23 ------- 31 Linux kernel security team (:ref:`Documentation/admin-guide/ 34 The team can be contacted by email at <hardware-security@kernel.org>. This 43 - PGP: https://www.kernel.org/static/files/hardware-security.asc 44 - S/MIME: https://www.kernel.org/static/files/hardware-security.crt 55 - Linus Torvalds (Linux Foundation Fellow) 56 - Greg Kroah-Hartman (Linux Foundation Fellow) 57 - Thomas Gleixner (Linux Foundation Fellow) 59 Operation of mailing-lists [all …]
|
/linux-6.15/drivers/video/fbdev/ |
D | valkyriefb.c | 2 * valkyriefb.c -- frame buffer device for the PowerMac 'valkyrie' display 7 * Vmode-switching changes and vmode 15/17 modifications created 29 August 10 * Ported to m68k Macintosh by David Huggins-Daines <dhd@debian.org> 14 * controlfb.c -- frame buffer device for the PowerMac 'control' display 15 * Copyright (C) 1998 Dan Jacobowitz <dan@debian.org> 17 * pmc-valkyrie.c -- Console support for PowerMac "valkyrie" display adaptor. 23 * drivers/video/chipsfb.c -- frame buffer device for 30 * And from the frame buffer device for Open Firmware-initialized devices: 120 /* Sets the video mode according to info->var */ 125 volatile struct valkyrie_regs __iomem *valkyrie_regs = p->valkyrie_regs; in valkyriefb_set_par() [all …]
|
/linux-6.15/drivers/media/radio/ |
D | radio-mr800.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Big thanks to authors and contributors of dsbr100.c and radio-si470x.c 15 * http://av-usbradio.sourceforge.net/index.php 16 * http://sourceforge.net/projects/av-usbradio/ 17 * Latest release of theirs project was in 2005. 20 * Also, Faidon Liambotis <paravoid@debian.org> wrote nice driver for this radio 22 * http://www.spinics.net/lists/linux-usb-devel/msg10109.html 26 * in usbhid/hid-quirks.c 36 * - Correct power management of device (suspend & resume) 37 * - Add code for scanning and smooth tuning [all …]
|
/linux-6.15/fs/befs/ |
D | ChangeLog | 1 Version 0.92 (2002-03-29) 5 Version 0.92 (2002-03-27) 12 Version 0.91 (2002-03-26) 17 Version 0.9 (2002-03-14) 25 Version 0.64 (2002-02-07) 41 * Made a debian package of the source for use with kernel-package. [WD] 44 Version 0.63 (2002-01-31) 74 Version 0.61 (2002-01-20) 92 Version 0.6 (2001-12-15) 99 would result in the filesystem using the on-disk uid and gid. [WD] [all …]
|
/linux-6.15/Documentation/cdrom/ |
D | cdrom-standard.rst | 2 A Linux CD-ROM standard 7 :Updated by: Erik Andersen (andersee@debian.org) 14 Linux is probably the Unix-like operating system that supports 18 - The large list of hardware devices available for the many platforms 19 that Linux now supports (i.e., i386-PCs, Sparc Suns, etc.) 20 - The open design of the operating system, such that anybody can write a 22 - There is plenty of source code around as examples of how to write a driver. 29 This divergence of behavior has been very significant for CD-ROM 32 their drivers totally inconsistent, the writers of Linux CD-ROM 35 maintain uniform behavior across all the Linux CD-ROM drivers. [all …]
|
/linux-6.15/scripts/ |
D | sphinx-pre-install | 2 # SPDX-License-Identifier: GPL-2.0-or-later 5 # Copyright (c) 2017-2020 Mauro Carvalho Chehab <mchehab@kernel.org> 51 'amsfonts.sty' => 'texlive-amsfonts', 52 'amsmath.sty' => 'texlive-amsmath', 53 'amssymb.sty' => 'texlive-amsfonts', 54 'amsthm.sty' => 'texlive-amscls', 55 'anyfontsize.sty' => 'texlive-anyfontsize', 56 'atbegshi.sty' => 'texlive-oberdiek', 57 'bm.sty' => 'texlive-tools', 58 'capt-of.sty' => 'texlive-capt-of', [all …]
|
/linux-6.15/drivers/parisc/ |
D | led.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Chassis LCD/LED driver for HP-PARISC workstations 7 * (c) Copyright 2001 Randolph Chung <tausq@debian.org> 8 * (c) Copyright 2000-2023 Helge Deller <deller@gmx.de> 52 lcd_cmd_reg_addr needs to be 64bit aligned on 64bit PA2.0-machines */ 56 unsigned long lcd_cmd_reg_addr; /* ptr to LCD cmd-register & data ptr for LED */ 57 unsigned long lcd_data_reg_addr; /* ptr to LCD data-register (LCD only) */ 58 unsigned int min_cmd_delay; /* delay in uS after cmd-write (LCD only) */ 74 /* lcd_info is pre-initialized to the values needed to program KittyHawk LCD's 93 /* ptr to LCD/LED-specific function */ [all …]
|
/linux-6.15/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 4 written 1993-1994 by Donald Becker. 14 Mike Cruse : mcruse@cti-ltd.com 31 David Huggins-Daines <dhd@debian.org> 37 * Removed all the media-detection stuff, because these cards are 38 TP-only. 50 have to probe for them in a brain-damaged ISA-like fashion. 52 Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 11/01/2001 53 check kmalloc and release the allocated memory on failure in 99 static int debug = -1; 124 /* For reading/writing registers ISA-style */ [all …]
|