summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2021-03-19 13:48:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-23 13:27:40 +0100
commit0bd860493f81eb2a46173f6f5e44cc38331c8dbd (patch)
treea2616e4bb4486070b58d22c4d0416d72fd2e91c5 /tools/perf/scripts/python/bin/stackcollapse-record
parent79579411826647fd573dbe301c4d933bc90e4be7 (diff)
downloadkernel-0bd860493f81eb2a46173f6f5e44cc38331c8dbd.tar.gz
USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
This LTE modem (M.2 card) has a bug in its power management: there is some kind of race condition for U3 wake-up between the host and the device. The modem firmware sometimes crashes/locks when both events happen at the same time and the modem fully drops off the USB bus (and sometimes re-enumerates, sometimes just gets stuck until the next reboot). Tested with the modem wired to the XHCI controller on an AMD 3015Ce platform. Without the patch, the modem dropped of the USB bus 5 times in 3 days. With the quirk, it stayed connected for a week while the 'runtime_suspended_time' counter incremented as excepted. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Link: https://lore.kernel.org/r/20210319124802.2315195-1-vpalatin@chromium.org Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
841f066b92'>SELinux: merge policydb_index_classes and policydb_index_othersEric Paris 2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris 2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris 2010-11-30SELinux: standardize return code handling in policydb.cEric Paris 2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris 2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris 2010-10-21selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris 2010-08-02selinux: convert the policy type_attr_map to flex_arrayEric Paris 2010-08-02SELinux: break ocontext reading into a separate functionEric Paris 2010-08-02SELinux: move genfs read to a separate functionEric Paris 2010-08-02SELinux: seperate range transition rules to a seperate functionEric Paris 2010-05-17security/selinux/ss: Use kstrdupJulia Lawall 2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com 2010-03-09Merge branch 'next-queue' into nextJames Morris 2010-03-08selinux: const strings in tablesStephen Hemminger 2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia 2010-01-25selinux: convert range transition list to a hashtabStephen Smalley 2009-10-07selinux: dynamic class/perm discoveryStephen Smalley