GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
 messages from 2022-10-22 17:24:35 to 2022-11-09 09:04:13 UTC [more...]

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

gnuweeb
 2022-11-09  8:49 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 6/12] fs/cifs/smbdirect.c:2655:3: warning: variable 'ret' is uninitialized when used here
 2022-11-09  6:15 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.11.04a 37/39] kernel/rcu/refscale.c:649:27: warning: no previous prototype for function 'typesafe_alloc_one'
 2022-11-09  0:52 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 23/91] drivers/crypto/inside-secure/safexcel.c:1607:23: error: implicit declaration of function 'pci_alloc_irq_vectors'; did you mean 'pci_irq_vector'?
 2022-11-09  0:41 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 66/91] kernel/irq/msi.c:990:10: error: no member named 'dev' in 'struct irq_domain'
 2022-11-09  0:01 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 37/37] kernel/rcu/refscale.c:649:27: warning: no previous prototype for 'typesafe_alloc_one'
 2022-11-08 21:25 UTC  (2+ messages)

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.14 38/39] arch/m68k/mm/init.c:125:0: warning: "UL" redefined
 2022-11-08 19:08 UTC 

[ammarfaizi2-block:brauner/linux/fs.xattr.simple.rework.rbtree 1/1] fs/xattr.c:1099:23: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2022-11-08  7:21 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 23/89] drivers/crypto/inside-secure/safexcel.c:1607:9: error: call to undeclared function 'pci_alloc_irq_vectors'; ISO C99 and later do not support implicit function declarations
 2022-11-08  2:06 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.9 29/29] depmod: WARNING: could not open modules.builtin.modinfo at /tmp/kernel/x86_64-rhel-8.3-func/gcc-7/763aa038614c12f085f63bc38c77d333d1de18e5/lib/modules/4.9.332-00029-g763aa038614c: No such file or directory
 2022-11-08  1:20 UTC  (2+ messages)

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.14 36/36] depmod: WARNING: could not open modules.builtin.modinfo at /tmp/kernel/x86_64-rhel-8.3-func/gcc-7/5cdc2b1e6f7258b38f0fb76a0858f310828024a7/lib/modules/4.14.298-00036-g5cdc2b1e6f72: No such file or directory
 2022-11-08  1:20 UTC  (2+ messages)

[ammarfaizi2-block:tglx/devel/devmsi 61/89] arch/x86/include/asm/pgtable.h:1373:22: warning: shift count >= width of type
 2022-11-07 18:31 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 61/89] include/linux/pgtable.h:1606:2: error: Missing MAX_POSSIBLE_PHYSMEM_BITS definition
 2022-11-07 15:39 UTC 

gnuweeb
 2022-11-07 13:47 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 46/86] kernel/irq/msi.c:399 msi_domain_get_virq() warn: inconsistent returns '&dev->msi.data->mutex'
 2022-11-07 12:39 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 29/79] net/rxrpc/io_thread.c:52 rxrpc_error_report() error: uninitialized symbol 'skb'
 2022-11-07  8:02 UTC 

[PATCH v1 00/16] Fix, improvement and implement a bot logger
 2022-11-07  1:50 UTC  (45+ messages)
` [PATCH v1 01/16] discord: Fix typo on _flood_exception()
` [PATCH v1 02/16] fix: utils: Fix the extract_list() utility function
` [PATCH v1 03/16] utils: Change on max for TO/CC header list
` [PATCH v1 04/16] utils: Back to use decode=True for the get_payload()
` [PATCH v1 05/16] utils: Improve fix_utf8_char()
` [PATCH v1 06/16] utils: Add catch_err() for the log message
` [PATCH v1 07/16] logger: Initial work for the bot logger for future use
` [PATCH v1 08/16] telegram: Use the created BotLogger() class
` [PATCH v1 09/15] telegram: Add send_log_file() in the DaemonClient()
` [PATCH v1 09/16] telegram: Add variable LOG_CHANNEL_ID declaration
` [PATCH v1 10/16] telegram: Add send_log_file() in the DaemonClient()
` [PATCH v1 10/15] telegram: Implement the log message for catching errors
` [PATCH v1 11/15] discord: Add variable LOG_CHANNEL_ID declaration
` [PATCH v1 11/16] telegram: Implement the log message for catching errors
` [PATCH v1 12/16] discord: Add variable LOG_CHANNEL_ID declaration
` [PATCH v1 12/15] discord: Use the BotLogger() to the GWClient()
` [PATCH v1 13/15] discord: Add send_log_file in "
` [PATCH v1 13/16] discord: Use the BotLogger() to "
` [PATCH v1 14/16] discord: Add send_log_file in "
` [PATCH v1 14/15] discord: Implement the catch erros and logs
` [PATCH v1 15/15] Remove some unused imports
` [PATCH v1 15/16] discord: Implement the catch erros and logs
` [PATCH v1 16/16] Remove some unused imports

[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-11-06 18:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 3/13] lib/iov_iter.c:2215:19: sparse: sparse: incompatible types in comparison expression (different signedness):
 2022-11-05 21:45 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.9 16/16] depmod: WARNING: could not open modules.builtin.modinfo at /tmp/kernel/x86_64-rhel-8.3-func/gcc-7/7ced2f75cd9cb33a38316a2ba9173277b9bd9d70/lib/modules/4.9.332-00016-g7ced2f75cd9c: No such file or directory
 2022-11-05 19:54 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 6/13] fs/cifs/file.c:5282:15: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-11-05  4:04 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 46/244] lib/test_maple_tree.c:453:12: warning: result of comparison of constant 4398046511104 with expression of type 'unsigned long' is always false
 2022-11-04 18:57 UTC  (5+ messages)

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 79/79] net/rxrpc/rxperf.c:576:35: error: 'empty_zero_page' undeclared; did you mean 'memzero_page'?
 2022-11-04 18:38 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 79/79] net/rxrpc/rxperf.c:576:33: warning: assignment to 'void *' from 'long unsigned int' makes pointer from integer without a cast
 2022-11-04 17:48 UTC 

[ammarfaizi2-block:rostedt/linux-trace/trace/timers 2/34] drivers/clocksource/timer-sp804.c:158:20: error: conflicting types for 'timer_shutdown'; have 'void(struct clock_event_device *)'
 2022-11-04  9:52 UTC 

[ammarfaizi2-block:rostedt/linux-trace/trace/timers 2/34] drivers/clocksource/arm_arch_timer.c:690:28: error: conflicting types for 'timer_shutdown'
 2022-11-04  9:02 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 82/83] net/rxrpc/sysctl.c:21:28: warning: 'max_500' defined but not used
 2022-11-03 16:21 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 82/83] net/rxrpc/io_thread.c:36:13: error: 'rxrpc_inject_rx_delay' undeclared; did you mean 'rxrpc_inject_rx_delay_ms'?
 2022-11-03 16:11 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 23/86] drivers/crypto/inside-secure/safexcel.c:1607:9: error: call to undeclared function 'pci_alloc_irq_vectors'; ISO C99 and later do not support implicit function declarations
 2022-11-03 12:48 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 3/13] lib/iov_iter.c:2215:19: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-11-03 11:37 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 60/86] include/linux/pgtable.h:1606:2: error: #error Missing MAX_POSSIBLE_PHYSMEM_BITS definition
 2022-11-03  6:24 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 77/77] net/rxrpc/security.c:109:2: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2022-11-03  6:03 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 60/86] arch/x86/include/asm/pgtable_types.h:58:43: warning: left shift count >= width of type
 2022-11-03  5:33 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 10/77] local_object.c:undefined reference to `ipv6_icmp_error'
 2022-11-03  5:33 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 73/77] net/rxrpc/input.c:598:3: error: expected expression
 2022-11-03  5:13 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 68/86] arch/x86/kernel/apic/msi.c:207: warning: expecting prototype for x86_vector_init_dev_msi_info(). Prototype was for x86_init_dev_msi_info() instead
 2022-11-03  4:42 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-lib 10/25] fs/netfs/misc.c:22:46: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-11-03  4:42 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 29/77] net/rxrpc/io_thread.c:52:13: warning: variable 'skb' is uninitialized when used here
 2022-11-03  4:22 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 46/77] net/rxrpc/io_thread.c:427:17: error: 'now' undeclared; did you mean 'nop'?
 2022-11-03  4:12 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 10/77] net/rxrpc/local_object.c:36: undefined reference to `ipv6_icmp_error'
 2022-11-03  3:51 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-lib 10/25] fs/netfs/internal.h:164:36: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'}
 2022-11-03  3:21 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 16/86] drivers/pci/probe.c:2495:13: error: implicit declaration of function 'pci_msi_get_device_domain'
 2022-11-03  3:01 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 46/86] kernel/irq/msi.c:384:56: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first
 2022-11-03  2:10 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 16/86] drivers/pci/probe.c:2495:11: warning: assignment to 'struct irq_domain *' from 'int' makes pointer from integer without a cast
 2022-11-03  2:00 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 68/86] arch/x86/kernel/apic/msi.c:207: warning: expecting prototype for x86_vector_init_dev_msi_info(). Prototype was for x86_init_dev_msi_info() instead
 2022-11-03  1:50 UTC 

[ammarfaizi2-block:tglx/devel/devmsi 23/86] drivers/crypto/inside-secure/safexcel.c:1607:23: error: implicit declaration of function 'pci_alloc_irq_vectors'; did you mean 'pci_irq_vector'?
 2022-11-03  1:50 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 11/13] ERROR: modpost: "is_vmalloc_or_module_addr" [fs/netfs/netfs.ko] undefined!
 2022-11-02 16:44 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 5831/9999] ld.lld: error: drivers/media/usb/cx231xx/cx231xx-cards.o: contains a compressed section, but zlib is not available
 2022-11-02  8:09 UTC 

[ammarfaizi2-block:axboe/linux-block/for-6.2/block 31/41] block/bfq-wf2q.c:709:34: warning: variable 'bfqd' set but not used
 2022-11-01 22:24 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 6/13] fs/cifs/file.c:5282:8: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof (npages * ((1UL) << 12)) *' (aka 'unsigned long *'))
 2022-11-01 21:43 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 6/13] ERROR: modpost: "default_pipe_buf_ops" [fs/cifs/cifs.ko] undefined!
 2022-11-01 20:32 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 3/13] lib/iov_iter.c:2215:12: warning: comparison of distinct pointer types ('typeof ((typeof (maxsize))__builtin_choose_expr(((!!(sizeof ((typeof (maxsize) *)1 == (typeof (i->count) *)1))) && ((sizeof(int) == sizeof (*(8 ? ((void *)((long)(maxsize) * 0L)) : (i
 2022-11-01 20:22 UTC 

[PATCH RESEND v3 0/2] Automatic recovery from a MySQL restart
 2022-10-31 16:38 UTC  (8+ messages)
` [PATCH RESEND v3 1/2] daemon: telegram: db: Allow the caller to reconnect
` [PATCH RESEND v3 2/2] daemon: telegram: Handle MySQL error

[PATCH v2 0/2] Automatic recovery from a MySQL restart
 2022-10-30 12:45 UTC  (5+ messages)
` [PATCH v2 1/2] daemon: telegram: db: Allow the caller to reconnect
` [PATCH v2 2/2] daemon: telegram: Handle MySQL error

[ammarfaizi2-block:viro/vfs/work.elfcore 7/10] arch/um/kernel/process.c:396:5: warning: no previous prototype for 'elf_core_copy_task_fpregs'
 2022-10-30  1:01 UTC 

[ammarfaizi2-block:viro/vfs/work.elfcore 7/10] arch/m68k/kernel/process.c:216:5: warning: no previous prototype for 'elf_core_copy_task_fpregs'
 2022-10-30  0:51 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 216/244] kmemleak.c:undefined reference to `stack_depot_print'
 2022-10-30  0:01 UTC 

[ammarfaizi2-block:tj/cgroup/for-next 8/8] ERROR: modpost: "css_put" [fs/btrfs/btrfs.ko] undefined!
 2022-10-29  4:19 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 8/9] ERROR: modpost: "is_vmalloc_or_module_addr" [fs/cifs/cifs.ko] undefined!
 2022-10-28 20:54 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 7/9] ERROR: modpost: "netfs_extract_user_iter" [fs/cifs/cifs.ko] undefined!
 2022-10-28 20:14 UTC 

[PATCH v1 0/2] Automatic recovery from a MySQL restart
 2022-10-28 19:55 UTC  (42+ messages)
` [PATCH v1 1/2] daemon: telegram: db: Allow the caller to reconnect
` [PATCH v1 2/2] daemon: telegram: Handle MySQL error

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 7/9] ERROR: modpost: "netfs_extract_user_iter" [fs/cifs/cifs.ko] undefined!
 2022-10-28 19:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 7/9] fs/cifs/file.c:4620:11: warning: variable 'rc' is uninitialized when used here
 2022-10-28 19:33 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-viro 2/9] ERROR: modpost: "is_vmalloc_or_module_addr" [fs/netfs/netfs.ko] undefined!
 2022-10-28 19:13 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.14 14/14] depmod: WARNING: could not open modules.builtin.modinfo at /tmp/kernel/x86_64-rhel-8.3/gcc-7/fc72bc78c06eb4ece2979aeaf25a3665a0e30ed2/lib/modules/4.14.296-00014-gfc72bc78c06e: No such file or directory
 2022-10-27  7:09 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/4.19 17/20] net/atm/mpoa_proc.c:226: Error: unrecognized opcode `csrs sstatus,s4'
 2022-10-27  5:37 UTC 

[ammarfaizi2-block:testing/for-alviro] BUILD SUCCESS 905f7d401c594dce2f52e411d1bd19608d4392e0
 2022-10-27  5:25 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 16/32] drivers/cpufreq/tegra194-cpufreq.c:282:25: error: 'tegra194_cpufreq_of_match' undeclared here (not in a function); did you mean 'tegra194_cpufreq_data'?
 2022-10-27  1:35 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 2837/5636] include/trace/events/rwmmio.h:13:1: sparse: sparse: cast removes address space '__iomem' of expression
 2022-10-26 15:58 UTC 

[ammarfaizi2-block:crng/random/jd/canary-mask 9/10] arch/x86/kernel/smpboot.c:1050:2: error: implicit declaration of function 'cpu_init_stack_canary' is invalid in C99
 2022-10-24  1:02 UTC 

[ammarfaizi2-block:crng/random/jd/canary-mask 9/10] arch/x86/kernel/smpboot.c:1050:9: error: implicit declaration of function 'cpu_init_stack_canary'; did you mean 'boot_init_stack_canary'?
 2022-10-24  1:02 UTC 

[ammarfaizi2-block:brauner/linux/fs.vfsuid.conversion 3/8] kernel/capability.c:493 privileged_wrt_inode_uidgid() warn: inconsistent indenting
 2022-10-23 12:25 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 146/162] include/linux/memremap.h:258:16: sparse: sparse: Using plain integer as NULL pointer
 2022-10-23 11:55 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 46/162] ld.lld: error: undefined symbol: dax_holder_notify_failure
 2022-10-22 23:57 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 146/162] include/linux/memremap.h:258:9: error: expression which evaluates to zero treated as a null pointer constant of type 'struct folio *'
 2022-10-22 23:33 UTC  (2+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 2811/9999] drivers/dma-buf/heaps/page_pool.c:236:17: sparse: sparse: symbol 'pool_shrinker' was not declared. Should it be static?
 2022-10-22 17:24 UTC 


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