public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-06-13 13:08:49 to 2025-06-20 18:11:48 UTC [more...]

[PATCH] mei: bus: replace sprintf/scnprintf with sysfs_emit in show functions
 2025-06-20 18:11 UTC 

[PATCH] Fix typo in drm docs
 2025-06-20 18:02 UTC 

[PATCH v4 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-06-20 15:31 UTC  (29+ messages)
` [PATCH v4 01/14] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v4 02/14] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v4 03/14] docs: netlink: don't ignore generated rst files
` [PATCH v4 04/14] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v4 05/14] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v4 06/14] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v4 07/14] tools: ynl_gen_rst.py: move index.rst generator to the script
` [PATCH v4 08/14] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v4 09/14] docs: use parser_yaml extension to handle "
` [PATCH v4 10/14] docs: conf.py: don't handle yaml files outside "
` [PATCH v4 11/14] docs: uapi: netlink: update netlink specs link
` [PATCH v4 12/14] MAINTAINERS: add maintainers for netlink_yml_parser.py
` [PATCH v4 13/14] docs: Makefile: disable check rules on make cleandocs
` [PATCH v4 14/14] docs: conf.py: properly handle include and exclude patterns

[PATCH v7 00/17] Don't generate netlink .rst files inside $(srctree)
 2025-06-20 10:58 UTC  (26+ messages)
` [PATCH v7 01/17] docs: conf.py: properly handle include and exclude patterns
` [PATCH v7 02/17] docs: Makefile: disable check rules on make cleandocs
` [PATCH v7 03/17] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v7 04/17] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v7 05/17] docs: netlink: index.rst: add a netlink index file
` [PATCH v7 06/17] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v7 07/17] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v7 08/17] docs: use parser_yaml extension to handle "
` [PATCH v7 09/17] docs: uapi: netlink: update netlink specs link
` [PATCH v7 10/17] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v7 11/17] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v7 12/17] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v7 13/17] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v7 14/17] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v7 15/17] docs: sphinx: add a file with the requirements for lowest version
` [PATCH v7 16/17] docs: conf.py: several coding style fixes
` [PATCH v7 17/17] docs: conf.py: Check Sphinx and docutils version

[PATCH v2 net-next] net/sched: replace strncpy with strscpy
 2025-06-20 10:36 UTC 

[PATCH v2] net/smc: replace strncpy with strscpy
 2025-06-20 10:25 UTC 

[PATCH] usb: ehci: replace scnprintf() with sysfs_emit()
 2025-06-19 14:25 UTC  (2+ messages)

[PATCH v6 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-19  6:23 UTC  (22+ messages)
` [PATCH v6 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v6 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v6 03/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v6 04/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v6 05/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v6 06/15] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v6 07/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v6 08/15] docs: use parser_yaml extension to handle "
` [PATCH v6 09/15] docs: uapi: netlink: update netlink specs link
` [PATCH v6 10/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v6 11/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v6 12/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v6 13/15] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v6 14/15] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v6 15/15] docs: sphinx: add a file with the requirements for lowest version

[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
 2025-06-18 21:58 UTC 

[PATCH] greybus: firmware: use strscpy, fix tag size
 2025-06-18 20:42 UTC  (4+ messages)

[PATCH] net/smc: replace strncpy with strscpy
 2025-06-18 14:32 UTC  (3+ messages)

[PATCH net-next] net/sched: replace strncpy with strscpy
 2025-06-18 14:23 UTC  (3+ messages)

[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 12:40 UTC  (42+ messages)
` [PATCH v5 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v5 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v5 03/15] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v5 04/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v5 05/15] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v5 06/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v5 07/15] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v5 08/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v5 09/15] tools: ynl_gen_rst.py: clanup coding style
` [PATCH v5 10/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v5 11/15] docs: use parser_yaml extension to handle "
` [PATCH v5 12/15] docs: uapi: netlink: update netlink specs link
` [PATCH v5 13/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc

[PATCH] tty: replace capable() with file_ns_capable()
 2025-06-18  6:32 UTC  (5+ messages)

[PATCH] futex: don't leak robust_list pointer on exec race
 2025-06-18  6:20 UTC  (5+ messages)

[PATCH v2 0/2] docs: net: sysctl documentation improvements
 2025-06-17 18:31 UTC  (5+ messages)
` [PATCH v2 1/2] docs: net: sysctl documentation cleanup
` [PATCH v2 2/2] docs: net: clarify sysctl value constraints

[PATCH] fs/xfs: use scnprintf() in show functions
 2025-06-17 13:23 UTC  (3+ messages)

[PATCH] xfs: replace strncpy with memcpy in xattr listing
 2025-06-17 13:14 UTC 

[PATCH] fs/xfs: replace strncpy with strscpy
 2025-06-17 12:45 UTC 

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-17  7:18 UTC  (24+ messages)
` [PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments
` [PATCH v4 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH v4 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync

[RFC PATCH 0/2] Introduce cpumask_first_but() and use cases
 2025-06-16 14:38 UTC  (9+ messages)
` [RFC PATCH 2/2] clocksource: Use cpumask_first_but() in clocksource_verify_choose_cpus()

[PATCH] fs/dlm: use scnprintf() in lockspace show funcs
 2025-06-16 14:22 UTC  (2+ messages)

[PATCH] fs/ecryptfs: use scnprintf() in version show
 2025-06-16 14:21 UTC  (2+ messages)

[PATCH] fs/ocfs2: use scnprintf() in show functions
 2025-06-16 14:21 UTC  (2+ messages)

[PATCH] fs/gfs2: use scnprintf() in show functions
 2025-06-16 14:20 UTC  (2+ messages)

[BUG] wifi: iwlwifi driver does not detect the card in Linux 6.16
 2025-06-16  8:55 UTC  (2+ messages)

[PATCH v2] bcachefs: don't return fsck_fix for unfixable node errors in __btree_err
 2025-06-15 17:16 UTC  (2+ messages)

[PATCH] bcachefs: don't return early from __btree_err for bad or incompatible node read errors
 2025-06-15 16:46 UTC  (5+ messages)

[PATCH 1/2] docs: net: sysctl documentation cleanup
 2025-06-14 17:46 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v5] clocksource: Replace loop within clocks_calc_mult_shift() with __fls() for calculation of "sftacc"
 2025-06-14 16:50 UTC  (2+ messages)

[PATCH v2 00/12] Don't generate netlink .rst files inside $(srctree)
 2025-06-14 15:01 UTC  (13+ messages)
` [PATCH v2 05/12] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v2 09/12] docs: sphinx: add a parser template for yaml files

[PATCH] drm/amd/display: Add kernel-doc for mpc_funcs.mcm and rmcm
 2025-06-14 10:37 UTC 

[PATCH v2 1/2] docs: net: sysctl documentation cleanup
 2025-06-14  9:33 UTC 

[PATCH v2 net-next] net: ipconfig: replace strncpy with strscpy
 2025-06-14  1:16 UTC  (3+ messages)

[PATCH] firmware/memmap: use scnprintf() in show funcs
 2025-06-13 13:44 UTC 

[PATCH v3 00/16] Don't generate netlink .rst files inside $(srctree)
 2025-06-13 13:06 UTC  (5+ messages)
` [PATCH v3 12/16] docs: conf.py: don't handle yaml files outside Netlink specs
` [PATCH v3 13/16] docs: conf.py: add include_pattern to speedup


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