# git rev-parse -q --verify e2b745f469ec0f3165ba5ffaee3ce40f98d77878^{commit} e2b745f469ec0f3165ba5ffaee3ce40f98d77878 already have revision, skipping fetch # git checkout -q -f -B kisskb e2b745f469ec0f3165ba5ffaee3ce40f98d77878 # git clean -qxdf # < git log -1 # commit e2b745f469ec0f3165ba5ffaee3ce40f98d77878 # Merge: 12133258d7fe 8270f3a11cee # Author: Linus Torvalds # Date: Sun Jan 6 11:47:26 2019 -0800 # # Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping # # Pull dma-mapping fixes from Christoph Hellwig: # "Fix various regressions introduced in this cycles: # # - fix dma-debug tracking for the map_page / map_single # consolidatation # # - properly stub out DMA mapping symbols for !HAS_DMA builds to avoid # link failures # # - fix AMD Gart direct mappings # # - setup the dma address for no kernel mappings using the remap # allocator" # # * tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping: # dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations # x86/amd_gart: fix unmapping of non-GART mappings # dma-mapping: remove a few unused exports # dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA # dma-mapping: remove dmam_{declare,release}_coherent_memory # dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs # dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 e2b745f469ec0f3165ba5ffaee3ce40f98d77878 # < make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- randconfig KCONFIG_SEED=0xD481FF9F WARNING: unmet direct dependencies detected for VGA_ARB Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390 Selected by [y]: - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y] WARNING: unmet direct dependencies detected for VGA_ARB Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390 Selected by [y]: - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y] # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- WARNING: unmet direct dependencies detected for VGA_ARB Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390 Selected by [y]: - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y] WARNING: unmet direct dependencies detected for VGA_ARB Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390 Selected by [y]: - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y] WARNING: unmet direct dependencies detected for VGA_ARB Depends on [n]: HAS_IOMEM [=y] && PCI [=n] && !S390 Selected by [y]: - VGA_SWITCHEROO [=y] && HAS_IOMEM [=y] && X86 [=y] && ACPI [=y] /kisskb/src/drivers/gpu/vga/vgaarb.c: In function '__vga_tryget': /kisskb/src/drivers/gpu/vga/vgaarb.c:286:14: error: 'PCI_VGA_STATE_CHANGE_DECODES' undeclared (first use in this function) flags |= PCI_VGA_STATE_CHANGE_DECODES; ^ /kisskb/src/drivers/gpu/vga/vgaarb.c:286:14: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/gpu/vga/vgaarb.c:291:13: error: 'PCI_VGA_STATE_CHANGE_BRIDGE' undeclared (first use in this function) flags |= PCI_VGA_STATE_CHANGE_BRIDGE; ^ /kisskb/src/drivers/gpu/vga/vgaarb.c:293:3: error: implicit declaration of function 'pci_set_vga_state' [-Werror=implicit-function-declaration] pci_set_vga_state(conflict->pdev, false, pci_bits, flags); ^ /kisskb/src/drivers/gpu/vga/vgaarb.c: In function 'vga_arb_device_init': /kisskb/src/drivers/gpu/vga/vgaarb.c:1495:25: error: 'pci_bus_type' undeclared (first use in this function) bus_register_notifier(&pci_bus_type, &pci_notifier); ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/gpu/vga/vgaarb.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:492: drivers/gpu/vga] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:492: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1049: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:152: sub-make] Error 2 Command 'make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 # Build took: 0:02:05.900327