Revision f3de082c12e5e9ff43c58a7561f6ec3272d03a48 authored by Linus Torvalds on 30 December 2016, 17:29:50 UTC, committed by Linus Torvalds on 30 December 2016, 17:29:50 UTC
Pull crypto fix from Herbert Xu:
 "This fixes a boot failure on some platforms when crypto self test is
  enabled along with the new acomp interface"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: testmgr - Use heap buffer for acomp test input
2 parent s 98473f9 + 02608e0
Raw File
index.rst
================================
Development tools for the kernel
================================

This document is a collection of documents about development tools that can
be used to work on the kernel.  For now, the documents have been pulled
together without any significant effot to integrate them into a coherent
whole; patches welcome!

.. class:: toc-title

	   Table of contents

.. toctree::
   :maxdepth: 2

   coccinelle
   sparse
   kcov
   gcov
   kasan
   ubsan
   kmemleak
   kmemcheck
   gdb-kernel-debugging


.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`
back to top