From 4aaacfc669941d4faed3c105f38368b463d0f59d Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 9 Mar 2018 16:29:02 +0100 Subject: ktest: remove obsolete architectures A number of architectures are being removed from the kernel, so we no longer need to test them. Acked-by: Steven Rostedt (VMware) Signed-off-by: Arnd Bergmann --- tools/testing/ktest/examples/crosstests.conf | 31 +--------------------------- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/tools/testing/ktest/examples/crosstests.conf b/tools/testing/ktest/examples/crosstests.conf index a1203148dfa1..6907f32590b2 100644 --- a/tools/testing/ktest/examples/crosstests.conf +++ b/tools/testing/ktest/examples/crosstests.conf @@ -59,7 +59,7 @@ DO_DEFAULT := 1 # By setting both DO_FAILED and DO_DEFAULT to zero, you can pick a single # arch that you want to test. (uncomment RUN and chose your arch) -#RUN := m32r +#RUN := arm # At the bottom of the config file exists a bisect test. You can update that # test and set DO_FAILED and DO_DEFAULT to zero, and uncomment this variable @@ -106,33 +106,11 @@ TEST_START IF ${RUN} == arm || ${DO_DEFAULT} CROSS = arm-unknown-linux-gnueabi ARCH = arm -# black fin -TEST_START IF ${RUN} == bfin || ${DO_DEFAULT} -CROSS = bfin-uclinux -ARCH = blackfin -BUILD_OPTIONS = -j8 vmlinux - -# cris - FAILS? -TEST_START IF ${RUN} == cris || ${RUN} == cris64 || ${DO_FAILED} -CROSS = cris-linux -ARCH = cris - -# cris32 - not right arch? -TEST_START IF ${RUN} == cris || ${RUN} == cris32 || ${DO_FAILED} -CROSS = crisv32-linux -ARCH = cris - # ia64 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT} CROSS = ia64-linux ARCH = ia64 -# frv -TEST_START IF ${RUN} == frv || ${DO_FAILED} -CROSS = frv-linux -ARCH = frv -GCC_VER = 4.5.1 - # m68k fails with error? TEST_START IF ${RUN} == m68k || ${DO_DEFAULT} CROSS = m68k-linux @@ -148,13 +126,6 @@ TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT} CROSS = mips-linux ARCH = mips -# m32r -TEST_START IF ${RUN} == m32r || ${DO_FAILED} -CROSS = m32r-linux -ARCH = m32r -GCC_VER = 4.5.1 -BUILD_OPTIONS = -j8 vmlinux - # parisc64 failed? TEST_START IF ${RUN} == hppa || ${RUN} == hppa64 || ${DO_FAILED} CROSS = hppa64-linux -- cgit v1.2.3 e='search'/>
AgeCommit message (Expand)AuthorFilesLines
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust1-1/+0
2018-01-25pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington1-2/+7
2018-01-25pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectorsBenjamin Coddington1-4/+3
2018-01-24lockd: Fix server refcountingTrond Myklebust1-3/+5
2018-01-23SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington1-2/+2
2018-01-23SUNRPC: Micro-optimize __rpc_executeChuck Lever1-13/+11
2018-01-23SUNRPC: task_run_action should display tk_callbackChuck Lever1-1/+1
2018-01-23sunrpc: Format RPC events consistently for displayChuck Lever1-2/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever3-3/+5
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever2-2/+2
2018-01-23xprtrdma: Fix "bytes registered" accountingChuck Lever1-2/+2
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever3-9/+74
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2-0/+34
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever3-5/+73
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever3-28/+92
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2-3/+60
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever4-16/+57
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever2-20/+102
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever3-22/+163
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever3-19/+171
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever3-15/+129
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever3-5/+25