the Linux kernel, testsuites, and maybe *you*



is there any sort of standard for testing and integration into
mainline ? in the Blackfin world, we've been developing little
external kernel modules and adding them to our own testsuite, but
often times these things are not Blackfin specific. case in point,
we're integrating a string testsuite to make sure all of the fun str*
and mem* functions are sane and operate as they expected, but rather
than having just Blackfin benefit here, i'd like to see this pushed
upstream ...

i'm fully aware of LTP (as i work on it), but i feel that serves a
great purpose for exercising the API/ABI exposed to userspace either
directly through the kernel or indirectly through the system libc ...
it isnt a very good tool for testing kernel internals, especially as
the kernel changes and evolves.

is there a framework already in place i'm not aware of ? should there
be ? should this all live in LTP ? i wouldnt mind an option under
kernel hacking "Enable testsuites" ... as far as i can tell, the
testing process is really based extensively on feedback from people,
nothing really automated.
-mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations
    ... I find it a bit disconcerting that blackfin already depends on this ... your architecture has an in-tree dependency on something that hasn't been ... all of your git kernel users, ...
    (Linux-Kernel)
  • Re: panic on blackfin, serial driver bug or hardware glitch?
    ... I am not sure it is hardware failure, but before i was not getting anything like this. ... Kernel is 2.6.27-rc7 ... upstream mainline is ok for Blackfin. ... PROCESSOR STATE: ...
    (Linux-Kernel)
  • Re: [PATCH 1/2]Blackfin archtecture patche for 2.6.16
    ... This is the Blackfin archtecture patch for kernel 2.6.16. ... Who will support this in the long-term? ... Too much use of open-coded `volatile'. ...
    (Linux-Kernel)
  • Re: the Linux kernel, testsuites, and maybe *you*
    ... external kernel modules and adding them to our own testsuite, ... often times these things are not Blackfin specific. ... we're integrating a string testsuite to make sure all of the fun str* ... directly through the kernel or indirectly through the system libc ... ...
    (Linux-Kernel)
  • Automated Kernel Testing
    ... testers and the reporting of bugs, I figured I would bounce this idea ... As a part-time kernel tester, I find it interesting to see that Ingo has ... the integration and marketing so that the barrier to kernel testing gets ...
    (Linux-Kernel)