summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-11-02 00:30:52 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-04 17:41:20 -0400
commit433aee04a447fb2e769c4570f327d9c2a956117b (patch)
treee5cb64fd4ce0de67e2623276f920fb348e322fef /tools/perf/scripts/python/export-to-sqlite.py
parent729e72a10930ef765c11a5a35031ba47f18221c4 (diff)
downloadkernel-433aee04a447fb2e769c4570f327d9c2a956117b.tar.gz
i825xx:xscale:8390:freescale: Fix Kconfig dependancies
i825xx and xscale are "sub" Kconfigs to NET_VENDOR_INTEL, so NET_VENDOR_INTEL should contain ALL the dependencies of the "sub" Kconfigs. Same with 8390 is a "sub" Kconfig to NET_VENDOR_NATSEMI, so NET_VENDOR_NATSEMI needs to contains ALL the dependencies. Freescale Kconfig only had fs_enet as a sub Kconfig, and already contained the needed dependencies, just cleaned up the dependencies. Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
f1683132b92'>x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra 2021-05-25x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel) 2021-05-20x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel) 2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel) 2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook 2021-03-06x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski 2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar 2021-02-10x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner 2021-02-10x86/entry: Fix instrumentation annotationThomas Gleixner