messages from 2025-03-18 22:01:34 to 2025-04-19 02:46:01 UTC [more...]
[PATCH v4] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-19 2:45 UTC (2+ messages)
[PATCH] staging: axis-fifo: Correct handling of tx_fifo_depth for size validation
2025-04-19 1:29 UTC
[PATCH] axis-fifo: Remove hardware resets for user errors
2025-04-19 0:43 UTC
[PATCH v2] iio: adc: Include valid channel for channel selection
2025-04-18 20:55 UTC (3+ messages)
[PATCH v3 0/5] staging: iio: adc: ad7816: Fix channel handling
2025-04-18 20:47 UTC (6+ messages)
` [PATCH v3 1/5] staging: iio: adc: ad7816: Allow channel 7 for all devices
` [PATCH v3 2/5] staging: iio: adc: ad7816: Rename state structure
` [PATCH v3 3/5] staging: iio: adc: ad7816: Introduce chip_info and use pointer matching
` [PATCH v3 4/5] staging: iio: adc: ad7816: Use chip_info for device capabilities
` [PATCH v3 5/5] staging: iio: adc: ad7816: Simplify channel validation using chip_info
[PATCH v2] iio: ad5933: Correct settling cycles encoding per datasheet
2025-04-18 18:10 UTC
[PATCH v2] staging: iio: accel: adis16203: Fix single-axis representation
2025-04-18 17:33 UTC
[PATCH] iio: frequency: Use SLEEP bit instead of RESET to disable output
2025-04-18 17:01 UTC (3+ messages)
[PATCH v2] iio: frequency: ad9832: Remove unused parameter from data documentation
2025-04-18 15:22 UTC (2+ messages)
[PATCH] iio: frequency:: Remove unused parameter from data documentation
2025-04-17 17:26 UTC (8+ messages)
[PATCH] drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()
2025-04-17 7:16 UTC
[PATCH net-next] net: ipconfig: replace strncpy with strscpy
2025-04-16 15:01 UTC (5+ messages)
[PATCH RFC] riscv: mm: fix boot hang when the kernel is loaded into a non-canonical address
2025-04-16 13:56 UTC (4+ messages)
[PATCH 5.15.y] jfs: define xtree root and page independently
2025-04-15 20:18 UTC (2+ messages)
[PATCH 5.15.y] jfs: define xtree root and page independently
2025-04-15 18:08 UTC
[PATCH] bpf: Remove tracing program restriction on map types
2025-04-15 15:01 UTC (4+ messages)
[PATCH v2] nvmet: replace strncpy with strscpy
2025-04-13 22:11 UTC (3+ messages)
[PATCH v2] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage() function
2025-04-13 21:02 UTC
[PATCH] net: ipconfig: replace strncpy with strscpy_pad
2025-04-10 20:40 UTC (5+ messages)
[PATCH] net: rds: replace strncpy with memcpy
2025-04-08 22:45 UTC (3+ 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 (3+ messages)
[PATCH] net/smc: Reduce size of smc_wr_tx_tasklet_fn
2025-03-19 2:42 UTC (5+ messages)
[PATCH v3] 9p/trans_fd: mark concurrent read and writes to p9_conn->err
2025-03-18 22:01 UTC (2+ 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