messages from 2022-05-30 13:15:31 to 2022-06-12 15:39:49 UTC [more...]
[syzbot] WARNING in exit_tasks_rcu_finish
2022-06-12 15:39 UTC
[PATCH buubuu v1 00/10] Frontend updates
2022-06-12 13:19 UTC (15+ messages)
` [PATCH buubuu v1 01/10] assets: Create common.js to place common used helpers
` [PATCH buubuu v1 02/10] assets: Create common.css to place common used CSS rules
` [PATCH buubuu v1 03/10] view: Avoid redefining `get_eid()` function
` [PATCH buubuu v1 04/10] view: Rework index.html view
` [PATCH buubuu v1 05/10] controller: Crate Index() method in authController
` [PATCH buubuu v1 06/10] server: Load `./assets` directory for `/assets` route
` [PATCH buubuu v1 07/10] server: Add route '/' to load the Index
` [PATCH buubuu v1 08/10] view: Put the style and JS preload script to top
` [PATCH buubuu v1 09/10] view: Allow user to navigate between pages
` [PATCH buubuu v1 10/10] view: index: Add meta tags for Facebook link preview
[RFC] support memory recycle for ring-mapped provided buffer
2022-06-12 7:30 UTC (2+ messages)
[ammarfaizi2-block:kvalo/ath/ath12k-bringup 29/59] drivers/net/wireless/ath/ath12k/pci.c:667:14: error: implicit declaration of function 'of_property_read_u32'
2022-06-11 20:09 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 29/57] include/linux/page-flags.h:788:27: warning: passing argument 1 of 'dump_page' discards 'const' qualifier from pointer target type
2022-06-11 15:37 UTC (2+ messages)
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 57/57] fs/netfs/buffered_write.c:934:2: warning: TRIGGER NEW FLUSH GROUP FOR TESTING
2022-06-11 10:22 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 30/57] lib/iov_iter.c:1464:9: warning: comparison of distinct pointer types ('typeof (nr * ((1UL) << 12) - offset) *' (aka 'unsigned long *') and 'typeof (maxsize) *' (aka 'unsigned int *'))
2022-06-11 7:45 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 29/57] include/linux/page-flags.h:788:9: sparse: sparse: incorrect type in argument 1 (different modifiers)
2022-06-11 6:44 UTC
[PATCH v3] io_uring: switch cancel_hash to use per entry spinlock
2022-06-11 4:34 UTC (5+ messages)
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 29/57] include/linux/page-flags.h:788:20: error: passing 'const struct page *' to parameter of type 'struct page *' discards qualifiers
2022-06-11 3:40 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 57/57] fs/netfs/buffered_write.c:934:2: warning: #warning TRIGGER NEW FLUSH GROUP FOR TESTING
2022-06-11 3:08 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 53/57] fs/ceph/inode.c:453:33: warning: unused variable 'ctx'
2022-06-10 22:23 UTC
[PATCH v8 00/14] io-uring/xfs: support async buffered writes
2022-06-10 12:38 UTC (23+ messages)
` [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v8 04/14] iomap: Add flags parameter to iomap_page_create()
` [PATCH v8 05/14] iomap: Add async buffered write support
` [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter
` [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v8 10/14] fs: Add async write file modification handling
` [PATCH v8 11/14] io_uring: Add support for async buffered writes
` [PATCH v8 12/14] io_uring: Add tracepoint for short writes
` [PATCH v8 13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v8 14/14] xfs: Add async buffered write support
[ammarfaizi2-block:tiwai/sound/test/ctl-xarray 8/8] ERROR: modpost: "xa_store_range" [sound/core/snd.ko] undefined!
2022-06-09 21:19 UTC
[ammarfaizi2-block:tiwai/sound/test/ctl-xarray 8/8] ld.lld: error: undefined symbol: xa_store_range
2022-06-09 20:58 UTC
[ammarfaizi2-block:tiwai/sound/test/ctl-xarray 8/8] ERROR: modpost: "xa_store_range" [sound/core/snd.ko] undefined!
2022-06-09 18:56 UTC
[syzbot] possible deadlock in bpf_trace_printk
2022-06-09 17:07 UTC
Possible bug for ring-mapped provided buffer
2022-06-09 16:08 UTC (9+ messages)
[ammarfaizi2-block:stable/linux-stable-rc/queue/5.18 29/879] fs/cifs/connect.c:3435:14: warning: unused variable 'nodfs'
2022-06-09 4:48 UTC (2+ messages)
` [EXTERNAL] "
[PATCH v7 00/15] io-uring/xfs: support async buffered writes
2022-06-07 16:41 UTC (32+ messages)
` [PATCH v7 01/15] mm: Move starting of background writeback into the main balancing loop
` [PATCH v7 02/15] mm: Move updates of dirty_exceeded into one place
` [PATCH v7 03/15] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v7 04/15] iomap: Add flags parameter to iomap_page_create()
` [PATCH v7 05/15] iomap: Add async buffered write support
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 07/15] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v7 08/15] fs: add __remove_file_privs() with flags parameter
` [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v7 10/15] fs: Add async write file modification handling
` [PATCH v7 11/15] fs: Optimization for concurrent file time updates
` [PATCH v7 12/15] io_uring: Add support for async buffered writes
` [PATCH v7 13/15] io_uring: Add tracepoint for short writes
` [PATCH v7 14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v7 15/15] xfs: Add async buffered write support
SLC server port 7704 and 7705 are down?
2022-06-07 3:36 UTC (2+ messages)
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 5/41] fs/cifs/smb2ops.c:4995:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
2022-06-07 2:34 UTC
Linux 5.18-rc4
2022-06-06 21:00 UTC (8+ messages)
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 58/59] fs/netfs/buffered_flush.c:664 netfs_find_writeback_start() error: uninitialized symbol 'ret'
2022-06-06 12:24 UTC
Patch "x86/delay: Fix the wrong asm constraint in delay_loop()" has been added to the 5.15-stable tree
2022-06-06 12:21 UTC
[RFC PATCH v1 0/5] Ensure io_uring data structure consistentcy in liburing
2022-06-06 11:51 UTC (8+ messages)
` [RFC PATCH v1 1/5] lib: Don't indent in `#ifdef -> #define -> #endif` block
` [RFC PATCH v1 2/5] lib: Add `BUILD_BUG_ON()` macro
` [RFC PATCH v1 3/5] lib: Add `sizeof_field()` macro
` [RFC PATCH v1 4/5] Avoid macro redefinition warnings
` [RFC PATCH v1 5/5] Add io_uring data structure build assertion
Patch "x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails" has been added to the 5.15-stable tree
2022-06-06 9:43 UTC
[PATCH] slc: Fix file descriptor leak
2022-06-06 3:02 UTC (10+ messages)
[RFC PATCH] ubd: add io_uring based userspace block driver
2022-06-06 2:15 UTC (2+ messages)
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 58/59] fs/netfs/buffered_flush.c:408:30: sparse: sparse: incompatible types in comparison expression (different type sizes):
2022-06-04 19:43 UTC
[GIT PULL] Followup io_uring changes and fixes
2022-06-03 18:50 UTC (2+ messages)
[ammarfaizi2-block:paulmck/linux-rcu/dave.2022.06.02a 56/78] kernel/rcu/tasks.h:1239:8: error: variable has incomplete type 'typeof (({
2022-06-02 23:52 UTC (2+ messages)
[ammarfaizi2-block:paulmck/linux-rcu/dave.2022.06.02a 56/78] kernel/rcu/tasks.h:1239:9: error: aggregate value used where an integer was expected
2022-06-02 22:05 UTC
[PROJECT buubuu] Several questions about the project
2022-06-02 16:48 UTC
Undelivered Mail Returned to Sender
2022-06-02 14:59 UTC
[PATCH buubuu v2] User Update
2022-06-02 14:11 UTC
[PATCH] io_uring: Remove redundant NULL check before kfree
2022-06-02 7:47 UTC (2+ messages)
[PATCH] io_uring: reinstate the inflight tracking
2022-06-02 7:45 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 36/59] ERROR: modpost: "fscache_begin_cache_operation" [fs/ceph/ceph.ko] undefined!
2022-06-01 23:56 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 39/59] fs/netfs/crypto.c:208:1: warning: the frame size of 1056 bytes is larger than 1024 bytes
2022-06-01 23:05 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 36/59] ERROR: modpost: "fscache_begin_cache_operation" [fs/afs/kafs.ko] undefined!
2022-06-01 22:54 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 58/59] fs/netfs/buffered_flush.c:411:16: warning: comparison of distinct pointer types ('typeof (hard_align) *' (aka 'unsigned int *') and 'typeof (((1UL) << 12) << ctx->cache_order) *' (aka 'unsigned long *'))
2022-06-01 21:40 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 58/59] fs/netfs/buffered_flush.c:408:16: warning: comparison of distinct pointer types ('typeof (hard_align) *' (aka 'unsigned int *') and 'typeof (1UL << __builtin_choose_expr(((!!(sizeof ((typeof (ctx->min_bshift) *)1 == (typeof (ctx->crypto_bshift) *)1))) &&
2022-06-01 21:28 UTC
[ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 37/59] fs/netfs/output.c:274:32: warning: unused variable 'cookie'
2022-06-01 21:28 UTC
[GIT PULL] io_uring updates for 5.18-rc1
2022-06-01 19:20 UTC (10+ messages)
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 32/41] fs/cifs/fscache.c:112:67: sparse: sparse: incorrect type in argument 2 (different base types)
2022-06-01 11:01 UTC
[ammarfaizi2-block:paulmck/linux-rcu/dev 77/78] kernel/rcu/tasks.h:1231:12: warning: variable 'realnew' set but not used
2022-06-01 8:59 UTC
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 34/41] fs/cifs/smb2ops.c:3965:34: sparse: sparse: incorrect type in argument 2 (different base types)
2022-06-01 7:17 UTC
[PATCH 0/5] io_uring: add opcodes for current working directory
2022-06-01 2:57 UTC (11+ messages)
` [PATCH 1/5] io_uring: add rename opcode "
` [PATCH 2/5] io_uring: add unlink "
` [PATCH 3/5] io_uring: add mkdir "
` [PATCH 4/5] io_uring: add symlink "
` [PATCH 5/5] io_uring: add link "
` [External] Re: [PATCH 0/5] io_uring: add opcodes "
[PATCH v6 00/16] io-uring/xfs: support async buffered writes
2022-05-31 18:12 UTC (18+ messages)
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
[syzbot] UBSAN: array-index-out-of-bounds in io_submit_sqes
2022-05-31 9:53 UTC (10+ messages)
[LIBURING PATCH v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots
2022-05-30 22:55 UTC (2+ messages)
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 32/41] fs/cifs/fscache.c:112:67: warning: passing argument 2 of 'bset_mem_set_bit' makes pointer from integer without a cast
2022-05-30 21:59 UTC
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 32/41] fs/cifs/fscache.c:112:37: warning: incompatible integer to pointer conversion passing 'unsigned long' to parameter of type 'volatile unsigned long *'; take the address with &
2022-05-30 20:48 UTC
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 40/41] fs/netfs/io.c:596:15: warning: variable 'ix' set but not used
2022-05-30 20:38 UTC
[ammarfaizi2-block:dhowells/linux-fs/cifs-netfs 32/41] fs/cifs/fscache.c:112:67: warning: passing argument 2 of 'set_bit' makes pointer from integer without a cast
2022-05-30 19:27 UTC
[PATCH v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots
2022-05-30 13:45 UTC (3+ 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