unwind: register unwind functions that unwind everything
commit30225b399be843dc83014159e06d414a5626b9fe
authorDan Carpenter <error27@gmail.com>
Tue, 3 Aug 2010 12:12:39 +0000 (3 14:12 +0200)
committerDan Carpenter <error27@gmail.com>
Tue, 3 Aug 2010 12:12:39 +0000 (3 14:12 +0200)
treebad4e2b3ccb2e81886db34712008289c6cfd617a
parent5bb5ede305954323403037878e8518669f8f4e48
unwind: register unwind functions that unwind everything

A bunch of places unwind in a special unwind function instead of doing it
directly.  For now I made a function count as an unwind function if it
calls free_irq() on something that was passed in as a parameter.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_unwind.c
smatch_data/kernel.unwind_functions [new file with mode: 0644]
smatch_scripts/gen_unwind_functions.sh [new file with mode: 0755]