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: <1313782830-31461-1-git-send-email-aaro.koskinen@iki.fi>
Date:	Fri, 19 Aug 2011 22:40:18 +0300
From:	Aaro Koskinen <aaro.koskinen@....fi>
To:	apatard@...driva.com, gregkh@...e.de, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 00/12] staging: xgifb: misc cleanups

Hi,

Here's some miscellaneous cleanups for the xgifb staging driver. There
are no functional changes, except one printk() message is gone.

The patch number 8 will give you checkpatch warnings, but those are not
introduced by these changes. The actual change is very simple as can be
seen with "diff -w".

Testing:
	- compile-tested with GCC 4.6.1, no warnings.
	- tested with Z9 (XG21) on ARM, framebuffer console works

Aaro Koskinen (12):
  staging: xgifb: eliminate #ifdef NewScratch
  staging: xgifb: eliminate XGIINITSTATIC
  staging: xgifb: delete duplicate #defines
  staging: xgifb: delete unused definitions
  staging: xgifb: vb_table: delete unused data
  staging: xgifb: delete unused structs
  staging: xgifb: eliminate #ifdef XGIFB_PAN
  staging: xgifb: probe: delete checks for mode "none"
  staging: xgifb: replace video_type with FB_TYPE_PACKED_PIXELS
  staging: xgifb: delete write-only variables
  staging: xgifb: delete driver version information
  staging: xgifb: delete an empty string

 drivers/staging/xgifb/XGI_main.h    |  110 ------
 drivers/staging/xgifb/XGI_main_26.c |  518 ++++++++++++-------------
 drivers/staging/xgifb/XGIfb.h       |   12 -
 drivers/staging/xgifb/vb_def.h      |  590 +----------------------------
 drivers/staging/xgifb/vb_ext.h      |   20 -
 drivers/staging/xgifb/vb_setmode.c  |    3 -
 drivers/staging/xgifb/vb_struct.h   |   71 ----
 drivers/staging/xgifb/vb_table.h    |  729 -----------------------------------
 drivers/staging/xgifb/vgatypes.h    |    5 -
 9 files changed, 242 insertions(+), 1816 deletions(-)

-- 
1.7.2.5

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