Displaying 20 results from an estimated 22 matches for "opdenacker".
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
...ove the XEN_PRIVILEGED_GUEST kernel
configuration parameter defined in arch/x86/xen/Kconfig, but used
nowhere in the makefiles and source code.
This dummy parameter was added 3 years back, and it may
make sense to remove it now, as the reasons to use it were not
very clear.
Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
---
arch/x86/xen/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 1a3c765..b6401dc 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -19,11 +19,6 @@ config XEN_DOM0
dep...
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
...ove the XEN_PRIVILEGED_GUEST kernel
configuration parameter defined in arch/x86/xen/Kconfig, but used
nowhere in the makefiles and source code.
This dummy parameter was added 3 years back, and it may
make sense to remove it now, as the reasons to use it were not
very clear.
Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
---
arch/x86/xen/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 1a3c765..b6401dc 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -19,11 +19,6 @@ config XEN_DOM0
dep...
2013 Jul 08
1
[PATCH] xen: remove unused Kconfig parameter
...ove the XEN_PRIVILEGED_GUEST kernel
configuration parameter defined in arch/x86/xen/Kconfig, but used
nowhere in the makefiles and source code.
This dummy parameter was added 3 years back, and it may
make sense to remove it now, as the reasons to use it were not
very clear.
Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
---
arch/x86/xen/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 1a3c765..b6401dc 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -19,11 +19,6 @@ config XEN_DOM0
dep...
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
...0:00:15.09 audio: 83kbps video: 2149kbps, time elapsed: 00:01:46
All the input and output files are available
on http://free-electrons.com/issues/ffmpeg2theora-jul13-2009/
I hope this will be useful. Don't hesitate to ask me to make more
experiments.
Kind regards,
Michael.
--
Michael Opdenacker, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
+ 33 621 604 642
2010 Mar 05
2
ffmpeg2theora bug: generation of a video from a series of images
...his bug is in
http://free-electrons.com/issues/ffmpeg2theora-mar5-2010/
Even though the bug may not be in ffmpeg2theora, it would be great if
you could fix it. Don't hesitate to ask me to make further tests if this
can help.
Thanks for this very useful utility,
Cheers,
Michael.
--
Michael Opdenacker, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
+ 33 621 604 642
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
...ffmpeg2theora-jul15-2009/
I would like to avoid using mencoder + ffmpeg2theora to do the job
(unless I manage to generate the theora video directly from mencoder).
I hope this helps to fix this issue... Don't hesitate to get back to me
if you have any question.
Cheers,
Michael.
--
Michael Opdenacker, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
+ 33 621 604 642
2013 Nov 27
0
[PATCH char-misc-linus v3 2/6] misc: mic: Minor bug fix in 'retry' loops.
From: Sudeep Dutt <sudeep.dutt at intel.com>
The bug would result in incorrect 'retry' value being printed in debug
statements as well as dead code in mic_find_vqs(...) in
drivers/misc/mic/card/mic_virtio.c.
Reported-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt at intel.com>
---
drivers/misc/mic/card/mic_virtio.c | 8 ++++----
drivers/misc/mic/host/mic_virtio.c | 12 ++++++------
2 files changed,...
2009 Jul 16
5
Add an intro to a theora file without re-encoding?
...stream
Any suggestion for a way to add such an intro video in a simple way?
I am also open to doing it when I encode my main video to Theora... I
would then have:
* An intro video with no sound
* An h264 video
Thank you in advance for your suggestions....
Cheers,
Michael.
--
Michael Opdenacker, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
+ 33 621 604 642
2013 Nov 11
0
[GIT PULL] (xen) stable/for-linus-3.13-rc0-tag
...xen/balloon: Set balloon''s initial state to number of existing RAM pages
Konrad Rzeszutek Wilk (3):
xen/mmu: Correct PAT MST setting.
xen/hvc: If we use xen_raw_printk let it also work on HVM guests.
xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.
Michael Opdenacker (2):
x86/xen: remove deprecated IRQF_DISABLED
xen: remove deprecated IRQF_DISABLED
Paul Gortmaker (1):
xen: delete new instances of added __cpuinit
Stefano Stabellini (23):
arm: make SWIOTLB available
arm64: define DMA_ERROR_CODE
arm/xen,arm64/xen: introduce p2...
2013 Nov 27
7
[PATCH char-misc-linus v3 0/6] misc: mic: Fixes for 3.13-final
These patches fix various issues which were reported or found with the
MIC driver.
Changelog
=========
v2 => v3:
* Reorder patch 5 in v2 to patch 4 in v3.
* Split patch 4 in v2 into patches 5 and 6 in v3.
v1 => v2: @ https://lkml.org/lkml/2013/11/26/376
* Address review comments @ https://lkml.org/lkml/2013/11/26/443
in patch 5.
v1: Initial post @ https://lkml.org/lkml/2013/11/26/321
2013 Nov 27
7
[PATCH char-misc-linus v3 0/6] misc: mic: Fixes for 3.13-final
These patches fix various issues which were reported or found with the
MIC driver.
Changelog
=========
v2 => v3:
* Reorder patch 5 in v2 to patch 4 in v3.
* Split patch 4 in v2 into patches 5 and 6 in v3.
v1 => v2: @ https://lkml.org/lkml/2013/11/26/376
* Address review comments @ https://lkml.org/lkml/2013/11/26/443
in patch 5.
v1: Initial post @ https://lkml.org/lkml/2013/11/26/321
2013 Nov 26
7
[PATCH char-misc-linus 0/5] misc: mic: Fixes for 3.13-rc2
These patches fix various issues which were reported or found with the
MIC driver.
Ashutosh Dixit (3):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix sparse warnings and other endianness issues.
misc: mic: Fix user space namespace pollution from mic_common.h.
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
2013 Nov 26
7
[PATCH char-misc-linus 0/5] misc: mic: Fixes for 3.13-rc2
These patches fix various issues which were reported or found with the
MIC driver.
Ashutosh Dixit (3):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix sparse warnings and other endianness issues.
misc: mic: Fix user space namespace pollution from mic_common.h.
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ger <michael.brainbug.langer@googlemail.com>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT60)
Michael Schutte <michi@uiae.at>
Michael Shigorin <mike@osdn.org.ua>
Michae...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ger <michael.brainbug.langer@googlemail.com>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT60)
Michael Schutte <michi@uiae.at>...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ger <michael.brainbug.langer@googlemail.com>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT60)
Michael Schutte <michi@uiae.at>...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <michael@neuling.org>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitz@debian.org>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <michael@neuling.org>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitz@debian.org>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <michael@neuling.org>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitz@debian.org>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...>
Michael Lawnick <ml.lawnick@gmx.de>
Michael Leun <lkml20120218@newton.leun.net>
Michael Liang <mliang@qca.qualcomm.com>
Michael Neuling <michael@neuling.org>
Michael Neuling <mikey@neuling.org>
Michael Olbrich <m.olbrich@pengutronix.de>
Michael Opdenacker <michael.opdenacker@free-electrons.com>
Michael Riesch <michael.riesch@omicron.at>
Michael S. Tsirkin <mst@mellanox.co.il>
Michael S. Tsirkin <mst@redhat.com>
Michael Schmitz <schmitz@debian.org>
Michael Schmitz <schmitzmic@googlemail.com> (on Falcon/CT...