linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-24 05:32:25 to 2021-07-28 11:20:02 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28 11:19 UTC  (102+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

[PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-28  9:12 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller
` [PATCH v10 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx "
` [PATCH v10 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH v2] staging: rtl8723bs: core: Fix incorrect type in assignment
 2021-07-28  9:11 UTC 

[PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver
 2021-07-28  7:46 UTC  (8+ messages)
` [PATCH v4 1/6] staging: r8188eu: introduce new core dir for "
` [PATCH v4 2/6] staging: r8188eu: introduce new hal "
` [PATCH v4 3/6] staging: r8188eu: introduce new os_dep "
` [PATCH v4 4/6] staging: r8188eu: introduce new include "
` [PATCH v4 5/6] staging: r8188eu: introduce new supporting files "
` [PATCH v4 6/6] staging: r8188eu: attach newly imported driver to build system

[PATCH v9 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-28  5:51 UTC  (7+ messages)
` [PATCH v9 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller
` [PATCH v9 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx "
` [PATCH v9 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH] staging: rtl8723bs: core: Fix incorrect type in assignment
 2021-07-28  5:44 UTC  (2+ messages)

[PATCH v4 0/2] staging: rtl8188eu: Replace a custom function with crc32_le()
 2021-07-27 23:41 UTC  (3+ messages)

[PATCH 0/4] staging: sm750fb: Remove CamelCase in lynxfb_crtc
 2021-07-27 19:19 UTC  (5+ messages)
` [PATCH 1/4] staging: sm750fb: Rename oScreen to o_screen "
` [PATCH 2/4] staging: sm750fb: Rename oCursor to o_cursor "
` [PATCH 3/4] staging: sm750fb: Rename vCursor to v_cursor "
` [PATCH 4/4] staging: sm750fb: Rename vScreen to v_screen "

[PATCH v4 0/5] vchiq: Patch to separate platform and cdev code
 2021-07-27 16:55 UTC  (9+ messages)
` [PATCH v4 4/5] staging: vchiq: Make creation of vchiq cdev optional

[PATCH v3 0/7] staging: rtl8188eu: replace driver with better version
 2021-07-27 15:46 UTC  (8+ messages)

[PATCH 01/15] staging: vt6655: remove filename from baseband.h
 2021-07-27 13:22 UTC  (3+ messages)

[PATCH] staging: rtl8188eu: remove braces from single line if blocks
 2021-07-27 13:05 UTC  (4+ messages)

[PATCH] tablet: acecad: update the reference count of the usb interface structure
 2021-07-27 12:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove section HISILICON STAGING DRIVERS FOR HIKEY 960/970
 2021-07-27 10:06 UTC  (2+ messages)

[PATCH] staging: mt7621-pci: avoid to re-disable clock for those pcies not in use
 2021-07-27  5:40 UTC 

[PATCH 01/18] staging: rtl8188eu: remove unused defines
 2021-07-26 19:53 UTC  (24+ messages)
` [PATCH 02/18] staging: rtl8188eu: remove HW_VAR_MEDIA_STATUS1
` [PATCH 03/18] staging: rtl8188eu: remove HW_VAR_TXPAUSE
` [PATCH 04/18] staging: rtl8188eu: simplify Hal_EfuseParseMACAddr_8188EU
` [PATCH 05/18] staging: rtl8188eu: remove an unused enum
` [PATCH 06/18] staging: rtl8188eu: remove another "
` [PATCH 07/18] staging: rtl8188eu: remove a bunch of unused defines
` [PATCH 08/18] staging: rtl8188eu: remove yet another unused enum
` [PATCH 09/18] staging: rtl8188eu: remove unused _HAL_INTF_C_ define
` [PATCH 10/18] staging: rtl8188eu: remove write-only power struct component
` [PATCH 11/18] staging: rtl8188eu: remove two write-only hal components
` [PATCH 12/18] staging: rtl8188eu: remove unused IntrMask
` [PATCH 13/18] staging: rtl8188eu: remove write-only HwRxPageSize
` [PATCH 14/18] staging: rtl8188eu: simplify rtl88eu_phy_iq_calibrate
  ` [PATCH v2 "
` [PATCH 15/18] staging: rtl8188eu: simplify phy_iq_calibrate
` [PATCH 16/18] staging: rtl8188eu: simplify path_adda_on
` [PATCH 17/18] staging: rtl8188eu: simplify phy_lc_calibrate
` [PATCH 18/18] staging: rtl8188eu: remove unused IQKMatrixRegSetting array

[PATCH] staging: android: Remove set but unused variable in ashmem.c
 2021-07-26 13:44 UTC  (4+ messages)

[PATCH 0/2] *** staging: sm750fb: Rename maxH and maxW to max_h and max_w ***
 2021-07-26 13:15 UTC  (3+ messages)
` [PATCH 1/2] staging: sm750fb: Rename maxH to max_h in lynx_cursor
` [PATCH 2/2] staging: sm750fb: Rename maxW to max_w "

[PATCH v8 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-26 11:37 UTC  (4+ messages)
` [PATCH v8 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

[PATCH] staging: rtl8188eu: remove blank lines
 2021-07-26  9:10 UTC 

[PATCH] staging/rtl8712: Remove all strcpy() uses in favor of strscpy()
 2021-07-26  8:11 UTC  (6+ messages)

[PATCH v2 0/3] Remove all strcpy() uses
 2021-07-25 18:51 UTC  (9+ messages)
` [PATCH v2 1/3] staging/fbtft: "
` [PATCH v2 2/3] staging/fbtft: Remove unnecessary variable initialization
` [PATCH v2 3/3] staging/fbtft: Fix braces coding style

[PATCH v3 7/7] staging: r8188eu: attach newly imported driver to build system
 2021-07-25  5:37 UTC  (3+ messages)

[PATCH v3 4/7] staging: r8188eu: introduce new os_dep dir for RTL8188eu driver
 2021-07-24 19:33 UTC  (3+ messages)
` [RFC PATCH] staging: r8188eu: fix duplicated inclusion

[PATCH] staging/fbtft: Remove all strcpy() uses
 2021-07-24 11:15 UTC  (5+ messages)

[PATCH v3 0/2] staging: rtl8188eu: Replace a custom function with crc32_le()
 2021-07-24 11:04 UTC  (5+ messages)
` [PATCH v3 1/2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).