Last active
November 5, 2015 00:50
-
-
Save ggreer/96ed22bab57d1e791b9d to your computer and use it in GitHub Desktop.
Searching linux kernel source with ag and sift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ggreer@lithium:~/Downloads/linux-4.3% time ag line_number | |
scripts/kconfig/zconf.lex.c_shipped | |
911:void zconfset_lineno (int line_number ); | |
2221: * @param line_number | |
2224:void zconfset_lineno (int line_number ) | |
2227: zconflineno = line_number; | |
scripts/genksyms/lex.lex.c_shipped | |
619:void yyset_lineno (int line_number ); | |
1773: * @param line_number | |
1776:void yyset_lineno (int line_number ) | |
1779: yylineno = line_number; | |
scripts/dtc/dtc-lexer.lex.c_shipped | |
713:void yyset_lineno (int line_number ); | |
2065: * @param line_number | |
2068:void yyset_lineno (int line_number ) | |
2071: yylineno = line_number; | |
lib/dma-debug.c | |
463:static phys_addr_t to_cacheline_number(struct dma_debug_entry *entry) | |
521: phys_addr_t cln = to_cacheline_number(entry); | |
543: phys_addr_t cln = to_cacheline_number(entry); | |
588: phys_addr_t ent_cln = to_cacheline_number(ents[i]); | |
601: cln = to_cacheline_number(entry); | |
include/linux/pe.h | |
240: uint32_t line_numbers; /* line numbers! */ | |
include/acpi/acpixf.h | |
864: u32 line_number, | |
869: u32 line_number, | |
875: u32 line_number, | |
880: u32 line_number, | |
885: u32 line_number, | |
890: u32 line_number, | |
899: u32 line_number, | |
907: u32 line_number, | |
drivers/video/fbdev/omap2/dss/dispc.h | |
34:#define DISPC_LINE_NUMBER 0x0060 | |
drivers/video/fbdev/omap2/dss/rfbi.c | |
53:#define RFBI_LINE_NUMBER RFBI_REG(0x0048) | |
629: rfbi_write_reg(RFBI_LINE_NUMBER, line); | |
812: DUMPREG(RFBI_LINE_NUMBER); | |
drivers/video/fbdev/omap2/dss/dispc.c | |
297: SR(LINE_NUMBER); | |
407: RR(LINE_NUMBER); | |
3469: DUMPREG(DISPC_LINE_NUMBER); | |
drivers/media/usb/usbvision/usbvision.h | |
462: int strip_line_number_errors; | |
drivers/media/usb/usbvision/usbvision-core.c | |
748: usbvision->strip_line_number_errors++; | |
drivers/media/platform/arv.c | |
530: unsigned int line_number; | |
537: line_number = (line_count << 1); | |
539: line_number = | |
542: line_number = line_count; | |
545: if (line_number == 0) { | |
563: if (ar->start_capture == 1 && line_number <= (ar->height - 1)) { | |
565: memcpy(ar->frame[line_number], ar->line_buff, ar->line_bytes); | |
571: if (line_number == (ar->height - 1)) { /* end of line */ | |
drivers/media/platform/omap3isp/ispcsi2.h | |
61: CTX_LINE_NUMBER = 0x80, | |
drivers/media/platform/omap3isp/ispreg.h | |
1404:#define ISPCSI2_CTX_IRQENABLE_LINE_NUMBER_IRQ (1 << 7) | |
1414:#define ISPCSI2_CTX_IRQSTATUS_LINE_NUMBER_IRQ (1 << 7) | |
drivers/media/i2c/tvp5150.c | |
209: tvp5150_read(sd, TVP5150_LINE_NUMBER_INT)); | |
403: TVP5150_LINE_NUMBER_INT,0x00 | |
drivers/media/i2c/tvp5150_reg.h | |
127:#define TVP5150_LINE_NUMBER_INT 0xca /* Line number interrupt */ | |
drivers/media/i2c/tvp514x_regs.h | |
203:#define REG_VDP_LINE_NUMBER_INTERRUPT (0xC1) | |
drivers/usb/dwc3/dwc3-omap.c | |
84:#define USBOTGSS_IRQ_EOI_LINE_NUMBER (1 << 0) | |
drivers/gpu/drm/sti/sti_hdmi.c | |
197: ymin = sti_vtg_get_line_number(hdmi->mode, 0); | |
198: ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); | |
drivers/gpu/drm/sti/sti_mixer.c | |
96: ydo = sti_vtg_get_line_number(*mode, 0); | |
97: yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
168: ydo = sti_vtg_get_line_number(*mode, 0); | |
169: yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
drivers/gpu/drm/sti/sti_vtg.c | |
132: u32 ystart = sti_vtg_get_line_number(*mode, 0); | |
134: u32 ystop = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
248: * sti_vtg_get_line_number | |
259:u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y) | |
268:EXPORT_SYMBOL(sti_vtg_get_line_number); | |
drivers/gpu/drm/sti/sti_vtg.h | |
25:u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y); | |
drivers/gpu/drm/sti/sti_cursor.c | |
187: y = sti_vtg_get_line_number(*mode, 0); | |
191: y = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
207: y = sti_vtg_get_line_number(*mode, dst_y); | |
drivers/gpu/drm/sti/sti_gdp.c | |
474: ydo = sti_vtg_get_line_number(*mode, dst_y); | |
475: yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); | |
drivers/gpu/drm/sti/sti_vid.c | |
67: ydo = sti_vtg_get_line_number(*mode, dst_y); | |
68: yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); | |
drivers/acpi/acpica/aclocal.h | |
794: u32 line_number; | |
795: u32 logical_line_number; | |
drivers/acpi/acpica/utobject.c | |
70: * line_number - Line number of caller | |
88: u32 line_number, | |
102: acpi_ut_allocate_object_desc_dbg(module_name, line_number, | |
116: line_number, | |
372: * line_number - Caller's line number (for error output) | |
383: u32 line_number, u32 component_id) | |
391: ACPI_ERROR((module_name, line_number, | |
drivers/acpi/acpica/utxferror.c | |
62: * line_number - Caller's line number (for error output) | |
71:acpi_error(const char *module_name, u32 line_number, const char *format, ...) | |
93: * line_number - Caller's line number (for error output) | |
105: u32 line_number, acpi_status status, const char *format, ...) | |
135: * line_number - Caller's line number (for error output) | |
144:acpi_warning(const char *module_name, u32 line_number, const char *format, ...) | |
166: * line_number - Caller's line number (for error output) | |
174: * TBD: module_name and line_number args are not needed, should be removed. | |
178:acpi_info(const char *module_name, u32 line_number, const char *format, ...) | |
200: * line_number - Caller's line number (for error output) | |
211: u32 line_number, const char *format, ...) | |
233: * line_number - Caller's line number (for error output) | |
244: u32 line_number, const char *format, ...) | |
drivers/acpi/acpica/uterror.c | |
61: * line_number - Caller's line number (for error output) | |
76: u32 line_number, | |
103: * line_number - Caller's line number (for error output) | |
119: u32 line_number, | |
145: * line_number - Caller's line number (for error output) | |
161: u32 line_number, | |
188: * line_number - Caller's line number (for error output) | |
200: u32 line_number, | |
248: * line_number - Caller's line number (for error output) | |
262: u32 line_number, | |
drivers/acpi/acpica/utdebug.c | |
147: * line_number - Caller's line number (for error output) | |
163: u32 line_number, | |
196: acpi_os_printf("%9s-%04ld ", module_name, line_number); | |
226: * line_number - Caller's line number | |
241: u32 line_number, | |
265: * PARAMETERS: line_number - Caller's line number | |
277:acpi_ut_trace(u32 line_number, | |
289: line_number, function_name, module_name, | |
300: * PARAMETERS: line_number - Caller's line number | |
313:acpi_ut_trace_ptr(u32 line_number, | |
325: line_number, function_name, module_name, | |
335: * PARAMETERS: line_number - Caller's line number | |
349:acpi_ut_trace_str(u32 line_number, | |
361: line_number, function_name, module_name, | |
371: * PARAMETERS: line_number - Caller's line number | |
385:acpi_ut_trace_u32(u32 line_number, | |
397: line_number, function_name, module_name, | |
407: * PARAMETERS: line_number - Caller's line number | |
420:acpi_ut_exit(u32 line_number, | |
429: line_number, function_name, module_name, | |
444: * PARAMETERS: line_number - Caller's line number | |
457:acpi_ut_status_exit(u32 line_number, | |
468: line_number, function_name, | |
474: line_number, function_name, | |
493: * PARAMETERS: line_number - Caller's line number | |
506:acpi_ut_value_exit(u32 line_number, | |
515: line_number, function_name, module_name, | |
532: * PARAMETERS: line_number - Caller's line number | |
545:acpi_ut_ptr_exit(u32 line_number, | |
554: line_number, function_name, module_name, | |
drivers/acpi/acpica/acutils.h | |
129: acpi_os_printf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number) | |
262:acpi_ut_trace(u32 line_number, | |
267:acpi_ut_trace_ptr(u32 line_number, | |
272:acpi_ut_trace_u32(u32 line_number, | |
277:acpi_ut_trace_str(u32 line_number, | |
282:acpi_ut_exit(u32 line_number, | |
287:acpi_ut_status_exit(u32 line_number, | |
293:acpi_ut_value_exit(u32 line_number, | |
298:acpi_ut_ptr_exit(u32 line_number, | |
314:void acpi_ut_report_error(char *module_name, u32 line_number); | |
316:void acpi_ut_report_info(char *module_name, u32 line_number); | |
318:void acpi_ut_report_warning(char *module_name, u32 line_number); | |
406: u32 line_number, | |
412: u32 line_number, u32 component_id); | |
673: u32 line_number, | |
679: u32 line_number, | |
684: u32 line_number, | |
690: u32 line_number, | |
695: u32 line_number, | |
drivers/staging/media/omap4iss/iss_regs.h | |
248:#define CSI2_CTX_IRQ_LINE_NUMBER (1 << 7) | |
drivers/staging/media/omap4iss/iss_csi2.h | |
61: CTX_LINE_NUMBER = 0x80, | |
ag line_number 0.68s user 1.03s system 459% cpu 0.371 total | |
ggreer@lithium:~/Downloads/linux-4.3% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ggreer@lithium:~/Downloads/linux-4.3% time ~/code/sift/sift -n --group line_number | |
Error: cannot process data from file '.tmp_vmlinux1': file contains very long lines (no newline in 262144 bytes) | |
scripts/kconfig/zconf.lex.c | |
911:void zconfset_lineno (int line_number ); | |
2221: * @param line_number | |
2224:void zconfset_lineno (int line_number ) | |
2227: zconflineno = line_number; | |
scripts/kconfig/zconf.lex.c_shipped | |
911:void zconfset_lineno (int line_number ); | |
2221: * @param line_number | |
2224:void zconfset_lineno (int line_number ) | |
2227: zconflineno = line_number; | |
scripts/genksyms/lex.lex.c | |
619:void yyset_lineno (int line_number ); | |
1773: * @param line_number | |
1776:void yyset_lineno (int line_number ) | |
1779: yylineno = line_number; | |
scripts/genksyms/lex.lex.c_shipped | |
619:void yyset_lineno (int line_number ); | |
1773: * @param line_number | |
1776:void yyset_lineno (int line_number ) | |
1779: yylineno = line_number; | |
scripts/dtc/dtc-lexer.lex.c_shipped | |
713:void yyset_lineno (int line_number ); | |
2065: * @param line_number | |
2068:void yyset_lineno (int line_number ) | |
2071: yylineno = line_number; | |
Error: cannot process data from file 'sound/firewire/oxfw/snd-oxfw.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/oxfw/snd-oxfw.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/fireworks/snd-fireworks.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/fireworks/snd-fireworks.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/dice/snd-dice.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/bebob/snd-bebob.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/dice/snd-dice.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/firewire/bebob/snd-bebob.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/soc/snd-soc-core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/soc/snd-soc-core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/usb/snd-usb-audio.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/usb/snd-usb-audio.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/snd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/snd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/seq/snd-seq.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/snd-pcm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/seq/snd-seq.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/core/snd-pcm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/emu10k1/snd-emu10k1.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/emu10k1/snd-emu10k1.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/ctxfi/snd-ctxfi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/ctxfi/snd-ctxfi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/asihpi/snd-asihpi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/asihpi/snd-asihpi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/hda/snd-hda-codec.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/hda/snd-hda-codec.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/ice1712/snd-ice1724.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/pci/ice1712/snd-ice1724.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/hda/snd-hda-core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'sound/hda/snd-hda-core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file '.tmp_kallsyms1.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/power/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/time/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/events/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'vmlinux.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/trace/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/irq/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/sched/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'kernel/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'mm/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'crypto/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ax25/ax25.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ax25/ax25.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/wireless/cfg80211.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/wireless/cfg80211.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netrom/netrom.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netrom/netrom.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds_rdma.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds_rdma.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds_tcp.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds_tcp.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rds/rds.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/atm/atm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/atm/atm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/caif/caif.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/caif/caif.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/8021q/8021q.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ceph/libceph.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ceph/libceph.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/8021q/8021q.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/phonet/phonet.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/phonet/phonet.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/auth_gss/auth_rpcgss.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/auth_gss/auth_rpcgss.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/sunrpc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/sunrpc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/xprtrdma/rpcrdma.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sunrpc/xprtrdma/rpcrdma.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/xfrm/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/openvswitch/openvswitch.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/openvswitch/openvswitch.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/bluetooth/bluetooth.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/bluetooth/bluetooth.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/llc/llc2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/llc/llc2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/mac802154/mac802154.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/mac802154/mac802154.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/appletalk/appletalk.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/appletalk/appletalk.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sctp/sctp.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ipv4/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sctp/sctp.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_tables.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/ipvs/ip_vs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/ipvs/ip_vs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_nat.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_tables.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_nat.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_conntrack.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netfilter/nf_conntrack.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rose/rose.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rose/rose.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/x25/x25.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/netlabel/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/x25/x25.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/core/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ipv6/ipv6.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ipv6/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rxrpc/af-rxrpc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/rxrpc/af-rxrpc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/tipc/tipc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/tipc/tipc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/lapb/lapb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ieee802154/ieee802154.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ieee802154/ieee802154.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/lapb/lapb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/irda/irlan/irlan.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/irda/irlan/irlan.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/irda/irda.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/irda/irda.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/dccp/dccp.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/dccp/dccp.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/wimax/wimax.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/wimax/wimax.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/mac80211/mac80211.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ipx/ipx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/ipx/ipx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/batman-adv/batman-adv.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/batman-adv/batman-adv.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/mac80211/mac80211.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/sched/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/nfc/nci/nci.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/nfc/nci/nci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/nfc/nfc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/nfc/nfc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/bridge/bridge.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/decnet/decnet.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/decnet/decnet.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/bridge/bridge.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/hsr/hsr.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'net/hsr/hsr.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'ipc/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/fscache/fscache.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/fscache/fscache.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/xfs/xfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/xfs/xfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/9p/9p.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/9p/9p.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfsv4.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfsv4.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfsv3.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/blocklayout/blocklayoutdriver.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/blocklayout/blocklayoutdriver.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfs/nfsv3.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ceph/ceph.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ceph/ceph.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/fat/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ext4/ext4.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ext4/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jffs2/jffs2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jffs2/jffs2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/udf/udf.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/udf/udf.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/cachefiles/cachefiles.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/cachefiles/cachefiles.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/exofs/exofs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/exofs/exofs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jfs/jfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jfs/jfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/cifs/cifs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/cifs/cifs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/f2fs/f2fs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/f2fs/f2fs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/coda/coda.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/coda/coda.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfsd/nfsd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nfsd/nfsd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/proc/proc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/proc/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/afs/kafs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ecryptfs/ecryptfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/afs/kafs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ecryptfs/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/squashfs/squashfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/squashfs/squashfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ncpfs/ncpfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ncpfs/ncpfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/reiserfs/reiserfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/reiserfs/reiserfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/dlm/ocfs2_dlm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/cluster/ocfs2_nodemanager.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/dlm/ocfs2_dlm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/cluster/ocfs2_nodemanager.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/ocfs2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ocfs2/ocfs2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ufs/ufs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ufs/ufs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/dlm/dlm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/dlm/dlm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jbd2/jbd2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/jbd2/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/btrfs/btrfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/btrfs/btrfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hfs/hfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hfs/hfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nilfs2/nilfs2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/nilfs2/nilfs2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/gfs2/gfs2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/gfs2/gfs2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/lockd/lockd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/lockd/lockd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/notify/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hpfs/hpfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hpfs/hpfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hfsplus/hfsplus.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/hfsplus/hfsplus.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ubifs/ubifs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ubifs/ubifs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ntfs/ntfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'fs/ntfs/ntfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'lib/test_bpf.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'lib/raid6/raid6_pq.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'lib/raid6/raid6_pq.ko': file contains very long lines (no newline in 262144 bytes) | |
lib/dma-debug.c | |
463:static phys_addr_t to_cacheline_number(struct dma_debug_entry *entry) | |
521: phys_addr_t cln = to_cacheline_number(entry); | |
543: phys_addr_t cln = to_cacheline_number(entry); | |
588: phys_addr_t ent_cln = to_cacheline_number(ents[i]); | |
601: cln = to_cacheline_number(entry); | |
Error: cannot process data from file 'lib/test_bpf.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'lib/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/tomoyo/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/selinux/selinux.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/smack/smack.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/smack/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/selinux/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/apparmor/apparmor.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/apparmor/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/keys/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/integrity/ima/ima.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/integrity/ima/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/integrity/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'security/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
include/linux/pe.h | |
240: uint32_t line_numbers; /* line numbers! */ | |
include/acpi/acpixf.h | |
864: u32 line_number, | |
869: u32 line_number, | |
875: u32 line_number, | |
880: u32 line_number, | |
885: u32 line_number, | |
890: u32 line_number, | |
899: u32 line_number, | |
907: u32 line_number, | |
Error: cannot process data from file 'block/partitions/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file '.tmp_kallsyms2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'block/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kernel/apic/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kernel/head_64.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kernel/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kernel/cpu/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/realmode/rm/realmode.elf': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/mm/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/boot/compressed/vmlinux.bin': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/boot/setup.elf': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/boot/compressed/vmlinux': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/pci/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/oprofile/oprofile.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kvm/kvm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/oprofile/oprofile.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/kvm/kvm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/xen/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'arch/x86/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'vmlinux': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/nvidia/nvidiafb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/via/viafb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/core/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/via/viafb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/aty/radeonfb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/fbdev/aty/radeonfb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/console/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/video/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/bcma/bcma.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/bcma/bcma.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/firewire/firedtv.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/firewire/firedtv.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/v4l2-core/videodev.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/v4l2-core/videodev.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/as102/dvb-as102.ko': file contains very long lines (no newline in 262144 bytes) | |
drivers/media/usb/usbvision/usbvision.h | |
462: int strip_line_number_errors; | |
Binary file matches: drivers/media/usb/usbvision/usbvision-i2c.o | |
drivers/media/usb/usbvision/usbvision-core.c | |
748: usbvision->strip_line_number_errors++; | |
Binary file matches: drivers/media/usb/usbvision/usbvision-video.o | |
Binary file matches: drivers/media/usb/usbvision/usbvision-core.o | |
Error: cannot process data from file 'drivers/media/usb/cx231xx/cx231xx.o': file contains very long lines (no newline in 262144 bytes) | |
Binary file matches: drivers/media/usb/usbvision/usbvision.ko | |
Error: cannot process data from file 'drivers/media/usb/cx231xx/cx231xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/pwc/pwc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/dvb-usb/dvb-usb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/dvb-usb/dvb-usb.ko': file contains very long lines (no newline in 262144 bytes) | |
Binary file matches: drivers/media/usb/usbvision/usbvision.o | |
Error: cannot process data from file 'drivers/media/usb/pwc/pwc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/gspca/m5602/gspca_m5602.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/gspca/m5602/gspca_m5602.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/dvb-usb-v2/dvb-usb-mxl111sf.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/uvc/uvcvideo.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/uvc/uvcvideo.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/au0828/au0828.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/au0828/au0828.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/tm6000/tm6000.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/tm6000/tm6000.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/pvrusb2/pvrusb2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/usb/pvrusb2/pvrusb2.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/common/b2c2/b2c2-flexcop.ko': file contains very long lines (no newline in 262144 bytes) | |
drivers/media/platform/arv.c | |
530: unsigned int line_number; | |
537: line_number = (line_count << 1); | |
539: line_number = | |
542: line_number = line_count; | |
545: if (line_number == 0) { | |
563: if (ar->start_capture == 1 && line_number <= (ar->height - 1)) { | |
565: memcpy(ar->frame[line_number], ar->line_buff, ar->line_bytes); | |
571: if (line_number == (ar->height - 1)) { /* end of line */ | |
Error: cannot process data from file 'drivers/media/common/b2c2/b2c2-flexcop.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/platform/vivid/vivid.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/platform/vivid/vivid.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/dvb-core/dvb-core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/dvb-core/dvb-core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx25821/cx25821.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx25821/cx25821.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx88/cx88xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx88/cx88xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/ivtv/ivtv.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/ivtv/ivtv.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/mantis/mantis.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/mantis/mantis_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/mantis/mantis.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/mantis/mantis_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cobalt/cobalt.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cobalt/cobalt.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/saa7134/saa7134.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/saa7134/saa7134.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx18/cx18.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx18/cx18.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/bt8xx/bttv.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/bt8xx/bttv.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/solo6x10/solo6x10.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/solo6x10/solo6x10.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx23885/cx23885.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/saa7164/saa7164.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/cx23885/cx23885.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/saa7164/saa7164.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/ttpci/dvb-ttpci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/media/pci/ttpci/dvb-ttpci.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/nvdimm/libnvdimm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/nvdimm/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/cpufreq/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/vmw_vmci/vmw_vmci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/mei/mei.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/mei/mei.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/ibmasm/ibmasm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/ibmasm/ibmasm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/mic/scif/scif.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/mic/scif/scif.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/misc/mic/host/mic_host.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/hid/hid-picolcd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/hid/hid-picolcd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/iscsi/iscsi_target_mod.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/tcm_fc/tcm_fc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/target_core_mod.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/target_core_mod.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/tcm_fc/tcm_fc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/target/iscsi/iscsi_target_mod.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mmc/core/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mmc/core/mmc_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mmc/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/storage/usb-storage.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/storage/usb-storage.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/dwc2/dwc2.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/dwc2/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/host/xhci-hcd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/host/whci/whci-hcd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/host/whci/whci-hcd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/host/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/wusbcore/wusbcore.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/wusbcore/wusbcore.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/core/usbcore.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/musb/musb_hdrc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/musb/musb_hdrc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/core/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/dwc3/dwc3.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/dwc3/dwc3.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/usb/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/crypto/qat/qat_common/intel_qat.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/crypto/qat/qat_common/intel_qat.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/mediatek/mt7601u/mt7601u.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/mediatek/mt7601u/mt7601u.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ipw2x00/libipw.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ipw2x00/libipw.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlegacy/iwl3945.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/brcm80211/brcmfmac/brcmfmac.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlegacy/iwl4965.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlegacy/iwl4965.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlegacy/iwl3945.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/libertas/libertas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/libertas/libertas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/hostap/hostap.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/hostap/hostap.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/zd1211rw/zd1211rw.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/zd1211rw/zd1211rw.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/mwifiex/mwifiex.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/orinoco/orinoco.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/mwifiex/mwifiex.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/orinoco/orinoco.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rt2x00/rt2x00lib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rsi/rsi_91x.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rsi/rsi_91x.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtlwifi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rt2x00/rt2x00lib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192ee/rtl8192ee.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192ee/rtl8192ee.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtlwifi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/btcoexist/btcoexist.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723be/rtl8723be.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723be/rtl8723be.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8821ae/rtl8821ae.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8821ae/rtl8821ae.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/p54/p54common.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/p54/p54common.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_common.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_hw.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_htc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_hw.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_htc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath9k/ath9k_common.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/wil6210/wil6210.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/carl9170/carl9170.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/wil6210/wil6210.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath10k/ath10k_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath10k/ath10k_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/carl9170/carl9170.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath6kl/ath6kl_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath5k/ath5k.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath6kl/ath6kl_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/wcn36xx/wcn36xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/wcn36xx/wcn36xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtl818x/rtl8180/rtl818x_pci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtl818x/rtl8180/rtl818x_pci.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ath/ath5k/ath5k.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/dvm/iwldvm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/dvm/iwldvm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/mvm/iwlmvm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/iwlwifi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/iwlwifi/iwlwifi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl1251/wl1251.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl1251/wl1251.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl18xx/wl18xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl18xx/wl18xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wlcore/wlcore.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wlcore/wlcore.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl12xx/wl12xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/ti/wl12xx/wl12xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/b43legacy/b43legacy.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/b43legacy/b43legacy.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/cw1200/cw1200_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/cw1200/cw1200_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/b43/b43.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/bonding/bonding.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wireless/b43/b43.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/bonding/bonding.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/samsung/sxgbe/samsung-sxgbe.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/samsung/sxgbe/samsung-sxgbe.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/qlge/qlge.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/qlge/qlge.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/netxen/netxen_nic.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/netxen/netxen_nic.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/qlcnic/qlcnic.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/neterion/vxge/vxge.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/neterion/vxge/vxge.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/qlogic/qlcnic/qlcnic.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/cavium/liquidio/liquidio.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/cavium/liquidio/liquidio.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/stmicro/stmmac/stmmac.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/stmicro/stmmac/stmmac.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/cisco/enic/enic.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/sfc/sfc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/cisco/enic/enic.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/sfc/sfc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/emulex/benet/be2net.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/emulex/benet/be2net.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx4/mlx4_en.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/mellanox/mlx4/mlx4_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/dec/tulip/tulip.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/dec/tulip/tulip.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/i40evf/i40evf.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/i40evf/i40evf.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/ixgb/ixgb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/ixgb/ixgb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/ixgbe/ixgbe.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/i40e/i40e.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/ixgbe/ixgbe.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/e1000/e1000.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/e1000/e1000.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/i40e/i40e.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/igb/igb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/igb/igb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/fm10k/fm10k.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/e1000e/e1000e.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/fm10k/fm10k.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/intel/e1000e/e1000e.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/atheros/atl1e/atl1e.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb3/cxgb3.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb3/cxgb3.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb/cxgb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/chelsio/cxgb/cxgb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/broadcom/bnx2x/bnx2x.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/brocade/bna/bna.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/ethernet/brocade/bna/bna.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wimax/i2400m/i2400m-usb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wimax/i2400m/i2400m-usb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wimax/i2400m/i2400m.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/wimax/i2400m/i2400m.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/fddi/skfp/skfp.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/cxgb4/iw_cxgb4.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/cxgb4/iw_cxgb4.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/net/fddi/skfp/skfp.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mthca/ib_mthca.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mthca/ib_mthca.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/cxgb3/iw_cxgb3.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/cxgb3/iw_cxgb3.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mlx5/mlx5_ib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mlx5/mlx5_ib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/nes/iw_nes.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/ocrdma/ocrdma.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/nes/iw_nes.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/ocrdma/ocrdma.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/usnic/usnic_verbs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/qib/ib_qib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/qib/ib_qib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mlx4/mlx4_ib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/usnic/usnic_verbs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/hw/mlx4/mlx4_ib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/core/ib_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/core/ib_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/ulp/iser/ib_iser.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/ulp/iser/ib_iser.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/ulp/ipoib/ib_ipoib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/infiniband/ulp/ipoib/ib_ipoib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/bluetooth/hci_uart.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/bluetooth/hci_uart.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/tty/serial/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/tty/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/be2iscsi/be2iscsi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/be2iscsi/be2iscsi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/fnic/fnic.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/fnic/fnic.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aacraid/aacraid.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aacraid/aacraid.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/scsi_mod.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/qla4xxx/qla4xxx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/qla4xxx/qla4xxx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/isci/isci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/isci/isci.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic7xxx/aic7xxx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic7xxx/aic79xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic7xxx/aic7xxx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic7xxx/aic79xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/esas2r/esas2r.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/esas2r/esas2r.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic94xx/aic94xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/aic94xx/aic94xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bfa/bfa.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bfa/bfa.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/qla2xxx/qla2xxx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/qla2xxx/qla2xxx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/libfc/libfc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/libfc/libfc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mpt3sas/mpt3sas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bnx2fc/bnx2fc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bnx2fc/bnx2fc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mpt3sas/mpt3sas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/snic/snic.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/snic/snic.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/libsas/libsas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/libsas/libsas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bnx2i/bnx2i.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mvsas/mvsas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/bnx2i/bnx2i.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mvsas/mvsas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mpt2sas/mpt2sas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/csiostor/csiostor.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/pm8001/pm80xx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/pm8001/pm80xx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/mpt2sas/mpt2sas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/lpfc/lpfc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/lpfc/lpfc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/scsi/csiostor/csiostor.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/ata/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/ata/libata.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/ssb/ssb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/ssb/ssb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/mga/mga.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/qxl/qxl.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/drm_kms_helper.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/drm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/virtio/virtio-gpu.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/qxl/qxl.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/virtio/virtio-gpu.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/udl/udl.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/udl/udl.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/ast/ast.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/drm_kms_helper.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/ast/ast.ko': file contains very long lines (no newline in 262144 bytes) | |
drivers/gpu/drm/sti/sti_mixer.c | |
96: ydo = sti_vtg_get_line_number(*mode, 0); | |
97: yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
Error: cannot process data from file 'drivers/gpu/drm/via/via.o': file contains very long lines (no newline in 262144 bytes) | |
168: ydo = sti_vtg_get_line_number(*mode, 0); | |
169: yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
drivers/gpu/drm/sti/sti_hdmi.c | |
197: ymin = sti_vtg_get_line_number(hdmi->mode, 0); | |
198: ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); | |
drivers/gpu/drm/sti/sti_vtg.h | |
25:u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y); | |
drivers/gpu/drm/sti/sti_vtg.c | |
132: u32 ystart = sti_vtg_get_line_number(*mode, 0); | |
134: u32 ystop = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
248: * sti_vtg_get_line_number | |
259:Error: cannot process data from file 'drivers/gpu/drm/via/via.ko': file contains very long lines (no newline in 262144 bytes) | |
u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y) | |
268:EXPORT_SYMBOL(sti_vtg_get_line_number); | |
drivers/gpu/drm/sti/sti_gdp.c | |
474: ydo = sti_vtg_get_line_number(*mode, dst_y); | |
475: yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); | |
drivers/gpu/drm/sti/sti_cursor.c | |
187: y = sti_vtg_get_line_number(*mode, 0); | |
191: y = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); | |
207: y = sti_vtg_get_line_number(*mode, dst_y); | |
drivers/gpu/drm/sti/sti_vid.c | |
67: ydo = sti_vtg_get_line_number(*mode, dst_y); | |
68: yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); | |
Error: cannot process data from file 'drivers/gpu/drm/gma500/gma500_gfx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/gma500/gma500_gfx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/radeon/radeon.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/radeon/radeon.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/nouveau/nouveau.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/drm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/ttm/ttm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/ttm/ttm.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/amd/amdkfd/amdkfd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/amd/amdkfd/amdkfd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/amd/amdgpu/amdgpu.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/amd/amdgpu/amdgpu.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/i915/i915.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/i915/i915.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/vmwgfx/vmwgfx.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/nouveau/nouveau.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpu/drm/vmwgfx/vmwgfx.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/block/drbd/drbd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/block/drbd/drbd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/block/aoe/aoe.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/block/aoe/aoe.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/uwb/uwb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/uwb/uwb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/persistent-data/dm-persistent-data.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/persistent-data/dm-persistent-data.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/bcache/bcache.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/dm-mod.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/md/bcache/bcache.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/input/mouse/psmouse.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/input/mouse/psmouse.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/input/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/iommu/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hysdn/hysdn.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hysdn/hysdn.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/gigaset/gigaset.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/gigaset/gigaset.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hisax/hisax.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/i4l/isdn.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/i4l/isdn.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hisax/hisax.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hardware/eicon/divas.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/hardware/eicon/divas.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/mISDN/mISDN_core.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/mISDN/mISDN_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/mISDN/mISDN_dsp.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/isdn/mISDN/mISDN_dsp.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mtd/ubi/ubi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mtd/ubi/ubi.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/pci/hotplug/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/pci/pcie/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/base/power/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/pci/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/base/regmap/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Binary file matches: drivers/acpi/acpica/dsutils.o | |
Binary file matches: drivers/acpi/acpica/psxface.o | |
Binary file matches: drivers/acpi/acpica/hwxface.o | |
Binary file matches: drivers/acpi/acpica/exoparg3.o | |
Binary file matches: drivers/acpi/acpica/exoparg6.o | |
Binary file matches: drivers/acpi/acpica/dsdebug.o | |
Binary file matches: drivers/acpi/acpica/dswexec.o | |
Binary file matches: drivers/acpi/acpica/nsaccess.o | |
Binary file matches: drivers/acpi/acpica/evsci.o | |
drivers/acpi/acpica/aclocal.h | |
794: u32 line_number; | |
795: u32 logical_line_number; | |
Binary file matches: drivers/acpi/acpica/utxferror.o | |
Binary file matches: drivers/acpi/acpica/psutils.o | |
Error: cannot process data from file 'drivers/base/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Binary file matches: drivers/acpi/acpica/utmisc.o | |
Binary file matches: drivers/acpi/acpica/hwgpe.o | |
Binary file matches: drivers/acpi/acpica/utresrc.o | |
Binary file matches: drivers/acpi/acpica/utstate.o | |
Binary file matches: drivers/acpi/acpica/dsopcode.o | |
Binary file matches: drivers/acpi/acpica/nsinit.o | |
Binary file matches: drivers/acpi/acpica/exutils.o | |
Binary file matches: drivers/acpi/acpica/exresop.o | |
Binary file matches: drivers/acpi/acpica/dsobject.o | |
Binary file matches: drivers/acpi/acpica/evhandler.o | |
Binary file matches: drivers/acpi/acpica/nswalk.o | |
Binary file matches: drivers/acpi/acpica/nsrepair2.o | |
Binary file matches: drivers/acpi/acpica/dswscope.o | |
Binary file matches: drivers/acpi/acpica/tbxfload.o | |
Binary file matches: drivers/acpi/acpica/exdebug.o | |
Binary file matches: drivers/acpi/acpica/excreate.o | |
Binary file matches: drivers/acpi/acpica/utinit.o | |
Binary file matches: drivers/acpi/acpica/evgpeutil.o | |
Binary file matches: drivers/acpi/acpica/nssearch.o | |
Binary file matches: drivers/acpi/acpica/pstree.o | |
Binary file matches: drivers/acpi/acpica/utosi.o | |
Binary file matches: drivers/acpi/acpica/psloop.o | |
Binary file matches: drivers/acpi/acpica/exprep.o | |
Binary file matches: drivers/acpi/acpica/rsxface.o | |
Binary file matches: drivers/acpi/acpica/psargs.o | |
drivers/acpi/acpica/utxferror.c | |
62: * line_number - Caller's line number (for error output) | |
71:acpi_error(const char *module_name, u32 line_number, const char *format, ...) | |
93: * line_number - Caller's line number (for error output) | |
105: u32 line_number, acpi_status status, const char *format, ...) | |
135: * line_number - Caller's line number (for error output) | |
144:acpi_warning(const char *module_name, u32 line_number, const char *format, ...) | |
166: * line_number - Caller's line number (for error output) | |
174: * TBD: module_name and line_number args are not needed, should be removed. | |
178:acpi_info(const char *module_name, u32 line_number, const char *format, ...) | |
200: * line_number - Caller's line number (for error output) | |
211: u32 line_number, const char *format, ...) | |
233: * line_number - Caller's line number (for error output) | |
244: u32 line_number, const char *format, ...) | |
Binary file matches: drivers/acpi/acpica/nsprepkg.o | |
drivers/acpi/acpica/utobject.c | |
70: * line_number - Line number of caller | |
88: u32 line_number, | |
102: acpi_ut_allocate_object_desc_dbg(module_name, line_number, | |
116: line_number, | |
372: * line_number - Caller's line number (for error output) | |
383: u32 line_number, u32 component_id) | |
391: ACPI_ERROR((module_name, line_number, | |
Binary file matches: drivers/acpi/acpica/nsalloc.o | |
Binary file matches: drivers/acpi/acpica/uteval.o | |
Binary file matches: drivers/acpi/acpica/nsxfobj.o | |
Binary file matches: drivers/acpi/acpica/exconvrt.o | |
Binary file matches: drivers/acpi/acpica/nsutils.o | |
drivers/acpi/acpica/uterror.c | |
61: * line_number - Caller's line number (for error output) | |
76: u32 line_number, | |
103: * line_number - Caller's line number (for error output) | |
119: u32 line_number, | |
145: * line_number - Caller's line number (for error output) | |
161: u32 line_number, | |
188: * line_number - Caller's line number (for error output) | |
200: u32 line_number, | |
248: * line_number - Caller's line number (for error output) | |
262: u32 line_number, | |
Binary file matches: drivers/acpi/acpica/evglock.o | |
Binary file matches: drivers/acpi/acpica/nsload.o | |
Binary file matches: drivers/acpi/acpica/utids.o | |
Binary file matches: drivers/acpi/acpica/nseval.o | |
Binary file matches: drivers/acpi/acpica/evxfgpe.o | |
Binary file matches: drivers/acpi/acpica/dswstate.o | |
drivers/acpi/acpica/utdebug.c | |
147: * line_number - Caller's line number (for error output) | |
163: u32 line_number, | |
196: acpi_os_printf("%9s-%04ld ", module_name, line_number); | |
226: * line_number - Caller's line number | |
241: u32 line_number, | |
265: * PARAMETERS: line_number - Caller's line number | |
277:acpi_ut_trace(u32 line_number, | |
289: line_number, function_name, module_name, | |
300: * PARAMETERS: line_number - Caller's line number | |
313:acpi_ut_trace_ptr(u32 line_number, | |
325: line_number, function_name, module_name, | |
335: * PARAMETERS: line_number - Caller's line number | |
349:acpi_ut_trace_str(u32 line_number, | |
361: line_number, function_name, module_name, | |
371: * PARAMETERS: line_number - Caller's line number | |
385:acpi_ut_trace_u32(u32 line_number, | |
397: line_number, function_name, module_name, | |
407: * PARAMETERS: line_number - Caller's line number | |
420:acpi_ut_exit(u32 line_number, | |
429: line_number, function_name, module_name, | |
444: * PARAMETERS: line_number - Caller's line number | |
457:acpi_ut_status_exit(u32 line_number, | |
468: line_number, function_name, | |
474: line_number, function_name, | |
493: * PARAMETERS: line_number - Caller's line number | |
506:acpi_ut_value_exit(u32 line_number, | |
515: line_number, function_name, module_name, | |
532: * PARAMETERS: line_number - Caller's line number | |
545:acpi_ut_ptr_exit(u32 line_number, | |
554: line_number, function_name, module_name, | |
Binary file matches: drivers/acpi/acpica/dsfield.o | |
Binary file matches: drivers/acpi/acpica/nsconvert.o | |
Binary file matches: drivers/acpi/acpica/nsrepair.o | |
Binary file matches: drivers/acpi/acpica/utdelete.o | |
Binary file matches: drivers/acpi/acpica/dswload2.o | |
Binary file matches: drivers/acpi/acpica/rscalc.o | |
Binary file matches: drivers/acpi/acpica/exconfig.o | |
Binary file matches: drivers/acpi/acpica/exoparg1.o | |
Binary file matches: drivers/acpi/acpica/nspredef.o | |
Binary file matches: drivers/acpi/acpica/exstore.o | |
Binary file matches: drivers/acpi/acpica/utobject.o | |
Binary file matches: drivers/acpi/acpica/evxfregn.o | |
drivers/acpi/acpica/acutils.h | |
129: acpi_os_printf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number) | |
262:acpi_ut_trace(u32 line_number, | |
267:acpi_ut_trace_ptr(u32 line_number, | |
272:acpi_ut_trace_u32(u32 line_number, | |
277:acpi_ut_trace_str(u32 line_number, | |
282:acpi_ut_exit(u32 line_number, | |
287:acpi_ut_status_exit(u32 line_number, | |
293:acpi_ut_value_exit(u32 line_number, | |
298:acpi_ut_ptr_exit(u32 line_number, | |
314:void acpi_ut_report_error(char *module_name, u32 line_number); | |
316:void acpi_ut_report_info(char *module_name, u32 line_number); | |
318:void acpi_ut_report_warning(char *module_name, u32 line_number); | |
406: u32 line_number, | |
412: u32 line_number, u32 component_id); | |
673: u32 line_number, | |
679: u32 line_number, | |
684: u32 line_number, | |
690: u32 line_number, | |
695: u32 line_number, | |
Binary file matches: drivers/acpi/acpica/exresolv.o | |
Binary file matches: drivers/acpi/acpica/utcopy.o | |
Binary file matches: drivers/acpi/acpica/dsinit.o | |
Binary file matches: drivers/acpi/acpica/nsparse.o | |
Binary file matches: drivers/acpi/acpica/nsnames.o | |
Binary file matches: drivers/acpi/acpica/evregion.o | |
Binary file matches: drivers/acpi/acpica/utaddress.o | |
Binary file matches: drivers/acpi/acpica/evgpeinit.o | |
Binary file matches: drivers/acpi/acpica/utdecode.o | |
Binary file matches: drivers/acpi/acpica/nsarguments.o | |
Binary file matches: drivers/acpi/acpica/dsargs.o | |
Binary file matches: drivers/acpi/acpica/psscope.o | |
Binary file matches: drivers/acpi/acpica/exstorob.o | |
Binary file matches: drivers/acpi/acpica/dswload.o | |
Binary file matches: drivers/acpi/acpica/psobject.o | |
Binary file matches: drivers/acpi/acpica/exfldio.o | |
Binary file matches: drivers/acpi/acpica/psparse.o | |
Binary file matches: drivers/acpi/acpica/rscreate.o | |
Binary file matches: drivers/acpi/acpica/dsmethod.o | |
Binary file matches: drivers/acpi/acpica/dscontrol.o | |
Binary file matches: drivers/acpi/acpica/exsystem.o | |
Binary file matches: drivers/acpi/acpica/evmisc.o | |
Binary file matches: drivers/acpi/acpica/exoparg2.o | |
Binary file matches: drivers/acpi/acpica/uterror.o | |
Binary file matches: drivers/acpi/acpica/evxface.o | |
Binary file matches: drivers/acpi/acpica/nsobject.o | |
Binary file matches: drivers/acpi/acpica/exresnte.o | |
Binary file matches: drivers/acpi/acpica/evrgnini.o | |
Binary file matches: drivers/acpi/acpica/evgpeblk.o | |
Binary file matches: drivers/acpi/acpica/pswalk.o | |
Binary file matches: drivers/acpi/acpica/exmutex.o | |
Binary file matches: drivers/acpi/acpica/exmisc.o | |
Binary file matches: drivers/acpi/acpica/nsxfeval.o | |
Binary file matches: drivers/acpi/acpica/rsutils.o | |
Binary file matches: drivers/acpi/acpica/exstoren.o | |
Binary file matches: drivers/acpi/acpica/dsmthdat.o | |
Binary file matches: drivers/acpi/acpica/nsxfname.o | |
Binary file matches: drivers/acpi/acpica/evgpe.o | |
Binary file matches: drivers/acpi/acpica/exfield.o | |
Binary file matches: drivers/acpi/acpica/utxfmutex.o | |
Binary file matches: drivers/acpi/acpica/utglobal.o | |
Error: cannot process data from file 'drivers/acpi/acpica/acpi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/acpi/acpi.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/acpi/acpica/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/firmware/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/acpi/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/gpio/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/edac/edac_core.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/char/agp/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/char/tpm/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/char/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/xen/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/vt6655/vt6655_stage.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/vt6655/vt6655_stage.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192u/r8192u_usb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192u/r8192u_usb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rts5208/rts5208.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rts5208/rts5208.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/wlan-ng/prism2_usb.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/wlan-ng/prism2_usb.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8712/r8712u.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8712/r8712u.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/vt6656/vt6656_stage.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/lnet/lnet.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/vt6656/vt6656_stage.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/selftest/lnet_selftest.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/selftest/lnet_selftest.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/klnds/socklnd/ksocklnd.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/klnds/socklnd/ksocklnd.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lnet/lnet/lnet.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/libcfs/libcfs.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/libcfs/libcfs.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/mdc/mdc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/ptlrpc/ptlrpc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/llite/lustre.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/mdc/mdc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/llite/lustre.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/ptlrpc/ptlrpc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/fld/fld.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/lov/lov.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/lov/lov.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/osc/osc.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/osc/osc.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/obdclass/obdclass.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/obdclass/obdclass.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/lmv/lmv.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/lustre/lustre/lmv/lmv.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8188eu/r8188eu.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8188eu/r8188eu.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192e/rtllib.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8723au/r8723au.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8723au/r8723au.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192e/rtl8192e/r8192e_pci.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192e/rtl8192e/r8192e_pci.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/speakup/speakup.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/rtl8192e/rtllib.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/speakup/speakup.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/staging/gdm72xx/gdmwm.ko': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file '.tmp_vmlinux2': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'drivers/mfd/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
Error: cannot process data from file 'init/built-in.o': file contains very long lines (no newline in 262144 bytes) | |
~/code/sift/sift -n --group line_number 10.03s user 1.59s system 625% cpu 1.856 total | |
ggreer@lithium:~/Downloads/linux-4.3% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment