History log of /external/ltp/testcases/kernel/connectors/pec/run_pec_test
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8bec5d12646894cf29be8231ef5cb54fa468e22f 25-Oct-2013 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> kernel/connectors: TCONF vs TBROK, and fix check for root

Fixed check for root the same way as in
08dcfbb5a4ebad9319c54935a600ab936708c6da.

If the test is run on unsupported kernels it
should return TCONF, not TBROK. Fixed this.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/connectors/pec/run_pec_test
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/connectors/pec/run_pec_test
4f0b50d933426fe9a165288f6b26afc71acbefb3 23-Oct-2008 subrata_modak <subrata_modak> Subrata <subrata@linux.vnet.ibm.com> wrote: I found some compilation errors for the connectors at today´s CVS snapshot on the following machine. Can you please look into this: 1) uname -a, Linux 2.6.27-autokern1 #1 SMP Mon Oct 20 00:45:37 PDT 2008 i686 GNU/Linux.
How about: check if NETLINK_CONNECTOR is defined (in netlink.h). If not, we can't include connector.h, so we break the test. If yes, we check if CN_IDX_PROC is defined. Subrata, can you try the following patch? Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>.
/external/ltp/testcases/kernel/connectors/pec/run_pec_test
c7775293421a6cd2358684835b3e3d6785146a1e 11-Sep-2008 subrata_modak <subrata_modak> Don't warn that TCID, TST_TOTAL and TST_COUNT is not set when using tst_kvercmp. And. Check /proc/net/connector to see if process event connector is supported or not. Also merged some cleanups done by Matt Helsley. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>.
/external/ltp/testcases/kernel/connectors/pec/run_pec_test
49dcfa092e98f208a0ce32586b7b2654aaea5077 26-Jun-2008 subrata_modak <subrata_modak> Addition of Initial set of Process Event Connectors by Li Zefan. Process event connector is a netlink connector that reports process events to userspace, and currently we have 5 kinds of process events, i.e. fork, exit, exec, uid, gid. There are total 5 test cases to test its functionality. But the test is not run by default, because I don't find a way to decide whether the underlying kernel supports this feather or not. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>.
/external/ltp/testcases/kernel/connectors/pec/run_pec_test