GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
 messages from 2022-12-21 01:34:44 to 2023-01-08 13:28:46 UTC [more...]

[RFC PATCH v1 0/8] nolibc signal handling support
 2023-01-08 13:28 UTC  (34+ 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
                      ` [PATCH v1 0/3] nolibc auxiliary vector retrieval support
                        ` [PATCH v1 1/3] nolibc/stdlib: Implement `getauxval(3)` function
                        ` [PATCH v1 2/3] nolibc/sys: Implement `getpagesize(2)` function
                        ` [PATCH v1 3/3] selftests/nolibc: Add `getpagesize(2)` selftest
                      ` [PATCH v2 0/4] nolibc signal handling support
                        ` [PATCH v2 1/4] nolibc/sys: Implement `sigaction(2)` function
                        ` [PATCH v2 2/4] nolibc/sys: Implement `signal(2)` function
                        ` [PATCH v2 3/4] selftests/nolibc: Add `fork(2)` selftest
                        ` [PATCH v2 4/4] selftests/nolibc: Add `sigaction(2)` selftest

[PATCH v3 00/11] Improvements, refactors, and features
 2023-01-08  8:34 UTC  (13+ messages)
` [PATCH v3 01/11] discord: Remove unnecessary try/except block
` [PATCH v3 02/11] telegram: Perform graceful exit when interrupted by a signal
` [PATCH v3 03/11] Add DaemonException() class
` [PATCH v3 04/11] telegram: Refactor report_err() and move to the DaemonClient() class
` [PATCH v3 05/11] telegram: Implement the DaemonException() and refactor report_err()
` [PATCH v3 06/11] telegram: listener: Remove unnecessary try/except block
` [PATCH v3 07/11] discord: add report_err() for the Discord bot
` [PATCH v3 08/11] discord: Implement the report_err() and DaemonException() error class
` [PATCH v3 09/11] discord: database: Add ping() method for reconnect MySQL
` [PATCH v3 10/11] discord: listener: Add handle_db_error to handle the MySQL errors
` [PATCH v3 11/11] telegram: Rename the Telegram bot custom client

[PATCH v2 00/11] Improvements, refactors, and features
 2023-01-08  7:48 UTC  (25+ messages)
` [PATCH v2 01/11] discord: Remove unnecessary try/except block
` [PATCH v2 02/11] telegram: Perform graceful exit when interrupted by a signal
` [PATCH v2 03/11] Add DaemonException() class
` [PATCH v2 04/11] telegram: Refactor report_err() and move to the DaemonClient() class
` [PATCH v2 05/11] telegram: Implement the DaemonException() and refactor report_err()
` [PATCH v2 06/11] telegram: listener: Remove unnecessary try/except block
` [PATCH v2 07/11] discord: add report_err() for the Discord bot
` [PATCH v2 08/11] discord: Implement the report_err() and DaemonException() error class
` [PATCH v2 09/11] discord: database: Add ping() method for reconnect MySQL
` [PATCH v2 10/11] discord: listener: Add handle_db_error to handle the MySQL errors
` [PATCH v2 11/11] telegram: Rename the Telegram bot custom client

[PATCH v1 00/13] Improvements, refactors, and features
 2023-01-07  7:03 UTC  (42+ 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 187/223] mm/nommu.c:547:6: warning: no previous prototype for function 'vma_mas_store'
 2023-01-07  1:28 UTC  (2+ messages)

[RFC PATCH liburing v1 0/2] Always enable CONFIG_NOLIBC if supported and deprecate --nolibc option
 2023-01-06 22:39 UTC  (4+ messages)
` [RFC PATCH liburing v1 1/2] github: Remove nolibc build on the GitHub CI bot
` [RFC PATCH liburing v1 2/2] configure: Always enable `CONFIG_NOLIBC` if the arch is supported

[ammarfaizi2-block:akpm/mm/mm-unstable 215/223] htmldocs: Documentation/admin-guide/mm/numaperf.rst:68: WARNING: duplicate label admin-guide/mm/numaperf:numa performance, other instance in Documentation/admin-guide/mm/numaperf.rst
 2023-01-06 19:52 UTC  (2+ messages)

[PATCH liburing v1 0/2] liburing micro-optimzation
 2023-01-06 17:08 UTC  (6+ messages)
` [PATCH liburing v1 1/2] nolibc: Fix bloated memset due to unexpected vectorization
` [PATCH liburing v1 2/2] register: Simplify `io_uring_register_file_alloc_range()` function

[ammarfaizi2-block:akpm/mm/mm-unstable 187/223] mm/nommu.c:547:6: warning: no previous prototype for 'vma_mas_store'
 2023-01-06 15:23 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 185/223] mm/nommu.c:1337:5: error: conflicting types for 'split_vma'; have 'int(struct mm_struct *, struct vm_area_struct *, long unsigned int, int)'
 2023-01-06 13:21 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 185/223] mm/nommu.c:1337:5: error: conflicting types for 'split_vma'
 2023-01-06 13:01 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 1529/9999] kernel/sched/core.c:94:22: sparse: sparse: incorrect type in initializer (different address spaces)
 2023-01-06  2:04 UTC 

[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
 2023-01-06  1:03 UTC 

[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-05 11:46 UTC  (3+ messages)

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 319/9999] include/linux/kern_levels.h:5:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'blkcnt_t' {aka 'long long unsigned int'}
 2023-01-05  7:39 UTC 

[ammarfaizi2-block:kvalo/ath/ath-qca 19/37] drivers/net/wireless/ath/ath12k/dp_rx.c:2690:34: warning: variable 'i' is uninitialized when used here
 2023-01-04 22:13 UTC 

[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)
 2023-01-03 16:50 UTC  (2+ messages)

[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)

[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  (19+ messages)
` [PATCH v4 12/17] telegram: Implement the log message for catching errors
` [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: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 


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