summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-4/+2
Update those functions to implementation status. Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+50
Hideo Hattori wrote a set of auto completion scripts for zsh that support netsniff-ng tools. Big thanks for that! Follow-up commits still need to address updated command-line options. Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
h>156c55325d30261d250e88ed3a39f22008f4ca16 (patch) tree2a9d74672916907e1ebd627a731fd0609aeaba39 /Documentation/devicetree parent8e2e03179923479ca0c0b6fdc7c93ecf89bce7a8 (diff)
PCI: Check for pci_setup_device() failure in pci_iov_add_virtfn()
If pci_setup_device() returns failure, we must return failure from pci_iov_add_virtfn(). If we ignore the failure and continue with an uninitialized pci_dev for virtfn, we crash later when we try to use those uninitialized parts. Signed-off-by: Po Liu <po.liu@nxp.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree')