Michal Marek 366f9c
# KABI rules for symbols and modules
Michal Marek c2976b
#
Michal Marek 366f9c
# A matching line with PASS allows kabi changes for given modules or symbols,
Michal Marek 366f9c
# FAIL causes an error. The first matching line is considered, the default is
Michal Marek 366f9c
# FAIL if no match is found.
Michal Marek 366f9c
#
Michal Marek 366f9c
# A pattern that contains slashes is matched against the module name a given
Michal Marek 366f9c
# symbol is exported from. The special pattern "vmlinux" matches built-in
Michal Marek 366f9c
# symbols. All other patterns match against symbol names.
Michal Marek 366f9c
Michal Marek 366f9c
drivers/message/fusion/*	PASS
Michal Marek 366f9c
drivers/staging/*		PASS
Michal Marek c2976b