On Wed, 2008-08-27 at 11:52 +0800, CAI Qian wrote:
> Hi,
> 
> The following patch adds two known issues seen on some versions of
> Kernels, and also modifies the copyright information.

It does not solve something new for me in 2.6.18-92.el5, i386 kernel.
Prepatching and post patching send out the same output. May be it solves
for some of your kernels. So, i have merged it. Thanks.

Regards--
Subrata

> 
> Signed-off-by: CAI Qian <[EMAIL PROTECTED]>
> 
> --- proc01.c.p2    2008-08-27 11:35:20.594909016 +0800
> +++ proc01.c       2008-08-27 11:49:23.977598543 +0800
> @@ -1,6 +1,7 @@
>  /*
>   * proc01.c - Tests Linux /proc file reading.
>   *
> + * Copyright (C) 2007, 2008 CAI Qian <[EMAIL PROTECTED]>
>   * Copyright (C) 2001 Stephane Fillod <[EMAIL PROTECTED]>
>   * 
>   * This program is free software; you can redistribute it and/or modify
>   it
> @@ -87,6 +88,8 @@
>      {"read", "/proc/xen/privcmd", EINVAL},
>      {"read", "/proc/self/mem", EIO},
>      {"read", "/proc/self/task/[0-9]*/mem", EIO},
> +    {"read", "/proc/self/mem", EINVAL},
> +    {"read", "/proc/self/task/[0-9]*/mem", EINVAL},
>      {"", "", 0}
>    };
> 
> Thanks,
> CaiQian
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to