public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-22 16:01:52 to 2022-04-30 17:32:19 UTC [more...]

[PATCH server-a001 v2 0/4] Install net-tools and MySQL server
 2022-04-30 17:32 UTC  (9+ messages)
` [PATCH server-a001 v2 1/4] Install net-tools
` [PATCH server-a001 v2 2/4] Install MySQL server
` [PATCH server-a001 v2 3/4] Create `storage` directory for saving persistent data
` [PATCH server-a001 v2 4/4] Create start.sh to start the docker container

[net] 02dcea6024: INFO:task_blocked_for_more_than#seconds
 2022-04-30 14:49 UTC 

[RFC v3 0/9] fixed worker
 2022-04-30 13:27 UTC  (12+ messages)
` [PATCH 1/9] io-wq: add a worker flag for individual exit
` [PATCH 2/9] io-wq: change argument of create_io_worker() for convienence
` [PATCH 3/9] io-wq: add infra data structure for fixed workers
` [PATCH 4/9] io-wq: tweak io_get_acct()
` [PATCH 5/9] io-wq: fixed worker initialization
` [PATCH 6/9] io-wq: fixed worker exit
` [PATCH 7/9] io-wq: implement fixed worker logic
` [PATCH 8/9] io-wq: batch the handling of fixed worker private works
` [PATCH 9/9] io_uring: add register fixed worker interface

[ammarfaizi2-block:palmer/linux/riscv-compat 20/20] arch/riscv/kernel/compat_signal.c:198:5: warning: no previous prototype for function 'compat_setup_rt_frame'
 2022-04-30 13:08 UTC 

[PATCH v1 0/8] fio error handling fixes
 2022-04-30 13:08 UTC  (16+ messages)
` [PATCH v1 1/8] cgroup: Add ENOMEM handling on a `malloc()` call
` [PATCH v1 2/8] stat: Add ENOMEM handling on `malloc()` / `calloc()` calls
` [PATCH v1 3/8] engines/net: Add ENOMEM handling on a `malloc()` call
` [PATCH v1 4/8] blktrace: Fix broken error handling in `merge_blktrace_iologs()`
` [PATCH v1 5/8] blktrace: Add ENOMEM handling when allocating @ipo
` [PATCH v1 6/8] blktrace: Add ENOMEM handling in `trace_add_open_close_event()` and its callers
` [PATCH v1 7/8] client: Add ENOMEM handling on `realloc()` calls
` [PATCH v1 8/8] client: Add ENOMEM handling on `malloc()`, `calloc()` and `strdup()` calls

[ammarfaizi2-block:palmer/linux/riscv-compat 20/20] arch/riscv/kernel/compat_syscall_table.o:undefined reference to `compat_sys_fadvise64_64'
 2022-04-30  6:22 UTC 

[ammarfaizi2-block:axboe/linux-block/for-5.19/io_uring-pbuf 75/84] fs/io_uring.c:3599:23: sparse: sparse: incorrect type in return expression (different address spaces)
 2022-04-30  0:26 UTC 

[GIT PULL] io_uring fixes for 5.18-rc5
 2022-04-29 23:29 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 19/24] output.c:undefined reference to `udpv6_sendmsg'
 2022-04-29 21:43 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 19/24] net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
 2022-04-29 20:02 UTC 

[ammarfaizi2-block:kvalo/ath/ath12k-bringup 29/38] drivers/net/wireless/ath/ath12k/hal_rx.c:404:25: warning: cast to pointer from integer of different size
 2022-04-29 18:20 UTC 

[PATCH v1] io_uring: Fix memory leak if file setup fails
 2022-04-29 15:36 UTC  (3+ messages)

[PATCHSET RFC 0/10] Add support for ring mapped provided buffers
 2022-04-29 14:57 UTC  (12+ messages)
` [PATCH 01/10] io_uring: kill io_recv_buffer_select() wrapper
` [PATCH 02/10] io_uring: make io_buffer_select() return the user address directly
` [PATCH 03/10] io_uring: kill io_rw_buffer_select() wrapper
` [PATCH 04/10] io_uring: always use req->buf_index for the provided buffer group
` [PATCH 05/10] io_uring: cache last io_buffer_list lookup
` [PATCH 06/10] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 07/10] io_uring: add io_pin_pages() helper
` [PATCH 08/10] io_uring: abstract out provided buffer list selection
` [PATCH 09/10] io_uring: relocate io_buffer_get_list()
` [PATCH 10/10] io_uring: add support for ring mapped supplied buffers

[PATCH] io_uring: check that data field is 0 in ringfd unregister
 2022-04-29 14:40 UTC  (2+ messages)

[PATCH v3 0/3] Small fio cleanups and fixes
 2022-04-29  7:46 UTC  (5+ messages)
` [PATCH v3 1/3] backend: Fix indentation
` [PATCH v3 2/3] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v3 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

[net] 02dcea6024: netperf.Throughput_tps -9.1% regression
 2022-04-29  6:20 UTC 

[ammarfaizi2-block:kvalo/ath/pending 7/57] drivers/net/wireless/realtek/rtw89/ser.c:319:2: warning: unannotated fall-through between switch labels
 2022-04-29  5:48 UTC  (2+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-04-28 21:54 UTC  (29+ messages)
` [RFC PATCH v1 01/18] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 03/18] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v1 04/18] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v1 05/18] iomap: add async buffered write support
` [RFC PATCH v1 06/18] xfs: add iomap "
` [RFC PATCH v1 07/18] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v1 08/18] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v1 09/18] fs: add pending file update time flag
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 12/18] io_uring: add support for async buffered writes
` [RFC PATCH v1 13/18] io_uring: add tracepoint for short writes
` [RFC PATCH v1 14/18] sched: add new fields to task_struct
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
` [RFC PATCH v1 16/18] iomap: User "
` [RFC PATCH v1 17/18] io_uring: support write "
` [RFC PATCH v1 18/18] xfs: enable async buffered write support

[syzbot] KASAN: use-after-free Read in add_wait_queue
 2022-04-28 15:39 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 25/45] ld.lld: error: undefined symbol: fscache_begin_cache_operation
 2022-04-28 14:32 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 25/45] ERROR: modpost: "fscache_begin_cache_operation" [fs/ceph/ceph.ko] undefined!
 2022-04-28 12:20 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 39/45] fs/netfs/buffered_write.c:670 netfs_page_mkwrite() warn: unsigned 'ret' is never less than zero
 2022-04-28 11:19 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 25/45] ERROR: modpost: "fscache_begin_cache_operation" [fs/afs/kafs.ko] undefined!
 2022-04-28  9:47 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 39/45] fs/netfs/buffered_write.c:669:13: sparse: sparse: incorrect type in assignment (different base types)
 2022-04-28  9:27 UTC 

[for-next][PATCH 15/21] tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
 2022-04-27 19:36 UTC  (2+ messages)
` [for-next][PATCH 16/21] tracing: Change `if (strlen(glob))` to `if (glob[0])`

Linux 5.18-rc4
 2022-04-27 18:31 UTC  (2+ messages)

[x86/aperfmperf] adabc53c25: WARNING:at_arch/x86/kernel/cpu/aperfmperf.c:#freq_invariance_enable
 2022-04-27 14:51 UTC  (2+ messages)

[ammarfaizi2-block:kvalo/ath/pending 36/40] drivers/net/wireless/ath/ath11k/mac.c:8293 ath11k_mac_op_set_bios_sar_specs() warn: variable dereferenced before check 'sar' (see line 8280)
 2022-04-27 11:55 UTC  (3+ messages)

[PATCH v2 0/6] Small fio cleanups and fixes
 2022-04-27  9:52 UTC  (9+ messages)
` [PATCH v2 1/6] backend: Fix indentation
` [PATCH v2 2/6] cgroup: Handle `ENOMEM` case on `malloc()` call
` [PATCH v2 3/6] stat: Handle `ENOMEM` case in `__show_run_stats()`
` [PATCH v2 4/6] engines/net: Replace `malloc()` + `memset()` with `calloc()`
` [PATCH v2 5/6] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v2 6/6] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

[ammarfaizi2-block:palmer/linux/riscv-compat 18/20] arch/riscv/include/asm/signal32.h:10:5: warning: no previous prototype for function 'compat_setup_rt_frame'
 2022-04-27  9:36 UTC 

[ammarfaizi2-block:palmer/linux/riscv-compat 18/20] arch/riscv/include/asm/signal32.h:10:5: warning: no previous prototype for 'compat_setup_rt_frame'
 2022-04-27  6:28 UTC 

[PATCHSET 0/2] Add support for IORING_RECVSEND_POLL_FIRST
 2022-04-27  3:57 UTC  (4+ messages)
` [PATCH 1/2] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/2] io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg

[PATCH v1 0/6] Small fio cleanups and fixes
 2022-04-26 21:31 UTC  (9+ messages)
` [PATCH v1 1/6] backend: Fix indentation
` [PATCH v1 2/6] get_cgroup_root: Handle `ENOMEM` case on `malloc()` call
` [PATCH v1 3/6] stat: "
` [PATCH v1 4/6] engines/net: Replace `malloc()`+`memset()` with `calloc()`
` [PATCH v1 5/6] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v1 6/6] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`

[PATCHSET RFC 0/4] Add support for IOSQE2_POLL_FIRST
 2022-04-26 18:33 UTC  (5+ messages)
` [PATCH 1/4] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/4] io_uring: add flags2 variable
` [PATCH 3/4] io_uring: add IOSQE2_POLL_FIRST flag
` [PATCH 4/4] io_uring: wire up IOSQE2_POLL_FIRST for send/sendmsg and recv/recvmsg

[PATCH v3 0/4] io_uring: text representation of opcode in trace
 2022-04-26 12:51 UTC  (6+ messages)
` [PATCH v3 1/4] io_uring: add type to op enum
` [PATCH v3 2/4] io_uring: add io_uring_get_opcode
` [PATCH v3 3/4] io_uring: rename op -> opcode
` [PATCH v3 4/4] io_uring: use the text representation of ops in trace

[PATCH v2 1/4] io_uring: add type to op enum
 2022-04-25 22:47 UTC  (5+ messages)
` [PATCH v2 2/4] io_uring: add io_uring_get_opcode
` [PATCH v2 3/4] io_uring: rename op -> opcode
` [PATCH v2 4/4] io_uring: use the text representation of ops in trace
` [PATCH v2 0/4] io_uring: text representation of opcode "

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/44] output.c:undefined reference to `__fscache_begin_write_operation'
 2022-04-25 16:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 29/44] fs/netfs/crypto.c:76:10: warning: comparison of distinct pointer types ('typeof (len) (aka 'unsigned int and 'typeof (((1UL) << 12) - offset) (aka 'unsigned long
 2022-04-25 13:41 UTC 

[PATCH 0/3] text representation of opcode in trace
 2022-04-25 12:38 UTC  (5+ messages)
` [PATCH 1/3] io_uring: add io_uring_get_opcode
` [PATCH 2/3] io_uring: rename op -> opcode
` [PATCH 3/3] io_uring: use the text representation of ops in trace

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] include/linux/instrumented.h:101: undefined reference to `fscache_n_updates'
 2022-04-24  3:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:6539:6: warning: no previous prototype for function 'mt_dump_range'
 2022-04-23 20:34 UTC 

[GIT PULL] io_uring fixes for 5.18-rc4
 2022-04-23 17:11 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 39/44] fs/netfs/buffered_flush.c:545:56: sparse: sparse: Using plain integer as NULL pointer
 2022-04-23 13:56 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:28:40: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-04-23 13:25 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] fs/netfs/crypto.c:76:31: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-04-23 12:24 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:5317:23: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-04-23 11:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 42/44] fs/afs/write.c:271:24: sparse: sparse: incorrect type in assignment (different base types)
 2022-04-23 10:01 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:6539:6: warning: no previous prototype for 'mt_dump_range'
 2022-04-23  5:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 42/44] fs/afs/write.c:265:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2022-04-23  5:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 30/44] fs/netfs/direct_read.c:198:3: error: expected expression
 2022-04-23  3:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/44] include/linux/fscache.h:540: undefined reference to `__fscache_begin_write_operation'
 2022-04-23  1:14 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:76:28: warning: unused variable 'mt_max'
 2022-04-23  1:04 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:28:26: warning: comparison of distinct pointer types ('typeof (((1UL) << 12) - offset) *' (aka 'unsigned long *') and 'typeof (size) *' (aka 'unsigned int *'))
 2022-04-23  0:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 41/44] ERROR: modpost: "netfs_page_mkwrite" [fs/afs/kafs.ko] undefined!
 2022-04-23  0:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 37/44] fs/netfs/buffered_write.c:757:6: warning: variable 'spare_region' is used uninitialized whenever 'if' condition is true
 2022-04-22 23:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:28:26: warning: comparison of distinct pointer types ('typeof (((1UL) << (12)) - offset) *' (aka 'unsigned long *') and 'typeof (size) *' (aka 'unsigned int *'))
 2022-04-22 23:42 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] fs/netfs/crypto.c:76:10: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof (((1UL) << 12) - offset) *' (aka 'unsigned long *'))
 2022-04-22 23:22 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] fs/netfs/crypto.c:76:10: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12)) - offset) *' (aka 'unsigned long *'))
 2022-04-22 22:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 30/44] fs/netfs/direct_read.c:199:22: warning: mixing declarations and code is incompatible with standards before C99
 2022-04-22 22:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:618:58: error: 'struct netfs_i_context' has no member named 'cache'
 2022-04-22 22:30 UTC 

[PATCH liburing v1 0/6] liburing fixes and cleanups
 2022-04-22 21:15 UTC  (8+ messages)
` [PATCH liburing v1 1/6] test/runtests-quiet.sh: Fixup redirection
` [PATCH liburing v1 2/6] Makefile: Make sure we build everything before runtests
` [PATCH liburing v1 3/6] test/Makefile: Remove `.PHONY` variable
` [PATCH liburing v1 4/6] test/Makefile: Sort the test file list alphabetically
` [PATCH liburing v1 5/6] .github/workflows: Run the nolibc build for x86 32-bit
` [PATCH liburing v1 6/6] test/double-poll-crash: Skip this test if the `mmap()` fails

[PATCH liburing v2 0/7] run tests in parallel
 2022-04-22 17:30 UTC  (9+ messages)
` [PATCH liburing v2 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing v2 2/7] test: use unique path for socket
` [PATCH liburing v2 3/7] test: use unique ports
` [PATCH liburing v2 4/7] test: use unique filenames
` [PATCH liburing v2 5/7] test: mkdir -p output folder
` [PATCH liburing v2 6/7] test: add make targets for each test
` [PATCH liburing v2 7/7] test: use remove_buffers instead of nop to generate error codes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox