public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-27 03:50:58 to 2026-04-27 20:13:06 UTC [more...]

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 20:12 UTC  (18+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[PATCH] staging: rtl8723bs: replace NULL comparison with NOT operator
 2026-04-27 19:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/7] staging: rtl8723bs: rtw_mlme: fix long lines and related issues
 2026-04-27 19:05 UTC  (8+ messages)
` [PATCH v4 1/7] staging: rtl8723bs: fix buffer over-read in rtw_update_protection
` [PATCH v4 2/7] staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction
` [PATCH v4 3/7] staging: rtl8723bs: rtw_mlme: wrap lines exceeding 100 columns
` [PATCH v4 4/7] staging: rtl8723bs: rtw_mlme: extract local variables for long expressions
` [PATCH v4 5/7] staging: rtl8723bs: rtw_mlme: remove dead commented-out code
` [PATCH v4 6/7] staging: rtl8723bs: rtw_mlme: consolidate capability comparisons lines
` [PATCH v4 7/7] staging: rtl8723bs: rtw_mlme: add blank line for readability

[PATCH] staging: rtl8723bs: hal: add blank line after declaration
 2026-04-27 18:34 UTC 

[PATCH v6 0/8] staging: rtl8723bs: simplify booleans and cleanup style
 2026-04-27 17:58 UTC  (9+ messages)
` [PATCH v6 1/8] staging: rtl8723bs: core: simplify boolean comparisons
` [PATCH v6 2/8] staging: rtl8723bs: hal: "
` [PATCH v6 3/8] staging: rtl8723bs: os_dep: "
` [PATCH v6 4/8] staging: rtl8723bs: add spaces around bitwise OR operators
` [PATCH v6 5/8] staging: rtl8723bs: remove redundant braces for single-statement block
` [PATCH v6 6/8] staging: rtl8723bs: move logical operators to previous line
` [PATCH v6 7/8] staging: rtl8723bs: fix alignment of continued conditions
` [PATCH v6 8/8] staging: rtl8723bs: wrap lines exceeding 100 characters

[PATCH] staging: most: video: remove filename from the top-of-file comment
 2026-04-27 17:56 UTC 

[PATCH 0/8] staging: rtl8723bs: remove warnings in rtw_btcoex.h
 2026-04-27 17:38 UTC  (9+ messages)
` [PATCH 1/8] staging: rtl8723bs: remove blank line "
` [PATCH 2/8] staging: rtl8723bs: add function definition arg names to rtw_btcoex.h
` [PATCH 3/8] staging: rtl8723bs: rename rtw_btcoex_MediaStatusNotify()
` [PATCH 4/8] staging: rtl8723bs: rename rtw_btcoex_media_status_notify definition arg
` [PATCH 5/8] staging: rtl8723bs: rtw_btcoex_HaltNotify() -> rtw_btcoex_halt_notify()
` [PATCH 6/8] staging: rtl8723bs: rename rtw_btcoex_RejectApAggregatedPacket()
` [PATCH 7/8] staging: rtl8723bs: rtw_btcoex_LPS_Enter() -> rtw_btcoex_lps_enter()
` [PATCH 8/8] staging: rtl8723bs: rename rtw_btcoex_LPS_Leave to rtw_btcoex_lps_leave

[PATCH] staging: media: imx: remove unnecessary braces from single statement if block
 2026-04-27 17:06 UTC 

[PATCH v3 0/5] staging: rtl8723bs: rtw_mlme: fix long lines and related issues
 2026-04-27 16:02 UTC  (13+ messages)
` [PATCH v3 2/5] staging: rtl8723bs: rtw_mlme: fix lines exceeding 100 columns
` [PATCH v3 3/5] staging: rtl8723bs: rtw_mlme: remove dead commented-out code

[PATCH 0/7] staging: octeon: remove typedefs for enums and structs
 2026-04-27 15:54 UTC  (8+ messages)
` [PATCH 1/7] staging: octeon: convert cvmx_spi_mode_t from typedef to plain enum
` [PATCH 2/7] staging: octeon: convert cvmx_helper_interface_mode_t "
` [PATCH 3/7] staging: octeon: convert cvmx_pow_wait_t "
` [PATCH 4/7] staging: octeon: convert cvmx_pko_lock_t "
` [PATCH 5/7] staging: octeon: convert cvmx_pko_status_t "
` [PATCH 6/7] staging: octeon: convert cvmx_pko_port_status_t from typedef to plain struct
` [PATCH 7/7] staging: octeon: convert cvmx_pip_port_status_t "

[PATCH v5 0/4] staging: octeon: modernize logging and refactor to per-device state
 2026-04-27 15:15 UTC  (5+ messages)
` [PATCH v5 1/4] staging: octeon: ethernet-mem: replace pr_warn with dev_warn in free functions
` [PATCH v5 2/4] staging: octeon: replace pr_warn with dev_warn in fill path
` [PATCH v5 3/4] staging: octeon: ethernet: replace pr_err and pr_info with dev_err and netdev_err
` [PATCH v5 4/4] staging: octeon: refactor to per-device state and pass platform_device

[PATCH v2 0/2] staging: rtl8723bs: fix OOB write in HT_caps_handler and OOB read in OnAssocRsp
 2026-04-27 14:48 UTC  (12+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: fix OOB write in HT_caps_handler()
` [PATCH v2 2/2] staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop

[PATCH] staging: iio: adt7316: Add error handling to adt7316_spi_probe()
 2026-04-27 12:38 UTC  (6+ messages)

[PATCH] staging: rtl8723bs: fix heap buffer overflow in cfg80211_rtw_add_key
 2026-04-27 11:17 UTC  (3+ messages)
  ` [PATCH v6] staging: rtl8723bs: fix heap buffer overflow in cfg80211_rtw_add_key()

[PATCH] staging: rtl8723bs: Fix CamelCase variable name pHT_info_ie
 2026-04-27 11:10 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] staging: rtl8723bs: rtw_mlme: fix line length warnings
 2026-04-27 10:16 UTC  (4+ messages)

[PATCH] media: cedrus: clean up media device on probe failure
 2026-04-27 10:00 UTC 

[PATCH v4] staging: octeon: remove SPI, POW, and PKO typedef enums
 2026-04-27  9:00 UTC  (4+ messages)

[PATCH v4 0/2] staging: nvec: fix use-after-free and pm_power_off teardown
 2026-04-27  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] staging: nvec: fix use-after-free in nvec_rx_completed()
` [PATCH v4 2/2] staging: nvec: fix unconditional pm_power_off teardown

[PATCH v3 0/3] staging: rtl8723bs: fix OOB reads and heap overflow in IE parsing
 2026-04-27  8:16 UTC  (4+ messages)
` [PATCH v3 1/3] staging: rtl8723bs: fix OOB read in update_beacon_info() IE loop
` [PATCH v3 2/3] staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()
` [PATCH v3 3/3] staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()

[PATCH] staging: media: atomisp: fix typo "stablization" in comments
 2026-04-27  7:12 UTC  (2+ messages)

[PATCH] staging: media: atomisp: fix typo "commmit" in comments
 2026-04-27  7:11 UTC  (2+ messages)

[PATCH] staging: sm750fb: fix typo in comment
 2026-04-27  6:04 UTC 

[PATCH v3 0/2] staging: sm750fb: fix de_wait() return handling
 2026-04-27  5:46 UTC  (3+ messages)
` [PATCH v3 1/2] staging: sm750fb: return -ETIMEDOUT on timeout in de_wait functions
` [PATCH v3 2/2] staging: sm750fb: propagate error codes from de_wait()

[PATCH] staging: greybus: uart: document c_cflag handling in set_termios
 2026-04-27  4:54 UTC  (3+ messages)
` [PATCH v2] staging: greybus: uart: clear unsupported c_cflag bits "

[PATCH 00/11] staging: rtl8723bs: coding style cleanups
 2026-04-27  4:46 UTC  (4+ messages)
` [PATCH 03/11] staging: rtl8723bs: os_dep: fix spacing around operators

[PATCH v3] staging: rtl8723bs: remove GEN_CMD_CODE macro and callback array
 2026-04-26 20:18 UTC  (2+ messages)

[PATCH v3] staging: rtl8723bs: Remove boolean comparisons
 2026-04-26 20:16 UTC  (2+ messages)

[PATCH v5 0/3] staging: rtl8723bs: simplify booleans and cleanup style
 2026-04-26 20:16 UTC  (5+ messages)
` [PATCH v5 1/3] staging: rtl8723bs: simplify boolean comparisons
` [PATCH v5 3/3] staging: rtl8723bs: cleanup if-statements formatting

[PATCH] staging: rtl8723bs: remove redundant else block in sdio_halinit.c
 2026-04-26 20:10 UTC  (2+ messages)

[PATCH 00/11] staging: rtl8723bs: cleanup hal/hal_intf.c
 2026-04-26 20:08 UTC  (5+ messages)
` [PATCH 08/11] staging: rtl8723bs: remove wrapper rtw_hal_disable_interrupt()
` [PATCH 11/11] staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_case

[PATCH] rtl8723bs: improve readability in cmd filter and traffic watchdog
 2026-04-26 20:01 UTC  (2+ messages)

[PATCH v2 1/3] staging: rtl8723bs: remove commented out dead code in sdio_halinit.c
 2026-04-26 19:57 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