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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Mar 2013 10:51:21 +0100
From:	Samuel Iglesias Gonsalvez <siglesias@...lia.com>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
	Samuel Iglesias Gonsalvez <siglesias@...lia.com>
Subject: [PATCH 0/9] staging/sb105x: minor fixes

Hello all,

I have been working in a batch of patches to make the driver sb105x
compile-able with latest source code base.

I have not tested the patches in real HW as I don't have it. Hopefully, I
didn't break anything.

The driver has a lot of coding style issues, lack of tty_port support, a lot
of debug information, commented-out code, etc.

I added a TODO file in the last commit, to gather some of the work to be done.

Thanks,

Sam

Samuel Iglesias Gonsalvez (9):
  staging/sb105x: coding style fixes
  staging/sb105x: rename _INLINE_ to inline
  staging/sb105x: delete debug printks
  staging/sb105x: change some printk to corresponding dev_*
  staging/sb105x: change some printk to corresponding pr_*
  staging/sb105x: coding style issues
  staging/sb105x: use tty_port
  staging/sb105x: remove BROKEN tag from Kconfig
  staging/sb105x: add TODO file

 drivers/staging/sb105x/Kconfig          |    2 +-
 drivers/staging/sb105x/TODO             |    6 +
 drivers/staging/sb105x/sb_mp_register.h |    7 +-
 drivers/staging/sb105x/sb_pci_mp.c      | 1277 ++++++++++++++-----------------
 drivers/staging/sb105x/sb_pci_mp.h      |  174 ++---
 drivers/staging/sb105x/sb_ser_core.h    |  226 +++---
 6 files changed, 783 insertions(+), 909 deletions(-)
 create mode 100644 drivers/staging/sb105x/TODO

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ