Loading arch/arm64/configs/vendor/genericarmv8-64_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ CONFIG_COMPAT=y CONFIG_RANDOMIZE_BASE=y # CONFIG_EFI is not set CONFIG_HIBERNATION=y CONFIG_PM_AUTOSLEEP=y CONFIG_PM_WAKELOCKS=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y Loading drivers/virt/haven/hh_dbl.c +1 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,7 @@ int hh_dbl_populate_cap_info(enum hh_dbl_label label, u64 cap_id, goto err; } irq_set_irq_wake(rx_irq, 1); wake_up_interruptible(&cap_table_entry->cap_wq); pr_debug("%s: label: %d; rx_cap_id: %llu; dir: %d; rx_irq: %d\n", Loading drivers/virt/haven/hh_msgq.c +1 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ int hh_msgq_populate_cap_info(enum hh_msgq_label label, u64 cap_id, goto err; } irq_set_irq_wake(irq, 1); spin_unlock(&cap_table_entry->cap_entry_lock); pr_debug( Loading Loading
arch/arm64/configs/vendor/genericarmv8-64_defconfig +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ CONFIG_COMPAT=y CONFIG_RANDOMIZE_BASE=y # CONFIG_EFI is not set CONFIG_HIBERNATION=y CONFIG_PM_AUTOSLEEP=y CONFIG_PM_WAKELOCKS=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y Loading
drivers/virt/haven/hh_dbl.c +1 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,7 @@ int hh_dbl_populate_cap_info(enum hh_dbl_label label, u64 cap_id, goto err; } irq_set_irq_wake(rx_irq, 1); wake_up_interruptible(&cap_table_entry->cap_wq); pr_debug("%s: label: %d; rx_cap_id: %llu; dir: %d; rx_irq: %d\n", Loading
drivers/virt/haven/hh_msgq.c +1 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ int hh_msgq_populate_cap_info(enum hh_msgq_label label, u64 cap_id, goto err; } irq_set_irq_wake(irq, 1); spin_unlock(&cap_table_entry->cap_entry_lock); pr_debug( Loading