# # This is an example of various tests that you can run # # The variable TEST can be of boot, build, randconfig, or test. # # Note that TEST is a variable created with ':=' and only exists # throughout the config processing (not during the tests itself). # # The TEST option (defined with '=') is used to tell ktest.pl # what test to run after a successful boot. The TEST option is # persistent into the test runs. # # The config that includes this file may define a BOOT_TYPE # variable that tells this config what type of boot test to run. # If it's not defined, the below DEFAULTS will set the default # to 'oldconfig'. # DEFAULTS IF NOT DEFINED BOOT_TYPE BOOT_TYPE := oldconfig # The config that includes this file may define a RUN_TEST # variable that will tell this config what test to run. # (what to set the TEST option to). # DEFAULTS IF NOT DEFINED RUN_TEST # Requires that hackbench is in the PATH RUN_TEST := ${SSH} hackbench 50 # If TEST is set to 'boot' then just build a kernel and boot # the target. TEST_START IF ${TEST} == boot TEST_TYPE = boot # Notice how we set the BUILD_TYPE option to the BOOT_TYPE variable. BUILD_TYPE = ${BOOT_TYPE} # Do not do a make mrproper. BUILD_NOCLEAN = 1 # If you only want to build the kernel, and perhaps install # and test it yourself, then just set TEST to build. TEST_START IF ${TEST} == build TEST_TYPE = build BUILD_TYPE = ${BOOT_TYPE} BUILD_NOCLEAN = 1 # Build, install, boot and test with a randconfg 10 times. # It is important that you have set MIN_CONFIG in the config # that includes this file otherwise it is likely that the # randconfig will not have the necessary configs needed to # boot your box. This version of the test requires a min # config that has enough to make sure the target has network # working. TEST_START ITERATE 10 IF ${TEST} == randconfig MIN_CONFIG = ${CONFIG_DIR}/config-min-net TEST_TYPE = test BUILD_TYPE = randconfig TEST = ${RUN_TEST} # This is the same as above, but only tests to a boot prompt. # The MIN_CONFIG used here does not need to have networking # working. TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI} TEST_TYPE = boot BUILD_TYPE = randconfig MIN_CONFIG = ${CONFIG_DIR}/config-min MAKE_CMD = make # This builds, installs, boots and tests the target. TEST_START IF ${TEST} == test TEST_TYPE = test BUILD_TYPE = ${BOOT_TYPE} TEST = ${RUN_TEST} BUILD_NOCLEAN = 1 7.y'>linux-2.6.37.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/include/linux/udp.h
rm/amd/display/modules/stats?id=f9430b235dd46c7753a018fa39e3c31981b0a54d'>drm/amd/display: Prefix event prints with ==Event==
AgeCommit message (Expand)Author
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert
2013-03-20udp: add encap_destroy callbackTom Parkin
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
Anthony Koo
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-18drm/amd/display: fix memory leaksAnthony Koo
2018-05-18drm/amd/display: fix bug with index checkAnthony Koo
2018-05-18drm/amd/display: Add fullscreen transitions to logAnthony Koo
2018-05-18drm/amd/display: use macro for logsAnthony Koo
2018-05-18drm/amd/display: Fix up dm logging functionalityAnthony Koo
2018-05-18drm/amd/display: Make DisplayStats work with just DC DisplayStats minorAnthony Koo
2018-05-15drm/amd/display: Do not create memory allocation if stats not enabledAnthony Koo
2018-04-11drm/amd/display: Couple bug fixes in stats moduleAnthony Koo
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo