messages from 2025-03-05 10:28:51 to 2025-04-08 22:45:37 UTC [more...]
[PATCH] net: rds: replace strncpy with memcpy
2025-04-08 22:45 UTC (3+ messages)
[PATCH] net: ipconfig: replace strncpy with strscpy_pad
2025-04-08 21:44 UTC (2+ messages)
[PATCH v2] nvmet: replace strncpy with strscpy
2025-04-08 21:24 UTC (2+ messages)
[PATCH] rtc: fix use of uninit struct in rtc_read_alarm_internal
2025-04-08 14:44 UTC (4+ messages)
[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
2025-04-08 7:18 UTC (12+ messages)
` [[PATCH v2]] transform strncpy into strscpy
` [PATCH v3] "
` [PATCH v4] scsi: target: "
[RFC PATCH] timerqueue: Complete rb_node initialization within timerqueue_init
2025-04-06 11:46 UTC (3+ messages)
` [RFC PATCH RESEND] "
[PATCH] perf/core: Prevent WARN_ON(!ctx) in __free_event for partial init
2025-04-06 7:20 UTC (2+ messages)
[PATCH v4] staging: rtl8723bs: Remove trailing whitespace
2025-04-05 21:02 UTC
[PATCH] selftests/mm: Add missing gitignore file
2025-04-05 9:24 UTC (2+ messages)
[RFC PATCH] net: sched: em_text: Replace strncpy() with strscpy_pad()
2025-04-05 8:57 UTC (3+ messages)
[PATCH 0/2] ACPI: apply ACPI_NONSTRING annotations
2025-04-05 7:04 UTC (5+ messages)
` [PATCH 1/2] ACPI: PRM: apply ACPI_NONSTRING annotation
` [PATCH 2/2] ACPI: sysfs: "
[PATCH v3 0/2] Implement endianess swap macros for RISC-V
2025-04-04 19:28 UTC (13+ messages)
` [PATCH v3 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v3 2/2] riscv: introduce asm/swab.h
[PATCH v3] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-04 18:58 UTC (3+ messages)
[PATCH v4] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-04 18:58 UTC
[PATCH] bcachefs: don't call sleeping funcs when handling inconsistency errors
2025-04-04 15:36 UTC (6+ messages)
[PATCH v2] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-04 13:57 UTC (3+ messages)
[PATCH] tracing: Replace deprecated strncpy() with memcpy() for stack_trace_filter_buf
2025-04-04 13:38 UTC (6+ messages)
[PATCH v3] staging: rtl8723bs: Remove trailing whitespace
2025-04-04 9:05 UTC (3+ messages)
[PATCH 0/3] This series addresses several minor issues found using sparse
2025-04-04 1:34 UTC (5+ messages)
` [PATCH 1/3] bcachefs: Fix escape sequence in prt_printf
` [PATCH 2/3] bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucket
` [PATCH 3/3] bcachefs: Use cpu_to_le16 for dirent lengths
[PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c
2025-04-03 16:20 UTC (4+ messages)
[PATCH] nvmet: replace strncpy with strscpy
2025-04-03 4:27 UTC (2+ messages)
[[PATCH v2]] transform strncpy into strscpy
2025-04-02 19:40 UTC
[PATCH bcachefs-testing] bcachefs: use nonblocking variant of print_string_as_lines in error path
2025-04-02 18:25 UTC (2+ messages)
[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
2025-04-02 17:33 UTC
[PATCH RESEND] jfs: fix array-index-out-of-bounds read in add_missing_indices
2025-04-01 19:34 UTC (2+ messages)
[PATCH] drm/amd/display: replace use of msleep(<20) with usleep_range for better accuracy
2025-04-01 4:23 UTC (6+ messages)
[PATCH v2] mm: annotate data race in update_hiwater_rss
2025-03-31 20:08 UTC (2+ messages)
[PATCH] mm: mark mm_struct.hiwater_rss as data racy
2025-03-31 18:08 UTC (3+ messages)
[RFC PATCH 0/2] ACPI: replace deprecated strncpy()
2025-03-31 17:55 UTC (5+ messages)
` [RFC PATCH 1/2] ACPI: mark ACPI_COPY_NAMESEG destinations with __nonstring attribute
` [RFC PATCH 2/2] ACPI: replace deprecated strncpy() with strtomem()
Potential translation of LKMM docs into ReST
2025-03-30 17:52 UTC (3+ messages)
[PATCH] drm/amd/display: removed unused function
2025-03-28 18:47 UTC (2+ messages)
[RFC PATCH] wifi: mac80211: Replace strncpy() with strscpy()
2025-03-28 9:26 UTC (3+ messages)
[PATCH v2 0/2] Use memcpy_and_pad for jset_entry_log->d init
2025-03-27 15:18 UTC (4+ messages)
` [PATCH v2 1/2] bcachefs: replace strncpy() with memcpy_and_pad in journal_transaction_name
` [PATCH v2 2/2] bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buff
[PATCH] docs: vfs: Update struct file_system_type
2025-03-27 14:29 UTC (3+ messages)
[[PATCH v2] 0/2] Use memcpy_and_pad for jset_entry_log->d init
2025-03-27 12:52 UTC (3+ messages)
` [[PATCH v2] 1/2] bcachefs: replace strncpy() with memcpy_and_pad in journal_transaction_name
` [[PATCH v2] 2/2] bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buff
[PATCH] bcachefs: replace deprecated strncpy() with strscpy()
2025-03-26 17:05 UTC (10+ messages)
[PATCH] jfs: fix array-index-out-of-bounds read in add_missing_indices
2025-03-25 11:43 UTC
[PATCH v2 0/2] Implement endianness swap macros for RISC-V
2025-03-21 21:07 UTC (11+ messages)
` [PATCH v2 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v2 2/2] riscv: introduce asm/swab.h
[PATCH v2] rust: sync: rcu: Mark Guard methods as inline
2025-03-21 20:40 UTC (2+ messages)
[PATCH REPOST] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage() function
2025-03-19 7:39 UTC
[PATCH] fat: Refactor fat_tolower with branchless implementation
2025-03-19 2:49 UTC (4+ messages)
[PATCH] net/smc: Reduce size of smc_wr_tx_tasklet_fn
2025-03-19 2:42 UTC (6+ messages)
[PATCH v3] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-18 22:01 UTC (2+ messages)
[PATCH v2] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-18 21:42 UTC (5+ messages)
[PATCH] Documentation: kcsan: fix "Plain Accesses and Data Races" URL in kcsan.rst
2025-03-17 23:03 UTC (6+ messages)
[PATCH RFC] riscv: introduce asm/swab.h
2025-03-17 20:29 UTC (3+ messages)
[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / zap_page_range_single
2025-03-15 11:52 UTC
[PATCH] riscv: fix test_and_{set,clear}_bit ordering documentation
2025-03-12 23:38 UTC (2+ messages)
[PATCH] bcachefs: Initialize from_inode members for bhc_io_opts
2025-03-11 15:11 UTC (2+ messages)
[RFC PATCH v2] rust: list: Add examples for linked list
2025-03-11 13:33 UTC
[PATCH 0/4] RISC-V CRC optimizations
2025-03-10 12:34 UTC (2+ messages)
[RFC PATCH 0/2] rust: list: Add examples for linked list
2025-03-10 11:44 UTC (6+ messages)
` [RFC PATCH 1/2] rust: list: Implement normal initializer for ListLinks
` [RFC PATCH 2/2] rust: list: Add examples for linked list
[PATCH] rust: list: Use "List::is_empty()" to perform checking when possible
2025-03-10 7:38 UTC
[PATCH] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-09 7:35 UTC (3+ messages)
[PATCH] selftests: riscv: fix v_exec_initval_nolibc.c
2025-03-06 8:49 UTC (4+ messages)
[PATCH] inotify: disallow watches on unsupported filesystems
2025-03-05 15:08 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