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]
Date:   Sat,  7 Aug 2021 17:36:24 +0200
From:   Martin Kaiser <martin@...ser.cx>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Larry Finger <Larry.Finger@...inger.net>,
        Phillip Potter <phil@...lpotter.co.uk>,
        Dan Carpenter <dan.carpenter@...cle.com>,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
        Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 00/12] remove the remaining RT_TRACE prints

Hello Greg and all,

I'm resending the patches from earlier this week, all in one series, based
on today's staging-testing branch. I hope they do not conflict with other
pending submissions.

As per Greg's request, I removed only RT_TRACE prints and left DBG_88E
alone for now.

While at it, I resurrected the IW_HANDLER change that was already accepted
for the deprecated driver.

Thanks for reviewing this set,

   Martin

Martin Kaiser (12):
  staging: r8188eu: remove RT_TRACE prints from usb_intf.c
  staging: r8188eu: remove RT_TRACE prints from usb_ops_linux.c
  staging: r8188eu: remove RT_TRACE prints from ioctl_linux.c
  staging: r8188eu: remove empty function
  staging: r8188eu: remove RT_TRACE prints from mlme_linux.c
  staging: r8188eu: remove RT_TRACE prints from os_intfs.c
  staging: r8188eu: remove an RT_TRACE print from osdep_service.c
  staging: r8188eu: remove RT_TRACE prints from recv_linux.c
  staging: r8188eu: remove RT_TRACE prints from xmit_linux.c
  staging: r8188eu: use IW_HANDLER to declare wext handlers
  staging: r8188eu: remove unused DEBUG_OID macro
  staging: r8188eu: remove the RT_TRACE macro

 drivers/staging/r8188eu/include/rtw_debug.h   |   9 -
 drivers/staging/r8188eu/include/rtw_ioctl.h   |   6 -
 drivers/staging/r8188eu/os_dep/ioctl_linux.c  | 181 +++++-------------
 drivers/staging/r8188eu/os_dep/mlme_linux.c   |   4 -
 drivers/staging/r8188eu/os_dep/os_intfs.c     |  49 +----
 .../staging/r8188eu/os_dep/osdep_service.c    |   6 +-
 drivers/staging/r8188eu/os_dep/recv_linux.c   |  23 +--
 drivers/staging/r8188eu/os_dep/usb_intf.c     |  51 +----
 .../staging/r8188eu/os_dep/usb_ops_linux.c    |  15 --
 drivers/staging/r8188eu/os_dep/xmit_linux.c   |   8 +-
 10 files changed, 58 insertions(+), 294 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ