From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 45 patches from 4.19.91 stable branch (48 total) beside 3 already merged patches: 248e65f PCI: pciehp: Avoid returning prematurely from sysfs requests 6970c15 dm btree: increase rebalance threshold in __rebalance2() 5dc3f40 scsi: qla2xxx: Change discovery state before PLOGI
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 39bdbaf..4e07d78 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 90 +SUBLEVEL = 91 EXTRAVERSION = NAME = "People's Front"