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:	Thu, 22 Jul 2010 20:25:25 -0500
From:	Armando Uribe <x0095078@...com>
To:	Greg Kroah-Hartman <gregkh@...e.de>
Cc:	Omar Ramirez Luna <omar.ramirez@...com>,
	Ohad Ben-Cohen <ohad@...ery.com>,
	Ameya Palande <ameya.palande@...ia.com>,
	<linux-kernel@...r.kernel.org>, <devel@...verdev.osuosl.org>,
	Rene Sapiens <rene.sapiens@...com>,
	Felipe Contreras <felipe.contreras@...il.com>,
	Armando Uribe <x0095078@...com>
Subject: [PATCH 0/9] staging: tidspbridge: Code Clean Up related to macros

This set of patches are intended do a code clean up 
related to macros, i.e. use of static inline, remove unused macros, etc.

Armando Uribe (9):
  staging: tidspbridge: Remove Redundant wrappers
  staging: tidspbridge: Remove redundant macros in io_sm.c
  staging: tidspbridge: Change macros to static inline functions in
    io_sm
  staging: tidspbridge: Change macros to static inline functions used
    in cload
  staging: tidspbridge: Remove redundant macro from cod.c
  staging: tidspbridge: Remove unused magic number
  staging: tidspbridge: Remove macros used as cast
  staging: tidspbridge: Change macros to static inline functions
  staging: tidspbridge: Remove unused macros

 drivers/staging/tidspbridge/core/chnl_sm.c         |    2 +-
 drivers/staging/tidspbridge/core/io_sm.c           |  197 ++++++--------------
 drivers/staging/tidspbridge/dynload/cload.c        |   35 ++--
 .../staging/tidspbridge/dynload/dload_internal.h   |    4 -
 drivers/staging/tidspbridge/dynload/doff.h         |   38 +++--
 drivers/staging/tidspbridge/dynload/getsection.c   |   17 +--
 drivers/staging/tidspbridge/dynload/reloc.c        |    2 +-
 .../tidspbridge/dynload/reloc_table_c6000.c        |    2 +-
 drivers/staging/tidspbridge/dynload/tramp.c        |    2 +-
 .../tidspbridge/dynload/tramp_table_c6000.c        |    2 +-
 .../tidspbridge/include/dspbridge/chnldefs.h       |    1 -
 .../tidspbridge/include/dspbridge/chnlpriv.h       |    3 -
 .../staging/tidspbridge/include/dspbridge/dbdefs.h |   43 +----
 .../staging/tidspbridge/include/dspbridge/io_sm.h  |   13 --
 .../staging/tidspbridge/include/dspbridge/mbx_sh.h |   14 --
 drivers/staging/tidspbridge/pmgr/cod.c             |   34 ++---
 drivers/staging/tidspbridge/pmgr/dbll.c            |    5 +-
 drivers/staging/tidspbridge/rmgr/disp.c            |    2 -
 drivers/staging/tidspbridge/rmgr/nldr.c            |   33 +---
 drivers/staging/tidspbridge/rmgr/proc.c            |    4 +-
 20 files changed, 140 insertions(+), 313 deletions(-)

--
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