commit cc6329749e09b02d2dada33a63807680b53ab844 Author: Alexandre Frade Date: Mon Aug 16 19:03:11 2021 +0000 Linux 5.10.56-rt49-xanmod1 Signed-off-by: Alexandre Frade commit 5ef8a757fb5a5a701a91b543b0697287ed6dd599 Author: Alexandre Frade Date: Thu Aug 12 17:22:15 2021 +0000 netfilter: New full cone SNAT upstream Signed-off-by: Alexandre Frade commit 08e9f467c238a14ae7c0f78b5ef8df921912e1d6 Merge: 9f13e7dde044 f01b4758ad61 Author: Alexandre Frade Date: Mon Aug 16 18:57:04 2021 +0000 Merge tag 'v5.10.56-rt49' into 5.10-rt Linux 5.10.56-rt49 commit f01b4758ad61a01d23ccaa96a65ce774cdcc09ae Author: Steven Rostedt (VMware) Date: Mon Aug 16 09:40:58 2021 -0400 Linux 5.10.56-rt49 commit 000d371d7db9594edfbd27f287dd17d1c74637ee Author: Chao Qin Date: Mon Jul 19 10:26:50 2021 +0800 printk: Enhance the condition check of msleep in pr_flush() [ Upstream commit 83e9288d9c4295d1195e9d780fcbc42c72ba4a83 ] There is msleep in pr_flush(). If call WARN() in the early boot stage such as in early_initcall, pr_flush() will run into msleep when process scheduler is not ready yet. And then the system will sleep forever. Before the system_state is SYSTEM_RUNNING, make sure DO NOT sleep in pr_flush(). Fixes: c0b395bd0fe3("printk: add pr_flush()") Signed-off-by: Chao Qin Signed-off-by: Lili Li Signed-off-by: Thomas Gleixner Reviewed-by: John Ogness Signed-off-by: John Ogness Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/lkml/20210719022649.3444072-1-chao.qin@intel.com Signed-off-by: Steven Rostedt (VMware)