summaryrefslogtreecommitdiff
path: root/mausezahn.zsh
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-10-27 02:00:48 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-10-27 11:38:20 +0100
commit830ba03c8a52c5a158e94cba463a3ccaf0e6b62f (patch)
tree0b4d70158401f3d6cfb147b124170ed02f3aaad4 /mausezahn.zsh
parent5a59952a9ae0820b939572454374b9df03f04c44 (diff)
flowtop: Add command-line option to disable hostname lookup
Add option -n,--no-dns which allows to disable hostname lookup. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [tk: Minor wording tweaks] Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn.zsh')
0 files changed, 0 insertions, 0 deletions
and fixing it will be need to wait for another release. And the rest are all fairly minor: - Some pasemi machines were not booting due to a missing error check in prom_find_boot_cpu() - In EEH we were checking a pointer rather than the bool it pointed to - The clang build was broken by a BUILD_BUG_ON() we added. - The radix (Power9 only) version of map_kernel_page() was broken if our memory size was a multiple of 2MB, which it generally isn't Thanks to: Darren Stevens, Gavin Shan, Reza Arbab" * tag 'powerpc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/mm: Use the correct pointer when setting a 2MB pte powerpc: Fix build failure with clang due to BUILD_BUG_ON() powerpc: Revert the initial stack protector support powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe() powerpc: Add missing error check to prom_find_boot_cpu()
Diffstat (limited to 'arch')