tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files In file included from ../include/linux/kobject.h:20, from ../include/linux/energy_model.h:7, from ../include/linux/device.h:16, from ../include/linux/async.h:14, from ../init/initramfs.c:3: ../init/initramfs.c:594:31: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:323:19: note: in definition of macro ‘__BIN_ATTR’ 323 | .read = _read, \ | ^~~~~ ../init/initramfs.c:594:8: note: in expansion of macro ‘BIN_ATTR’ 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~ ../init/initramfs.c:594:31: note: (near initialization for ‘bin_attr_initrd.read’) 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:323:19: note: in definition of macro ‘__BIN_ATTR’ 323 | .read = _read, \ | ^~~~~ ../init/initramfs.c:594:8: note: in expansion of macro ‘BIN_ATTR’ 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~ make[4]: *** [../scripts/Makefile.build:229: init/initramfs.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: init] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/linux/kobject.h:20, from ../include/linux/energy_model.h:7, from ../include/linux/device.h:16, from ../drivers/acpi/bgrt.c:11: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ 32 | static BIN_ATTR_SIMPLE_RO(image); | ^~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_image.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ 32 | static BIN_ATTR_SIMPLE_RO(image); | ^~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/acpi/bgrt.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/acpi] Error 2 make[4]: *** Waiting for unfinished jobs.... ../kernel/module/sysfs.c: In function ‘add_notes_attrs’: ../kernel/module/sysfs.c:199:30: error: ‘struct bin_attribute’ has no member named ‘read_new’ 199 | nattr->read_new = sysfs_bin_attr_simple_read; | ^~ make[5]: *** [../scripts/Makefile.build:229: kernel/module/sysfs.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: kernel/module] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/linux/kobject.h:20, from ../include/linux/module.h:21, from ../drivers/firmware/dmi_scan.c:5: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:764:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 764 | static BIN_ATTR_SIMPLE_ADMIN_RO(smbios_entry_point); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_smbios_entry_point.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:764:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 764 | static BIN_ATTR_SIMPLE_ADMIN_RO(smbios_entry_point); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:765:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 765 | static BIN_ATTR_SIMPLE_ADMIN_RO(DMI); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_DMI.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:765:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 765 | static BIN_ATTR_SIMPLE_ADMIN_RO(DMI); | ^~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/firmware/dmi_scan.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/kobject.h:20, from ../drivers/firmware/efi/rci2-table.c:15: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/efi/rci2-table.c:43:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 43 | static BIN_ATTR_SIMPLE_ADMIN_RO(rci2); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_rci2.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/efi/rci2-table.c:43:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 43 | static BIN_ATTR_SIMPLE_ADMIN_RO(rci2); | ^~~~~~~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:229: drivers/firmware/efi/rci2-table.o] Error 1 make[6]: *** Waiting for unfinished jobs.... ../drivers/platform/x86/wmi-bmof.c: In function ‘wmi_bmof_probe’: ../drivers/platform/x86/wmi-bmof.c:54:28: error: ‘struct bin_attribute’ has no member named ‘read_new’ 54 | priv->bmof_bin_attr.read_new = sysfs_bin_attr_simple_read; | ^ make[6]: *** [../scripts/Makefile.build:229: drivers/platform/x86/wmi-bmof.o] Error 1 make[6]: *** Waiting for unfinished jobs.... ../drivers/firmware/efi/libstub/efi-stub-helper.c:612: warning: Function parameter or struct member 'out' not described in 'efi_load_initrd' make[5]: *** [../scripts/Makefile.build:485: drivers/firmware/efi] Error 2 make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/firmware] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/platform/x86] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/platform] Error 2 make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1943: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files In file included from ../include/linux/kobject.h:20, from ../include/linux/energy_model.h:7, from ../include/linux/device.h:16, from ../drivers/acpi/bgrt.c:11: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ 32 | static BIN_ATTR_SIMPLE_RO(image); | ^~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_image.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ 32 | static BIN_ATTR_SIMPLE_RO(image); | ^~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/acpi/bgrt.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/kobject.h:20, from ../include/linux/energy_model.h:7, from ../include/linux/device.h:16, from ../include/linux/async.h:14, from ../init/initramfs.c:3: ../init/initramfs.c:594:31: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:323:19: note: in definition of macro ‘__BIN_ATTR’ 323 | .read = _read, \ | ^~~~~ ../init/initramfs.c:594:8: note: in expansion of macro ‘BIN_ATTR’ 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~ ../init/initramfs.c:594:31: note: (near initialization for ‘bin_attr_initrd.read’) 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:323:19: note: in definition of macro ‘__BIN_ATTR’ 323 | .read = _read, \ | ^~~~~ ../init/initramfs.c:594:8: note: in expansion of macro ‘BIN_ATTR’ 594 | static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0); | ^~~~~~~~ make[4]: *** [../scripts/Makefile.build:229: init/initramfs.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: init] Error 2 make[3]: *** Waiting for unfinished jobs.... ../kernel/module/sysfs.c: In function ‘add_notes_attrs’: ../kernel/module/sysfs.c:199:30: error: ‘struct bin_attribute’ has no member named ‘read_new’ 199 | nattr->read_new = sysfs_bin_attr_simple_read; | ^~ make[5]: *** [../scripts/Makefile.build:229: kernel/module/sysfs.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: kernel/module] Error 2 make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 In file included from ../include/linux/kobject.h:20, from ../include/linux/module.h:21, from ../drivers/firmware/dmi_scan.c:5: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:764:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 764 | static BIN_ATTR_SIMPLE_ADMIN_RO(smbios_entry_point); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_smbios_entry_point.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:764:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 764 | static BIN_ATTR_SIMPLE_ADMIN_RO(smbios_entry_point); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:765:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 765 | static BIN_ATTR_SIMPLE_ADMIN_RO(DMI); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_DMI.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/dmi_scan.c:765:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 765 | static BIN_ATTR_SIMPLE_ADMIN_RO(DMI); | ^~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: drivers/firmware/dmi_scan.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/kobject.h:20, from ../drivers/firmware/efi/rci2-table.c:15: ../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/efi/rci2-table.c:43:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 43 | static BIN_ATTR_SIMPLE_ADMIN_RO(rci2); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_rci2.read’) 376 | .read = sysfs_bin_attr_simple_read, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/sysfs.h:383:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ 383 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0400) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/firmware/efi/rci2-table.c:43:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_ADMIN_RO’ 43 | static BIN_ATTR_SIMPLE_ADMIN_RO(rci2); | ^~~~~~~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:229: drivers/firmware/efi/rci2-table.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/firmware/efi] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/firmware] Error 2 make[4]: *** Waiting for unfinished jobs.... ../drivers/platform/x86/wmi-bmof.c: In function ‘wmi_bmof_probe’: ../drivers/platform/x86/wmi-bmof.c:54:28: error: ‘struct bin_attribute’ has no member named ‘read_new’ 54 | priv->bmof_bin_attr.read_new = sysfs_bin_attr_simple_read; | ^ make[6]: *** [../scripts/Makefile.build:229: drivers/platform/x86/wmi-bmof.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/platform/x86] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/platform] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/acpi] Error 2 ../drivers/video/fbdev/i810/i810_gtf.c:126: warning: Function parameter or struct member 'xres' not described in 'i810fb_encode_registers' ../drivers/video/fbdev/i810/i810_gtf.c:126: warning: Function parameter or struct member 'yres' not described in 'i810fb_encode_registers' ../drivers/video/fbdev/i810/i810_accel.c:60: warning: Function parameter or struct member 'info' not described in 'wait_for_space' ../drivers/video/fbdev/i810/i810_accel.c:60: warning: Excess function parameter 'par' description in 'wait_for_space' ../drivers/video/fbdev/i810/i810_accel.c:91: warning: Function parameter or struct member 'info' not described in 'wait_for_engine_idle' ../drivers/video/fbdev/i810/i810_accel.c:91: warning: Excess function parameter 'par' description in 'wait_for_engine_idle' ../drivers/video/fbdev/i810/i810_accel.c:164: warning: Function parameter or struct member 'info' not described in 'source_copy_blit' ../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'from' description in 'source_copy_blit' ../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'where' description in 'source_copy_blit' ../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'par' description in 'source_copy_blit' ../drivers/video/fbdev/i810/i810_accel.c:198: warning: Function parameter or struct member 'info' not described in 'color_blit' ../drivers/video/fbdev/i810/i810_accel.c:198: warning: Excess function parameter 'where' description in 'color_blit' ../drivers/video/fbdev/i810/i810_accel.c:198: warning: Excess function parameter 'par' description in 'color_blit' ../drivers/video/fbdev/i810/i810_accel.c:239: warning: Function parameter or struct member 'info' not described in 'mono_src_copy_imm_blit' ../drivers/video/fbdev/i810/i810_accel.c:239: warning: Excess function parameter 'par' description in 'mono_src_copy_imm_blit' ../drivers/video/fbdev/i810/i810_accel.c:436: warning: Function parameter or struct member 'info' not described in 'i810fb_init_ringbuffer' ../drivers/video/fbdev/i810/i810_accel.c:436: warning: Excess function parameter 'par' description in 'i810fb_init_ringbuffer' ../drivers/nvdimm/core.c:221: warning: Function parameter or struct member 'len' not described in 'nd_uuid_store' ../drivers/video/fbdev/i810/i810_main.c: In function ‘decode_var’: ../drivers/video/fbdev/i810/i810_main.c:1140:32: warning: variable ‘vyres’ set but not used [-Wunused-but-set-variable] 1140 | u32 xres, yres, vxres, vyres; | ^~~~~ ../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: ../drivers/rapidio/rio_cm.c:675:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] 675 | int rc; | ^~ In file included from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:99, from ../include/linux/bug.h:5, from ../include/linux/fortify-string.h:6, from ../include/linux/string.h:390, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../drivers/mtd/mtdpart.c:10: ../drivers/mtd/mtdpart.c: In function ‘parse_mtd_partitions’: ../drivers/mtd/mtdpart.c:693:34: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 693 | pr_debug("%s: got parser %s\n", master->name, | ^~~~~~~~~~~~~~~~~~~~~ ../include/linux/printk.h:391:21: note: in definition of macro ‘pr_fmt’ 391 | #define pr_fmt(fmt) fmt | ^~~ ../include/linux/dynamic_debug.h:248:9: note: in expansion of macro ‘__dynamic_func_call_cls’ 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:269:9: note: in expansion of macro ‘_dynamic_func_call’ 269 | _dynamic_func_call(fmt, __dynamic_pr_debug, \ | ^~~~~~~~~~~~~~~~~~ ../include/linux/printk.h:625:9: note: in expansion of macro ‘dynamic_pr_debug’ 625 | dynamic_pr_debug(fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~ ../drivers/mtd/mtdpart.c:693:25: note: in expansion of macro ‘pr_debug’ 693 | pr_debug("%s: got parser %s\n", master->name, | ^~~~~~~~ ../drivers/mtd/mtdpart.c:693:50: note: format string is defined here 693 | pr_debug("%s: got parser %s\n", master->name, | ^~ ../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_in_pref' ../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_in_pref' ../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_in_pref' ../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_in_pref' ../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_out_pref' ../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_out_pref' ../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_out_pref' ../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_out_pref' ../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_in_dma_pref' ../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_in_dma_pref' ../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_in_dma_pref' ../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_in_dma_pref' ../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_out_dma_pref' ../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_out_dma_pref' ../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_out_dma_pref' ../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_out_dma_pref' make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1943: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.1bStaCMRPP 2024-12-05 11:19:59.615605459 -0800 +++ /tmp/tmp.iBwLYeI6Ya 2024-12-05 11:20:22.342371610 -0800 @@ -6,0 +7,24 @@ + from ../drivers/acpi/bgrt.c:11: +../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] + 376 | .read = sysfs_bin_attr_simple_read, \ + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ + 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ + 32 | static BIN_ATTR_SIMPLE_RO(image); + | ^~~~~~~~~~~~~~~~~~ +../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_image.read’) + 376 | .read = sysfs_bin_attr_simple_read, \ + | ^~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ + 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ + 32 | static BIN_ATTR_SIMPLE_RO(image); + | ^~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:229: drivers/acpi/bgrt.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/linux/kobject.h:20, + from ../include/linux/energy_model.h:7, + from ../include/linux/device.h:16, @@ -30,25 +53,0 @@ -In file included from ../include/linux/kobject.h:20, - from ../include/linux/energy_model.h:7, - from ../include/linux/device.h:16, - from ../drivers/acpi/bgrt.c:11: -../include/linux/sysfs.h:376:19: error: initialization of ‘ssize_t (*)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, struct bin_attribute *, char *, long long int, unsigned int)’} from incompatible pointer type ‘ssize_t (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, loff_t, size_t)’ {aka ‘int (*)(struct file *, struct kobject *, const struct bin_attribute *, char *, long long int, unsigned int)’} [-Wincompatible-pointer-types] - 376 | .read = sysfs_bin_attr_simple_read, \ - | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ - 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ - 32 | static BIN_ATTR_SIMPLE_RO(image); - | ^~~~~~~~~~~~~~~~~~ -../include/linux/sysfs.h:376:19: note: (near initialization for ‘bin_attr_image.read’) - 376 | .read = sysfs_bin_attr_simple_read, \ - | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/linux/sysfs.h:380:41: note: in expansion of macro ‘__BIN_ATTR_SIMPLE_RO’ - 380 | struct bin_attribute bin_attr_##_name = __BIN_ATTR_SIMPLE_RO(_name, 0444) - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/acpi/bgrt.c:32:8: note: in expansion of macro ‘BIN_ATTR_SIMPLE_RO’ - 32 | static BIN_ATTR_SIMPLE_RO(image); - | ^~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:229: drivers/acpi/bgrt.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/acpi] Error 2 -make[4]: *** Waiting for unfinished jobs.... @@ -61 +60 @@ -make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 @@ -124 +123,3 @@ -make[6]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:485: drivers/firmware/efi] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/firmware] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -130,5 +130,0 @@ -make[6]: *** Waiting for unfinished jobs.... -../drivers/firmware/efi/libstub/efi-stub-helper.c:612: warning: Function parameter or struct member 'out' not described in 'efi_load_initrd' -make[5]: *** [../scripts/Makefile.build:485: drivers/firmware/efi] Error 2 -make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/firmware] Error 2 @@ -136,0 +133,83 @@ +make[4]: *** [../scripts/Makefile.build:485: drivers/acpi] Error 2 +../drivers/video/fbdev/i810/i810_gtf.c:126: warning: Function parameter or struct member 'xres' not described in 'i810fb_encode_registers' +../drivers/video/fbdev/i810/i810_gtf.c:126: warning: Function parameter or struct member 'yres' not described in 'i810fb_encode_registers' +../drivers/video/fbdev/i810/i810_accel.c:60: warning: Function parameter or struct member 'info' not described in 'wait_for_space' +../drivers/video/fbdev/i810/i810_accel.c:60: warning: Excess function parameter 'par' description in 'wait_for_space' +../drivers/video/fbdev/i810/i810_accel.c:91: warning: Function parameter or struct member 'info' not described in 'wait_for_engine_idle' +../drivers/video/fbdev/i810/i810_accel.c:91: warning: Excess function parameter 'par' description in 'wait_for_engine_idle' +../drivers/video/fbdev/i810/i810_accel.c:164: warning: Function parameter or struct member 'info' not described in 'source_copy_blit' +../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'from' description in 'source_copy_blit' +../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'where' description in 'source_copy_blit' +../drivers/video/fbdev/i810/i810_accel.c:164: warning: Excess function parameter 'par' description in 'source_copy_blit' +../drivers/video/fbdev/i810/i810_accel.c:198: warning: Function parameter or struct member 'info' not described in 'color_blit' +../drivers/video/fbdev/i810/i810_accel.c:198: warning: Excess function parameter 'where' description in 'color_blit' +../drivers/video/fbdev/i810/i810_accel.c:198: warning: Excess function parameter 'par' description in 'color_blit' +../drivers/video/fbdev/i810/i810_accel.c:239: warning: Function parameter or struct member 'info' not described in 'mono_src_copy_imm_blit' +../drivers/video/fbdev/i810/i810_accel.c:239: warning: Excess function parameter 'par' description in 'mono_src_copy_imm_blit' +../drivers/video/fbdev/i810/i810_accel.c:436: warning: Function parameter or struct member 'info' not described in 'i810fb_init_ringbuffer' +../drivers/video/fbdev/i810/i810_accel.c:436: warning: Excess function parameter 'par' description in 'i810fb_init_ringbuffer' +../drivers/nvdimm/core.c:221: warning: Function parameter or struct member 'len' not described in 'nd_uuid_store' +../drivers/video/fbdev/i810/i810_main.c: In function ‘decode_var’: +../drivers/video/fbdev/i810/i810_main.c:1140:32: warning: variable ‘vyres’ set but not used [-Wunused-but-set-variable] + 1140 | u32 xres, yres, vxres, vyres; + | ^~~~~ +../drivers/rapidio/rio_cm.c: In function ‘rio_txcq_handler’: +../drivers/rapidio/rio_cm.c:675:21: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] + 675 | int rc; + | ^~ +In file included from ../include/asm-generic/bug.h:22, + from ../arch/x86/include/asm/bug.h:99, + from ../include/linux/bug.h:5, + from ../include/linux/fortify-string.h:6, + from ../include/linux/string.h:390, + from ../arch/x86/include/asm/page_32.h:18, + from ../arch/x86/include/asm/page.h:14, + from ../arch/x86/include/asm/processor.h:20, + from ../arch/x86/include/asm/timex.h:5, + from ../include/linux/timex.h:67, + from ../include/linux/time32.h:13, + from ../include/linux/time.h:60, + from ../include/linux/stat.h:19, + from ../include/linux/module.h:13, + from ../drivers/mtd/mtdpart.c:10: +../drivers/mtd/mtdpart.c: In function ‘parse_mtd_partitions’: +../drivers/mtd/mtdpart.c:693:34: warning: ‘%s’ directive argument is null [-Wformat-overflow=] + 693 | pr_debug("%s: got parser %s\n", master->name, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/linux/printk.h:391:21: note: in definition of macro ‘pr_fmt’ + 391 | #define pr_fmt(fmt) fmt + | ^~~ +../include/linux/dynamic_debug.h:248:9: note: in expansion of macro ‘__dynamic_func_call_cls’ + 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ + 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~~~~ +../include/linux/dynamic_debug.h:269:9: note: in expansion of macro ‘_dynamic_func_call’ + 269 | _dynamic_func_call(fmt, __dynamic_pr_debug, \ + | ^~~~~~~~~~~~~~~~~~ +../include/linux/printk.h:625:9: note: in expansion of macro ‘dynamic_pr_debug’ + 625 | dynamic_pr_debug(fmt, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~ +../drivers/mtd/mtdpart.c:693:25: note: in expansion of macro ‘pr_debug’ + 693 | pr_debug("%s: got parser %s\n", master->name, + | ^~~~~~~~ +../drivers/mtd/mtdpart.c:693:50: note: format string is defined here + 693 | pr_debug("%s: got parser %s\n", master->name, + | ^~ +../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_in_pref' +../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_in_pref' +../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_in_pref' +../drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_in_pref' +../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_out_pref' +../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_out_pref' +../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_out_pref' +../drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_out_pref' +../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_in_dma_pref' +../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_in_dma_pref' +../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_in_dma_pref' +../drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_in_dma_pref' +../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'chip' not described in 'omap_nand_data_out_dma_pref' +../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'buf' not described in 'omap_nand_data_out_dma_pref' +../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'len' not described in 'omap_nand_data_out_dma_pref' +../drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or struct member 'force_8bit' not described in 'omap_nand_data_out_dma_pref' Per-file breakdown --- /tmp/tmp.lyBQR39rbl 2024-12-05 11:20:22.350371528 -0800 +++ /tmp/tmp.TR2CKDTTQ5 2024-12-05 11:20:22.353371497 -0800 @@ -1 +1,3 @@ - 1 ../drivers/firmware/efi/libstub/efi-stub-helper.c + 1 ../drivers/mtd/mtdpart.c + 16 ../drivers/mtd/nand/raw/omap2.c + 1 ../drivers/nvdimm/core.c @@ -2,0 +5,4 @@ + 1 ../drivers/rapidio/rio_cm.c + 15 ../drivers/video/fbdev/i810/i810_accel.c + 2 ../drivers/video/fbdev/i810/i810_gtf.c + 1 ../drivers/video/fbdev/i810/i810_main.c