Home
last modified time | relevance | path

Searched +full:ubuntu +full:- +full:18 (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/openbmc-test-automation/docs/
H A Dopenbmc_test_tools.md5 IPMItool version 1.8.18 or later.
8 $ ipmitool -V
9 ipmitool version 1.8.18
16 [README](https://github.com/open-power/HTX)
21 [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsysl…
25 Pre-requisite: A Power Linux system is required.
27 - Obtain the SEL (System Error Log) parser tools:
29 - Go to https://openpower.xyz/job/openpower/job/openpower-op-build/
30 - Click the link for the BMC system of interest (e.g. witherspoon)
31 - Click the "host_fw_debug.tar" link in order to download the tar file.
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38469-2.patch3 Date: Wed, 25 Oct 2023 18:15:42 +0000
12 …tream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/avahi/tree/deb…
14 CVE: CVE-2023-38469
15 Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
16 ---
17 avahi-client/client-test.c | 14 ++++++++++++++
20 Index: avahi-0.8/avahi-client/client-test.c
22 --- avahi-0.8.orig/avahi-client/client-test.c
23 +++ avahi-0.8/avahi-client/client-test.c
24 @@ -22,6 +22,7 @@
[all …]
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-offsets.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2010-2013 Bluecherry, LLC <https://www.bluecherrydvr.com>
6 * Ben Collins <bcollins@ubuntu.com>
21 (__solo->type == SOLO_DEV_6010 ? 0x10000 : 0x20000)
39 /* 18 is the maximum number of pages required for PAL@D1, the largest frame
41 #define SOLO_CAP_PAGE_SIZE (18 << 16)
46 ((((__solo->sdram_size <= (32 << 20)) ? 4 : 16) + 1) \
53 (SOLO_EREF_EXT_SIZE * __solo->nr_chans * 2)
55 #define __SOLO_JPEG_MIN_SIZE(__solo) (__solo->nr_chans * 0x00080000)
60 clamp(__solo->sdram_size - SOLO_MP4E_EXT_ADDR(__solo) - \
[all …]
H A Dsolo6x10-regs.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2010-2013 Bluecherry, LLC <https://www.bluecherrydvr.com>
6 * Ben Collins <bcollins@ubuntu.com>
17 #include "solo6x10-offsets.h"
107 #define SOLO_P2M_CSC_BYTE_REORDER BIT(5) /* BGR -> RGB */
135 /* 0:Y[0]<-0(OFF), 1:Y[0]<-1(ON), 2:Y[0]<-G[0], 3:Y[0]<-Bit[15] */
257 #define SOLO_VO_USER_COLOR_SET_HSYNC BIT(18)
386 #define SOLO_VE_INSERT_INDEX BIT(18)
445 #define SOLO_VD_CFG_SINGLE_MODE BIT(18)
522 #define SOLO_IIC_STATE_BUSY BIT(18)
[all …]
/openbmc/openbmc-test-automation/ffdc/
H A DREADME.md4 $ python3 collect_ffdc.py -h
10 -r, --remote TEXT Hostname/IP of the remote host
11 -u, --username TEXT Username of the remote host.
12 -p, --password TEXT Password of the remote host.
13 -port_ssh INTEGER SSH port value. [default: 22]
14 -port_https INTEGER HTTPS port value. [default: 443]
15 -port_ipmi INTEGER IPMI port value. [default: 623]
16 -c, --config TEXT YAML Configuration file for log collection. [default:
17 <local path>/openbmc-test-automation/ffdc/ffdc_config.yaml]
18 -l, --location TEXT Location to save logs [default: /tmp]
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0005-do-not-build-manual.patch6 On some host (ubuntu 1404), build manual failed.
8 ./tools/man-generator --primary lvscan lvscan.8_des
14 Upstream-Status: Pending
16 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19 Signed-off-by: Kai Kang <kai.kang@windriver.com>
22 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
23 ---
24 Makefile.in | 6 +++---
25 configure.ac | 1 -
26 2 files changed, 3 insertions(+), 4 deletions(-)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D19-cve-2016-9844-zipinfo-buffer-overflow.patch2 Subject: Fix CVE-2016-9844, buffer overflow in zipinfo
3 Bug-Debian: https://bugs.debian.org/847486
4 Bug-Ubuntu: https://launchpad.net/bugs/1643750
5 X-Debian-version: 6.0-21
7 Upstream-Status: Backport
8 CVE: CVE-2016-9844
9 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
11 --- a/zipinfo.c
13 @@ -1921,7 +1921,18 @@
17 - sprintf(&methbuf[1], "%03u", G.crec.compression_method);
[all …]
H A D18-cve-2014-9913-unzip-buffer-overflow.patch2 Subject: Fix CVE-2014-9913, buffer overflow in unzip
4 Bug-Debian: https://bugs.debian.org/847485
5 Bug-Ubuntu: https://launchpad.net/bugs/387350
6 X-Debian-version: 6.0-21
8 Upstream-Status: Backport
9 CVE: CVE-2014-9913
10 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
12 --- a/list.c
14 @@ -339,7 +339,18 @@
18 - sprintf(&methbuf[4], "%03u", G.crec.compression_method);
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch2 Date: Mon, 30 Apr 2018 18:05:20 +0000
5 This circumvents focus-stealing prevention.
8 Bug-Debian: https://bugs.debian.org/684300
9 Bug-Ubuntu: https://launchpad.net/bugs/946171
11 Upstream-Status: Pending
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 src/polkitgnomeauthenticator.c | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
17 diff --git a/src/polkitgnomeauthenticator.c b/src/polkitgnomeauthenticator.c
[all …]
H A D0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch2 Date: Mon, 30 Apr 2018 18:03:22 +0000
6 Bug-Ubuntu: https://launchpad.net/bugs/928249
8 Upstream-Status: Pending
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 ---
11 src/polkitgnomeauthenticationdialog.c | 107 ++++++++++++++++++++++++++++++----
12 1 file changed, 97 insertions(+), 10 deletions(-)
14 diff --git a/src/polkitgnomeauthenticationdialog.c b/src/polkitgnomeauthenticationdialog.c
16 --- a/src/polkitgnomeauthenticationdialog.c
18 @@ -135,6 +135,102 @@ user_combobox_changed (GtkComboBox *widget,
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dhibernate.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Ubuntu project, hibernation support for mach-dove
10 * https://lkml.org/lkml/2010/6/18/4
11 * https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
29 unsigned long nosave_end_pfn = virt_to_pfn(&__nosave_end - 1); in pfn_is_nosave()
86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dshadow-update-pam-conf.patch3 Date: Wed, 20 Jul 2011 19:18:14 +0800
6 The system-auth in the configure files is from Fedora which put all the 4 pam type rules
8 In yocto it obey the way with Debian/Ubuntu, and the names are common-auth, common-account,
9 common-password and common-session.
12 See meta/recipes-extended/pam/libpam/pam.d/common-password
14 Upstream-Status: Inappropriate [oe-core specific]
16 Signed-off-by: Kang Kai <kai.kang@windriver.com>
17 ---
18 etc/pam.d/chage | 2 +-
19 etc/pam.d/chgpasswd | 2 +-
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - local: '/.gitlab-ci.d/buildtest-template.yml'
4 build-system-alpine:
6 - .native_build_job_template
7 - .native_build_artifact_template
9 - job: amd64-alpine-container
12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu
13 MAKE_CHECK_ARGS: check-build
14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
16 check-system-alpine:
19 - job: build-system-alpine
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch4 Subject: [PATCH] Update SConstruct with new Python3 syntax: - new raise
5 keyword syntax - has_key deprecated method is now removed - commands
6 deprecated library is replaced by subprocess - print function fixes
9 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584
10 ---
11 Upstream-Status: Pending
13 SConstruct | 45 +++++++++++++++++++++++----------------------
14 1 file changed, 23 insertions(+), 22 deletions(-)
16 diff --git a/SConstruct b/SConstruct
18 --- a/SConstruct
[all …]
/openbmc/libpldm/docs/checklists/
H A Dchanges.md5 - [Good Practices in Library Design, Implementation, and Maintenance - Ulrich
10 - [How Do I Make This Hard to Misuse? - Rusty Russell][rusty-api-scale-good]
12 [rusty-api-scale-good]: https://ozlabs.org/~rusty/index.cgi/tech/2008-03-30.html
14 - [What If I Don't Actually Like My Users? - Rusty Russell][rusty-api-scale-bad]
16 [rusty-api-scale-bad]: https://ozlabs.org/~rusty/index.cgi/tech/2008-04-01.html
18 - [Red flags that indicate questionable quality - Lennart
19 Poettering][poettering-library-red-flags]
21 [poettering-library-red-flags]:
24 - [Not sure if this is a gcc bug or some weird corner of UB or what... - Andrew
25 Zonenberg][azonenberg-packed-struct]
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
14 - `Overview`_
15 - `Acquiring Firmware`_
16 - `Devlink Info`_
17 - `Configure Device`_
18 - `Statistics`_
25 are also incorporated in the companies' family of Agilio SmartNICs. The SR-IOV
35 Firmware files on the host filesystem contain card type (`AMDA-*` string), media
40 `linux-firmware.git` repository.
46 -----------------
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades
13 - Reproducibility: this release fixes the reproducibility issues with
14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully
16 class has been merged into the :ref:`ref-classes-base` class.
18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui…
20 - The Yocto Project now allows you to reuse the Shared State cache from
31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__
34 - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and
[all …]
/openbmc/linux/
H A D.mailmap2 # This list is used by git-shortlog to fix a few botched name translations
9 # "man git-shortlog" on older systems.
33 Alexandre Belloni <alexandre.belloni@bootlin.com> <alexandre.belloni@free-electrons.com>
53 Andrew Morton <akpm@linux-foundation.org>
54 Andrew Murray <amurray@thegoodpenguin.co.uk> <amurray@embedded-bits.co.uk>
66 Antoine Tenart <atenart@kernel.org> <antoine.tenart@free-electrons.com>
71 Arnaud Patard <arnaud.patard@rtp-net.org>
91 Ben Dooks <ben-linux@fluff.org> <ben.dooks@simtec.co.uk>
92 Ben Dooks <ben-linux@fluff.org> <ben.dooks@sifive.com>
107 Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@free-electrons.com>
[all …]
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
51 D: in-kernel DRM Maintainer
71 E: tim_alpaerts@toyota-motor-europe.com
75 S: B-2610 Wilrijk-Antwerpen
80 W: http://www-stu.christs.cam.ac.uk/~aia21/
101 D: Maintainer of ide-cd and Uniform CD-ROM driver,
102 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
[all …]
/openbmc/linux/scripts/
H A Dsphinx-pre-install2 # SPDX-License-Identifier: GPL-2.0-or-later
5 # Copyright (c) 2017-2020 Mauro Carvalho Chehab <mchehab@kernel.org>
52 'amsfonts.sty' => 'texlive-amsfonts',
53 'amsmath.sty' => 'texlive-amsmath',
54 'amssymb.sty' => 'texlive-amsfonts',
55 'amsthm.sty' => 'texlive-amscls',
56 'anyfontsize.sty' => 'texlive-anyfontsize',
57 'atbegshi.sty' => 'texlive-oberdiek',
58 'bm.sty' => 'texlive-tools',
59 'capt-of.sty' => 'texlive-capt-of',
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_device.c135 /* Acer aspire 5560g (CPU: AMD A4-3305M; GPU: AMD Radeon HD 6480g + 7470m)
139 /* Asus K73TA laptop with AMD A6-3400M APU and Radeon 6550 GPU
143 /* Asus K53TK laptop with AMD A6-3420M APU and Radeon 7670m GPU
147 /* Asus K53TK laptop with AMD A6-3420M APU and Radeon 7670m GPU
151 /* Asus K73TK laptop with AMD A6-3420M APU and Radeon 7670m GPU
160 struct radeon_device *rdev = dev->dev_private; in radeon_is_px()
162 if (rdev->flags & RADEON_IS_PX) in radeon_is_px()
172 while (p && p->chip_device != 0) { in radeon_device_handle_px_quirks()
173 if (rdev->pdev->vendor == p->chip_vendor && in radeon_device_handle_px_quirks()
174 rdev->pdev->device == p->chip_device && in radeon_device_handle_px_quirks()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch6 Upstream-Status: Submitted [https://github.com/requests/toolbelt/pull/356]
7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 ---
9 tests/cassettes/file_for_download.json | 56 ++++-
10 tests/cassettes/http2bin_cookies.json | 133 +++++++++-
11 tests/cassettes/http2bin_fingerprint.json | 65 ++++-
12 tests/cassettes/httpbin_guess_auth_basic.json | 115 ++++++++-
13 .../cassettes/httpbin_guess_auth_digest.json | 124 +++++++++-
14 tests/cassettes/httpbin_guess_auth_none.json | 59 ++++-
15 tests/cassettes/klevas_vu_lt_ssl3.json | 36 ++-
[all …]
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26
30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28
41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28
60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6
73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27
81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27
98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27
111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28
118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28
125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29
[all …]
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2 * trace-event-python. Feed trace events to an embedded Python interpreter.
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34 #include <traceevent/event-parse.h>
37 #include "../build-id.h"
48 #include "../db-export.h"
49 #include "../thread-stack.h"
50 #include "../trace-event.h"
51 #include "../call-path.h"
57 #include "mem-events.h"
94 ((1 << (sizeof(unsigned short) * 8)) - 1)
[all …]
/openbmc/linux/drivers/usb/storage/
H A Dunusual_devs.h1 /* SPDX-License-Identifier: GPL-2.0+ */
7 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
26 * - a patch that adds the entry for your device, including your
29 * - a copy of /sys/kernel/debug/usb/devices with your device plugged in
31 * Send your submission to the USB development list <linux-usb@vger.kernel.org>
42 * In-kernel mode switching is deprecated. Do not add new devices to
71 "CD-Writer+",
74 /* Reported by Ben Efros <ben@pc-doctor.com> */
82 * Reported by Grant Grundler <grundler@parisc-linux.org>
107 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
[all …]

12