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, 11 Dec 2008 12:35:21 +0900
From:	"Nguyen Anh Quynh" <aquynh@...il.com>
To:	"Andrew Morton" <akpm@...l.org>,
	LKML <linux-kernel@...r.kernel.org>
Cc:	"Kuniyasu Suzaki" <k.suzaki@...t.go.jp>
Subject: [PATCH] fix calls to request_module()

Hi,

The request_module() function should always have the 1st param as a
format argument. So for example, request_module("i2c-powermac") should
be called as request_module("%s", "i2c-powermac"). Otherwise, new gcc
like gcc 4.3.2 on Ubuntu 8.10 would spit out a lot of warnings. This
patch fixes them all in linus-git tree.

Signed-off-by: Nguyen Anh Quynh <aquynh@...il.com>

#diffstat fix-request_module-call.linus_git_tree.patch
 arch/arm/mach-pxa/am200epd.c                  |    2 +-
 crypto/api.c                                  |    2 +-
 drivers/block/paride/paride.c                 |    2 +-
 drivers/hid/hid-core.c                        |    2 +-
 drivers/ide/ide-probe.c                       |   10 +++++-----
 drivers/macintosh/therm_adt746x.c             |    2 +-
 drivers/macintosh/windfarm_pm112.c            |   12 ++++++------
 drivers/macintosh/windfarm_pm121.c            |   12 ++++++------
 drivers/macintosh/windfarm_pm81.c             |    8 ++++----
 drivers/macintosh/windfarm_pm91.c             |    8 ++++----
 drivers/media/video/bt8xx/bttv-cards.c        |   12 ++++++------
 drivers/media/video/cafe_ccic.c               |    2 +-
 drivers/media/video/cx18/cx18-driver.c        |    2 +-
 drivers/media/video/cx23885/cx23885-cards.c   |    4 ++--
 drivers/media/video/cx88/cx88-cards.c         |    2 +-
 drivers/media/video/cx88/cx88-mpeg.c          |    4 ++--
 drivers/media/video/cx88/cx88-video.c         |    6 +++---
 drivers/media/video/em28xx/em28xx-cards.c     |   12 ++++++------
 drivers/media/video/em28xx/em28xx-video.c     |    6 +++---
 drivers/media/video/ivtv/ivtv-driver.c        |    2 +-
 drivers/media/video/mxb.c                     |   10 +++++-----
 drivers/media/video/pvrusb2/pvrusb2-hdw.c     |    2 +-
 drivers/media/video/saa7134/saa7134-core.c    |   14 +++++++-------
 drivers/media/video/usbvision/usbvision-i2c.c |    6 +++---
 drivers/media/video/vino.c                    |    4 ++--
 drivers/media/video/w9968cf.c                 |    2 +-
 drivers/media/video/zoran/zoran_card.c        |    8 ++++----
 drivers/mtd/chips/gen_probe.c                 |    2 +-
 drivers/net/wireless/b43/rfkill.c             |    2 +-
 drivers/net/wireless/b43legacy/rfkill.c       |    2 +-
 drivers/net/wireless/hostap/hostap_ioctl.c    |   10 +++++-----
 drivers/of/of_spi.c                           |    2 +-
 drivers/parport/share.c                       |    2 +-
 drivers/usb/misc/ftdi-elan.c                  |    2 +-
 drivers/usb/storage/libusual.c                |    2 +-
 drivers/video/n411.c                          |    2 +-
 fs/dquot.c                                    |    2 +-
 fs/gfs2/locking.c                             |    2 +-
 net/atm/ioctl.c                               |   10 +++++-----
 net/ieee80211/ieee80211_wx.c                  |    4 ++--
 net/socket.c                                  |    6 +++---
 sound/core/sound.c                            |    2 +-
 sound/oss/sequencer.c                         |    2 +-
 sound/ppc/daca.c                              |    2 +-
 sound/ppc/tumbler.c                           |    2 +-
 45 files changed, 108 insertions(+), 108 deletions(-)

View attachment "fix-request_module-call.linus_git_tree.patch" of type "text/x-patch" (30982 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ