public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-03-14 10:08:39 to 2022-03-23 07:18:34 UTC [more...]

[PATCH 0/2] nolibc: fix two build issues at -O0
 2022-03-23  7:18 UTC  (2+ messages)
` [PATCH 1/2] tools/nolibc/string: do not use __builtin_strlen() "

[RFC PATCH v2 0/8] Add dynamic memory allocator support for nolibc
 2022-03-23  7:10 UTC  (44+ messages)
` [RFC PATCH v2 1/8] tools/nolibc: x86-64: Update System V ABI document link
` [RFC PATCH v2 2/8] tools/nolibc: Remove .global _start from the entry point code
` [RFC PATCH v2 3/8] tools/nolibc: i386: Implement syscall with 6 arguments
` [RFC PATCH v2 4/8] tools/nolibc/sys: Implement `mmap()` and `munmap()`
` [RFC PATCH v2 5/8] tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
` [RFC PATCH v2 6/8] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [RFC PATCH v2 7/8] tools/nolibc/string: Implement `strnlen()`
` [RFC PATCH v2 8/8] tools/include/string: Implement `strdup()` and `strndup()`

[ammarfaizi2-block:palmer/linux/riscv-ftrace_mutex_fix 1/1] arch/riscv/kernel/ftrace.c:14:5: error: expected identifier or '('
 2022-03-23  5:59 UTC 

[ammarfaizi2-block:palmer/linux/riscv-compat 6/20] arch/arm64/include/asm/compat.h:69:8: error: redefinition of 'struct compat_statfs'
 2022-03-23  5:18 UTC 

[syzbot] KASAN: use-after-free Read in io_poll_remove_entries
 2022-03-23  5:00 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-kiwi-5.10 9930/9999] drivers/virtio/virtio_pvclock.c:49:6: warning: no previous prototype for 'update_suspend_time'
 2022-03-23  1:35 UTC 

[ammarfaizi2-block:palmer/linux/riscv-pmu 13/15] drivers/perf/riscv_pmu_sbi.c:498: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-03-22 22:06 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android-trusty-5.4 1704/6879] drivers/scsi/ufs/ufshcd-crypto.c:250:26: warning: no previous prototype for function 'ufshcd_blk_crypto_mode_num_for_alg_dusize'
 2022-03-22 16:57 UTC 

[PATCH 05/17] nvme: wire-up support for async-passthru on char-device
 2022-03-22 15:18 UTC 

[PATCH 0/3] optimise submit+iopoll mutex locking
 2022-03-22 14:07 UTC  (4+ messages)
` [PATCH 1/3] io_uring: split off IOPOLL argument verifiction
` [PATCH 2/3] io_uring: pre-calculate syscall iopolling decision
` [PATCH 3/3] io_uring: optimise mutex locking for submit+iopoll

[xfs] 1fc3f2c3c9: xfstests.xfs.529.fail
 2022-03-22 13:54 UTC 

[ammarfaizi2-block:palmer/linux/riscv-pmu 10/15] drivers/perf/riscv_pmu_legacy.c:76: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-03-22 12:27 UTC 

[ammarfaizi2-block:palmer/linux/riscv-pmu 13/15] drivers/perf/riscv_pmu_sbi.c:498: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-03-22  8:23 UTC 

[ammarfaizi2-block:palmer/linux/riscv-pmu 10/15] drivers/perf/riscv_pmu_legacy.c:76: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-03-22  7:32 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 1113/5403] arm-linux-gnueabi-ld: drivers/android/android_debug_symbols.o:undefined reference to `__per_cpu_start'
 2022-03-22  6:21 UTC 

[GIT PULL] io_uring updates for 5.18-rc1
 2022-03-22  0:25 UTC  (2+ messages)

[GIT PULL] io_uring statx fix for 5.18-rc1
 2022-03-22  0:25 UTC  (3+ messages)

[ammarfaizi2-block:bpf/bpf-next/master 244/254] kernel/bpf/verifier.c:13499:47: sparse: sparse: cast from restricted gfp_t
 2022-03-21 17:41 UTC  (2+ messages)

[RFC PATCH v1 0/6] Add dynamic memory allocator support for nolibc
 2022-03-21 17:27 UTC  (29+ messages)
` [RFC PATCH v1 1/6] tools/nolibc: x86-64: Update System V ABI document link
` [RFC PATCH v1 2/6] tools/nolibc: Make the entry point not weak for clang
` [RFC PATCH v1 3/6] tools/nolibc: i386: Implement syscall with 6 arguments
` [RFC PATCH v1 4/6] tools/nolibc/sys: Implement `mmap()` and `munmap()`
` [RFC PATCH v1 5/6] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [RFC PATCH v1 6/6] tools/include/string: Implement `strdup()` and `strndup()`

[ammarfaizi2-block:bpf/bpf-next/master 251/258] kernel/bpf/core.c:847:9: error: use of undeclared identifier 'PMD_SIZE'
 2022-03-21 15:35 UTC 

[PATCH 5.16 00/37] 5.16.17-rc1 review
 2022-03-21 13:52 UTC 

[PATCH v2] io_uring: fix memory ordering when SQPOLL thread goes to sleep
 2022-03-21 12:33 UTC  (2+ messages)

[ammarfaizi2-block:palmer/linux/riscv-d1-merge 19/20] arch/riscv/errata/thead/errata.c:61:6: warning: variable 'cpu_apply_errata' set but not used
 2022-03-21  9:39 UTC 

[syzbot] bpf-next boot error: WARNING in bpf_prog_pack_free
 2022-03-21  6:55 UTC 

[ammarfaizi2-block:axboe/linux-block/perf-wip 17/17] cc1: error: bad value ('alderlake') for '-march=' switch
 2022-03-21  3:53 UTC 

linux-next: the merge window is open
 2022-03-20 21:48 UTC 

[PATCH] io_uring: ensure that fsnotify is always called
 2022-03-20 19:43 UTC 

system locks up with CONFIG_SLS=Y; 5.17.0-rc
 2022-03-20 14:17 UTC  (8+ messages)
                            ` [PATCH -v1.2] kvm/emulate: Fix SETcc emulation function offsets with SLS

[PATCH] boot install: Partially refactor the logic for detecting bootloader
 2022-03-20  9:30 UTC  (7+ messages)

Linux 5.16.16
 2022-03-19 13:04 UTC 

[ammarfaizi2-block:rostedt/linux-trace/ftrace/core 53/57] arch/arm64/kernel/probes/rethook.c:11:22: warning: no previous prototype for function 'arch_rethook_trampoline_callback'
 2022-03-19  2:17 UTC 

[ammarfaizi2-block:palmer/linux/riscv-d1-merge 17/20] arch/riscv/include/asm/pgtable-64.h:92:2: error: expected assembly-time absolute expression
 2022-03-18 18:36 UTC 

[ammarfaizi2-block:palmer/linux/riscv-d1-merge 13/20] arch/riscv/include/asm/tlbflush.h:23:2: error: expected assembly-time absolute expression
 2022-03-18 17:25 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-03 233/9999] arch/arm64/kvm/perf.c:58:43: error: implicit declaration of function 'perf_num_counters'; did you mean 'dec_mm_counter'?
 2022-03-18 15:54 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 5191/5193] mm/compaction.c:761:15: error: redefinition of 'isolate_and_split_free_page'
 2022-03-18 13:21 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 5191/5193] mm/compaction.c:761:15: error: redefinition of 'isolate_and_split_free_page'
 2022-03-18  7:09 UTC 

[PATCH] io_uring: manage provided buffers strictly ordered
 2022-03-17 23:23 UTC 

[PATCH liburing 1/1] man: clarifications about direct open/accept
 2022-03-17 15:23 UTC 

[PATCH liburing 1/1] tests: don't sleep too much for rsrc tags
 2022-03-17 15:00 UTC  (2+ messages)

[ammarfaizi2-block:axboe/linux-block/for-5.18/io_uring 30/39] fs/io_uring.c:5879:68: sparse: sparse: incorrect type in initializer (different base types)
 2022-03-17 14:40 UTC 

[ammarfaizi2-block:rostedt/linux-trace/merge-next-20220315 512/512] WARNING: modpost: vmlinux.o(.data+0x296750): Section mismatch in reference from the variable nft_rt_type to the function .init.text:set_reset_devices()
 2022-03-17 13:59 UTC 

[PATCH 5.16 00/28] 5.16.16-rc1 review
 2022-03-17 12:45 UTC 

[PATCH 1/7] io_uring: normilise naming for fill_cqe*
 2022-03-17 12:31 UTC  (9+ messages)
` [PATCH 2/7] io_uring: refactor timeout cancellation cqe posting
` [PATCH 3/7] io_uring: extend provided buf return to fails
` [PATCH 4/7] io_uring: remove extra barrier for non-sqpoll iopoll
` [PATCH 5/7] io_uring: shuffle io_eventfd_signal() bits around
` [PATCH 6/7] io_uring: thin down io_commit_cqring()
` [PATCH 7/7] io_uring: fold evfd signalling under a slower path
` [PATCH for-next 0/7] completion path optimisations

[PATCH v5 0/2] Two x86 fixes
 2022-03-17  9:50 UTC  (4+ messages)

[dm] 92986f6b4c: xfstests.generic.455.fail
 2022-03-17  8:39 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 43/7636] kernel/sched/tune.c:290:33: warning: 'struct cgroup_taskset' declared inside parameter list will not be visible outside of this definition or declaration
 2022-03-17  8:02 UTC 

[ammarfaizi2-block:rostedt/linux-trace/merge-next-20220315 408/512] WARNING: modpost: vmlinux.o(.text+0x3ebb16): Section mismatch in reference from the function ufs_rename() to the variable .init.text:.LBB130_22
 2022-03-17  0:37 UTC 

[ammarfaizi2-block:rostedt/linux-trace/merge-next-20220315 403/512] WARNING: modpost: vmlinux.o(.text+0x3e43c2): Section mismatch in reference from the function ufs_make_empty() to the function .init.text:set_reset_devices()
 2022-03-16 23:45 UTC 

[PATCHSET 0/2] Reduce poll based overhead
 2022-03-16 23:03 UTC  (3+ messages)
` [PATCH 1/2] io_uring: cache req->apoll->events in req->cflags
` [PATCH 2/2] io_uring: cache poll/double-poll state with a request flag

[PATCH] io_uring: move req->poll_refs into previous struct hole
 2022-03-16 18:55 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 5202/7636] ld.lld: error: -plugin-opt=-: ld.lld: Unknown command line argument '-stack-alignment=8'. Try: 'ld.lld --help'
 2022-03-16 16:52 UTC  (2+ messages)

[PATCH v4] arch/x86: Improve 'rep movs{b|q}' usage in memmove_64.S
 2022-03-16 16:23 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 1318/9999] undefined reference to `rtnl_is_locked'
 2022-03-16 16:13 UTC 

[RFC PATCH v2 00/10] Support microcode updates affecting SGX
 2022-03-16 15:47 UTC  (13+ messages)
` [RFC PATCH v2 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [RFC PATCH v2 02/10] x86/sgx: Provide VA page non-NULL owner
` [RFC PATCH v2 03/10] x86/sgx: Save enclave pointer for VA page
` [RFC PATCH v2 04/10] x86/sgx: Keep record for SGX VA and Guest page type
` [RFC PATCH v2 05/10] x86/sgx: Save the size of each EPC section
` [RFC PATCH v2 06/10] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [RFC PATCH v2 07/10] x86/sgx: Define error codes for ENCLS[EUPDATESVN]
` [RFC PATCH v2 08/10] x86/sgx: Implement ENCLS[EUPDATESVN]
` [RFC PATCH v2 09/10] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update
` [RFC PATCH v2 10/10] x86/sgx: Call ENCLS[EUPDATESVN] during SGX initialization

Linux 5.16.15
 2022-03-16 13:36 UTC 

Fwd: HELLO
 2022-03-16 11:48 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 1054/9999] undefined reference to `iommu_debugfs_top'
 2022-03-16 10:21 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-02 1555/9999] kernel/tracepoint.c:720:5: warning: no previous prototype for 'android_rvh_probe_register'
 2022-03-16  9:09 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 8455/9999] arch/arm/mach-ep93xx/crunch-bits.S:94:2: error: invalid instruction
 2022-03-16  7:08 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 464/9999] drivers/iommu/io-pgtable-arm.c:241:48: error: expected ')' before 'table_pte'
 2022-03-16  5:47 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 499/7636] fs/f2fs/data.c:420:47: sparse: sparse: Using plain integer as NULL pointer
 2022-03-16  2:54 UTC 

[PATCH] io_uring: make tracing format consistent
 2022-03-15 20:51 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 499/7636] fs/f2fs/data.c:420:47: sparse: sparse: Using plain integer as NULL pointer
 2022-03-15 18:42 UTC 

[PATCH] io_uring: recycle apoll_poll entries
 2022-03-15 16:58 UTC 

[syzbot] INFO: task hung in io_uring_del_tctx_node (2)
 2022-03-15 15:47 UTC 

[PATCH for-5.18 v2] ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warning
 2022-03-15 13:40 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-02 965/9999] arch/arm64/kvm/fpsimd.c:129:33: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2022-03-15 13:03 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-02 961/9999] arch/arm64/kvm/hyp/include/hyp/switch.h:216:9: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2022-03-15 11:52 UTC 

[ammarfaizi2-block:netdev/net-next/master 111/126] drivers/net/ethernet/mscc/ocelot.c:2920:14: error: use of undeclared identifier 'IEEE_8021QAZ_MAX_TCS'
 2022-03-15  2:36 UTC 

Good day to you
 2022-03-15  1:48 UTC 

[ammarfaizi2-block:broonie/sound/for-next 13916/13921] sound/soc/atmel/mchp-pdmc.c:186:34: warning: address of array 'uvalue->value.integer.value' will always evaluate to 'true'
 2022-03-14 23:38 UTC  (4+ messages)
` [PATCH] ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warning

[ammarfaizi2-block:google/android/kernel/common/android12-5.10 2348/9999] drivers/android/binder.c:1373:70: sparse: sparse: Using plain integer as NULL pointer
 2022-03-14 17:34 UTC 

[LOCKDEP SPLAT 5.17-rc8] WARNING: possible circular locking dependency detected (at: rtw_ops_config+0x27/0xd0 | at: ieee80211_mgd_probe_ap+0x114/0x150)
 2022-03-14 12:52 UTC 

[PATCH 5.16 000/121] 5.16.15-rc1 review
 2022-03-14 11:53 UTC 

[ammarfaizi2-block:kvalo/ath/pending 65/109] drivers/net/ethernet/intel/ice/ice_switch.c:5568 ice_find_dummy_packet() warn: inconsistent indenting
 2022-03-14 10:08 UTC 


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