messages from 2022-07-27 02:46:58 to 2022-08-04 11:17:18 UTC [more...]
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 4872/9999] fs/incfs/format.c:377:23: sparse: sparse: cast truncates bits from constant value (5346434e49 becomes 46434e49)
2022-08-04 11:16 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 2063/9999] fs/incfs/integrity.c:196:9: sparse: sparse: Variable length array is used
2022-08-04 8:52 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 2063/9999] fs/incfs/integrity.c:196:9: sparse: sparse: Variable length array is used
2022-08-04 0:45 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 3332/9999] drivers/gpu/drm/virtio/virtgpu_vq.c:1130:23: sparse: sparse: incorrect type in assignment (different base types)
2022-08-03 21:42 UTC
[PATCH v1 0/2] Improve some utility codes
2022-08-03 13:07 UTC (8+ messages)
` [PATCH v1 1/2] Improve code for bottom border
` [PATCH v1 2/2] Use html.escape() for fix_utf8_chars()
` (subset) [PATCH v1 0/2] Improve some utility codes
[ammarfaizi2-block:tglx/devel/depthtracking 57/59] kernel/trace/trace_selftest.c:790:13: error: expected string literal before 'CALL_DEPTH_ACCOUNT'
2022-08-03 10:11 UTC
[ammarfaizi2-block:google/android/kernel/common/android12-5.4 9371/9999] include/trace/trace_events.h:26:23: warning: 'str__ion__trace_system_name' defined but not used
2022-08-03 6:24 UTC
[ammarfaizi2-block:crng/random/jd/vdso 9/9] lib/crypto/chacha.c:28 chacha_permute() warn: inconsistent indenting
2022-08-03 5:13 UTC
[ammarfaizi2-block:axboe/linux-block/for-5.20/drivers 116/128] drivers/md/dm.c:1019:32: error: no member named 'bio_split' in 'struct request_queue'
2022-08-03 2:19 UTC
[ammarfaizi2-block:crng/random/jd/vdso 9/9] vgetrandom.c:undefined reference to `__memset'
2022-08-03 0:24 UTC
[PATCH v5 00/19] New feature to handle atom URLs and broadcast
2022-08-03 0:14 UTC (26+ messages)
` [PATCH v5 01/19] Add new table for atom URLs and broadcast chats in db.sql
` [PATCH v5 02/19] Add a comment in .gitignore
` [PATCH v5 03/19] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v5 04/19] Fix MySQL InternalError: Unread result found
` [PATCH v5 05/19] Create /add_atom command
` [PATCH v5 06/19] Add utility functions for /add_atom
` [PATCH v5 07/19] Refactor database methods
` [PATCH v5 08/19] Add insert_atom() in scraper/db.py
` [PATCH v5 09/19] Rename admin.py to debugger.py
` [PATCH v5 10/19] Add delete_atom() function in scraper/db.py
` [PATCH v5 11/19] Add utility function buton_numbers()
` [PATCH v5 12/19] Move bot commands related files to packages/plugins/commands/
` [PATCH v5 13/19] Add del_atom callback query
` [PATCH v5 14/19] Add insert_broadcast() in scraper/db.py
` [PATCH v5 15/19] Add delete_broadcast() "
` [PATCH v5 16/19] Create /add_bc bot command
` [PATCH v5 17/19] Add create_chat_link() function
` [PATCH v5 18/19] Add /del_bc bot command
` [PATCH v5 19/19] Add del_chat callback query
[ammarfaizi2-block:crng/random/jd/getrandom-batch 9/9] include/linux/fortify-string.h:47:33: warning: '__builtin_memset' pointer overflow between offset [0, 255] and size [2147483648, 4294967295]
2022-08-02 19:49 UTC
[ammarfaizi2-block:crng/random/jd/getrandom-batch 9/9] arch/x86/include/asm/string_32.h:195:29: warning: '__builtin_memset' pointer overflow between offset [0, 255] and size [2147483648, 4294967295]
2022-08-02 18:48 UTC
[ammarfaizi2-block:netdev/net-next/main 20/29] net/core/devlink.c:6392 devlink_nl_cmd_region_new() warn: inconsistent returns '®ion->snapshot_lock'
2022-08-01 19:50 UTC (4+ messages)
` [PATCH] net: devlink: Fix missing mutex_unlock() call
[ammarfaizi2-block:crng/random/jd/vdso 9/9] include/vdso/processor.h:10:10: fatal error: 'asm/vdso/processor.h' file not found
2022-08-01 18:48 UTC
[ammarfaizi2-block:crng/random/jd/vdso 9/9] drivers/char/random.c:88:42: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
2022-08-01 18:48 UTC
[PATCH v4 00/18] New feature to handle atom URLs and broadcast
2022-07-31 15:48 UTC (22+ messages)
` [PATCH v4 01/18] Add new table for atom URLs and broadcast chats in db.sql
` [PATCH v4 02/18] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v4 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v4 04/18] Create /add_atom command
` [PATCH v4 05/18] Add utility functions for /add_atom
` [PATCH v4 06/18] Refactor database methods
` [PATCH v4 07/18] Add insert_atom() in scraper/db.py
` [PATCH v4 08/18] Rename admin.py to debugger.py
` [PATCH v4 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v4 10/18] Add utility function buton_numbers()
` [PATCH v4 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v4 12/18] Add del_atom callback query
` [PATCH v4 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v4 14/18] Add delete_broadcast() "
` [PATCH v4 15/18] Create /add_bc bot command
` [PATCH v4 16/18] Add create_chat_link() function
` [PATCH v4 17/18] Add /del_bc bot command
` [PATCH v4 18/18] Add del_chat callback query
[ammarfaizi2-block:tglx/devel/depthtracking 55/57] /tmp/ccGJD37f.s:28: Error: junk `(pcpu_hot+16)' after expression
2022-07-31 8:11 UTC
[ammarfaizi2-block:crng/random/jd/vdso 9/9] arch/x86/entry/vdso/vgetrandom.c:11: undefined reference to `__fentry__'
2022-07-31 7:20 UTC
[ammarfaizi2-block:powerpc/linux/next-test 148/175] drivers/edac/ppc4xx_edac.c:1103:19: error: implicit declaration of function 'irq_of_parse_and_map'
2022-07-30 10:57 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 46/57] vmlinux.o: warning: objtool: .altinstr_replacement+0x1f: unsupported relocation in alternatives section
2022-07-30 4:55 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 55/57] kernel/trace/trace_selftest.c:790:6: error: expected string literal in 'asm'
2022-07-30 4:15 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] arch/riscv/include/asm/vdso/gettimeofday.h:21:38: error: '__NR_gettimeofday' undeclared; did you mean 'sys_gettimeofday'?
2022-07-30 3:44 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] drivers/char/random.c:88:42: error: expected declaration specifiers or '...' before '_vdso_rng_data'
2022-07-30 3:44 UTC
[PATCH v3 00/18] New feature to handle atom URLs and broadcast
2022-07-30 1:36 UTC (26+ messages)
` [PATCH v3 01/18] Add new table for atom URLs and broadcast chats in db.sql
` [PATCH v3 02/18] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v3 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v3 04/18] Create /add_atom command
` [PATCH v3 05/18] Add utility functions for /add_atom
` [PATCH v3 06/18] Refactor database methods
` [PATCH v3 07/18] Add insert_atom() in scraper/db.py
` [PATCH v3 08/18] Rename admin.py to debugger.py
` [PATCH v3 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v3 10/18] Add utility function buton_numbers()
` [PATCH v3 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v3 12/18] Add del_atom callback query
` [PATCH v3 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v3 14/18] Add delete_broadcast() "
` [PATCH v3 15/18] Create /add_bc bot command
` [PATCH v3 16/18] Add create_chat_link() function
` [PATCH v3 17/18] Add /del_bc bot command
` [PATCH v3 18/18] Add del_chat callback query
[ammarfaizi2-block:crng/random/jd/vdso 8/8] arch/x86/entry/vdso/vgetrandom.c:10:9: warning: no previous prototype for function '__vdso_getrandom'
2022-07-29 22:18 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] arch/x86/entry/vdso/vgetrandom.c:10:9: warning: no previous prototype for '__vdso_getrandom'
2022-07-29 22:08 UTC
[ammarfaizi2-block:netdev/net-next/main 16/29] htmldocs: Documentation/networking/devlink/devlink-selftests.rst: WARNING: document isn't included in any toctree
2022-07-29 20:37 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] arch/x86/include/asm/vdso/gettimeofday.h:248:34: error: 'VDSO_CLOCKMODE_TSC' undeclared; did you mean 'VDSO_CLOCKMODE_MAX'?
2022-07-29 17:22 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] arch/riscv/include/asm/vdso/gettimeofday.h:21:31: error: use of undeclared identifier '__NR_gettimeofday'; did you mean 'sys_gettimeofday'?
2022-07-29 16:52 UTC
[ammarfaizi2-block:crng/random/jd/vdso 8/8] include/vdso/processor.h:10:10: fatal error: asm/vdso/processor.h: No such file or directory
2022-07-29 16:41 UTC
[ammarfaizi2-block:palmer/linux/riscv-zicbom 5/5] arch/riscv/mm/dma-noncoherent.c:25:3: error: expected ')'
2022-07-29 6:19 UTC
[PATCH v2 00/18] New feature to handle atom URLs and broadcast
2022-07-29 1:06 UTC (22+ messages)
` [PATCH v2 01/18] Add atom_broadcast.sql
` [PATCH v2 02/18] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v2 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v2 04/18] Create /add_atom command
` [PATCH v2 05/18] Add utility functions for /add_atom
` [PATCH v2 06/18] Refactor database methods
` [PATCH v2 07/18] Add insert_atom() in scraper/db.py
` [PATCH v2 08/18] Rename admin.py to debugger.py
` [PATCH v2 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v2 10/18] Add utility function buton_numbers()
` [PATCH v2 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v2 12/18] Add del_atom callback query
` [PATCH v2 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v2 14/18] Add delete_broadcast() "
` [PATCH v2 15/18] Create /add_bc bot command
` [PATCH v2 16/18] Add create_chat_link() function
` [PATCH v2 17/18] Add /del_bc bot command
` [PATCH v2 18/18] Add del_chat callback query
[PATCH v1 00/18] New feature to handle atom URLs and broadcast
2022-07-29 0:40 UTC (38+ messages)
` [PATCH v1 01/18] Add atom_broadcast.sql
` [PATCH v1 02/18] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v1 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v1 04/18] Create /add_atom command
` [PATCH v1 05/18] Add utility functions for /add_atom
` [PATCH v1 06/18] Refactor database methods
` [PATCH v1 07/18] Add insert_atom() in scraper/db.py
` [PATCH v1 08/18] Rename admin.py to debugger.py
` [PATCH v1 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v1 10/18] Add utility function buton_numbers()
` [PATCH v1 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v1 12/18] Add del_atom callback query
` [PATCH v1 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v1 14/18] Add delete_broadcast() "
` [PATCH v1 15/18] Create /add_bc bot command
` [PATCH v1 16/18] Add create_chat_link() function
` [PATCH v1 17/18] Add /del_bc bot command
` [PATCH v1 18/18] Add del_chat callback query
` [PATCH v2 00/18] New feature to handle atom URLs and broadcast
` [PATCH v2 01/18] Add atom_broadcast.sql
` [PATCH v2 02/18] Add ATOM_URLS and BROADCAST_CHAT methods
` [PATCH v2 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v2 04/18] Create /add_atom command
` [PATCH v2 05/18] Add utility functions for /add_atom
` [PATCH v2 06/18] Refactor database methods
` [PATCH v2 07/18] Add insert_atom() in scraper/db.py
` [PATCH v2 08/18] Rename admin.py to debugger.py
` [PATCH v2 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v2 10/18] Add utility function buton_numbers()
` [PATCH v2 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v2 12/18] Add del_atom callback query
` [PATCH v2 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v2 14/18] Add delete_broadcast() "
` [PATCH v2 15/18] Create /add_bc bot command
` [PATCH v2 16/18] Add create_chat_link() function
` [PATCH v2 17/18] Add /del_bc bot command
` [PATCH v2 18/18] Add del_chat callback query
[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 2531/9999] /opt/cross/gcc-12.1.0-nolibc/mips64-linux/bin/../lib/gcc/mips64-linux/12.1.0/../../../../mips64-linux/bin/ld: warning: cannot find entry symbol nable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang; not setting start address
2022-07-28 9:54 UTC
[PATCH v1 00/18] New feature to handle atom URLs and broadcast
2022-07-28 5:15 UTC (26+ messages)
` [PATCH v1 01/18] Add atom_broadcast.sql
` [PATCH v1 03/18] Fix MySQL InternalError: Unread result found
` [PATCH v1 04/18] Create /add_atom command
` [PATCH v1 05/18] Add utility functions for /add_atom
` [PATCH v1 06/18] Refactor database methods
` [PATCH v1 07/18] Add insert_atom() in scraper/db.py
` [PATCH v1 08/18] Rename admin.py to debugger.py
` [PATCH v1 09/18] Add delete_atom() function in scraper/db.py
` [PATCH v1 10/18] Add utility function buton_numbers()
` [PATCH v1 11/18] Move bot commands related files to packages/plugins/commands/
` [PATCH v1 12/18] Add del_atom callback query
` [PATCH v1 13/18] Add insert_broadcast() in scraper/db.py
` [PATCH v1 14/18] Add delete_broadcast() "
` [PATCH v1 15/18] Create /add_bc bot command
` [PATCH v1 16/18] Add create_chat_link() function
` [PATCH v1 17/18] Add /del_bc bot command
` [PATCH v1 18/18] Add del_chat callback query
[ammarfaizi2-block:powerpc/linux/next-test 154/166] arch/powerpc/kernel/pci-common.c:78:13: error: unused variable 'prop_32'
2022-07-27 18:19 UTC
[PATCH] wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`
2022-07-27 10:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox