commit | 820874c75ea0d3a9c22d69d6eaad42a279d6756c | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Mon Dec 19 17:12:49 2011 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 24 12:48:53 2012 -0800 |
tree | 96cc2880f8bccb0d6d76e6eb518a2cfd533f50e4 | |
parent | 5ca7d2a6c5e4f24dfe39e8383c6d32e61d95d16a [diff] |
dynamic_debug: tighten up error checking on debug queries Issue error when a match-spec is given multiple times in a rule. Previous code kept last one, but was silent about it. Docs imply only one is allowed by saying match-specs are ANDed together, given that module M cannot match both A and B. Also error when last_line < 1st_line. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>