messages from 2022-07-30 01:26:15 to 2022-08-21 11:25:44 UTC [more...]
[PATCH v1 00/22] ncns updates
2022-08-21 11:24 UTC (14+ messages)
` [PATCH v1 01/22] chnet: Add initial request body support
` [PATCH v1 02/22] chnet: node: Add set_user_data support on SQE
` [PATCH v1 03/22] tests/js/ring: Update the unit test to utilize set_user_data
` [PATCH v1 04/22] binding.gyp: Add `-ggdb3` flag for better debugging experience
` [PATCH v1 05/22] binding.gyp: Add `-Wno-enum-constexpr-conversion` flag
` [PATCH v1 06/22] chnet: node: Add set_method function to set HTTP method
` [PATCH v1 07/22] chnet: node: Add get_error function to return the error string
` [PATCH v1 08/22] chnet: node: Add set_payload function to set HTTP req body
` [PATCH v1 09/22] tests/js/ring: Add simple HTTP POST request example in NodeJS
` [PATCH v1 10/22] chnet: Split construct URL req creation into a new function
` [PATCH v1 11/22] chnet: Add set request header support
` [PATCH v1 12/22] chnet: node: Fix unused variable warning
` [PATCH v1 13/22] chnet: node: Add set request header function in NodeJS
[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.9-p-release 3994/9999] security/commoncap.c:75:5: sparse: sparse: symbol '__cap_capable' was not declared. Should it be static?
2022-08-21 9:35 UTC
[ammarfaizi2-block:viro/vfs/work.termios2 4/8] arch/alpha/kernel/termios.c:5:5: warning: no previous prototype for 'user_termio_to_kernel_termios'
2022-08-21 5:11 UTC (2+ messages)
[ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 5885/9999] fs/f2fs/data.c:417:47: sparse: sparse: Using plain integer as NULL pointer
2022-08-21 4:58 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 2199/9999] drivers/cpufreq/cpufreq_times.c:117:35: sparse: sparse: implicit cast to nocast type
2022-08-21 4:27 UTC
[ammarfaizi2-block:viro/vfs/work.termios2 4/8] arch/sparc/kernel/termios.c:15:5: error: no previous prototype for 'kernel_termios_to_user_termio'
2022-08-21 4:17 UTC
[ammarfaizi2-block:google/android/kernel/common/android12-kiwi-5.10 8804/9999] drivers/virtio/virtio_pvclock.c:49:6: warning: no previous prototype for function 'update_suspend_time'
2022-08-20 12:40 UTC
[ammarfaizi2-block:akpm/mm/mm-unstable 101/170] mm/memory.c:68:10: fatal error: linux/memory-tiers.h: No such file or directory
2022-08-20 10:28 UTC
[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:14: error: implicit declaration of function 'node_is_toptier'
2022-08-20 10:28 UTC
[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:7: error: call to undeclared function 'node_is_toptier'; ISO C99 and later do not support implicit function declarations
2022-08-20 9:06 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.4 285/287] drivers/tee/tee_shm.c:242:14: error: implicit declaration of function 'access_ok'
2022-08-19 15:00 UTC
[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.08.03b 68/79] kernel/rcu/rcutorture.c:1194:18-31: duplicated argument to && or || (fwd)
2022-08-19 14:45 UTC (2+ messages)
[ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 1405/9999] ld: warning: arch/x86/lib/lib-ksyms.o: missing .note.GNU-stack section implies executable stack
2022-08-18 17:59 UTC
[ammarfaizi2-block:google/android/kernel/common/android13-5.15 2837/5636] include/trace/events/rwmmio.h:13:1: sparse: sparse: cast removes address space '__iomem' of expression
2022-08-18 17:49 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 33/59] arch/x86/kernel/ftrace_64.o: warning: objtool: ftrace_caller+0x0: unreachable instruction
2022-08-18 16:00 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 33/59] arch/x86/kvm/emulate.o: warning: objtool: seto+0x0: unreachable instruction
2022-08-18 15:50 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.10 460/539] drivers/mtd/nand/raw/nand_timings.c:295:43: warning: 'onfi_nvddr_timings' defined but not used
2022-08-17 22:16 UTC
[PATCH ncns v1 0/2] ncns fixes
2022-08-17 13:41 UTC (5+ messages)
` [PATCH ncns v1 1/2] chnet: Initialize `read_ret_` to zero
` [PATCH ncns v1 2/2] chnet: Set error string when the Chromium hits net error
[PATCH ncns v1 0/2] ncns fixes
2022-08-17 1:14 UTC (4+ messages)
` [PATCH ncns v1 1/2] chnet: node: Only take the pointer of buffer when available
` [PATCH ncns v1 2/2] chnet: node: Fix unused variable warning
[ammarfaizi2-block:tglx/devel/depthtracking 58/59] arch/x86/net/bpf_jit_comp.c:2103:40: error: use of undeclared identifier '__fentry__'
2022-08-16 23:29 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 9/59] arch/x86/include/asm/linkage.h:20:3: error: #error Unsupported function alignment
2022-08-16 22:07 UTC
[PATCH ncns v1 0/4] chnet ring cleanups
2022-08-16 17:24 UTC (9+ messages)
` [PATCH ncns v1 1/4] chnet: ring: Refactor SQE handling
` [PATCH ncns v1 2/4] chnet: ring: Improve `PostCQE()` waiting mechanism
` [PATCH ncns v1 3/4] chnet: ring: Make sure we are holding the lock when calling `cqe_size()`
` [PATCH ncns v1 4/4] chnet: ring: Only notify CQE free slot when it's available
[ammarfaizi2-block:tglx/devel/depthtracking 58/59] arch/x86/net/bpf_jit_comp.c:2103:47: error: '__fentry__' undeclared; did you mean 'fentry'?
2022-08-16 11:11 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 33/59] vmlinux.o: warning: objtool: __asan_store16+0xc6: return with UACCESS disabled from a UACCESS-safe function
2022-08-16 4:19 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 33/59] vmlinux.o: warning: objtool: __asan_load1+0x4e: return with UACCESS disabled from a UACCESS-safe function
2022-08-16 2:27 UTC
[ammarfaizi2-block:google/android/kernel/common/android12-5.4 5163/9999] htmldocs: fs/inode.c:1609: WARNING: Inline emphasis start-string without end-string
2022-08-15 5:51 UTC
[ammarfaizi2-block:paulmck/linux-rcu/ctxt.2022.06.21a 10/22] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit'
2022-08-14 18:34 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.19 294/1034] io_uring/io_uring.c:3150:40: warning: variable 'prev' set but not used
2022-08-14 1:54 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.10 139/453] Error: arch/arm64/boot/dts/qcom/msm8916.dtsi:1267.28-29 syntax error
2022-08-14 0:52 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.19 369/1034] net/ipv6/raw.c:338:40: warning: variable 'daddr' set but not used
2022-08-13 23:40 UTC
[ammarfaizi2-block:google/android/kernel/common/android13-5.10 7542/9999] fs/fuse/dir.c:392:18: warning: implicit truncation from 'int' to bit-field changes value from 1 to -1
2022-08-13 20:47 UTC
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 94/110] arch/powerpc/sysdev/fsl_pci.c:601:39: error: 'PCI_CLASS_BRIDGE_PCI_NORMAL' undeclared; did you mean 'PCI_CLASS_BRIDGE_PCI'?
2022-08-13 17:44 UTC
[PATCH v1 0/4] Add admin configuration
2022-08-11 22:29 UTC (6+ messages)
` [PATCH v1 1/4] Add config.py.example
` [PATCH v1 2/4] Add config.py in .gitignore
` [PATCH v1 3/4] Use created filter for admin-only
` [PATCH v1 4/4] Remove unused codes in some files
[PATCH v1 00/18] New feature to handle atom URLs and broadcast
2022-08-11 2:56 UTC (7+ messages)
` [PATCH v1 05/18] Add utility functions for /add_atom
[ammarfaizi2-block:bpf/bpf/master 1/2] kernel/bpf/syscall.c:5089:5: warning: no previous prototype for 'kern_sys_bpf'
2022-08-10 20:21 UTC
[ammarfaizi2-block:bpf/bpf/master 1/2] kernel/bpf/syscall.c:5089:5: warning: no previous prototype for function 'kern_sys_bpf'
2022-08-10 20:11 UTC
[PATCH liburing v1 00/10] liburing test fixes
2022-08-10 13:03 UTC (12+ messages)
` [PATCH liburing v1 01/10] test/cq-overflow: Don't call `io_uring_queue_exit()` if the ring is not initialized
` [PATCH liburing v1 02/10] test/eeed8b54e0df: Initialize the `malloc()`ed buffer before `write()`
` [PATCH liburing v1 03/10] test/file-verify: Fix reading from uninitialized buffer
` [PATCH liburing v1 04/10] test/fixed-reuse: Fix reading from uninitialized array
` [PATCH liburing v1 05/10] test/fpos: Fix reading from uninitialized buffer
` [PATCH liburing v1 06/10] test/statx: "
` [PATCH liburing v1 07/10] test/submit-link-fail: Initialize the buffer before `write()`
` [PATCH liburing v1 08/10] test/232c93d07b74: Fix reading from uninitialized buffer
` [PATCH liburing v1 09/10] test/eventfd-disable: Fix reading uninitialized variable
` [PATCH liburing v1 10/10] test/file-register: Fix reading from uninitialized buffer
[GIT PULL] GitHub bot update
2022-08-10 13:01 UTC (2+ messages)
[ammarfaizi2-block:google/android/kernel/common/android-trusty-5.4 4948/6879] mm/page_alloc.c:2741:29: sparse: sparse: Using plain integer as NULL pointer
2022-08-10 8:42 UTC
testing mutt
2022-08-09 14:12 UTC
test send email from mutt
2022-08-09 13:43 UTC
[PATCH 0/1] x86 change mov 0, %reg to xor %reg, %reg
2022-08-09 7:38 UTC (13+ messages)
` [PATCH 1/1] x86: Change mov $0, %reg with "
[ammarfaizi2-block:crng/random/jd/vdso 9/9] objdump: 'arch/x86/entry/vdso/vdsox32.so.dbg': No such file
2022-08-08 12:07 UTC
[ammarfaizi2-block:palmer/linux/riscv-zicbom 6/6] arch/riscv/include/asm/errata_list.h:128:9: error: expected ':' or ')' before '__nops'
2022-08-08 8:16 UTC (2+ messages)
[ammarfaizi2-block:tglx/devel/depthtracking 57/59] kernel/trace/trace_selftest.c:790:31: error: expected string literal before ')' token
2022-08-07 7:16 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 57/59] <inline asm>:24:23: error: expected register here
2022-08-07 1:37 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 32/59] vmlinux.o: warning: objtool: ftrace_replace_code.cold+0x0: unreachable instruction
2022-08-07 1:06 UTC
[ammarfaizi2-block:tglx/devel/depthtracking 9/59] arch/x86/include/asm/linkage.h:20:3: error: #error Unsupported function alignment
2022-08-07 0:55 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 642/9999] kernel/bpf/core.c:1532:34: sparse: sparse: incorrect type in initializer (different address spaces)
2022-08-05 19:30 UTC
[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 640/9999] kernel/bpf/core.c:1500:31: sparse: sparse: incorrect type in return expression (different address spaces)
2022-08-05 18:29 UTC
[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.14-p-release 137/6167] security/commoncap.c:75:5: sparse: sparse: symbol '__cap_capable' was not declared. Should it be static?
2022-08-05 17:28 UTC
Penyerahan server IRC beserta bot bridge
2022-08-05 15:56 UTC
[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.14-p-release 137/6167] security/commoncap.c:75:5: sparse: sparse: symbol '__cap_capable' was not declared. Should it be static?
2022-08-05 4:27 UTC
[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 (8+ messages)
` [PATCH v3 01/18] Add new table for atom URLs and broadcast chats in db.sql
` [PATCH v3 14/18] Add delete_broadcast() in scraper/db.py
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