public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-11-01 12:56:46 to 2025-11-19 13:09:24 UTC [more...]

[PATCH 0/8] usb: gadget: dummy_hcd: coding style improvements and error handling change
 2025-11-19 13:08 UTC  (9+ messages)
` [PATCH 1/8] usb: gadget: dummy_hcd: replace BUG() with WARN_ON_ONCE()
` [PATCH 2/8] usb: gadget: dummy_hcd: replace symbolic permissions (S_IRUGO) with octal (0444)
` [PATCH 3/8] usb: gadget: dummy_hcd: use 'unsigned int' instead of bare 'unsigned'
` [PATCH 4/8] usb: gadget: dummy_hcd: fix block comments, blank lines and function braces
` [PATCH 5/8] usb: gadget: dummy_hcd: merge multi-line quoted strings into one line
` [PATCH 6/8] usb: gadget: dummy_hcd: use sizeof(*ptr) instead of sizeof *ptr
` [PATCH 7/8] usb: gadget: dummy_hcd: remove unnecessary 'else' after return
` [PATCH 8/8] usb: gadget: dummy_hcd: fix miscellaneous coding style warnings

[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
 2025-11-19  7:38 UTC 

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-19  6:29 UTC  (21+ messages)
  ` [PATCH v2] "

[PATCH] bpf: Document cfi_stubs and owner fields in struct bpf_struct_ops
 2025-11-19  6:24 UTC 

[PATCH] firewire: Replace ENOSYS with appropriate error codes
 2025-11-19  4:51 UTC  (3+ messages)

[RFT net-next v4 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-11-19  3:57 UTC  (6+ messages)
` [RFT net-next v4] net: refactor set_rx_mode into snapshot and deferred I/O
` [RFT net-next v4 2/2] virtio-net: Implement ndO_write_rx_mode callback

[PATCH] xfs: ensure log recovery buffer is resized to avoid OOB
 2025-11-18 20:19 UTC  (8+ messages)
  ` [PATCH] xfs: reject log records with v2 size but v1 header version "
  ` [PATCH v3] xfs: validate log record version against superblock log version

[PATCH] cifs: fix memory leak in smb3_fs_context_parse_param error path
 2025-11-18 20:00 UTC  (2+ messages)

[PATCH] fs/super: fix memory leak of s_fs_info on setup_bdev_super failure
 2025-11-18 18:05 UTC  (7+ messages)

[PATCH v3] mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
 2025-11-18 16:14 UTC  (4+ messages)

[PATCH] docs: parse-headers.rst: Fix a typo
 2025-11-18 16:13 UTC  (3+ messages)

[PATCH net] team: Move team device type change at the end of team_port_add
 2025-11-18 11:46 UTC  (3+ messages)

[PATCH v6] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-11-18 10:40 UTC  (2+ messages)

[PATCH] loop: don't change loop device under exclusive opener in loop_set_status
 2025-11-18  7:10 UTC  (2+ messages)

[PATCH v3] power: swap: Fix comment style and clean up outdated function headers
 2025-11-17 19:19 UTC  (2+ messages)

[PATCH] fs/dlm: use list_add_tail() instead of open-coding list insertion
 2025-11-17 16:03 UTC 

[PATCH] gfs2: flush withdraw work before freeing gfs2_sbd
 2025-11-16 20:12 UTC  (3+ messages)

[PATCH RFT v2] driver/scsi/mpi3mr: Fix build warning for mpi3mr_start_watchdog
 2025-11-15 14:47 UTC  (6+ messages)

[PATCH] staging: greybus: uart: check return values during probe
 2025-11-15  6:16 UTC 

[PATCH] drm: rename drm_ioctl_flags() to drm_ioctl_get_flags() to fix kernel-doc name conflict
 2025-11-14 22:20 UTC  (2+ messages)

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2025-11-14 21:00 UTC  (18+ messages)
` [PATCH v2 0/2] hfs: Validate CNIDs read from filesystem
` [PATCH v2 1/2] hfs: Validate CNIDs in hfs_read_inode
` [PATCH v2 2/2] hfs: Update sanity check of the root record

[PATCH v2] power: swap: Convert kernel-doc comments to regular block comments
 2025-11-14 20:54 UTC  (3+ messages)

[PATCH net v2] team: Move team device type change at the end of team_port_add
 2025-11-13 21:11 UTC 

[PATCH] selftests/iommu: Fix array-bounds warning in get_hw_info
 2025-11-13 20:08 UTC 

[PATCH v2] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
 2025-11-13 16:46 UTC  (2+ messages)

[PATCH 1/2] lib/842: Fix kernel-doc warnings for sw842_compress()
 2025-11-13 16:40 UTC  (2+ messages)
  ` [PATCH 2/2] lib/842: Fix kernel-doc warnings for sw842_decompress()

[PATCH] usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
 2025-11-13 16:39 UTC  (3+ messages)

[PATCH] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
 2025-11-13 14:24 UTC  (3+ messages)

[PATCH v5] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-11-13  9:08 UTC  (3+ messages)

[PATCH v4] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-11-13  7:29 UTC  (7+ messages)

[PATCH] docs: dmaengine: add explanation for phys field in dma_async_tx_descriptor structure
 2025-11-13  6:49 UTC 

[PATCH v3] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-11-12 20:32 UTC  (7+ messages)

[PATCH] ext4: validate xattrs to avoid OOB in ext4_find_inline_entry
 2025-11-12 19:48 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4 0/2] f2fs: Add sanity checks before unlinking and loading inodes
 2025-11-11 22:50 UTC  (6+ messages)
` [PATCH v4 1/2] f2fs: Rename f2fs_unlink exit label
` [PATCH v4 2/2] f2fs: Add sanity checks before unlinking and loading inodes
` [f2fs-dev] [PATCH v4 0/2] "

[PATCH] hangcheck-timer: use pr_crit and fix coding style
 2025-11-11 15:13 UTC  (6+ messages)
  ` [PATCH v2 0/3] hangcheck-timer: coding style improvements
    ` [PATCH v2 1/3] hangcheck-timer: replace printk(KERN_CRIT) with pr_crit
    ` [PATCH v2 2/3] hangcheck-timer: Replace %Ld with %lld
    ` [PATCH v2 3/3] hangcheck-timer: fix coding style spacing

[PATCH] selftest: net: fix variable sized type not at the end of struct warnings
 2025-11-11 14:55 UTC  (4+ messages)

[PATCH] firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() functions
 2025-11-11 11:42 UTC  (5+ messages)

[PATCH] net: core: Initialize new header to zero in pskb_expand_head
 2025-11-11  7:40 UTC  (4+ messages)

[PATCH] fs/minix: Improve validity checking of superblock
 2025-11-09 14:16 UTC  (2+ messages)

[PATCH v3] jfs: Initialize synclist in metapage allocation
 2025-11-08 14:18 UTC  (2+ messages)

[PATCH] jfs: Initialize synclist in metapage allocation
 2025-11-08 13:58 UTC 

[PATCH] jfs: Initialize synclist in metapage allocation
 2025-11-08 10:19 UTC  (2+ messages)

[PATCH] bus: arm-cci: Fix device node reference leak in cci_probe_ports()
 2025-11-08  6:32 UTC 

[PATCH] Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
 2025-11-07 19:10 UTC  (2+ messages)

[PATCH] drivers/hv: Use kmalloc_array() instead of kmalloc()
 2025-11-07  6:52 UTC  (2+ messages)

[RFC/RFT PATCH net-next v3 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-11-06 22:12 UTC  (8+ messages)
` [RFC/RFT PATCH net-next v3 1/2] net: Add ndo_write_rx_config and helper structs and functions:

[PATCH linux-next] fs/ntfs3: Initialize allocated memory before use
 2025-11-06 18:33 UTC  (2+ messages)

[PATCH] Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
 2025-11-06 18:20 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] fs: ext4: fix uninitialized symbols
 2025-11-06 15:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-06 11:34 UTC  (3+ messages)

[PATCH v2] selftests/user_events: Fix type cast for write_index packed member in perf_test
 2025-11-06  9:55 UTC 

[PATCH v2] docs: Makefile: Sort Documentation targets case-insensitively in make help
 2025-11-05 18:26 UTC  (2+ messages)

[PATCH v3 0/2] f2fs: Add sanity checks before unlinking and loading inodes
 2025-11-05  7:27 UTC  (4+ messages)
` [PATCH v3 1/2] f2fs: Rename f2fs_unlink exit label
` [PATCH v3 2/2] f2fs: Add sanity checks before unlinking and loading inodes

[PATCH] bfs: Handle directory bfs_inode->i_eoffset == 0xffffffff
 2025-11-04 17:21 UTC 

[PATCH v6] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-04  8:59 UTC  (2+ messages)

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-11-03 10:36 UTC  (3+ messages)
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety

[PATCH v2 0/2] f2fs: Add sanity checks before unlinking and loading inodes
 2025-11-03  8:12 UTC  (6+ messages)
` [PATCH v2 1/2] f2fs: Rename f2fs_unlink exit label
` [PATCH v2 2/2] f2fs: Add sanity checks before unlinking and loading inodes

[PATCH v5] Asoc: dt_bindings: ti,pcm186x: convert to dtschema
 2025-11-02 16: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