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, 20 Jul 2017 23:09:25 +0530
From:   Arvind Yadav <arvind.yadav.cs@...il.com>
To:     b.zolnierkie@...sung.com, paulus@...ba.org,
        benh@...nel.crashing.org, adaplas@...il.com, mbroemme@...mpq.org,
        FlorianSchandinat@....de
Cc:     linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 00/28] constify fbdev pci_device_id.

pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

Arvind Yadav (28):
  [PATCH 01/28] video: fbdev: radeon: constify pci_device_id.
  [PATCH 02/28] video: fbdev: atyfb: constify pci_device_id.
  [PATCH 03/28] video: fbdev: aty128fb: constify pci_device_id.
  [PATCH 04/28] video: fbdev: sunxvr2500: constify pci_device_id.
  [PATCH 05/28] video: fbdev: asiliantfb: constify pci_device_id.
  [PATCH 06/28] video: fbdev: intelfb: constify pci_device_id.
  [PATCH 07/28] video: fbdev: pvr2fb: constify pci_device_id.
  [PATCH 08/28] video: fbdev: tridentfb: constify pci_device_id.
  [PATCH 09/28] video: fbdev: skeletonfb: constify pci_device_id.
  [PATCH 10/28] video: fbdev: via: constify pci_device_id.
  [PATCH 11/28] video: fbdev: savage: constify pci_device_id.
  [PATCH 12/28] video: fbdev: riva: constify pci_device_id.
  [PATCH 13/28] video: fbdev: i810: constify pci_device_id.
  [PATCH 14/28] video: fbdev: arkfb: constify pci_device_id.
  [PATCH 15/28] video: fbdev: kyro: constify pci_device_id.
  [PATCH 16/28] video: fbdev: vermilion: constify pci_device_id.
  [PATCH 17/28] video: fbdev: nvidia: constify pci_device_id.
  [PATCH 18/28] video: fbdev: mb862xx: constify pci_device_id.
  [PATCH 19/28] video: fbdev: tdfx: constify pci_device_id.
  [PATCH 20/28] video: fbdev: sunxvr500: constify pci_device_id.
  [PATCH 21/28] video: fbdev: imsttfb: constify pci_device_id.
  [PATCH 22/28] video: fbdev: pm2fb: constify pci_device_id.
  [PATCH 23/28] video: fbdev: gxfb: constify pci_device_id.
  [PATCH 24/28] video: fbdev: neofb: constify pci_device_id.
  [PATCH 25/28] video: fbdev: s3fb: constify pci_device_id.
  [PATCH 26/28] video: fbdev: pm3fb: constify pci_device_id.
  [PATCH 27/28] video: fbdev: matroxfb: constify pci_device_id.
  [PATCH 28/28] video: fbdev: vt8623fb: constify pci_device_id.

 drivers/video/fbdev/arkfb.c                  | 2 +-
 drivers/video/fbdev/asiliantfb.c             | 2 +-
 drivers/video/fbdev/aty/aty128fb.c           | 2 +-
 drivers/video/fbdev/aty/atyfb_base.c         | 2 +-
 drivers/video/fbdev/aty/radeon_base.c        | 2 +-
 drivers/video/fbdev/geode/gxfb_core.c        | 2 +-
 drivers/video/fbdev/i810/i810_main.c         | 2 +-
 drivers/video/fbdev/imsttfb.c                | 2 +-
 drivers/video/fbdev/intelfb/intelfbdrv.c     | 2 +-
 drivers/video/fbdev/kyro/fbdev.c             | 2 +-
 drivers/video/fbdev/matrox/matroxfb_base.c   | 4 ++--
 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c   | 2 +-
 drivers/video/fbdev/neofb.c                  | 2 +-
 drivers/video/fbdev/nvidia/nvidia.c          | 2 +-
 drivers/video/fbdev/pm2fb.c                  | 2 +-
 drivers/video/fbdev/pm3fb.c                  | 2 +-
 drivers/video/fbdev/pvr2fb.c                 | 2 +-
 drivers/video/fbdev/riva/fbdev.c             | 2 +-
 drivers/video/fbdev/s3fb.c                   | 2 +-
 drivers/video/fbdev/savage/savagefb_driver.c | 2 +-
 drivers/video/fbdev/skeletonfb.c             | 2 +-
 drivers/video/fbdev/sunxvr2500.c             | 2 +-
 drivers/video/fbdev/sunxvr500.c              | 2 +-
 drivers/video/fbdev/tdfxfb.c                 | 2 +-
 drivers/video/fbdev/tridentfb.c              | 2 +-
 drivers/video/fbdev/vermilion/vermilion.c    | 2 +-
 drivers/video/fbdev/via/via-core.c           | 2 +-
 drivers/video/fbdev/vt8623fb.c               | 2 +-
 28 files changed, 29 insertions(+), 29 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ