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:	Wed, 18 Apr 2012 01:30:00 -0300
From:	Marcos Paulo de Souza <marcos.souza.org@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Marcos Paulo de Souza <marcos.souza.org@...il.com>
Subject: [PATCH 00/12] Fix use of version.h

Hi list,

After run "make versioncheck", the output of the tool show some places that we 
need to include the header version.h, and some places that we need to remove.

This patch set aims to fix all issues of using version.h.

This is my first patch set, so if I forgot something, please let me know :)

Marcos Paulo de Souza (12):
  drivers: block: mtip32xx: mtip32xx.h: Remove unnneeded include of
    version.h
  drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded
    include of version.h
  drivers: media: dvb: ddbridge: ddbridge-code: Remove unneeded include
    of version.h
  drivers: media: radio: radio-keene.c: Remove unneeded include of
    version.h
  drivers: media: video: adp1653.c: Remove unneeded include of
    version.h
  drivers: media: video: tlg2300: pd-video.c: Include version.h header
  drivers: media: video: tm6000: tm6000.h: Include version.h header
  drivers: staging: media: as102: as102fe.c: Remove include of
    version.h
  drivers: staging: media: as102: as102_usb_drv.h: Remove include of
    version.h
  drivers: staging: media: easycap: easycap_ioctl: Include version.h
    header
  drivers: staging: rtl8172: Remove unneeded include of version.h
  drivers: staging: vme: devices: Remove unneeded include version.h

 drivers/block/mtip32xx/mtip32xx.h             |    1 -
 drivers/gpu/drm/gma500/mdfld_dsi_output.h     |    1 -
 drivers/media/dvb/ddbridge/ddbridge-core.c    |    1 -
 drivers/media/radio/radio-keene.c             |    1 -
 drivers/media/video/adp1653.c                 |    1 -
 drivers/media/video/tlg2300/pd-video.c        |    1 +
 drivers/media/video/tm6000/tm6000.h           |   13 +++++++------
 drivers/staging/media/as102/as102_fe.c        |    2 --
 drivers/staging/media/as102/as102_usb_drv.h   |    2 --
 drivers/staging/media/easycap/easycap_ioctl.c |    1 +
 drivers/staging/rtl8712/osdep_service.h       |    1 -
 drivers/staging/rtl8712/rtl871x_ioctl_linux.c |    1 -
 drivers/staging/vme/devices/vme_pio2_core.c   |    1 -
 drivers/staging/vme/devices/vme_pio2_gpio.c   |    1 -
 14 files changed, 9 insertions(+), 19 deletions(-)

-- 
1.7.7.6

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