lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZPIBGeHW4W8GQgui@kroah.com>
Date:   Fri, 1 Sep 2023 17:19:53 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: [GIT PULL] Staging driver updates for 6.6-rc1

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.6-rc1

for you to fetch changes up to aee17df05ea3771cb74662430dc98e69b72ab9f3:

  staging: rtl8192e: Annotate struct rtllib_txb with __counted_by (2023-08-22 15:48:05 +0200)

----------------------------------------------------------------
Staging driver changes for 6.6-rc1

Here are a set of staging driver cleanups for 6.6-rc1.  Nothing huge in
here at all, overall we dropped a few hundred lines of code, it's been a
quiet development cycle for this subsystem.

Nothing stands out, everything can be categorized as "minor coding style
cleanups for staging drivers" and there was one race condition fixed.

Full details in the shortlog.

All have been in linux-next for a while with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Abdel Alkuor (1):
      staging: sm750fb: fix sii164InitChip function name

Alexon Oliveira (4):
      staging: vme_user: fix check alignment should match open parenthesis
      staging: vme_user: fix alignment of open parenthesis
      staging: vme_user: fix check blank lines not necessary
      staging: vme_user: fix check lines should not end with a '('

Cyrus Ramavarapu (1):
      staging: rts5208: Correct line ending with '('

Franziska Naepelt (12):
      staging: rtl8723bs: Fix space issues
      staging: rtl8723bs: Fix alignment open parenthesis
      staging: rtl8723bs: Fix remaining blank line issue
      staging: rtl8723bs: ioctl_linux: Fix else on next line
      staging: rtl8723bs: ioctl_linux: Fix code indent
      staging: rtl8723bs: ioctl_linux: Fix block comment alignment
      staging: rtl8723bs: ioctl_linux: Remove multiple blank lines
      staging: rtl8723bs: ioctl_linux: Remove unnecessary blank lines
      staging: rtl8723bs: ioctl_linux: Remove unnecessary parentheses
      staging: rtl8723bs: ioctl_linux: Fix alignment on open parenthesis
      staging: rtl8723bs: ioctl_linux: Add preferred spaces
      staging: rtl8723bs: ioctl_linux: Fix comparison to false

Greg Kroah-Hartman (1):
      Merge 6.5-rc4 into staging-next

Kees Cook (1):
      staging: rtl8192e: Annotate struct rtllib_txb with __counted_by

Mingzai Sun (1):
      staging: vt6655: Change camel case variables to snake case

Nam Cao (1):
      staging: rtl8712: fix race condition

Pavan Bobba (1):
      staging: vt6655: replace camel case by snake case

Philipp Hortmann (25):
      staging: rtl8192e: Remove unused timer SetupTimer
      staging: rtl8192e: Remove equation of local variable InactTime of AdmitTS
      staging: rtl8192e: Remove unused timer InactTimer
      staging: rtl8192e: Remove empty function AdmitTS
      staging: rtl8192e: Remove variable modulation as it is constant
      staging: rtl8192e: Remove variable host_encrypt as it is constant
      staging: rtl8192e: Remove variable host_decrypt as it is constant
      staging: rtl8192e: Remove variable card_type
      staging: rtl8192e: Remove variable bdisable_nic
      staging: rtl8192e: Remove variable priv->reg_chnl_plan
      staging: rtl8192e: Remove variable ieee->short_slot
      staging: rtl8192e: Remove unused variable p_intb
      staging: rtl8192e: Remove unused variable intb in _rtl92e_irq()
      staging: rtl8192e: Remove empty function rtllib_rx_Master()
      staging: rtl8192e: Remove empty function rtllib_rx_Mesh()
      staging: rtl8192e: Remove unused variable is_mesh from rtllib_send_probe
      staging: rtl8192e: Remove is_mesh from rtllib_send_probe_requests
      staging: rtl8192e: Remove is_mesh from rtllib_start_scan_syncro
      staging: rtl8192e: Remove is_mesh from rtllib_softmac_scan_syncro
      staging: rtl8192e: Remove is_mesh from rtl92e_set_swcam
      staging: rtl8192e: Remove DefaultKey from rtl92e_set_swcam
      staging: rtl8192e: Remove unsupported mode IW_MODE_MASTER
      staging: rtl8192e: Remove unused function rtllib_start_master_bss()
      staging: rtl8192e: Remove unsupported mode IW_MODE_REPEAT
      staging: rtl8192e: Remove unsupported mode IW_MODE_MESH

Rob Herring (1):
      staging: Explicitly include correct DT includes

Rohit Chavan (1):
      staging: greybus: fix alignment of open parenthesis

Ruan Jinjie (2):
      staging: fieldbus: arcx-anybus: Remove redundant of_match_ptr()
      staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses

Tree Davies (10):
      Staging: rtl8192e: Rename function ActivateBAEntry
      Staging: rtl8192e: Rename function DeActivateBAEntry
      Staging: rtl8192e: Rename function TxTsDeleteBA
      Staging: rtl8192e: Rename function RxTsDeleteBA
      Staging: rtl8192e: Rename function ResetBaEntry
      Staging: rtl8192e: Rename function TsInitAddBA
      Staging: rtl8192e: Rename function TsInitDelBA
      Staging: rtl8192e: Rename function BaSetupTimeOut
      Staging: rtl8192e: Rename function TxBaInactTimeout
      Staging: rtl8192e: Rename function RxBaInactTimeout

Uwe Kleine-König (1):
      staging: greybus: pwm: Drop unused member from driver struct

Wang Jinchao (1):
      staging: rtl8192u: Fix keyidx assignment within if condition

Yang Yingliang (2):
      staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()
      staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()

Yangtao Li (1):
      staging: axis-fifo: Use devm_platform_get_and_ioremap_resource()

Yogesh Hegde (4):
      staging: rtl8192e: Rename variable currentRATR
      staging: rtl8192e: Rename variable targetRATR
      staging: rtl8192e: Rename variable LowRSSIThreshForRA
      staging: rtl8192e: Rename variable HighRSSIThreshForRA

Zhu Wang (1):
      staging: fieldbus: arcx-anybus: Do not check 0 for platform_get_irq()

 drivers/staging/axis-fifo/axis-fifo.c             |  18 +-
 drivers/staging/fieldbus/anybuss/arcx-anybus.c    |   6 +-
 drivers/staging/greybus/arche-platform.c          |   1 +
 drivers/staging/greybus/fw-core.c                 |   4 +-
 drivers/staging/greybus/pwm.c                     |   1 -
 drivers/staging/media/imx/imx-media-capture.c     |   1 -
 drivers/staging/media/imx/imx-media-dev-common.c  |   2 -
 drivers/staging/media/imx/imx8mq-mipi-csi2.c      |   1 -
 drivers/staging/media/meson/vdec/esparser.c       |   1 -
 drivers/staging/media/meson/vdec/vdec.c           |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c    |   2 +-
 drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c |   1 -
 drivers/staging/media/tegra-video/csi.c           |   1 -
 drivers/staging/media/tegra-video/vi.c            |   2 +-
 drivers/staging/media/tegra-video/vip.c           |   1 -
 drivers/staging/most/dim2/dim2.c                  |   2 +-
 drivers/staging/pi433/pi433_if.c                  |   1 -
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c    |  11 +-
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h    |   2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c       |  17 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.h       |   3 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c      |  25 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h      |   8 -
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c        |  38 +--
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c        |   6 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c        |  12 +-
 drivers/staging/rtl8192e/rtl819x_BAProc.c         |  60 ++--
 drivers/staging/rtl8192e/rtl819x_HTProc.c         |   3 +-
 drivers/staging/rtl8192e/rtl819x_TS.h             |   2 -
 drivers/staging/rtl8192e/rtl819x_TSProc.c         |  65 +---
 drivers/staging/rtl8192e/rtllib.h                 |  32 +-
 drivers/staging/rtl8192e/rtllib_module.c          |   3 -
 drivers/staging/rtl8192e/rtllib_rx.c              |  84 ++----
 drivers/staging/rtl8192e/rtllib_softmac.c         | 346 ++++------------------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c      |  17 +-
 drivers/staging/rtl8192e/rtllib_tx.c              |   5 +-
 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c |  10 +-
 drivers/staging/rtl8712/os_intfs.c                |   1 +
 drivers/staging/rtl8712/usb_intf.c                |   1 -
 drivers/staging/rtl8723bs/core/rtw_ap.c           |   3 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c         |   5 +-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c     |   6 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c         |  36 +--
 drivers/staging/rtl8723bs/core/rtw_security.c     |   8 +-
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c      |   2 +-
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c    |   6 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c         |  12 +-
 drivers/staging/rtl8723bs/hal/hal_intf.c          |   2 +-
 drivers/staging/rtl8723bs/hal/odm.c               |   4 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c |   2 +-
 drivers/staging/rtl8723bs/include/wifi.h          |  15 -
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 167 ++++++-----
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c    | 161 ++++------
 drivers/staging/rtl8723bs/os_dep/recv_linux.c     |   2 +-
 drivers/staging/rts5208/sd.c                      |   3 +-
 drivers/staging/sm750fb/ddk750_dvi.c              |   2 +-
 drivers/staging/sm750fb/ddk750_sii164.c           |  22 +-
 drivers/staging/sm750fb/ddk750_sii164.h           |  20 +-
 drivers/staging/vme_user/vme.c                    |  92 +++---
 drivers/staging/vme_user/vme_bridge.h             |  46 ++-
 drivers/staging/vt6655/baseband.c                 |   6 +-
 drivers/staging/vt6655/srom.c                     |   6 +-
 62 files changed, 486 insertions(+), 940 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ