public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-05-27 14:07:33 to 2025-06-13 13:08:49 UTC [more...]

[PATCH] futex: don't leak robust_list pointer on exec race
 2025-06-13 13:08 UTC  (4+ messages)

[PATCH v2 00/12] Don't generate netlink .rst files inside $(srctree)
 2025-06-13 12:53 UTC  (28+ messages)
` [PATCH v2 01/12] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v2 02/12] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v2 03/12] docs: netlink: don't ignore generated rst files
` [PATCH v2 04/12] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v2 05/12] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v2 06/12] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v2 07/12] tools: ynl_gen_rst.py: do some coding style cleanups
` [PATCH v2 08/12] scripts: netlink_yml_parser.py: improve index.rst generation
` [PATCH v2 09/12] docs: sphinx: add a parser template for yaml files
` [PATCH v2 10/12] docs: sphinx: parser_yaml.py: add Netlink specs parser
` [PATCH v2 11/12] docs: use parser_yaml extension to handle Netlink specs
` [PATCH v2 12/12] docs: conf.py: don't handle yaml files outside "

[PATCH v3 00/16] Don't generate netlink .rst files inside $(srctree)
 2025-06-13 11:42 UTC  (17+ messages)
` [PATCH v3 01/16] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v3 02/16] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v3 03/16] docs: netlink: don't ignore generated rst files
` [PATCH v3 04/16] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v3 05/16] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v3 06/16] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v3 07/16] tools: ynl_gen_rst.py: do some coding style cleanups
` [PATCH v3 08/16] scripts: netlink_yml_parser.py: improve index.rst generation
` [PATCH v3 09/16] docs: sphinx: add a parser template for yaml files
` [PATCH v3 10/16] docs: sphinx: parser_yaml.py: add Netlink specs parser
` [PATCH v3 11/16] docs: use parser_yaml extension to handle Netlink specs
` [PATCH v3 12/16] docs: conf.py: don't handle yaml files outside "
` [PATCH v3 13/16] docs: conf.py: add include_pattern to speedup
` [PATCH v3 14/16] docs: uapi: netlink: update netlink specs link
` [PATCH v3 15/16] MAINTAINERS: add maintainers for netlink_yml_parser.py
` [PATCH v3 16/16] docs: Makefile: disable check rules on make cleandocs

[RFC PATCH 0/2] Introduce cpumask_first_but() and use cases
 2025-06-13 11:37 UTC  (10+ messages)
` [RFC PATCH 1/2] cpumask: Introduce cpumask_first_but()
` [RFC PATCH 2/2] clocksource: Use cpumask_first_but() in clocksource_verify_choose_cpus()

[PATCH v2 0/2] Some extra patches for netlink doc generation
 2025-06-13 10:40 UTC  (7+ messages)
` [PATCH v2 1/2] docs: conf.py: add include_pattern to speedup
` [PATCH v2 2/2] docs: uapi: netlink: update netlink specs link

[PATCH 0/2] docs: net: sysctl documentation improvements
 2025-06-13  6:07 UTC  (6+ messages)
` [PATCH 1/2] docs: net: sysctl documentation cleanup
` [PATCH 2/2] docs: net: clarify sysctl value constraints

[PATCH] clocksource: Utilize cpumask_next_wrap() to shrink code size
 2025-06-13  5:29 UTC  (8+ messages)

[PATCH v5] clocksource: Replace loop within clocks_calc_mult_shift() with __fls() for calculation of "sftacc"
 2025-06-13  3:52 UTC 

[PATCH v4] clocksource: Replace loop within clocks_calc_mult_shift() with find_last_bit() for calculation of "sftacc"
 2025-06-13  3:50 UTC  (2+ messages)

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-12 19:29 UTC  (12+ 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

[PATCH v3 1/2] docs: Improve grammar in Userspace API/DVB API
 2025-06-12 17:27 UTC  (2+ messages)
` [PATCH v3 2/2] docs: Improve grammar, formatting in Video4Linux

[PATCH 0/4] Don't generate netlink .rst files inside $(srctree)
 2025-06-12 14:39 UTC  (15+ messages)
` [PATCH 1/4] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH 2/4] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH 3/4] docs: netlink: don't ignore generated rst files
` [PATCH 4/4] docs: netlink: store generated .rst files at Documentation/output

[PATCH v2 net-next] net: ipconfig: replace strncpy with strscpy
 2025-06-12 11:48 UTC 

[PATCH] Documentation: fix typo in CXL driver documentation
 2025-06-11 15:39 UTC  (5+ messages)

[PATCH v3] clocksource: Replace loop within clocks_calc_mult_shift() with find_last_bit() for calculation of "sftacc"
 2025-06-11 14:30 UTC  (4+ messages)

[PATCH] binfmt_elf: use check_mul_overflow() for size calc
 2025-06-11 14:17 UTC  (5+ messages)

[PATCH] net: ipconfig: replace strncpy with strscpy
 2025-06-11 14:12 UTC  (3+ messages)

[PATCH v2 1/4] docs: Improve grammar in Userspace API/DVB API
 2025-06-11 12:50 UTC  (10+ messages)
` [PATCH v2 3/4] docs: Improve grammar in Userspace API/fwctl
` [PATCH v2 4/4] docs: Fix typos, improve grammar in Userspace API

[PATCH v2] clocksource: Replace loop within clocks_calc_mult_shift() with clz-based calculation for sftacc
 2025-06-11  5:46 UTC  (3+ messages)

Potential translation of LKMM docs into ReST
 2025-06-10  8:13 UTC  (5+ messages)
` [PATCH] lkmm: docs: Put LKMM documentation into dev-tools book

[RFC PATCH] clocksource: Enhancement for clocks_calc_mult_shift()
 2025-06-10  6:27 UTC  (3+ messages)

[RFC PATCH 0/2] serial: kgdboc: convert to the faux device interface
 2025-06-09 22:45 UTC  (3+ messages)
` [RFC PATCH 2/2] serial: kgdboc: convert to use faux_device

[PATCH v3] docs: powerpc: Add htm.rst to table of contents
 2025-06-09 21:00 UTC  (3+ messages)

[PATCH] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-06-09 16:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] tty: replace capable() with file_ns_capable()
 2025-06-08 10:25 UTC  (2+ messages)

[PATCH] net: randomize layout of struct net_device
 2025-06-06 19:46 UTC  (12+ messages)

[PATCH RESEND] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-06-06 17:29 UTC  (4+ messages)

[PATCH 1/1] dm-verity: fix a memory leak if some arguments are specified multiple times
 2025-06-06  9:07 UTC  (5+ messages)

[PATCH] docs: escape literal asterisk to fix reST emphasis warning
 2025-06-05 19:38 UTC  (4+ messages)
` [PATCH v2] docs: symbol-namespaces: fix reST warning with literal block

[PATCH RESEND] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
 2025-06-05 17:56 UTC 

[RFC] selftests/mm: Skip tests dependent on a binary not built
 2025-06-04 22:35 UTC  (4+ messages)
` [PATCH RESEND] selftests/mm/run_vmtests.sh: skip hugevm tests if write_to_hugetlbfs is missing

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-06-03 22:19 UTC 

[PATCH] selftests: firmware: Add details in error logging
 2025-06-02 23:22 UTC  (4+ messages)

[PATCH v3] rust: revocable: Correct safety comments and add invariants
 2025-06-02 10:28 UTC  (7+ messages)

[PATCH 1/3] rust: revocable: update write invariant and fix safety comments
 2025-06-02  1:53 UTC  (4+ messages)
` [PATCH 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync

[PATCH v2 0/4] Multiple fixes to Amiga joystick documentation
 2025-05-30 22:35 UTC  (7+ messages)
` [PATCH v2 3/4] input: docs: Fix Amiga joysticks grammar
` [PATCH v2 4/4] input: docs: Make headings compliant w/ guidelines

[PATCH RESEND] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-05-28 18:07 UTC  (2+ messages)

[PATCH v3] kselftest: x86: Improve MOV SS test result message
 2025-05-28  5:21 UTC 

[PATCH] selftests: net: fix spelling and grammar mistakes
 2025-05-28  1:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bcachefs-testing] bcachefs: fix goto jumping over guard initializers
 2025-05-27 18:20 UTC  (3+ messages)

[PATCH] selftests: acct: fix grammar and clarify output messages
 2025-05-27 14:07 UTC  (2+ messages)
` [PATCH v2] selftests: acct: fix grammar and clarify output messages - Fixed email case mismatch in Signed-off-by


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