This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root make-initrd]# .build/dest/usr/sbin/make-initrd -c conf/initrd.mk -b /tmp -D -v | |
[ 3ms ] Config file: /home/legion/scm/.initrd/make-initrd/conf/initrd.mk | |
GUESS_MODULES = bootconfig common device device-tree keyboard lkrg net qemu rdshell resume root smart-card touchscreen ucode | |
PASSED_GUESS_MODULES = | |
[ 29.61ms ] Processing guess-bootconfig ... | |
[ 43.92ms ] Processing guess-common ... | |
[ 209.88ms ] Processing guess-device-tree ... | |
[ 221.99ms ] Processing guess-device ... | |
[ 234.18ms ] Processing guess-keyboard ... | |
[ 260.95ms ] Processing guess-lkrg ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==19193== Memcheck, a memory error detector | |
==19193== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. | |
==19193== Using Valgrind-3.23.0 and LibVEX; rerun with -h for copyright info | |
==19193== Command: /tmp/kbd/tests/libkbdfile/.libs/libkbdfile-test13 | |
==19193== | |
vex: priv/host_ppc_defs.c:6712 (chainXDirect_PPC): Assertion `isLoadImm_EXACTLY2or5(p, 30, (Addr)disp_cp_chain_me_EXPECTED, mode64, endness_host)' failed. | |
vex storage: T total 275633592 bytes allocated | |
vex storage: P total 192 bytes allocated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/libkfont/kdfontop.c b/src/libkfont/kdfontop.c | |
index 1eadbebb..cada3f95 100644 | |
--- a/src/libkfont/kdfontop.c | |
+++ b/src/libkfont/kdfontop.c | |
@@ -21,11 +21,29 @@ | |
#include "compat/linux-kd.h" | |
#endif | |
+static int | |
+is_kd_text(struct kfont_context *ctx, int fd) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./setfont -h | |
Usage: setfont [option...] [newfont...] | |
Options: | |
-<N> load font "default8x<N>". | |
-o <FILE> write current font to <FILE>. | |
-O <FILE> write current font and unicode map to <FILE>. | |
-om <FILE> write current consolemap to <FILE>. | |
-ou <FILE> write current unicodemap to <FILE>. | |
-h<N> override font height. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/x86/coco/tdx/tdx.c b/arch/x86/coco/tdx/tdx.c | |
index 5b3421a89998..992cc3f19f52 100644 | |
--- a/arch/x86/coco/tdx/tdx.c | |
+++ b/arch/x86/coco/tdx/tdx.c | |
@@ -494,16 +494,44 @@ static int decode_insn_struct(struct insn *insn, struct pt_regs *regs) | |
char buffer[MAX_INSN_SIZE]; | |
if (user_mode(regs)) { | |
- int nr_copied = insn_fetch_from_user(regs, buffer); | |
+ int not_copied, nr_copied, size; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -efux | |
bridge=br0 | |
netns=novpn | |
vether=veth0 | |
read -r ether ether_uuid < <( | |
nmcli --fields type,device,uuid con show --active | | |
sed -n -e 's/^ethernet[[:space:]]\+//p' -e 's/[[:space:]]\+/ /' | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRACE in function: /opt/make-initrd/features/add-udev-rules/guess/common: main guess_feature: add-udev-rules | |
TRACE in function: /opt/make-initrd/features/cleanup/guess/common: main guess_feature: cleanup | |
TRACE in function: /opt/make-initrd/features/compress/guess/common: main guess_feature: compress | |
TRACE in function: guess/keyboard/action: main guess_modalias: input:b0003v25A7pFA23e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw | |
TRACE in function: guess/keyboard/action: main guess_modalias: hid:b0003g0001v000025A7p0000FA23 | |
TRACE in function: guess/keyboard/action: main guess_modalias: usb:v25A7pFA23d0241dc00dsc00dp00ic03isc01ip01in00 | |
TRACE in function: guess/keyboard/action: main guess_modalias: pci:v00001022d0000149Csv00001043sd000087C0bc0Csc03i30 | |
TRACE in function: guess/keyboard/action: main guess_modalias: pci:v00001022d00001484sv00001043sd000087C0bc06sc04i0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import ply.lex as lex | |
import ply.yacc as yacc | |
import logging | |
import pprint | |
logging.basicConfig( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def process_commands(payload): | |
fd = io.StringIO(initial_value=payload, newline='\n') | |
while True: | |
value = fd.readline() | |
if not value: | |
break | |
value = value[:-1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -efu | |
# SPDX-License-Identifier: GPL-2.0-or-later | |
. shell-error | |
declare -A VARS=() LOCK=() GOTO=() LABEL=() | |
declare -A NAMES=( [KEY]=0 [ATTR]=1 [OPERATOR]=2 [VALUE]=3 ) | |
declare -a RULE_FILES=() | |
rule_init_var() |
NewerOlder