https://github.com/torvalds/linux
Revision ef46808b79ebbf48587c556436e5281ec51d09b5 authored by Linus Torvalds on 02 August 2018, 17:59:19 UTC, committed by Linus Torvalds on 02 August 2018, 17:59:19 UTC
Pull PCI fixes from Bjorn Helgaas:

 - Fix integer overflow in new mobiveil driver (Dan Carpenter)

 - Fix race during NVMe removal/rescan (Hari Vyas)

* tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
  PCI: Fix is_added/is_busmaster race condition
  PCI: mobiveil: Avoid integer overflow in IB_WIN_SIZE
2 parent s 8cda548 + 44bda4b
Raw File
Tip revision: ef46808b79ebbf48587c556436e5281ec51d09b5 authored by Linus Torvalds on 02 August 2018, 17:59:19 UTC
Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Tip revision: ef46808
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "arch/$(SRCARCH)/Kconfig"
back to top