GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
 messages from 2022-12-10 21:18:30 to 2023-01-03 12:17:08 UTC [more...]

[PATCH v1 00/13] Improvements, refactors, and features
 2023-01-03 12:17 UTC  (21+ messages)
` [PATCH v1 01/13] refactor(discord): Remove unnecessary try/except block
` [PATCH v1 02/13] refactor(telegram): Move report_err() to the DaemonClient() class
` [PATCH v1 03/13] refactor(telegram)!: Ensure the Telegram bot has been started
` [PATCH v1 04/13] feat: add DaemonException() class
` [PATCH v1 05/13] feat(telegram): Implement the "
` [PATCH v1 06/13] refactor(telegram/mailer)!: Remove unnecessary try/except block
` [PATCH v1 07/13] feat(discord): add report_err() for the Discord bot
` [PATCH v1 08/13] feat(discord): Implement the report_err()
` [PATCH v1 09/13] feat(discord/database): Add ping() method
` [PATCH v1 10/13] feat(discord): Add handle_db_error in the listener.py
` [PATCH v1 11/13] feat(discord): Handle MySQL connection error in the mail listener
` [PATCH v1 12/13] feat(discord): Implement the DaemonException for handle error
` [PATCH v1 13/13] refactor(telegram)!: Rename the Telegram bot custom client

[ammarfaizi2-block:akpm/mm/mm-unstable 139/146] mm/migrate.c:1254 migrate_folio_unmap() warn: variable dereferenced before check 'dst' (see line 1128)
 2023-01-03  8:19 UTC  (2+ messages)

[RFC PATCH v1 0/8] nolibc signal handling support
 2023-01-03  3:59 UTC  (24+ messages)
` [RFC PATCH v1 1/8] nolibc/sys: Implement `sigaction(2)` function
` [RFC PATCH v1 2/8] nolibc/sys: Implement `signal(2)` function
` [RFC PATCH v1 3/8] nolibc/sys: Implement `getpagesize(2)` function
` [RFC PATCH v1 4/8] selftests/nolibc: Add `-Wall` and `-Wno-unsed-function` to the CFLAGS
` [RFC PATCH v1 5/8] selftests/nolibc: Add `fork(2)` selftest
` [RFC PATCH v1 6/8] selftests/nolibc: Add `sigaction(2)` selftest
` [RFC PATCH v1 7/8] selftests/nolibc: Add `signal(2)` selftest
` [RFC PATCH v1 8/8] selftests/nolibc: Add `getpagesize(2)` selftest

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 54/54] kernel/kcsan/core.c:1076:49: error: too many arguments to function call, expected 3, have 4
 2023-01-02 20:15 UTC  (2+ messages)

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.14 3/265] mm/khugepaged.c:1062:2: error: implicit declaration of function 'tlb_remove_table_sync_one'; did you mean 'tlb_remove_page_size'?
 2023-01-02  9:18 UTC 

[ammarfaizi2-block:crng/random/vdso 8/8] ld.lld: error: undefined symbol: __msan_get_context_state
 2023-01-01 21:31 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 9155/9999] mm/kasan/shadow.c:490:15: sparse: sparse: restricted kasan_vmalloc_flags_t degrades to integer
 2022-12-31 22:08 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.19 249/363] platform.c:undefined reference to `devm_ioremap_resource'
 2022-12-31 15:54 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.19 249/363] collect2: error: ld returned 1 exit status
 2022-12-31 15:04 UTC 

[PATCH v1 0/2] clang warning cleanups
 2022-12-30 18:17 UTC  (6+ messages)
` [PATCH v1 1/2] ACPI: Silence missing prototype warnings
` [PATCH v1 2/2] ACPICA: Silence 'unused-but-set variable' warning

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 9155/9999] mm/vmalloc.c:1879:49: sparse: sparse: incorrect type in argument 3 (different base types)
 2022-12-29 14:35 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 9154/9999] mm/vmalloc.c:2623:29: sparse: sparse: invalid assignment: |=
 2022-12-29 10:43 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 5708/9999] WARNING: modpost: vmlinux.o(.text.unlikely+0x12bf3): Section mismatch in reference from the function idle_init() to the function .init.text:fork_idle()
 2022-12-28  2:24 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 9095/9999] arch/arm64/kernel/mte.c:197:13: warning: no previous prototype for function 'kasan_hw_tags_enable'
 2022-12-27 23:52 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 948/9999] fs/incfs/data_mgmt.h:318:44: sparse: sparse: cast truncates bits from constant value (5346434e49 becomes 46434e49)
 2022-12-26  9:40 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 3921/7636] drivers/md/dm-bow.c:97:10: sparse: sparse: symbol 'range_top' was not declared. Should it be static?
 2022-12-26  0:25 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 350/9999] drivers/cpuidle/cpuidle.c:598:27: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-12-26  0:15 UTC 

[PATCH v4 00/17] Fix, improvement and implement a bot logger
 2022-12-25 11:34 UTC  (33+ messages)
` [PATCH v4 01/17] discord: Fix typo on _flood_exception()
` [PATCH v4 02/17] fix: utils: Fix .patch file payload
` [PATCH v4 03/17] fix: utils: add a substr for the patch media caption
` [PATCH v4 04/17] fix: utils: Fix the extract_list() utility function
` [PATCH v4 05/17] utils: Back to use decode=True for the get_payload()
` [PATCH v4 06/17] utils: Improve fix_utf8_char()
` [PATCH v4 07/17] utils: Add catch_err() for the log message
` [PATCH v4 08/17] logger: Initial work for the bot logger for future use
` [PATCH v4 09/17] telegram: Use the created BotLogger() class
` [PATCH v4 10/17] telegram: Add variable LOG_CHANNEL_ID declaration
` [PATCH v4 11/17] telegram: Add send_log_file() in the DaemonClient()
` [PATCH v4 12/17] telegram: Implement the log message for catching errors
` [PATCH v4 13/17] discord: Add variable LOG_CHANNEL_ID declaration
` [PATCH v4 14/17] discord: Use the BotLogger() to the GWClient()
` [PATCH v4 15/17] discord: Add send_log_file in "
` [PATCH v4 16/17] discord: Implement the catch erros and logs
` [PATCH v4 17/17] Remove some unused imports

[linus:master] [x86/calldepth] f5c1bb2afe: BUG:unable_to_handle_page_fault_for_address
 2022-12-25  9:59 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 277/9999] fs/f2fs/file.c:3434:16: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-12-25  4:44 UTC 

[ammarfaizi2-block:testing/dev.for-viro] BUILD SUCCESS 48c370dbd285ede8642b06b6ec7b8e361b469243
 2022-12-25  4:16 UTC 

[ammarfaizi2-block:testing/dev] BUILD SUCCESS 760df4d57b54774b7f506018179871862573b0fb
 2022-12-25  4:04 UTC 

[PATCH v1 0/2] A bug fix and allow custom MySQL port
 2022-12-24 22:59 UTC  (6+ messages)
` [PATCH v1 1/2] telegram: listener: Fix missing MySQL error recovery function
` [PATCH v1 2/2] Allow custom MySQL port from the env file

[PATCH v1] atom/utils: Add Telegram CC list to get us mentioned
 2022-12-24 22:17 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 7048/9999] arch/arc/kernel/signal.c:80:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-12-24  9:02 UTC 

[ammarfaizi2-block:testing/dev] BUILD SUCCESS 594c96e48809fc4d5c6a29a32b31f8cc45a3186b
 2022-12-24  6:21 UTC 

[PATCH v1] x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
 2022-12-23 17:23 UTC 

[PATCH v1] driver core: Silence 'unused-but-set variable' warning
 2022-12-23 14:51 UTC 

[ammarfaizi2-block:brauner/linux/fs.xattr.simple.rework.rwlock 1/1] fs/xattr.c:1076:1-10: second lock on line 1088 (fwd)
 2022-12-23  9:31 UTC  (3+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 137/175] mm/khugepaged.c:2038:27-31: ERROR: invalid reference to the index variable of the iterator on line 2026 (fwd)
 2022-12-23  8:45 UTC 

[ammarfaizi2-block:google/android/kernel/common/android11-kiwi-5.4 50/9999] kernel/sched/core.c:94:22: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-12-22 18:48 UTC 

[ammarfaizi2-block:testing/for-willy] BUILD SUCCESS ac79aca684125907bfbefadfd6c6be0ccdfe8b33
 2022-12-22 15:21 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.12.17a 119/133] ERROR: modpost: "dump_cpu_task" [kernel/rcu/rcutorture.ko] undefined!
 2022-12-21 19:52 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 178/9999] kernel/power/qos.c:268:20: warning: stack frame size (32808) exceeds limit (2048) in 'pm_qos_set_value_for_cpus'
 2022-12-21  6:23 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 527/9999] drivers/tty/serial/msm_geni_serial_console.c:477:6: warning: variable 'rx_parity_cfg' set but not used
 2022-12-21  5:02 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.12.17a 119/133] ERROR: modpost: "dump_cpu_task" [kernel/rcu/rcutorture.ko] undefined!
 2022-12-20 12:32 UTC 

[PATCH v3 00/17] RESEND: Fix, improvement and implement a bot logger
 2022-12-20  8:15 UTC  (30+ messages)
` [PATCH v3 01/17] discord: Fix typo on _flood_exception()
` [PATCH v3 02/17] fix: utils: Fix .patch file payload
` [PATCH v3 03/17] fix: utils: add a substr for the patch media caption
` [PATCH v3 04/17] fix: utils: Fix the extract_list() utility function
` [PATCH v3 05/17] utils: Back to use decode=True for the get_payload()
` [PATCH v3 06/17] utils: Improve fix_utf8_char()
` [PATCH v3 07/17] utils: Add catch_err() for the log message
` [PATCH v3 08/17] logger: Initial work for the bot logger for future use
` [PATCH v3 09/17] telegram: Use the created BotLogger() class
` [PATCH v3 10/17] telegram: Add variable LOG_CHANNEL_ID declaration
` [PATCH v3 11/17] telegram: Add send_log_file() in the DaemonClient()
` [PATCH v3 12/17] telegram: Implement the log message for catching errors
` [PATCH v3 13/17] discord: Add variable LOG_CHANNEL_ID declaration
` [PATCH v3 14/17] discord: Use the BotLogger() to the GWClient()
` [PATCH v3 15/17] discord: Add send_log_file in "
` [PATCH v3 16/17] discord: Implement the catch erros and logs
` [PATCH v3 17/17] Remove some unused imports

[PATCH 01/28] discord: Add send_text_mail_interaction()
 2022-12-19 23:52 UTC  (9+ messages)
` [PATCH 02/28] discord: Add send_patch_mail_interaction()
` [PATCH 03/28] discord: Add get lore mail slash command
` [PATCH 04/28] atom: Improve remove_patch()
` [PATCH 05/28] atom: add get_decoded_payload()
` [PATCH 06/28] telegram: Fix get lore command
` [PATCH 07/28] atom: Improve extract_body()
` [PATCH 08/28] enum: Add Platform enumeration
` [PATCH 09/28] enum: Use the created Platform class enumeration

[PATCH liburing v1 0/8] liburing updates
 2022-12-19 17:00 UTC  (10+ messages)
` [PATCH liburing v1 1/8] ffi: Add SPDX-License-Idetifier
` [PATCH liburing v1 2/8] Makefile: Add a '+' char to silence a Makefile warning
` [PATCH liburing v1 3/8] tests: Fix `-Wstrict-prototypes` warnings from Clang
` [PATCH liburing v1 4/8] test/ring-leak: Remove a "break" statement in a "for loop"
` [PATCH liburing v1 5/8] tests: Fix clang `-Wunreachable-code` warning
` [PATCH liburing v1 6/8] tests: Declare internal variables as static
` [PATCH liburing v1 7/8] github: Add more extra flags for clang build
` [PATCH liburing v1 8/8] CHANGELOG: Update the CHANGELOG file

[ammarfaizi2-block:axboe/linux-block/perf-wip.2 2/14] block/blk-core.c:759:12: sparse: sparse: incorrect type in assignment (different base types)
 2022-12-18 18:22 UTC 

[ammarfaizi2-block:axboe/linux-block/perf-wip.2 1/14] block/blk.h:298:33: sparse: sparse: incorrect type in initializer (different base types)
 2022-12-18 17:21 UTC 

[ammarfaizi2-block:google/android/kernel/common/android11-kiwi-5.4 1536/9999] htmldocs: Documentation/arm64/amu.rst:26: WARNING: Unexpected indentation
 2022-12-18 13:29 UTC 

[ammarfaizi2-block:robh/linux/dt-device_node-cleanup 1/1] drivers/video/fbdev/omap2/omapfb/dss/dpi.c:735:36: error: 'struct device_node' has no member named 'data'
 2022-12-17  1:07 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 16/32] kernel/pid_namespace.c:114:9: error: implicit declaration of function 'initialize_memfd_noexec_scope'; did you mean 'set_memfd_noexec_scope'?
 2022-12-16  8:47 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 9095/9999] arch/arm64/kernel/mte.c:197:13: warning: no previous prototype for 'kasan_hw_tags_enable'
 2022-12-16  8:27 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 16/32] kernel/pid_namespace.c:114:2: error: call to undeclared function 'initialize_memfd_noexec_scope'; ISO C99 and later do not support implicit function declarations
 2022-12-16  7:06 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 350/9999] drivers/cpuidle/cpuidle.c:598:27: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-12-16  5:35 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 160/9999] drivers/usb/host/xhci-mem.c:1880:56: sparse: sparse: restricted __le32 degrades to integer
 2022-12-16  3:34 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-trusty-5.10 1051/5872] include/trace/events/rwmmio.h:13:1: sparse: sparse: cast removes address space '__iomem' of expression
 2022-12-15 22:41 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/rc-5.4] [string.h] b008ae4cc7: general_protection_fault
 2022-12-14  2:20 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 1055/5636] arch/arm64/kvm/hyp/nvhe/switch.c:196: warning: expecting prototype for Handler for protected floating(). Prototype was for kvm_handle_pvm_fpsimd() instead
 2022-12-14  0:52 UTC 

[ammarfaizi2-block:palmer/linux/asmgeneric-command_line_size-v2 4/24] arch/ia64/kernel/efi.c:371:30: error: 'ia64_boot_param' undeclared
 2022-12-12 21:24 UTC 

[ammarfaizi2-block:akpm/mm/mm-stable 29/237] mm/gup_test.c:257:13-14: WARNING kvmalloc is used to allocate this memory at line 248 (fwd)
 2022-12-12 16:40 UTC  (2+ messages)

[ammarfaizi2-block:herbert/cryptodev-2.6/master 143/186] arch/powerpc/include/asm/cache.h:78:15: error: unknown type name 'u32'
 2022-12-12  0:32 UTC 

[ammarfaizi2-block:dhowells/linux-fs/fscache-fixes] [mm, netfs, fscache] 6919cda8e0: canonical_address#:#[##]
 2022-12-11 18:27 UTC 

[ammarfaizi2-block:viro/vfs/untested.blk-map 10/22] drivers/scsi/scsi_ioctl.c:394:13: warning: variable 'writing' set but not used
 2022-12-11 12:25 UTC 

[ammarfaizi2-block:viro/vfs/untested.blk-map 10/22] drivers/scsi/scsi_ioctl.c:394:6: warning: variable 'writing' set but not used
 2022-12-11 12:15 UTC 

[ammarfaizi2-block:palmer/linux/asmgeneric-command_line_size-v2 4/24] arch/ia64/kernel/machine_kexec.c:132:43: error: 'ia64_boot_param' undeclared
 2022-12-11  9:54 UTC 

[ammarfaizi2-block:palmer/linux/asmgeneric-command_line_size-v2 12/24] init/main.c:108:10: fatal error: asm/setup.h: No such file or directory
 2022-12-11  8:43 UTC 

[ammarfaizi2-block:palmer/linux/asmgeneric-command_line_size-v2 12/24] arch/csky/include/asm/page.h:6:10: fatal error: asm/setup.h: No such file or directory
 2022-12-11  8:03 UTC 

[ammarfaizi2-block:palmer/linux/asmgeneric-command_line_size-v2 4/24] arch/ia64/kernel/machine_kexec.c:32:48: warning: 'struct ia64_boot_param' declared inside parameter list will not be visible outside of this definition or declaration
 2022-12-11  7:53 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 71/161] mm/ksm.c:2605:7: error: implicit declaration of function 'copy_mc_user_highpage' is invalid in C99
 2022-12-11  3:27 UTC  (2+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 71/161] mm/ksm.c:2605:21: error: implicit declaration of function 'copy_mc_user_highpage'; did you mean 'copy_user_highpage'?
 2022-12-10 21:18 UTC  (2+ messages)


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