search for: pjone

Displaying 20 results from an estimated 30 matches for "pjone".

Did you mean: phone
2013 Jan 08
1
[PATCH][firmware] efi: Fix build with gnu-efi >= 3.0s
...;s gnu-efi was compiled with GNU_EFI_USE_MS_ABI. If you're compiling everything from source and you turn off GNU_EFI_USE_MS_ABI for gnu-efi, you'll also need to turn it off here. Cc: H. Peter Anvin <hpa at zytor.com> Cc: Nigel Croxon <nigel.croxon at hp.com> Cc: Peter Jones <pjones at redhat.com> Signed-off-by: Matt Fleming <matt.fleming at intel.com> --- Folks, is this the correct way to fix this build breakage? I can certainly conceive of ways that this will break if distros start turning off GNU_EFI_USE_MS_ABI even though it's supported by the compiler, but...
2014 Jan 20
3
[PATCH] Add some man pages.
Add very basic pages for: isohybrid - It's not particularly more useful than --help, but my QA department really wants this to exist. memdiskfind - Explain what it does and its invocation. Signed-off-by: Peter Jones <pjones at redhat.com> --- man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/memdiskfind.1 | 10 +++++++++ 2 files changed, 71 insertions(+) create mode 100644 man/isohybrid.1 create mode 100644 man/memdiskfind.1 diff --git a/man/isohybrid.1 b/man/isohybrid.1 new f...
2010 Apr 10
3
[PATCH 1/3] fbmem: fix aperture overlapping check
...es_overlap is returning wrong value when one aperture is completely whithin the other. Add generic ranges_overlap macro (probably kernel.h candidate) and use it here. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc: Andrew Morton <akpm at linux-foundation.org> --- drivers/video/fbmem.c | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index a15b44e..41f2e5e 100644 --- a/drivers/video/fbmem...
2006 Mar 02
4
Unknown keyword in config file
I'm trying to boot Fedora Core 5 Test 3 from either CD or DVD, (which uses ISOLINUX), and I get the error messages: Unknown keyword in config file Could not find kernel image: linux boot: There are at least two other people in the world with the same problem. Unfortunately, all of the rest of the Fedora test community doesn't seem to have a problem with it, so its not a high profile
2016 Nov 22
0
[jmracek@redhat.com: DNF-2-0 - release candidate]
----- Forwarded message from Jaroslav Mracek <jmracek@redhat.com> ----- Date: Tue, 22 Nov 2016 16:17:11 +0100 From: Jaroslav Mracek <jmracek@redhat.com> To: bcl@redhat.com, dcantrell@redhat.com, "Lumens, Christopher" <clumens@redhat.com>, pjones@redhat.com, sbueno@redhat.com, christos.triantafyllidis@gmail.com, kevin@tigcc.ticalc.org, clime@redhat.com, msuchy@redhat.com, bkabrda@redhat.com, phracek@redhat.com, Michael Mraka <mmraka@redhat.com>, alikins@redhat.com, awood <awood@redhat.com>, bkearney@redhat.com, tla@rasmil....
2003 Jul 02
0
[ibiblio.org #1674] Mirroring request (fwd)
...ll clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu ---------- Forwarded message ---------- Date: Tue, 1 Jul 2003 17:54:30 -0400 (EDT) From: Nancy via RT <help-comment at ibiblio.org> To: andrew_perrin at unc.edu Cc: john at ibiblio.org, fred at ibiblio.org, dls at ibiblio.org, pjones at ibiblio.org, sbw at ibiblio.org, adriane at ibiblio.org, zulick at ibiblio.org, squealer at ibiblio.org Subject: [ibiblio.org #1674] Mirroring request Resent-Date: Tue, 1 Jul 2003 19:34:05 -0400 (EDT) Resent-From: Andrew Perrin <andrew_perrin at unc.edu> Resent-To: clists at per...
2010 Mar 23
1
[PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
Hello, This version addresses comments by Gerd and Michael: - instead of returning -EPIPE if host is not connected in the write case, just block the write if it's a blocking file and return -EAGAIN if it's non-blocking. - Removes early_console_printk after the first console is found - Adds early_put_chars fix by Fran??ois Diakhat??. It still needs a sign-off by him. Standard
2010 Mar 23
1
[PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
Hello, This version addresses comments by Gerd and Michael: - instead of returning -EPIPE if host is not connected in the write case, just block the write if it's a blocking file and return -EAGAIN if it's non-blocking. - Removes early_console_printk after the first console is found - Adds early_put_chars fix by Fran??ois Diakhat??. It still needs a sign-off by him. Standard
2014 Feb 01
0
[PATCH] Add some man pages.
...20 om 09:51 schreef Peter Jones: > Add very basic pages for: > isohybrid - It's not particularly more useful than --help, but my QA > department really wants this to exist. > memdiskfind - Explain what it does and its invocation. > > Signed-off-by: Peter Jones <pjones at redhat.com> > --- > man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > man/memdiskfind.1 | 10 +++++++++ > 2 files changed, 71 insertions(+) > create mode 100644 man/isohybrid.1 > create mode 100644 man/memdiskfind.1 > FWIW: I didn'...
2010 Mar 23
2
[PATCH 0/7] virtio: console: Fixes, new flexible way of discovering ports
Hello all, This new patchset switches over to using the control queue for port discovery so that we can stay in sync with the host for port enumeration and also don't use bitmaps to limit us to config space sizes. This changes the ABI, so it would be better to merge this for 2.6.34 so that we don't have to worry about released kernels with the older ABI. Amit Shah (7): MAINTAINERS:
2010 Mar 23
2
[PATCH 0/7] virtio: console: Fixes, new flexible way of discovering ports
Hello all, This new patchset switches over to using the control queue for port discovery so that we can stay in sync with the host for port enumeration and also don't use bitmaps to limit us to config space sizes. This changes the ABI, so it would be better to merge this for 2.6.34 so that we don't have to worry about released kernels with the older ABI. Amit Shah (7): MAINTAINERS:
2010 Apr 12
1
[PATCHv2 1/2] fbdev: allow passing more than one aperture for handoff
...ss to kick vesafb/efifb. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Eric Anholt <eric at anholt.net> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc: Andrew Morton <akpm at linux-foundation.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> --- v2 - rebase after drop of patch 1/3 --- drivers/gpu/drm/i915/intel_fb.c | 11 +++- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 84 +++++++++--------...
2010 May 16
0
[PATCH v2 2/3] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
...re. Reported-by: Didier Spaier <didier.spaier at epsm.fr> Tested-by: Didier Spaier <didier.spaier at epsm.fr> Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc: Andrew Morton <akpm at linux-foundation.org> --- no changes since last submission --- drivers/gpu/drm/nouveau/nouveau_drv.h | 2 + drivers/gpu/drm/nouveau/nouveau_fbcon.c | 19 +------------- drivers/gpu/drm/nouveau/nouveau_state.c | 43 +++++++++++++++++++++++...
2010 May 16
0
[PATCH v3 1/3] fbdev: allow passing more than one aperture for handoff
...ss to kick vesafb/efifb. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Eric Anholt <eric at anholt.net> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> --- v2 - rebase after drop of patch 1/3 v3 - compile fix after mainline include changes --- drivers/gpu/drm/i915/intel_fb.c | 11 +++- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 84 +++++++++---------------...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Pe...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Pe...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Pe...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Pe...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Pe...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
....net> Peter Huang <peter.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <jacmet@uclibc.org> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrak...