messages from 2026-04-02 05:42:44 to 2026-04-07 05:21:52 UTC [more...]
[RFT PATCH v3 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
2026-04-07 4:37 UTC (16+ messages)
` [RFT PATCH v3 1/5] staging: rtl8723bs: move constant to right side of test in comparison
` [RFT PATCH v3 2/5] staging: rtl8723bs: remove empty if statement block
` [RFT PATCH v3 3/5] staging: rtl8723bs: simplify boolean return in IsFrameTypeCtrl()
` [RFT PATCH v3 4/5] staging: rtl8723bs: use read_poll_timeout_atomic in _is_fw_read_cmd_down
` [RFT PATCH v3 5/5] staging: rtl8723bs: remove duplicate rate checks in PHY_GetTxPowerIndexBase()
[PATCH] staging: rtl8723bs: fix heap buffer overflow in cfg80211_rtw_add_key
2026-04-06 22:50 UTC
[PATCH v2] media: cedrus: Fix failure to clean up hardware on probe failure
2026-04-06 22:14 UTC
[PATCH v2] media: cedrus: Fix missing cleanup in error path
2026-04-06 22:14 UTC
[PATCH 1/2] media: cedrus: Fix missing cleanup in error path
2026-04-06 21:31 UTC (6+ messages)
` [PATCH 2/2] media: cedrus: Fix failure to clean up hardware on probe failure
[PATCH v4 0/3] staging: rtl8723bs: cleanup booleans and style
2026-04-06 20:51 UTC (5+ messages)
` [PATCH v4 1/3] staging: rtl8723bs: core: "
` [PATCH v4 2/3] staging: rtl8723bs: hal: "
` [PATCH v4 3/3] staging: rtl8723bs: os_dep: "
[PATCH v10 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
2026-04-06 20:15 UTC (23+ messages)
` [PATCH v10 01/22] media: mc: Add INTERNAL pad flag
` [PATCH v10 02/22] dt-bindings: media: i2c: max96717: add support for I2C ATR
` [PATCH v10 03/22] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
` [PATCH v10 04/22] dt-bindings: media: i2c: max96717: add support for MAX9295A
` [PATCH v10 05/22] dt-bindings: media: i2c: max96717: add support for MAX96793
` [PATCH v10 06/22] dt-bindings: media: i2c: max96712: use pattern properties for ports
` [PATCH v10 07/22] dt-bindings: media: i2c: max96712: add support for I2C ATR
` [PATCH v10 08/22] dt-bindings: media: i2c: max96712: add support for POC supplies
` [PATCH v10 09/22] dt-bindings: media: i2c: max96712: add support for MAX96724F/R
` [PATCH v10 10/22] dt-bindings: media: i2c: max96712: add control-channel-port property
` [PATCH v10 11/22] dt-bindings: media: i2c: max96714: add support for MAX96714R
` [PATCH v10 12/22] dt-bindings: media: i2c: add MAX9296A, MAX96716A, MAX96792A
` [PATCH v10 13/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
` [PATCH v10 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
` [PATCH v10 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v10 16/22] media: i2c: maxim-serdes: add MAX96717 driver
` [PATCH v10 17/22] media: i2c: maxim-serdes: add MAX96724 driver
` [PATCH v10 18/22] media: i2c: maxim-serdes: add MAX9296A driver
` [PATCH v10 19/22] arm64: defconfig: disable deprecated MAX96712 driver
` [PATCH v10 20/22] staging: media: remove "
` [PATCH v10 21/22] media: i2c: remove MAX96717 driver
` [PATCH v10 22/22] media: i2c: remove MAX96714 driver
[PATCH] staging: atomisp: fix alignment in function signature
2026-04-06 19:41 UTC (9+ messages)
` [PATCH v2] staging: atomisp: cleanup parenthesis alignment in pci
` [PATCH v3] staging: media: "
[PATCH] staging: rtl8723bs: remove redundant boolean comparisons
2026-04-06 14:10 UTC (2+ messages)
[PATCH v3] staging: rtl8723bs: convert xmit init path to standard error codes
2026-04-05 23:25 UTC
(No Subject)
2026-04-05 20:38 UTC
[PATCH v2] staging: rtl8723bs: use standard error codes in xmit init path
2026-04-05 16:48 UTC (2+ messages)
[PATCH v4 0/3] staging: octeon: ethernet: logging and struct cleanups
2026-04-05 14:11 UTC (4+ messages)
` [PATCH v4 1/3] staging: octeon: ethernet-mem: replace pr_warn with dev_warn in free functions
` [PATCH v4 2/3] staging: octeon: replace pr_warn with dev_warn in fill path
` [PATCH v4 3/3] staging: octeon: ethernet: replace pr_err and pr_info with dev_err and netdev_err
[PATCH] staging: rtl8723bs: fix negative length in WEP decryption
2026-04-05 11:02 UTC (2+ messages)
[PATCH v3 0/5] staging: rtl8723bs: fix multiple missing bounds checks
2026-04-05 10:15 UTC (6+ messages)
` [PATCH v3 1/5] staging: rtl8723bs: fix heap buffer overflow in recvframe_defrag()
` [PATCH v3 2/5] staging: rtl8723bs: fix integer underflow in TKIP MIC verification
` [PATCH v3 3/5] staging: rtl8723bs: fix out-of-bounds read in portctrl()
` [PATCH v3 4/5] staging: rtl8723bs: fix out-of-bounds reads in IE parsing functions
` [PATCH v3 5/5] staging: rtl8723bs: fix negative length in WEP decryption
[PATCH v4 0/2] media: atomisp: clean up ISP configuration path
2026-04-05 9:30 UTC (3+ messages)
` [PATCH v4 1/2] media: atomisp: gate ref and tnr frame config behind ISP enable flags
` [PATCH v4 2/2] media: atomisp: remove redundant call to ia_css_output0_configure()
[PATCH 3/3] staging: octeon: ethernet: add pr_fmt macro
2026-04-05 8:02 UTC (7+ messages)
` [PATCH v2 0/2] staging: octeon: replace pr_*() calls with dev_*() and netdev_*()
` [PATCH v2 1/2] staging: octeon: ethernet-spi: replace pr_err with dev_err
[PATCH] staging: rtl8723bs: fix out-of-bounds read in portctrl()
2026-04-05 8:01 UTC (2+ messages)
[PATCH v2] staging: rtl8723bs: fix out-of-bounds reads in IE parsing functions
2026-04-05 8:01 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix integer underflow in TKIP MIC verification
2026-04-05 8:01 UTC (4+ messages)
` [PATCH v2] "
[PATCH] staging: greybus: fix size_t underflow in cap_get_ims_certificate()
2026-04-05 8:00 UTC (2+ messages)
[PATCH] staging: rtl8723bs: remove redundant return in report_join_res()
2026-04-04 23:21 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix out-of-bounds reads in IE parsing functions
2026-04-04 23:10 UTC (2+ messages)
[PATCH] staging: rtl8723bs: remove redundant assignments to res
2026-04-04 22:35 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix logical continuation style
2026-04-04 22:26 UTC (2+ messages)
[PATCH v2] staging: media: atomisp: pci: cleanup and refactor tracing functions
2026-04-04 20:35 UTC
[PATCH] staging: media: atomisp: pci: cleanup and refactor tracing functions
2026-04-04 20:36 UTC (3+ messages)
[PATCH 0/3] Move adis16203 inclinometer driver out of staging
2026-04-04 16:29 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: iio: accel: add binding for adi,adis16203
` [PATCH 2/3] staging: iio: adis16203: align MODULE_LICENSE with SPDX identifier
[PATCH] staging: rtl8723bs: remove unused function pointers
2026-04-04 12:49 UTC
[PATCH] staging: rtl8723bs: remove redundant returns in rtw_mlme_ext.c
2026-04-04 11:48 UTC
[PATCH] staging: nvec: fix block comment style
2026-04-04 6:37 UTC
[PATCH v6 0/7] staging: rtl8723bs: rename/remove functions
2026-04-04 3:27 UTC (9+ messages)
` [PATCH v6 1/7] staging: rtl8723bs: rename global function Efuse_CalculateWordCnts
` [PATCH v6 2/7] staging: rtl8723bs: efuse_OneByteRead() -> rtw_efuse_one_byte_read()
` [PATCH v6 3/7] staging: rtl8723bs: rename EFUSE_Read1Byte() to rtw_efuse_read_1_byte()
` [PATCH v6 4/7] staging: rtl8723bs: EFUSE_ShadowMapUpdate -> rtw_efuse_shadow_map_update
` [PATCH v6 5/7] staging: rtl8723bs: rename EFUSE_ShadowRead() to rtw_efuse_shadow_read()
` [PATCH v6 6/7] staging: rtl8723bs: remove two unused function prototypes
` [PATCH v6 7/7] staging: rtl8723bs: remove space before tab
[PATCH v5 0/7] staging: rtl8723bs: rename/remove functions
2026-04-04 1:17 UTC (8+ messages)
` [PATCH v5 3/7] staging: rtl8723bs: rename EFUSE_Read1Byte() to rtw_efuse_read_1_byte()
` [PATCH v5 5/7] staging: rtl8723bs: rename EFUSE_ShadowRead() to rtw_efuse_shadow_read()
` [PATCH v5 6/7] staging: rtl8723bs: remove two unused function prototypes
` [PATCH v5 7/7] staging: rtl8723bs: remove space before tab
[PATCH] staging: greybus: authenticate: fix alignment and type warning
2026-04-04 0:59 UTC (4+ messages)
` [PATCH v3 0/2] staging: greybus: fix checkpatch style issues in authenticate.c
` [PATCH v3 1/2] staging: greybus: fix unsigned long long type warning
` [PATCH v3 2/2] staging: greybus: fix alignment to match open parenthesis
[PATCH v6 0/7] staging: rtl8723bs: rename/remove functions
2026-04-03 22:35 UTC (2+ messages)
[PATCH 0/2] staging: rtl8723bs: checkpatch cleanup rtw_btcoex.c
2026-04-03 22:03 UTC (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: correct logical continuation check in rtw_btcoex.c
` [PATCH 2/2] staging: rtl8723bs: remove multiple blank lines "
[PATCH] staging: rtl8723bs: remove redundant & parentheses
2026-04-03 21:14 UTC (2+ messages)
[PATCH] staging: rtl8723bs: simplify xmit_frame initialization
2026-04-03 18:20 UTC (5+ messages)
` [PATCH v2] staging: rtl8723bs: use single-line initialization for pframe
[PATCH v3 0/2] media: atomisp: clean up ISP configuration path
2026-04-03 10:14 UTC (7+ messages)
` [PATCH v3 1/2] media: atomisp: gate ref and tnr frame config behind ISP enable flags
` [PATCH v3 2/2] media: atomisp: remove redundant call to ia_css_output0_configure()
[PATCH v2] staging: rtl8723bs: fix constant on left side of test checkpatch warnings
2026-04-03 9:46 UTC (6+ messages)
[PATCH v1] staging: rtl8723bs: remove GEN_CMD_CODE macro and callback array
2026-04-03 8:45 UTC (2+ messages)
[PATCH v3 0/6] staging: rtl8723bs: cleanup code and style
2026-04-03 7:14 UTC (12+ messages)
` [PATCH v3 1/6] staging: rtl8723bs: core: simplify boolean comparisons
` [PATCH v3 2/6] staging: rtl8723bs: hal: "
` [PATCH v3 3/6] staging: rtl8723bs: os_dep: "
` [PATCH v3 4/6] staging: rtl8723bs: core: style cleanup
` [PATCH v3 5/6] staging: rtl8723bs: hal: "
` [PATCH v3 6/6] staging: rtl8723bs: os_dep: "
[PATCH v2] staging: media: atomisp: use array3_size() for overflow-safe allocation
2026-04-03 4:39 UTC
[PATCH] staging: rtl8723bs: remove unnecessary parentheses in os_intfs.c
2026-04-03 3:23 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix include guard comment in rtw_cmd.h
2026-04-03 1:18 UTC
[PATCH v3] staging: rtl8723bs: remove GEN_CMD_CODE macro and callback array
2026-04-03 0:51 UTC
[PATCH v4] media: atomisp: gc2235: fix UAF and memory leak
2026-04-03 0:23 UTC
[PATCH v2 0/9] gpio: remove uneeded Kconfig dependencies on OF_GPIO
2026-04-02 22:54 UTC (2+ messages)
` (subset) "
[PATCH v2 0/2] staging: rtl8723bs: cleanup rtw_io.c
2026-04-02 18:17 UTC (4+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: remove dead code in rtw_io.c
` [PATCH v2 2/2] staging: rtl8723bs: replace tabs used as separators with spaces
[PATCH 0/2] cleanup rtw_io.c
2026-04-02 15:45 UTC (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: remove dead code in rtw_io.c
` [PATCH 2/2] staging: rtl8723bs: replace tabs used as separators with spaces
[PATCH v3] media: atomisp: gc2235: fix UAF and memory leak
2026-04-02 15:30 UTC (4+ messages)
[PATCH] staging: media: atomisp: fix indentation and spacing in sh_css.c
2026-04-02 13:50 UTC (2+ messages)
[PATCH v3 0/2] staging: octeon: replace pr_* with dev_* and netdev_*
2026-04-02 13:17 UTC (5+ messages)
` [PATCH v3 1/2] staging: octeon: ethernet-spi: replace pr_err with dev_err
` [PATCH v3 2/2] staging: octeon: ethernet: replace pr_* with dev_* and netdev_*
[PATCH v2] staging: atomisp: fix alignment in function signature
2026-04-02 12:59 UTC (3+ messages)
[PATCH v4] staging: media: av7110: coding style fixes: too many tabs
2026-04-02 12:50 UTC (2+ messages)
[PATCH v2] staging: atomisp: fix alignment in function signature
2026-04-02 12:16 UTC (2+ messages)
[PATCH] staging: atomisp: fix memory leak in sh_css_load_firmware on error path
2026-04-02 7:25 UTC (3+ messages)
[PATCH v2] staging: rtl8723bs: remove GEN_CMD_CODE macro and callback array
2026-04-02 7:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox