summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-02-17 10:32:29 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-17 10:26:52 -0800
commit3ce2a027ae4e3ede876da6913641ad37c33b698b (patch)
tree27ed80285ee6e8fbc0cbee4277be5a4ae6e7293d /tools/perf/scripts/python/bin/stackcollapse-record
parent3de97f3c630850caf0fff67555bbe3f7ba61c308 (diff)
downloadkernel-3ce2a027ae4e3ede876da6913641ad37c33b698b.tar.gz
net: phy: marvell10g: check for newly set aneg
Even if the advertisement registers content didn't change, we may have just switched to aneg, and therefore have to trigger an aneg restart. This matches the behavior of genphy_config_aneg(). Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
75673d1c9c0c8bb90'>header cleaning: don't include smp_lock.h when not usedRandy Dunlap 2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz 2007-03-16[PATCH] fix process crash caused by randomisation and 64k pagesJames Bottomley 2007-02-13[PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen 2007-01-26[PATCH] core-dumping unreadable binaries via PT_INTERPAlexey Dobriyan 2007-01-26[PATCH] i386 vDSO: use VM_ALWAYSDUMPRoland McGrath 2007-01-26[PATCH] Add VM_ALWAYSDUMPRoland McGrath 2007-01-06Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)"Linus Torvalds 2006-12-08[PATCH] add process_session() helper routineCedric Le Goater 2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek 2006-12-07[PATCH] fs: remove unused variableDavid Rientjes 2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm 2006-12-07[PATCH] binfmt: fix uaccess handlingHeiko Carstens 2006-12-07[PATCH] binfmt_elf: randomize PIE binaries (2nd try)Marcus Meissner 2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell 2006-10-15[PATCH] Fix core files so they make sense to gdb...Petr Vandrovec 2006-10-13[PATCH] Get core dump code to work...Petr Vandrovec 2006-10-01[PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen 2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells 2006-09-29[PATCH] elf_core_dump: don't take tasklist_lockOleg Nesterov 2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev