/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.filter | 4 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # You should have received a copy of the GNU General Public License 24 sed -Ee 's/[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}/yyyy-mm-dd hh:mm:ss/' 29 sed -E -e 's/[0-9. ]{5} [KMGT]iB/ SIZE/' \ 30 -e 's/[0-9. ]{5} B/ SIZE/' 35 sed -Ee 's/\#block[0-9]{3,}/NODE_NAME/' 40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g' 46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \ 47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \ [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o 6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \ 10 apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o 12 obj-$(CONFIG_SECURITY_APPARMOR_KUNIT_TEST) += apparmor_policy_unpack_test.o 13 apparmor_policy_unpack_test-objs += policy_unpack_test.o 15 clean-files := capability_names.h rlim_names.h net_names.h 17 # Build a lower case string table of address family names 19 # #define AF_LOCAL 1 /* POSIX name for AF_UNIX */ 22 # [1] = "local", [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 10 * crypto/aes_generic.c and are designed to be simply accessed by a combination 11 * of rlwimi/lwz instructions with a minimum of table registers (usually only 14 * instructions. E.g. evldw, evlwwsplat, ... 16 * For the safety-conscious it has to be noted that they might be vulnerable 19 * This is a quite good tradeoff for low power devices (e.g. routers) without 25 #define R(a, b, c, d) \ argument 26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */ 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 51-these-are-not-joysticks-rm.rules | 1 # /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules 3 # This file is auto-generated. For more information: 4 # https://github.com/denilsonsa/udev-joystick-blacklist 7 … ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"… 9 … ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"… 10 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", ENV{ID_INPUT_JOYSTICK}=="?*"… 11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b… 12 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", ENV{ID_INPUT_JOYSTICK}=="?*"… 13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b… 14 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", ENV{ID_INPUT_JOYSTICK}=="?*"… [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 4 # Run a series of tests under KVM. By default, this series is specified 5 # by the relevant CFLIST file, but can be overridden by the --configs 6 # command-line argument. 12 # Authors: Paul E. McKenney <paulmck@linux.ibm.com> 17 T="`mktemp -d ${TMPDIR-/tmp}/kvm.sh.XXXXXX`" 18 trap 'rm -rf $T' 0 23 LANG=en_US.UTF-8; export LANG 46 torture_qemu_mem_default=1 55 ds=`date +%Y.%m.%d-%H.%M.%S` [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 3 Date: Tue, 1 Oct 2013 13:19:20 +0200 6 --- 7 Upstream-Status: Pending 9 .../linux/apps/hello_pi/CMakeLists.txt | 1 + 23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he… 25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt 27 @@ -25,6 +25,7 @@ add_subdirectory(hello_encode) 35 diff --git a/host_applications/linux/apps/hello_pi/Makefile b/host_applications/linux/apps/hello_pi… 37 --- a/host_applications/linux/apps/hello_pi/Makefile 39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/ |
H A D | 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch | 6 Upstream-Status: Backport [https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=e96d… 11 -- 16 Signed-off-by: simit.ghane <simit.ghane@lge.com> 18 Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi> 19 --- 20 cipher/Makefile.am | 2 +- 21 random/Makefile.am | 2 +- 22 2 files changed, 2 insertions(+), 2 deletions(-) 24 diff --git a/cipher/Makefile.am b/cipher/Makefile.am 26 --- a/cipher/Makefile.am [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable-32.h | 19 #include <asm-generic/pgtable-nopmd.h> 26 * Regarding 32-bit MIPS huge page support (and the tradeoff it entails): 28 * We use the same huge page sizes as 64-bit MIPS. Assuming a 4KB page size, 29 * our 2-level table layout would normally have a PGD entry cover a contiguous 30 * 4MB virtual address region (pointing to a 4KB PTE page of 1,024 32-bit pte_t 31 * pointers, each pointing to a 4KB physical page). The problem is that 4MB, 32 * spanning both halves of a TLB EntryLo0,1 pair, requires 2MB hardware page 33 * support, not one of the standard supported sizes (1MB,4MB,16MB,...). 35 * pointers a PTE page holds, making its last half go to waste. Correspondingly, 37 * increases to match 64-bit MIPS, but PTE lookups remain CPU cache-friendly. [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_arm_coresight.sh | 9 # SPDX-License-Identifier: GPL-2.0 15 perf list | grep -q 'cs_etm//' && return 0 28 rm -f ${perfdata} 29 rm -f ${file} 30 rm -f "${perfdata}.old" 31 trap - EXIT TERM INT 38 echo "Recording trace (only user mode) with path: CPU$2 => $1" 39 rm -f $file 40 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \ 41 -- taskset -c $2 touch $file > /dev/null 2>&1 [all …]
|
H A D | test_arm_spe.sh | 8 # SPDX-License-Identifier: GPL-2.0 12 perf list | grep -E -q 'arm_spe_[0-9]+//' && return 0 25 rm -f ${perfdata} 26 rm -f ${perfdata}.old 34 echo "$1: PASS" 36 echo "$1: SKIPPED" 38 echo "$1: FAIL" 46 # from arm-spe.c/arm_spe_synth_events() 47 …events="(ld1-miss|ld1-access|llc-miss|lld-access|tlb-miss|tlb-access|branch-miss|remote-access|mem… 50 …# dd 3048 [002] 1 l1d-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-… [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15-pinctrl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/pinctrl/stm32-pinfunc.h> 9 adc1_ain_pins_a: adc1-ain-0 { 12 <STM32_PINMUX('B', 1, ANALOG)>, /* ADC1_INP5 */ 16 <STM32_PINMUX('A', 3, ANALOG)>; /* ADC1_INP15 */ 20 adc1_in6_pins_a: adc1-in6-0 { 26 adc12_ain_pins_a: adc12-ain-0 { 35 adc12_ain_pins_b: adc12-ain-1 { 42 adc12_usb_cc_pins_a: adc12-usb-cc-pins-0 { [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
H A D | init | 1 #!/bin/sh -e 4 # Required-Start: mountvirtfs $local_fs 5 # Required-Stop: $local_fs 6 # Should-Start: ifupdown 7 # Should-Stop: ifupdown 8 # Default-Start: S 9 # Default-Stop: 0 6 10 # Short-Description: Raise network interfaces. 15 [ -x /sbin/ifup ] || exit 0 18 [ -e /proc/mounts ] || return 0 [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | run_common.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 RUN_BENCH="sudo ./bench -w3 -d10 -a" 8 local len=${#1} 10 printf "\n%s\n" "$1" 11 for i in $(seq 1 $len); do printf '='; done 17 local len=${#1} 18 printf "\t%s\n" "$1" 23 echo "$*" | sed -E "s/.*hits\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/" 28 echo "$*" | sed -E "s/.*drops\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/" 33 echo "$*" | sed -E "s/.*Percentage\s=\s+([0-9]+\.[0-9]+).*/\1/" [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 12 PC 0x0101FB92F798 (0x0101FB92D000+0x00002798) [ 1] ConSplitterDxe.dll 17 even. And if coords are odd then they are bumped a bit to make things 20 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> 22 This is a temporary workaround for an alignment problem in EDK2/qemu, see the 23 discussion at https://mail.gnu.org/archive/html/qemu-devel/2024-06/msg02964.html. 25 Upstream-Status: Inappropriate [workaround] 26 Signed-off-by: Ross Burton <ross.burton@arm.com> 27 --- 29 MdeModulePkg/Logo/Logo.bmp | Bin 12446 -> 34010 bytes 32 diff --git a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c b/MdeModulePkg/Library/BootLogoLib/Boot… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | highlight.pack.js | 2 …e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?… class in AnonymousFunctioneac6a71814e00
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | parseargs.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 8 # Include into other Linux kernel tools/memory-model scripts. 12 # Author: Paul E. McKenney <paulmck@linux.ibm.com> 19 echo if test -z '"$'$1'"' > $T/s 21 echo $1='"'$2'"' >> $T/s 22 echo export $1 >> $T/s 24 echo $1_DEF='$'$1 >> $T/s 29 initparam LKMM_HERD_OPTIONS "-conf linux-kernel.cfg" 33 initparam LKMM_TIMEOUT "1m" 39 echo " --destdir path (place for .litmus.out, default by .litmus)" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/ |
H A D | CVE-2018-5996.patch | 3 Subject: CVE-2018-5996 5 Hopefully fix Memory Corruptions via RAR PPMd (CVE-2018-5996) by 6 applying a few changes from 7Zip 18.00-beta. 8 Bug-Debian: https://bugs.debian.org/#888314 10 Upstream-Status: Backport [https://sources.debian.org/data/non-free/p/p7zip-rar/16.02-3/debian/patc… 11 CVE: CVE-2018-5996 13 Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com> 14 --- 15 CPP/7zip/Compress/Rar1Decoder.cpp | 13 +++++++++---- 16 CPP/7zip/Compress/Rar1Decoder.h | 1 + [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ |
H A D | mapfile.csv | 1 Family-model,Version,Filename,EventType 2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.21,alderlake,core 3 GenuineIntel-6-BE,v1.21,alderlaken,core 4 GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core 5 GenuineIntel-6-(3D|47),v28,broadwell,core 6 GenuineIntel-6-56,v10,broadwellde,core 7 GenuineIntel-6-4F,v21,broadwellx,core 8 GenuineIntel-6-55-[56789ABCDEF],v1.19,cascadelakex,core 9 GenuineIntel-6-9[6C],v1.04,elkhartlake,core 10 GenuineIntel-6-5[CF],v13,goldmont,core [all …]
|
/openbmc/qemu/scripts/ |
H A D | update-linux-headers.sh | 1 #!/bin/sh -e 3 # Update Linux kernel headers QEMU requires from a specified kernel tree. 11 # See the COPYING file in the top-level directory. 15 # - linux-headers/ for files that are required for compiling for a 21 # - include/standard-headers/ for files that are used for guest 26 # sanitize the headers to remove any use of Linux-specifics such as 29 tmpdir=$(mktemp -d) 32 linux="$1" 35 if [ -z "$linux" ] || ! [ -d "$linux" ]; then 37 usage: update-kernel-headers.sh LINUX_PATH [OUTPUT_PATH] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 3 Date: Thu, 1 Feb 2018 15:34:07 +0100 13 [-Wformat=] 25 Upstream-Status: Submitted 27 Signed-off-by: Thorsten Glaser <tg@mirbsd.org> 28 --- 29 include/common.h | 18 ------------------ 30 jffsX-utils/mkfs.jffs2.c | 20 ++++++++++---------- 31 lib/libmtd.c | 8 ++++---- 32 misc-utils/flash_erase.c | 6 +++--- 33 misc-utils/flash_otp_write.c | 2 +- [all …]
|
/openbmc/qemu/qobject/ |
H A D | json-lexer.c | 10 * See the COPYING.LIB file in the top-level directory. 15 #include "json-parser-int.h" 28 * begin-array = ws %x5B ws ; [ left square bracket 29 * begin-object = ws %x7B ws ; { left curly bracket 30 * end-array = ws %x5D ws ; ] right square bracket 31 * end-object = ws %x7D ws ; } right curly bracket 32 * name-separator = ws %x3A ws ; : colon 33 * value-separator = ws %x2C ws ; , comma 49 * [This lexer accepts [a-z]+, and leaves rejecting unknown literal 55 * decimal-point = %x2E ; . [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 3 Date: Thu, 28 Dec 2017 21:39:51 -0800 7 systemd/0001-add-fallback-parse_printf_format-implementation.patch 12 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 13 Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47] 14 --- 18 src/log.c | 1 + 19 src/parse-printf-format.c | 273 ++++++++++++++++++++++++++++++++++++++++++++++ 20 src/parse-printf-format.h | 57 ++++++++++ 21 src/stdio-util.h | 1 - 22 6 files changed, 338 insertions(+), 1 deletion(-) [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.sh | 2 # SPDX-License-Identifier: GPL-2.0 10 # Kselftest framework requirement - SKIP code is 4. 19 # This test needs to be run in a network namespace with in_netns.sh. Check if 22 if [[ -z $(ip netns identify $$) ]]; then 30 if ! unshare --net $bpftool prog attach pinned \ 33 err=1 39 if unshare --net $bpftool prog attach pinned \ 42 err=1 48 err=1 51 rm -rf /sys/fs/bpf/flow [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0009-yes-within-the-path-sets-wrong-config-variables.patch | 7 but being such a short word to grep it is likely to produce 8 false-positive matches with the path it is configured into. 10 The change is to use a more elaborated string to grep for. 12 Upstream-Status: Submitted [libc-alpha@sourceware.org] 14 Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com> 15 Signed-off-by: Khem Raj <raj.khem@gmail.com> 16 --- 17 sysdeps/aarch64/configure | 4 ++-- 18 sysdeps/aarch64/configure.ac | 4 ++-- 19 sysdeps/arm/configure | 4 ++-- [all …]
|
/openbmc/linux/lib/ |
H A D | hexdump.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * hex_to_bin - convert a hex digit to its real value 23 * hex_to_bin() converts one hex digit to its actual value or -1 in case of bad 26 * This function is used to load cryptographic keys, so it is coded in such a 30 * (ch - '9' - 1) is negative if ch <= '9' 31 * ('0' - 1 - ch) is negative if ch >= '0' 33 * '0' ... '9' 34 * we are only interested in the sign, so we do a shift ">> 8"; note that right 35 * shift of a negative value is implementation-defined, so we cast the 36 * value to (unsigned) before the shift --- we have 0xffffff if ch is in [all …]
|