Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2026-07-28 07:22:48 to 2026-07-31 17:33:57 UTC [more...]

[PATCH] staging: media: atomisp: remove unnecessary parentheses
 2026-07-31 17:33 UTC 

[PATCH] staging: rtl8723bs: disable SDIO function on block size failure
 2026-07-31 16:17 UTC 

[PATCH v2 0/3] staging: rtl8723bs: clean up management transmit return values
 2026-07-31 15:52 UTC  (4+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: convert mgmt xmit coalesce to errno
` [PATCH v2 2/3] staging: rtl8723bs: propagate errno handling for mgmt xmit
` [PATCH v2 3/3] staging: rtl8723bs: make dump_mgntframe_and_wait() return void

[PATCH 0/4] staging: rtl8723bs: Changing two struct members
 2026-07-31 14:20 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] staging: rtl8723bs: change struct member bSurpriseRemoved
  ` [PATCH v3 2/2] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c

[PATCH] staging: axis-fifo: validate tx_fifo_depth from device tree
 2026-07-31 11:20 UTC  (2+ messages)

[PATCH] axis-fifo: use size_t for write size calculations
 2026-07-31 11:10 UTC  (2+ messages)

[PATCH 0/3] staging: rtl8723bs: convert management transmit path to errno
 2026-07-31 11:04 UTC  (7+ messages)
` [PATCH 1/3] staging: rtl8723bs: convert mgmt xmit coalesce "
` [PATCH 2/3] staging: rtl8723bs: propagate errno handling for mgmt xmit
` [PATCH 3/3] staging: rtl8723bs: convert dump mgnt path to errno

[PATCH 00/11] Rename variables in rtw_mlme.c
 2026-07-31 10:41 UTC  (12+ messages)
` [PATCH 01/11] staging: rtl8723bs: renaming variable pbuf "
` [PATCH 02/11] staging: rtl8723bs: renaming variable pmlmepriv "
` [PATCH 03/11] staging: rtl8723bs: renaming variable pdev_network "
` [PATCH 04/11] staging: rtl8723bs: renaming variable pibss "
` [PATCH 05/11] staging: rtl8723bs: renaming variable padapter "
` [PATCH 06/11] staging: rtl8723bs: renaming variable phtpriv "
` [PATCH 07/11] staging: rtl8723bs: renaming variable pregistrypriv "
` [PATCH 08/11] staging: rtl8723bs: renaming variable bHwLDPCSupport "
` [PATCH 09/11] staging: rtl8723bs: renaming variable bHwSTBCSupport "
` [PATCH 10/11] staging: rtl8723bs: renaming variable bHwSupportBeamformer "
` [PATCH 11/11] staging: rtl8723bs: renaming variable bHwSupportBeamformee "

[PATCH] staging: rtl8723bs: Fix NULL pointer dereference in c2h_wk_callback
 2026-07-31  7:00 UTC 

[PATCH] staging: rts5208: ms.c: replace udelay with usleep_range
 2026-07-31  5:41 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: use guard(mutex) in ips_enter()
 2026-07-31  5:19 UTC  (4+ messages)
` [PATCH] staging: rtl8723bs: use kfree_sensitive() for key material in rtw_set_key()

[PATCH] staging: rts5208: ms.c: replace udelay with usleep_range
 2026-07-31  4:59 UTC 

[PATCH v2 0/4] staging: rtl8723bs: fix several memory-safety bugs
 2026-07-31  1:29 UTC  (7+ messages)
` [PATCH v2 1/4] staging: rtl8723bs: free HalData with vfree, not kfree
` [PATCH v2 2/4] staging: rtl8723bs: fix double free when register_netdev() fails
` [PATCH v2 3/4] staging: rtl8723bs: fix NULL deref in c2h_wk_callback() on alloc failure
` [PATCH v2 4/4] staging: rtl8723bs: fix NULL deref on bcmc station lookup in defrag path

[PATCH v3 0/4] staging: rtl8723bs: fix several memory-safety bugs
 2026-07-31  1:18 UTC  (5+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: free HalData with vfree, not kfree
` [PATCH v3 2/4] staging: rtl8723bs: fix double free when register_netdev() fails
` [PATCH v3 3/4] staging: rtl8723bs: fix NULL deref in c2h_wk_callback() on alloc failure
` [PATCH v3 4/4] staging: rtl8723bs: fix NULL deref on bcmc station lookup in defrag path

[PATCH] staging: rtl8723bs: use kfree_sensitive() for key material in rtw_set_key()
 2026-07-30 23:13 UTC 

[PATCH] staging: greybus: light: fix leak of cdev->name
 2026-07-30 11:06 UTC  (4+ messages)

[PATCH] media: staging/ipu7: fix async notifier leak on init error
 2026-07-30 10:47 UTC  (3+ messages)

[PATCH] media: staging/ipu7: fix async notifier UAF on probe error path
 2026-07-30 10:37 UTC 

[PATCH] staging: rtl8723bs: fix underflow logic in swing index calculations
 2026-07-30  9:45 UTC  (5+ messages)

[PATCH] staging: fbtft: fix typo in fb_upd161704.c comment
 2026-07-30  9:11 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: os_intfs: replace msleep with usleep_range
 2026-07-30  7:37 UTC  (2+ messages)

[PATCH 0/4] staging: rtl8723bs: fix several memory-safety bugs
 2026-07-30  7:36 UTC  (7+ messages)
` [PATCH 1/4] staging: rtl8723bs: free HalData with vfree, not kfree
` [PATCH 2/4] staging: rtl8723bs: fix double free when register_netdev() fails
` [PATCH 3/4] staging: rtl8723bs: fix NULL deref in c2h_wk_callback() on alloc failure
` [PATCH 4/4] staging: rtl8723bs: fix NULL deref on bcmc station lookup in defrag path

[RFC] staging: nvec: possible missing bounds check in nvec_power_bat response handling
 2026-07-30  7:35 UTC  (3+ messages)
` [PATCH] staging: nvec: fix out-of-bounds string copies

[RFC] staging: nvec: possible missing bounds check in nvec_power_bat response handling
 2026-07-30  5:58 UTC 

Please drop my RESENDs of the nvec and vme_user cleanups
 2026-07-29 17:56 UTC 

[PATCH RESEND] staging: nvec: use strcmp() instead of strncmp() with magic length
 2026-07-29 10:15 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary parentheses from return
 2026-07-29  9:32 UTC  (2+ messages)

[PATCH] staging: axis-fifo: align arguments to match open parenthesis
 2026-07-29  9:32 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix line length warnings in os_intfs.c
 2026-07-29  9:31 UTC  (3+ messages)

[PATCH] staging: sm750fb: fix kernel-doc comments in sm750_accel.h
 2026-07-28 22:39 UTC 

[PATCH] staging: rtl8723bs: fix line length warnings in os_intfs.c
 2026-07-28 15:54 UTC  (2+ messages)

[PATCH v3] staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit()
 2026-07-28 15:45 UTC  (2+ messages)

[PATCH v2 0/3] staging: rtl8723bs: fix multiple OOB reads in IE and frame parsing
 2026-07-28 12:54 UTC  (4+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: fix OOB read / stack overflow in rtw_get_wps_attr()
` [PATCH v2 2/3] staging: rtl8723bs: fix OOB read in rtw_action_frame_parse()
` [PATCH v2 3/3] staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie()

[PATCH 0/3] staging: rtl8723bs: fix coding style issues (CamelCase)
 2026-07-28 12:36 UTC  (8+ messages)
` [PATCH 1/3] staging: rtl8723bs: rename mBratesOS to avoid CamelCase
    ` [PATCH v2 0/3] staging: rtl8723bs: fix coding style issues (CamelCase)
      ` [PATCH v2 1/3] staging: rtl8723bs: rename mBratesOS to avoid CamelCase
      ` [PATCH v2 2/3] staging: rtl8723bs: rename Save_DM_Func_Flag functions "
      ` [PATCH v2 3/3] staging: rtl8723bs: rename Restore_DM_Func_Flag "

[PATCH] staging: nvec: fix power-off path to not depend on workqueue
 2026-07-28  8:49 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace yield() with cond_resched()
 2026-07-28  8:39 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: replace magic numbers with named constants
 2026-07-28  8:38 UTC  (3+ messages)

[PATCH] media: ipu3: fix line ending with '(' in atomic_inc_return call
 2026-07-28  8:28 UTC  (2+ messages)

[PATCH 0/5] staging: rtl8723bs: fix multiple OOB reads in IE and frame parsing
 2026-07-28  7:43 UTC  (5+ messages)
` [PATCH 1/5] staging: rtl8723bs: fix OOB read in rtw_get_wps_ie()
` [PATCH 5/5] staging: rtl8723bs: fix skb->len underflow in monitor TX path

[PATCH] staging: rtl8723bs: remove unnecessary braces
 2026-07-28  7:36 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Use pointer type in vzalloc()
 2026-07-28  7:35 UTC  (2+ messages)

[PATCH] staging: most: video: remove unnecessary blank line before closing brace
 2026-07-28  7:33 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix space before tab in HalPhyRf_8723B.c
 2026-07-28  7:32 UTC  (4+ messages)

[PATCH] drivers: staging: octeon: ethernet: removed unneeded parentheses
 2026-07-28  7:32 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix space before tab in comments
 2026-07-28  7:31 UTC  (2+ messages)

[PATCH 0/3] staging: rtl8723bs: Remove whitespaces
 2026-07-28  7:28 UTC  (3+ messages)
` [PATCH 3/3] staging: rtl8723bs: Renaming variables with type prefix

[PATCH v3] staging: rtl8723bs: remove unused function declarations
 2026-07-28  7:26 UTC  (2+ messages)

[PATCH] staging: axis-fifo: align continuation lines with opening parenthesis
 2026-07-28  7:24 UTC  (2+ messages)

[PATCH] staging: sm750fb: Align prototype parameter names to implementation
 2026-07-28  7:24 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