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:	Tue,  8 Mar 2011 22:16:05 +0200
From:	Aaro Koskinen <aaro.koskinen@....fi>
To:	gregkh@...e.de, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org, arnaud.patard@...-net.org
Subject: [PATCH 00/15] staging: xgifb: misc cleanups

Hello,

Here's again some miscellaneous xgifb cleanups mainly to remove unused
code.

No compilation warnings from GCC 4.5.2, also checked that framebuffer
console works with Z9 on ARM.

Aaro Koskinen (15):
  staging: xgifb: delete HW cursor memory allocation
  staging: xgifb: delete command queue selection/init
  staging: xgifb: delete offscreen memory management
  staging: xgifb: delete unused fields from xgi_hw_device_info
  staging: xgifb: delete bSkipSense
  staging: xgifb: delete bIntegratedMMEnabled
  staging: xgifb: delete nomax module parameter
  staging: xgifb: vb_setmode: make internal functions static
  staging: xgifb: vb_setmode: include the .h file
  staging: xgifb: vb_ext: delete redundant declarations
  staging: xgifb: vb_ext: delete unused functions
  staging: xgifb: vb_ext: make internal functions static
  staging: xgifb: vb_init: delete redundant declarations
  staging: xgifb: vb_init: delete unused functions
  staging: xgifb: vb_init: make internal functions static

 drivers/staging/xgifb/XGI_main.h    |  104 ----
 drivers/staging/xgifb/XGI_main_26.c |  573 ------------------
 drivers/staging/xgifb/XGIfb.h       |    1 -
 drivers/staging/xgifb/vb_ext.c      |  472 +--------------
 drivers/staging/xgifb/vb_ext.h      |    6 -
 drivers/staging/xgifb/vb_init.c     | 1135 ++---------------------------------
 drivers/staging/xgifb/vb_setmode.c  |  417 ++++++--------
 drivers/staging/xgifb/vb_setmode.h  |    4 -
 drivers/staging/xgifb/vgatypes.h    |   33 -
 9 files changed, 235 insertions(+), 2510 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