public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-07-18 18:03:13 to 2025-07-29 06:37:59 UTC [more...]

[PATCH] tsacct: Remove unused macro definition
 2025-07-29  6:37 UTC  (3+ messages)

[PATCH v2 0/3] drm/panel: novatek-nt35560: Fix bug and clean up
 2025-07-29  5:44 UTC  (4+ messages)
` [PATCH v2 1/3] drm/panel: novatek-nt35560: Fix invalid return value
` [PATCH v2 2/3] drm: Add MIPI support function and macros
` [PATCH v2 3/3] drm/panel: novatek-nt35560: Clean up driver

[PATCH v2] x86/intel: Fix always false range check in x86_vfm model matching
 2025-07-29  5:28 UTC  (2+ messages)

[PATCH] x86/intel: Fix always false range check in x86_vfm model matching
 2025-07-29  4:17 UTC  (3+ messages)

[PATCH] target/core: replace strncpy with strscpy
 2025-07-29  3:09 UTC  (4+ messages)

[PATCH] bpf: fix various typos in verifier.c comments
 2025-07-28 17:10 UTC  (2+ messages)

[PATCH 0/2] drm/panel: novatek-nt35560: Fix bug and clean up
 2025-07-28 16:28 UTC  (9+ messages)
` [PATCH 1/2] drm: Create mipi_dsi_dcs_read_multi()
` [PATCH 2/2] drm/panel: novatek-nt35560: Fix bug and clean up

[PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-07-28 16:02 UTC  (15+ messages)
` [PATCH v10 01/14] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v10 02/14] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v10 03/14] docs: netlink: index.rst: add a netlink index file
` [PATCH v10 04/14] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v10 05/14] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v10 06/14] docs: use parser_yaml extension to handle "
` [PATCH v10 07/14] docs: uapi: netlink: update netlink specs link
` [PATCH v10 08/14] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v10 09/14] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v10 10/14] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v10 11/14] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v10 12/14] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v10 13/14] docs: parser_yaml.py: fix backward compatibility with old docutils
` [PATCH v10 14/14] sphinx: parser_yaml.py: fix line numbers information

[PATCH] fs/ext4: remove unused variable 'de' in ext4_init_new_dir()
 2025-07-28 15:41 UTC 

[PATCH] perf/util: make TYPE_STATE_MAX_REGS architecture-dependent
 2025-07-28 11:57 UTC 

[PATCH v3] kconfig/lxdialog: replace strcpy() with strncpy() in inputbox.c
 2025-07-28  5:39 UTC  (7+ messages)

[PATCH] rust/pin-init: remove workaround for type inference cycle
 2025-07-28  4:00 UTC  (5+ messages)

[PATCH v2] kconfig/lxdialog: replace strcpy() with strlcpy() in inputbox.c
 2025-07-27 16:24 UTC  (3+ messages)

[PATCH v2] checkpatch: suppress strscpy warnings for userspace tools
 2025-07-27 12:50 UTC 

[PATCH] checkpatch: suppress strscpy warnings for userspace tools
 2025-07-27 12:31 UTC  (3+ messages)

[PATCH 5.15.y] jfs: reject on-disk inodes of an unsupported type
 2025-07-27 10:05 UTC 

[PATCH 6.1.y] jfs: reject on-disk inodes of an unsupported type
 2025-07-27 10:02 UTC 

[PATCH 6.6.y] jfs: reject on-disk inodes of an unsupported type
 2025-07-27  9:56 UTC 

[PATCH 6.12.y] jfs: reject on-disk inodes of an unsupported type
 2025-07-27  9:51 UTC 

[PATCH] kconfig: replace strcpy() with strlcpy() in symbol.c
 2025-07-26 20:38 UTC  (2+ messages)

[PATCH] kconfig/lxdialog: replace strcpy with snprintf in print_autowrap
 2025-07-26 19:43 UTC 

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-07-26 18:35 UTC  (4+ messages)
` [PATCH v8 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v8 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety

[PATCH v2] clk: spacemit: fix resource leak in spacemit_ccu_reset_register
 2025-07-26 18:00 UTC  (6+ messages)

[PATCH] net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len()
 2025-07-26 11:02 UTC  (14+ messages)

[PATCH] checkpatch: validate commit tag ordering
 2025-07-26  7:34 UTC  (6+ messages)

[PATCH] scsi:st.c replace snprintf() with sysfs_emit()
 2025-07-25 14:22 UTC  (3+ messages)

[PATCH] net: skmsg: fix NULL pointer dereference in sk_msg_recvmsg()
 2025-07-25 11:55 UTC  (3+ messages)

[PATCH] futex: don't leak robust_list pointer on exec race
 2025-07-25 11:43 UTC  (7+ messages)

[PATCH] arm64: allow NR_CPUS=1 for non-SMP and adjust default accordingly
 2025-07-25  8:42 UTC  (5+ messages)

[PATCH] arm: allow single CPU configuration by adjusting NR_CPUS range and defaults
 2025-07-24 17:57 UTC  (3+ messages)

[PATCH v3] iio: st_lsm6dsx: Replace scnprintf with sysfs_emit
 2025-07-24 11:47 UTC  (4+ messages)

[PATCH v7 0/3] rust: revocable: Documentation and safety refinements
 2025-07-24 10:30 UTC  (11+ messages)
` [PATCH v7 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v7 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v7 3/3] rust: revocable: Document RevocableGuard invariants/safety and refine Deref safety

[PATCH wireless-next] wifi: mac80211: fix use-after-free risk in sta debugfs removal
 2025-07-24  7:48 UTC  (3+ messages)

[PATCH] drm/sched: Prevent stopped entities from being added to the run queue
 2025-07-24  4:17 UTC  (13+ messages)

[PATCH v6] riscv: introduce asm/swab.h
 2025-07-23 19:47 UTC 

[PATCH v5] riscv: introduce asm/swab.h
 2025-07-23 19:42 UTC  (3+ messages)

[syzbot ci] Re: net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len()
 2025-07-23 16:47 UTC  (4+ messages)
  `  "

[PATCH v6 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-23 15:10 UTC  (9+ messages)
` [PATCH v6 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v6 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v6 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v6 4/4] drm: docs: Update task from drm TODO list

[PATCH] clk: spacemit: fix resource leak in spacemit_ccu_reset_register
 2025-07-23 13:10 UTC  (3+ messages)

[PATCH] iommu/vt-d: replace snprintf with scnprintf in dmar_latency_snapshot()
 2025-07-23 12:18 UTC  (5+ messages)

[PATCH] perf tests: Fix lib path detection for non-x86 architectures
 2025-07-23  4:30 UTC  (5+ messages)

[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
 2025-07-23  1:37 UTC  (6+ messages)

[PATCH RESEND] fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
 2025-07-22 17:40 UTC 

[PATCH v5 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-22 16:22 UTC  (9+ messages)
` [PATCH v5 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v5 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v5 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v5 4/4] drm: docs: Update task from drm TODO list

[PATCH v2] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-07-22 16:09 UTC  (3+ messages)

[PATCH] ext4: bail out when EXT4_INLINE_DATA_FL lacks system.data xattr
 2025-07-22  5:53 UTC  (2+ messages)

[PATCH] drivers:zorro:zorro-sysfs.c Replace sprintf() with sysfs_emit()
 2025-07-22  5:53 UTC  (2+ messages)

[PATCH] arc:kernel:perf_event.c : replaced sprintf with sysfs_emit()
 2025-07-22  3:52 UTC  (3+ messages)

[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-21 15:46 UTC  (11+ messages)
` [PATCH v4 1/4] drm: Create mipi_dsi_dual macro
` [PATCH v4 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver

[PATCH] xfs: Replace strncpy with strscpy
 2025-07-20 22:24 UTC  (7+ messages)

[PATCH] ext4: Refactor breaking condition for xattr_find_entry()
 2025-07-19 21:45 UTC  (2+ messages)

[PATCH] net: stream: add description for sk_stream_write_space()
 2025-07-19  0:10 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