# git rev-parse -q --verify 307797159ac25fe5a2048bf5c6a5718298edca57^{commit} 307797159ac25fe5a2048bf5c6a5718298edca57 already have revision, skipping fetch # git checkout -q -f -B kisskb 307797159ac25fe5a2048bf5c6a5718298edca57 # git clean -qxdf # < git log -1 # commit 307797159ac25fe5a2048bf5c6a5718298edca57 # Author: Linus Torvalds # Date: Sat Aug 18 12:30:42 2018 -0700 # # pcmcia: remove long deprecated pcmcia_request_exclusive_irq() function # # This function was created as a deprecated fallback case back in 2010 by # commit eb14120f743d ("pcmcia: re-work pcmcia_request_irq()") for legacy # cases. # # Actual in-kernel users haven't been around for a long while. The last # in-kernel user was apparently removed four years ago by commit # 5f5316fcd08e ("am2150: Update nmclan_cs.c to use update PCMCIA API"). # # Just remove it entirely. # # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 307797159ac25fe5a2048bf5c6a5718298edca57 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0xFF81CEF7 # 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 # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kallsyms_symbol_next': /kisskb/src/kernel/debug/kdb/kdb_support.c:239:4: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(prefix_name, name, strlen(name)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c:239:31: note: length computed here strncpy(prefix_name, name, strlen(name)+1); ^~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_getstr': /kisskb/src/kernel/debug/kdb/kdb_io.c:446:3: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(kdb_prompt_str, prompt, CMD_BUFLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'handle_ctrl_cmd', inlined from 'kdb_local.isra.3' at /kisskb/src/kernel/debug/kdb/kdb_main.c:1323:10, inlined from 'kdb_main_loop' at /kisskb/src/kernel/debug/kdb/kdb_main.c:1422:12: /kisskb/src/kernel/debug/kdb/kdb_main.c:1106:3: warning: 'strncpy' specified bound 200 equals destination size [-Wstringop-truncation] strncpy(cmd_cur, cmd_hist[cmdptr], CMD_BUFLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1111:3: warning: 'strncpy' specified bound 200 equals destination size [-Wstringop-truncation] strncpy(cmd_cur, cmd_hist[cmdptr], CMD_BUFLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/stats.c: In function 'fscache_stats_show': /kisskb/src/fs/fscache/stats.c:286:1: warning: the frame size of 6512 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/mm/page_alloc.c: In function 'show_free_areas': /kisskb/src/mm/page_alloc.c:5042:1: warning: the frame size of 3320 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1496:1: warning: the frame size of 4416 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_add_device.part.7': /kisskb/src/drivers/devfreq/devfreq.c:593:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpio_ioctl': /kisskb/src/drivers/gpio/gpiolib.c:1045:4: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(lineinfo.name, desc->name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(lineinfo.name)); ~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1052:4: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(lineinfo.consumer, desc->label, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(lineinfo.consumer)); ~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1024:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(chipinfo.name, dev_name(&gdev->dev), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(chipinfo.name)); ~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1027:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(chipinfo.label, gdev->label, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(chipinfo.label)); ~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c: In function 'versatile_panel_get_modes': /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c:267:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(connector->display_info.name, vpanel->panel_type->name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DRM_DISPLAY_INFO_LEN); ~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/client.c: In function 'nvif_client_init': /kisskb/src/drivers/gpu/drm/nouveau/nvif/client.c:72:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(args.name, name, sizeof(args.name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_device_register': /kisskb/src/drivers/misc/c2port/core.c:929:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(c2dev->name, name, C2PORT_NAME_LEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:240:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c: In function 'nvkm_firmware_get': /kisskb/src/drivers/gpu/drm/nouveau/nvkm/core/firmware.c:43:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(cname, device->chip->name, sizeof(cname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/ubsan.c:432:1: warning: ignoring attribute 'noreturn' in declaration of a built-in function '__ubsan_handle_builtin_unreachable' because it conflicts with attribute 'const' [-Wattributes] { ^ : note: previous declaration here /kisskb/src/drivers/gpu/drm/drm_property.c: In function 'drm_property_create': /kisskb/src/drivers/gpu/drm/drm_property.c:125:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(property->name, name, DRM_PROP_NAME_LEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_init': /kisskb/src/drivers/video/hdmi.c:174:2: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(frame->vendor, vendor, sizeof(frame->vendor)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/hdmi.c:175:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(frame->product, product, sizeof(frame->product)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/dwc3-of-simple.c:223:12: warning: 'dwc3_of_simple_resume' defined but not used [-Wunused-function] static int dwc3_of_simple_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/dwc3-of-simple.c:213:12: warning: 'dwc3_of_simple_suspend' defined but not used [-Wunused-function] static int dwc3_of_simple_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ In function 'nvkm_udevice_info', inlined from 'nvkm_udevice_mthd' at /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c:223:10: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c:192:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(args->v0.chip, device->chip->name, sizeof(args->v0.chip)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:04:35.318273