Files
linux/lib
Jim Cromie 5931418e49 dyndbg: fix a BUG_ON in ddebug_describe_flags
[ Upstream commit f678ce8cc3 ]

ddebug_describe_flags() currently fills a caller provided string buffer,
after testing its size (also passed) in a BUG_ON.  Fix this by
replacing them with a known-big-enough string buffer wrapped in a
struct, and passing that instead.

Also simplify ddebug_describe_flags() flags parameter from a struct to
a member in that struct, and hoist the member deref up to the caller.
This makes the function reusable (soon) where flags are unpacked.

Acked-by: <jbaron@akamai.com>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Link: https://lore.kernel.org/r/20200719231058.1586423-8-jim.cromie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-16 08:46:06 +09:00
..
2014-10-09 11:35:48 +03:00
2017-09-02 07:07:54 +02:00
2023-05-15 16:16:18 +09:00
2011-03-11 14:25:50 +00:00
2015-11-23 09:44:58 +01:00
2016-03-17 15:09:34 -07:00
2011-10-29 21:20:22 +02:00
2006-06-25 10:01:20 -07:00
2006-06-25 10:01:20 -07:00
2017-10-30 09:27:09 +01:00
2023-05-15 12:23:19 +09:00
2014-04-30 19:49:37 +01:00
2023-05-15 16:07:50 +09:00
2014-08-06 18:01:25 -07:00
2017-04-21 09:31:21 +02:00
2016-05-23 17:04:14 -07:00
2016-03-09 15:43:42 -08:00
2015-02-12 18:54:15 -08:00
2012-07-30 17:25:16 -07:00
2014-06-25 17:45:43 -07:00
2016-04-23 20:13:24 -04:00
2015-02-12 18:54:16 -08:00
2016-07-06 10:51:14 +01:00
2023-05-15 09:02:12 +09:00
2016-09-19 08:19:40 -06:00
2015-03-23 22:12:08 -04:00
2017-08-22 05:35:03 -07:00
2015-06-25 17:00:40 -07:00
2023-05-15 10:26:53 +09:00
2016-05-30 15:26:57 -07:00