Merge tag 'v4.9.228' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroidg12-4.9.y

This is the 4.9.228 stable release
This commit is contained in:
Mauro (mdrjr) Ribeiro
2020-07-13 21:26:47 -03:00
142 changed files with 1018 additions and 580 deletions

View File

@@ -443,6 +443,7 @@ static int kgdb_reenter_check(struct kgdb_state *ks)
if (exception_level > 1) {
dump_stack();
kgdb_io_module_registered = false;
panic("Recursive entry to debugger");
}