search for: pebolle

Displaying 20 results from an estimated 29 matches for "pebolle".

Did you mean: pebble
2013 Apr 01
1
[PATCH 3/8] virtio: do not export "u16" and "u64" to userspace
virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and "__u64" instead. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Tested with a kernel build. 1) Both types are used in this header for quite some time now. So is my patch flawed or doesn't userspace actually use virtio_balloon.h? include/uapi/linux/virtio_balloon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --...
2013 Apr 01
1
[PATCH 3/8] virtio: do not export "u16" and "u64" to userspace
virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and "__u64" instead. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Tested with a kernel build. 1) Both types are used in this header for quite some time now. So is my patch flawed or doesn't userspace actually use virtio_balloon.h? include/uapi/linux/virtio_balloon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --...
2011 Jan 03
1
[PATCH] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- doc/comboot.txt | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/comboot.txt b/doc/comboot.txt index 4b4b880..04d5deb 100644 --- a/doc/comboot.txt +++ b/doc/comboot.txt @@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw...
2011 Jan 12
1
[PATCH] Describe the --directory option more precisely
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- syslinux accepts a --directory (or -d) option. As far as I can see this option only affects the installation location of the ldlinux.sys file. (It also affects the boot sector that syslinux generates, but that is not something user visible.) Currently man/syslinux.1 talks abo...
2011 Feb 16
1
[PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- doc/comboot.txt | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/comboot.txt b/doc/comboot.txt index 4b4b880..04d5deb 100644 --- a/doc/comboot.txt +++ b/doc/comboot.txt @@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw...
2012 Jan 27
1
[PATCH] [RFC] Makefile: add mingw objects conditionally
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) If I build syslinux on a system without mingw a (successful) build will end with: ls: cannot access win32/syslinux.exe: No such file or directory ls: cannot access win64/syslinux64.exe: No such file or directory [...] make: [all] Error 2 (ignored) Ie, it en...
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
...triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn?t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. While we're touching this function add some equally obvious and trivial whitespace fixes. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Triggered by compiling v3.7-rc1 using (basically) Fedora 17's current config. Compile tested only. 1) Obligatory reference: https://lwn.net/Articles/487493/ . drivers/xen/xenbus/xenbus_xs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/driv...
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
...triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn?t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. While we're touching this function add some equally obvious and trivial whitespace fixes. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Triggered by compiling v3.7-rc1 using (basically) Fedora 17's current config. Compile tested only. 1) Obligatory reference: https://lwn.net/Articles/487493/ . drivers/xen/xenbus/xenbus_xs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/driv...
2011 Jan 12
2
[PATCH] Correct outdated and incomplete mailing list info
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- man/extlinux.1 | 6 +++--- man/syslinux.1 | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/man/extlinux.1 b/man/extlinux.1 index 3192122..62bf3b1 100644 --- a/man/extlinux.1 +++ b/man/extlinux.1 @@ -57,8 +57,8 @@ about your system and your...
2013 Apr 01
0
[PATCH 7/8] virtio_console: do not export "u32" to userspace
virtio_console.h exports "u32" to userspace. Use "__u32" instead. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Tested with a kernel build. 1) Again. I'm guessing userspace doesn't use VIRTIO_CONSOLE_BAD_ID. include/uapi/linux/virtio_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/virtio_console.h b/include/uapi/linux/virtio...
2013 Apr 01
0
[PATCH 7/8] virtio_console: do not export "u32" to userspace
virtio_console.h exports "u32" to userspace. Use "__u32" instead. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Tested with a kernel build. 1) Again. I'm guessing userspace doesn't use VIRTIO_CONSOLE_BAD_ID. include/uapi/linux/virtio_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/virtio_console.h b/include/uapi/linux/virtio...
2011 Jan 13
1
[PATCH v2] Documentation: introduce the working directory
...rking directory is added to the documentation (with a bit of vagueness and possibly not entirely correct, to keep it readable). While we're at it, also convert the name ldlinus.sys to lowercase everywhere, even if it's clear its name is used in a DOS context. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- This is a result of yesterday's discussion of a previous patch ("Describe the --directory option more precisely"). That patch is now merged into this one too (I forgot to do that in the first version of this patch). If a /boot/syslinux directory or /syslinux dir...
2012 Jan 15
3
some issues with modules/syslinux
Dear Syslinux bootloader list, I'm running into a few issues concerning Syslinux modules here, hoping you can answer one or more of the following questions: * Where's "ifmemdsk.c32" ? 4.05, 4.06pre1 and latest 4.10pre seem to lack it. Only the "ifmemdsk.c" file, which is likely sourcecode. Not seeing any "ifmemdsk.cbt" legacy comboot module. * Do COM32
2010 Jun 04
1
[PATCH] chain.c32: add support for loading GRUB stage2
...17"). This could be related to the partition info these images are provided with when they're loaded. I have never used stage1_5 images, and do not know how to properly use and configure those, so my test stopped there, and stage1_5 images are not supported. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- com32/modules/chain.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index ad746ee..93bba4e 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -63,6 +63,10 @@ * equival...
2011 Jan 12
1
[PATCH] Documentation: introduce the working directory
LDLINUX.SYS uses a working directory. The documentation seems to improve if that fact is made explicit. So the working directory is added to the documentation (with a bit of vagueness and possibly not entirely correct, to keep it readable). Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- This is a result of today's discussion of a previous patch ("Describe the --directory option more precisely"). If a /boot/syslinux directory or /syslinux directory is used, is it used as a working directory too? If so, the documentation may need to mention that...
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
...heck whether the menu file actually exists in the Syslinux filesystem. GRUB will do the right thing if the file doesn't exist and will just fall back to its prompt. (This patch pushes the usage string over the 80 characters border, which might not be acceptable.) Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- com32/modules/chain.c | 58 ++++++++++++++++++++++++++++++++++++------------ 1 files changed, 43 insertions(+), 15 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 4f5baf1..a386502 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Patrick McHardy <kaber@trash.net> Patrick Trantham <patrick.trantham@fuel7.com> Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Patrik Kluba <pkluba@dension.com> Patrik Kårlin <patrik.karlin@gmail.com> Pau Koning <paukoning@gmail.com> Paul Bolle <pebolle@tiscali.nl> Paul Cercueil <paul@crapouillou.net> Paul Chavent <paul.chavent@onera.fr> Paul Clements <paul.clements@steeleye.com> Paul E. McKenney <paul.mckenney@linaro.org> Paul E. McKenney <paulmck@linux.vnet.ibm.com> Paul Fertser <fercerpav@gmail.co...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Patrick McHardy <kaber@trash.net> Patrick Trantham <patrick.trantham@fuel7.com> Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Patrik Kluba <pkluba@dension.com> Patrik Kårlin <patrik.karlin@gmail.com> Pau Koning <paukoning@gmail.com> Paul Bolle <pebolle@tiscali.nl> Paul Cercueil <paul@crapouillou.net> Paul Chavent <paul.chavent@onera.fr> Paul Clements <paul.clements@steeleye.com> Paul E. McKenney <paul.mckenney@linaro.org> Paul E. McKenney <paulmck@linux.vnet.ibm.com> Paul Fertser <fercerpav@gmail.co...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Patrick McHardy <kaber@trash.net> Patrick Trantham <patrick.trantham@fuel7.com> Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Patrik Kluba <pkluba@dension.com> Patrik Kårlin <patrik.karlin@gmail.com> Pau Koning <paukoning@gmail.com> Paul Bolle <pebolle@tiscali.nl> Paul Cercueil <paul@crapouillou.net> Paul Chavent <paul.chavent@onera.fr> Paul Clements <paul.clements@steeleye.com> Paul E. McKenney <paul.mckenney@linaro.org> Paul E. McKenney <paulmck@linux.vnet.ibm.com> Paul Fertser <fercerpav@gmail.co...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ck Trantham <patrick.trantham@fuel7.com> Patrick Vasseur <patrick.vasseur@c-s.fr> Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Patrik Kluba <pkluba@dension.com> Patrik Kårlin <patrik.karlin@gmail.com> Pau Koning <paukoning@gmail.com> Paul Bolle <pebolle@tiscali.nl> Paul Cercueil <paul@crapouillou.net> Paul Chavent <paul.chavent@onera.fr> Paul Clements <paul.clements@steeleye.com> Paul Clothier <Paul.Clothier@imgtec.com> Paul E. McKenney <paul.mckenney@linaro.org> Paul E. McKenney <paulmck@linux.vnet....