Linux Kernel Mentees list
 help / color / mirror / Atom feed
 messages from 2026-04-07 07:01:10 to 2026-05-28 14:20:02 UTC [more...]

[PATCH v3] Bluetooth: RFCOMM: validate skb length in MCC handlers
 2026-05-28 14:20 UTC  (2+ messages)

[PATCH v4 0/2] iio: adc: spear_adc: sort and clean up headers for IWYU
 2026-05-27 10:21 UTC  (4+ messages)
` [PATCH v4 1/2] iio: adc: spear_adc: sort includes alphabetically
` [PATCH v4 2/2] iio: adc: spear_adc: align headers with IWYU principle

[PATCH v3 0/8] iio: tcs3472: cleanups, devm conversion and wait time
 2026-05-26 16:52 UTC  (16+ messages)
` [PATCH v3 1/8] iio: tcs3472: power down chip on probe failure
` [PATCH v3 2/8] iio: tcs3472: sort headers alphabetically
` [PATCH v3 3/8] iio: tcs3472: convert remaining locking to guard(mutex)
` [PATCH v3 4/8] iio: tcs3472: use ! instead of explicit NULL check
` [PATCH v3 5/8] iio: tcs3472: use devm for resource management
` [PATCH v3 6/8] iio: tcs3472: use local struct device * for remaining cases
` [PATCH v3 7/8] iio: tcs3472: move standalone return to default case
` [PATCH v3 8/8] iio: tcs3472: implement wait time and sampling frequency

[PATCH] dt-bindings: leds: bcm6358: Convert to DT schema
 2026-05-25 17:06 UTC  (2+ messages)

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-05-25 15:03 UTC  (6+ messages)
` [PATCH 1/2] fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
` [PATCH 2/2] fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()

[PATCH v2] staging: rtl8723bs: fix unnamed parameters warning detected at checkpatch
 2026-05-23 14:18 UTC 

[PATCH] ASoC: soc-utils: Add missing va_end in snd_soc_ret()
 2026-05-19 14:57 UTC  (2+ messages)

[PATCH v2 0/5] devm conversion, wait time, locking cleanup
 2026-05-21 11:31 UTC  (31+ messages)
` [PATCH v2 1/5] iio: light: tcs3472: sort headers alphabetically
` [PATCH v2 2/5] iio: light: tcs3472: convert remaining locking to guard(mutex)
` [PATCH v2 3/5] iio: light: tcs3472: use devm for resource management
` [PATCH v2 4/5] iio: light: tcs3472: implement wait time and sampling frequency
` [PATCH v2 5/5] iio: light: tcs3472: move standalone return to default case

[PATCH v2] tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()
 2026-05-20 10:51 UTC  (2+ messages)

[PATCH] tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()
 2026-05-18 22:56 UTC  (6+ messages)

[PATCH] drivers: qcom: fix typo in comment
 2026-05-17 15:00 UTC  (3+ messages)

[PATCH] Makefile: Add EXTRAVERSION field
 2026-05-15 14:06 UTC 

[PATCH RFT] ALSA: scarlett2: Add missing error check when initialise Autogain Status
 2026-05-15  6:33 UTC  (2+ messages)

[PATCH] Makefile: add extra version identifier to EXTRAVERSION
 2026-05-15  4:19 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in namei.c
 2026-05-12 22:10 UTC  (2+ messages)

[PATCH] Documentation: kvm: update links in the references section of AMD Memory Encryption
 2026-05-12 20:26 UTC  (3+ messages)

[PATCH] HID: usbhid: replace strlcat with better alternatives
 2026-05-12 15:33 UTC  (2+ messages)

[PATCH 0/3] hwmon: lm93: clean up coding style issues
 2026-05-08 16:27 UTC  (5+ messages)
` [PATCH 1/3] hwmon: lm93: Add missing blank lines after declarations
` [PATCH 2/3] hwmon: lm93: Change unsigned to unsigned int for clarity
` [PATCH 3/3] hwmon: lm93: Remove else blocks after break or return for consistency

[PATCH] docs: leds: fix sysfs ABI reference in lp5812.rst
 2026-05-07 11:46 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] iio: light: tcs3472: devm conversion, wait time, locking cleanup
 2026-05-06 18:17 UTC  (12+ messages)
` [PATCH 1/3] iio: light: tcs3472: use devm for resource management
` [PATCH 2/3] iio: light: tcs3472: implement wait time and sampling frequency
` [PATCH 3/3] iio: light: tcs3472: Use guard(mutex)() family over manual locking

[PATCH] kselftest: fix doc for ksft_test_result_report()
 2026-05-05 18:41 UTC  (2+ messages)

[PATCH] kbuild: add pavan-lfx suffix to EXTRAVERSION
 2026-05-02 15:27 UTC 

[PATCH] kunit: Fix spelling mistakes in comments and messages
 2026-05-02  2:56 UTC  (2+ messages)

[PATCH] Documentation: hwmon: fix link to ideapad-laptop.c file
 2026-04-30 17:57 UTC  (2+ messages)

[PATCH] Makefile: Add EXTRAVERSION for LKMP Summer 2026
 2026-04-30  5:01 UTC 

[PATCH] Bluetooth: btintel_pcie: Remove unused ret in btintel_pcie_submit_rx_work()
 2026-04-30  4:05 UTC 

[PATCH RFT] objtool: Validate find symtab in elf_create_rela_section()
 2026-04-28  4:30 UTC 

[PATCH] kbuild: add custom EXTRAVERSION for LFX mentorship
 2026-04-27 12:43 UTC  (2+ messages)

[PATCH] sound: ua101: fix division by zero at probe
 2026-04-27 12:46 UTC  (3+ messages)

[PATCH] Documentation: fix spelling mistake "stucture" -> "structure"
 2026-04-27  9:56 UTC  (2+ messages)

[PATCH RFT v2] media: atomisp: Add error check in create_host_regular_capture_pipeline()
 2026-04-25  4:11 UTC  (3+ messages)

[PATCH] ext4: Use %pe to print PTR_ERR() in super.c
 2026-04-24 15:55 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in extents.c
 2026-04-24 15:43 UTC 

[PATCH RFT] media: atomisp: Add error check in create_host_regular_capture_pipeline()
 2026-04-24  5:47 UTC  (3+ messages)

[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
 2026-04-23 15:29 UTC 

[PATCH v2 0/2] Bluetooth: ISO: Fix KCSAN data-races on iso_pi(sk)
 2026-04-21 17:40 UTC  (4+ messages)
` [PATCH v2 1/2] Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()
` [PATCH v2 2/2] Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths

[PATCH] staging: rtl8723bs: remove unused offset in phase 2 _BlockWrite()
 2026-04-21 14:33 UTC  (3+ messages)

[PATCH 0/2] Bluetooth: ISO: Fix KCSAN data-races on iso_pi(sk)
 2026-04-20 19:23 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()
` [PATCH 2/2] Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths

[PATCH] Documentation: fix spelling mistake "Minumum" -> "Minimum"
 2026-04-20 18:07 UTC  (5+ messages)

[PATCH v4 0/2] iio: light: cm3323: fix and cleanup
 2026-04-20 17:53 UTC  (4+ messages)
` [PATCH v4 1/2] iio: light: cm3323: fix reg_conf not being initialized correctly
` [PATCH v4 2/2] iio: light: cm3323: use dev_err_probe() in probe path

[PATCH v2 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-20 16:50 UTC  (4+ messages)
` [PATCH] [PATCH v2 1/3] "
` [PATCH v2 2/3] Documentation: RCU: "
` [PATCH v2 3/3] Documentation: deprecated.rst: type-aware kmalloc-family: mark optional argument as such

[PATCH] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-18 11:44 UTC  (4+ messages)

[PATCH v4 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
 2026-04-14  6:15 UTC  (22+ messages)
` [PATCH v4 1/5] staging: rtl8723bs: move constant to right side of test in comparison
` [PATCH v4 2/5] staging: rtl8723bs: remove empty if statement block
` [PATCH v4 3/5] staging: rtl8723bs: simplify boolean return in IsFrameTypeCtrl()
` [PATCH v4 4/5] staging: rtl8723bs: use read_poll_timeout_atomic in _is_fw_read_cmd_down
` [PATCH v4 5/5] staging: rtl8723bs: remove duplicate rate checks in PHY_GetTxPowerIndexBase()

[PATCH v2] Bluetooth: RFCOMM: validate skb length in MCC handlers
 2026-04-14  1:07 UTC 

[PATCH] Bluetooth: RFCOMM: validate skb length in MCC handlers
 2026-04-13 18:19 UTC  (4+ messages)

[PATCH] staging: fbtft: Use %pe format specifier for error pointers
 2026-04-13  7:53 UTC  (4+ messages)

[PATCH] Bluetooth: hci_event: reject incoming conn request when MASTER conn exists
 2026-04-10 10:42 UTC 

[RFT PATCH v3 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
 2026-04-09 13:33 UTC  (6+ messages)

[PATCH] staging: rtl8723bs: fix unnamed parameters warning detected at checkpatch
 2026-04-07 14:25 UTC  (2+ messages)

[PATCH v3 0/2] iio: light: cm3323: fix and cleanup
 2026-04-07 14:22 UTC  (4+ messages)
` [PATCH v3 1/2] iio: light: cm3323: fix reg_conf not being initialized correctly
` [PATCH v3 2/2] iio: light: cm3323: use dev_err_probe() in probe path


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