Re: [LTP] Requesting renewed contribution(s) to Linux Test Project: v4l-test

2010-06-09 Thread Németh Márton
Hi Subrata, Subrata Modak wrote: Dear Author, It gives me immense happiness to find that you are a regular contributor to Linux Test Project (http://ltp.sourceforge.net/) for over a long period. Open Source projects like LTP thrive on regular and dedicated work from people like you. I

[LTP] [PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-04 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The original implementation of pac_find_sof() does not always find the Start Of Frame (SOF) marker. Replace it with a state machine based design. The change was tested with Labtec Webcam 2200. Signed-off-by: Márton Németh nm...@freemail.hu --- ---

Re: [LTP] [PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-04 Thread Németh Márton
at offset 2 PASSED Test case 12: no match, extra byte at offset 3 PASSED Test case 13: no match, extra byte at offset 4 PASSED I also executed the test with the patched pac_find_sof() implementation and that one passes all these test cases. Regards, Márton Németh Németh Márton wrote

[LTP] [PATCH] v4l-test 0.17 for LTP

2009-07-25 Thread Németh Márton
Hi, this is v4l-test 0.17 for LTP. Changes: Test cases added for VIDIOC_ENUM_FRAMESIZES and VIDIOC_G_JPEGCOMP. New V4L2_PIX_FMT_* formats also used in test cases. Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh diff -uprN

[LTP] [PATCH] v4l-test 0.16 for LTP

2009-07-08 Thread Németh Márton
Hi, this is v4l-test 0.16 for LTP. Changes: Iterate through all available inputs in VIDIOC_G_STD and VIDIOC_S_STD test cases Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh --- v4l-test home page: http://v4l-test.sourceforge.net/ diff -uprN

[LTP] [PATCH] v4l-test 0.15 for LTP

2009-06-02 Thread Németh Márton
Hi, this is the v4l-test 0.15 patch for LTP. Changes: Test cases added for VIDIOC_G_EXT_CTRLS, VIDIOC_S_EXT_CTRLS and VIDIOC_TRY_EXT_CTRLS Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh --- v4l-test project home page: http://v4l-test.sourceforge.net/ diff -uprN

[LTP] [PATCH 1/2] v4l-test 0.13 for LTP

2009-05-08 Thread Németh Márton
Hi, this is v4l-test 0.13 patch for LTP. Changes: Added string content validation; Test cases added for VIDIOC_REQBUFS Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh diff -uprN ltp.orig/testcases/kernel/device-drivers/v4l/user_space/doc/index.html

[LTP] [PATCH] v4l-test 0.13 for LTP

2009-04-29 Thread Németh Márton
Hi, this is v4l-test 0.13 patch for LTP. Changes: Added string content validation; Test cases added for VIDIOC_REQBUFS Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh diff -uprN ltp.orig/testcases/kernel/device-drivers/v4l/user_space/doc/index.html

Re: [LTP] Regarding NLS test

2009-03-25 Thread Németh Márton
Hi Rohit, rohit verma wrote: Hi, I am trying to run nlsTest on 2.6.23 kernel.I am getting the following error when i try to insert the module in the kernel. *insmod: -1 Device or Resource Busy* Now, i change the major no from 253 to 260. I am unable to rmmod *ERROR: module nlsTest

Re: [LTP] [PATCH] add testsuite for linux/block/genhd.c

2009-03-22 Thread Németh Márton
Németh Márton wrote: Hi, Subrata Modak wrote: Hi Németh, On Thu, 2009-01-15 at 14:33 +0530, Subrata Modak wrote: Hi, On Tue, 2009-01-13 at 23:59 +0100, Németh Márton wrote: Hi, Subrata Modak wrote: On Sun, 2009-01-11 at 10:38 +0100, Németh Márton wrote: Hi, I attached a preliminary

Re: [LTP] [PATCH] cleanup user space device-driver Makefiles

2009-03-20 Thread Németh Márton
Subrata Modak wrote: On Wed, 2009-03-04 at 17:37 +0100, Németh Márton wrote: Cleanup the Makefiles for the user space part of the device-driver tests. Add make clean. Signed-off-by: Márton Németh nm...@freemail.hu Thanks. But, i think you need to resend this: patching file testcases

[LTP] [PATCH] v4l-test 0.10 for LTP

2009-03-19 Thread Németh Márton
Hi, this is v4l-test 0.10 patch for LTP. Changes: Test cases added for VIDIOC_G_PARM. Duplicated test for V4L2_BUF_TYPE_VIDEO_CAPTURE removed in VIDIOC_ENUM_FMT test. Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh diff -uprN

[LTP] [PATCH] v4l-test 0.9 for LTP

2009-03-16 Thread Németh Márton
Hi, this is the v4l-test 0.9 for LTP patch. Changes: Test cases added for VIDIOC_S_CROP. Test steps added for VIDIOC_S_CTRL. Best regards, Márton Németh --- v4l-test home page: http://v4l-test.sourceforge.net/ diff -uprN

Re: [LTP] [PATCH] cleanup user space device-driver Makefiles

2009-03-04 Thread Németh Márton
Cleanup the Makefiles for the user space part of the device-driver tests. Add make clean. Signed-off-by: Márton Németh nm...@freemail.hu --- Index: testcases/kernel/device-drivers/agp/user_space/Makefile === RCS file:

[LTP] [PATCH] cleanup user space device-driver Makefiles

2009-03-03 Thread Németh Márton
Cleanup the Makefiles for the user space part of the device-driver tests. Add make clean. Signed-off-by: Márton Németh nm...@freemail.hu --- Index: testcases/kernel/device-drivers/agp/user_space/Makefile === RCS file:

[LTP] [PATCH] make acpi device-driver test compilable

2009-03-01 Thread Németh Márton
Make the acpi device-driver test compilable with Linux kernel 2.6.28. Signed-off-by: Márton Németh nm...@freemail.hu Index: testcases/kernel/device-drivers/acpi/LtpAcpiCmds.c === RCS file:

Re: [LTP] [PATCH] make acpi device-driver test compilable

2009-03-01 Thread Németh Márton
Mike Frysinger wrote: On Sunday 01 March 2009 16:24:28 Németh Márton wrote: +#if 0 what's with all this #if 0 junk ? delete that cruft please. These should be really #if LINUX_VERSION_CODE = KERNEL_VERSION(2, x, y) .../* old code here */ #else .../* new code here */ #endif where x

Re: [LTP] [PATCH] make acpi device-driver test compilable

2009-03-01 Thread Németh Márton
Make the acpi device-driver test compilable with Linux kernel 2.6.28. Completely drop supporting older kernels which are not compatible with 2.6.28. Signed-off-by: Márton Németh nm...@freemail.hu Index: testcases/kernel/device-drivers/acpi/LtpAcpiCmds.c

[LTP] [PATCH] v4l-test 0.8 for LTP

2009-02-22 Thread Németh Márton
Hi, today I released v4l-test 0.8. Please find attached the patch for LTP. Changes: Test cases added for VIDIOC_G_CROP, VIDIOC_G_CTRL and VIDIOC_S_CTRL. Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh --- v4l-test home page: http://v4l-test.sourceforge.net/ diff

[LTP] [PATCH] block: add documentation for register_blkdev()

2009-02-19 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Add documentation for register_blkdev() function and for the parameters. Signed-off-by: Márton Németh nm...@freemail.hu Cc: Greg Kroah-Hartman gre...@suse.de --- --- linux-2.6.29-rc5/block/genhd.c.orig 2009-02-14 18:36:39.0 +0100 +++

[LTP] v4l-test 0.7 for LTP

2009-02-13 Thread Németh Márton
Hi, here is the v4l-test 0.7 for LTP. Changes: Test cases added for VIDIOC_G_AUDIO, VIDIOC_G_AUDOUT, VIDIOC_S_AUDIO and VIDIOC_G_CROP. Added video_dummy kernel driver to verify the test environment. Some cleanup. Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh

[LTP] V4L2: is the index field of v4l2_audio input or output for VIDIOC_G_AUDIO?

2009-02-05 Thread Németh Márton
Hi, I am working on a test environment for V4L2 API ( http://v4l-test.sourceforge.net/ ). This testbench shall test any kernel space driver automatically (or as less as possible user assistance) which implements V4L2 API. I would like to ask for some help because I have a problem understanding

Re: [LTP] TV linux testing

2009-02-03 Thread Németh Márton
Radonjic Zivko wrote: Hello all. Hi, We are developing kernel for TVs. As much as I understand, the only way I understand that you are creating a product like set-top-box or a complete television based on digital circuits. Are you dealing with analog or digital broadcast receiver? to test

[LTP] [PATCH] v4l-test 0.5 for LTP

2009-01-31 Thread Németh Márton
Hi, I send attached the v4l-test 0.5 for LTP. Changes: Test cases added for VIDIOC_QUERYSTD, VIDIOC_G_FREQUENCY and VIDIOC_G_TUNER. Signed-off-by: Márton Németh nm...@freemail.hu Regards, Márton Németh diff -uprN ltp.orig/testcases/kernel/device-drivers/v4l/user_space/doc/index.html

[LTP] [PATCH] v4l-test 0.4 for LTP

2009-01-24 Thread Németh Márton
Hi, please find attached the patch for v4l-test 0.4. Changes: Test cases for MAX_EM28XX_INPUT, MAX_EM28XX_TVNORMS removed as they might have confusing results if the tests are not executed agains em28xx driver. Some typos fixed. Regards, Márton Németh Index:

[LTP] [PATCH] add tc parameter for block testsuite

2009-01-15 Thread Németh Márton
Add tc paramter for block testsuite which enables the testsuite to run test cases separately. The default value of tc is 0 which preserves the original behaviour and runs all the available test cases. A user space shell script run.sh is also added which helps to run the test cases in kernel

Re: [LTP] Coverage site opened

2009-01-14 Thread Németh Márton
Hi, hisashi.hashimoto...@hitachi.com wrote: Hi, CrackerJack and LTP I am happy to announce that our team has opened the web site to provide our coverage results of test cases. Please see the URL below. http://crackerjack-btrax-test.good-day.net/2.6.18-92.1.18.el5-btrax/html/list.html

Re: [LTP] [PATCH] update kernel/device-drivers/nls test for 2.6.25

2009-01-13 Thread Németh Márton
Hi, Subrata Modak wrote: On Sat, 2009-01-10 at 14:31 +0100, Németh Márton wrote: Hi, the attached patch makes the ltp/testcases/kernel/device-drivers/nls testsuite compileable under Linux kernel 2.6.25. Currently the test_nls_base() crashes with 2.6.25, but without calling that function

Re: [LTP] block: how shall register_blkdev() work?

2009-01-12 Thread Németh Márton
Greg KH wrote: On Tue, Jan 13, 2009 at 07:15:49AM +0100, Németh Márton wrote: Hi, Greg KH wrote: On Mon, Jan 12, 2009 at 01:09:00PM +0530, Subrata Modak wrote: Greh, Can you please help us in reviewing the following definition. Hm, why me? I didn't write this code... I couldn't find any

[LTP] [PATCH] add testsuite for linux/block/genhd.c

2009-01-11 Thread Németh Márton
Hi, I attached a preliminary testsuite for testing linux/block/genhd.c. The goal of this test suite is to check whether using block device is stable enough. A lot of test suites under ltp/testcases/kernel/device-drivers are based on the usage of block device so it shall work relayable. Note that

[LTP] block: how shall register_blkdev() work?

2009-01-11 Thread Németh Márton
Hello LTP-list, I send this question to you also, maybe somebody knows the answer. Regards, Márton Németh Original message Tárgy: block: how shall register_blkdev() work? Date: Sun, 11 Jan 2009 12:43:33 +0100 From: Németh Márton nm...@freemail.hu To: Jens Axboe ax

Re: [LTP] block: how shall register_blkdev() work?

2009-01-11 Thread Németh Márton
Hi, Subrata Modak wrote: Greh, Can you please help us in reviewing the following definition. Regards-- Subrata On Mon, 2009-01-12 at 07:29 +0100, Németh Márton wrote: Hello LTP-list, I send this question to you also, maybe somebody knows the answer. Regards, Márton Németh

[LTP] [PATCH] update kernel/device-drivers/nls test for 2.6.25

2009-01-10 Thread Németh Márton
Hi, the attached patch makes the ltp/testcases/kernel/device-drivers/nls testsuite compileable under Linux kernel 2.6.25. Currently the test_nls_base() crashes with 2.6.25, but without calling that function the module loads and unloads cleanly. This can be a base for checking what is going wrong

Re: [LTP] [PATCH] v4l-test 0.3 for LTP

2009-01-05 Thread Németh Márton
Hi, Subrata Modak wrote: On Sun, 2009-01-04 at 13:57 +0100, Németh Márton wrote: Hi, today I released version 0.3 of v4l-test, see http://v4l-test.sourceforge.net/ for details. I also updated the LTP tree, and I attached the two files in this email. The first file is a patch against ltp

Re: [LTP] device-driver testsuites in LTP

2009-01-05 Thread Németh Márton
Hello Subrata and David, David, as you can read below I had a look on your nls testsuite. Maybe you can help me to answer my questions. Subrata Modak wrote: Hi Németh, On Mon, 2009-01-05 at 09:01 +0100, Németh Márton wrote: Hi, Subrata Modak wrote: On Sun, 2009-01-04 at 13:57 +0100

Re: [LTP] v4l-test 0.2 released

2008-12-29 Thread Németh Márton
Hi, Brandon Philips wrote: 2008/12/22 Németh Márton nm...@freemail.hu: I started a project to test the Linux drivers based on Video for Linux Two (V4L2) API, release 0.24. This project is using the CUnit framework and is available at http://v4l-test.sourceforge.net/ . I found your project

Re: [LTP] v4l-test 0.2 released

2008-12-29 Thread Németh Márton
Hi, Subrata Modak wrote: Hi, On Tue, 2008-12-23 at 15:40 +0530, Subrata Modak wrote: Hi Németh Márton, On Mon, 2008-12-22 at 11:45 +0100, Németh Márton wrote: Hi, I started a project to test the Linux drivers based on Video for Linux Two (V4L2) API, release 0.24. This project is using

[LTP] v4l-test 0.2 released

2008-12-22 Thread Németh Márton
Hi, I started a project to test the Linux drivers based on Video for Linux Two (V4L2) API, release 0.24. This project is using the CUnit framework and is available at http://v4l-test.sourceforge.net/ . I found your project at http://ltp.sourceforge.net/ . As far as I know the LTP currently do