public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [warnings] [0/8] fix warnings in mainline
@ 2002-12-05 10:52 wli
  2002-12-05 10:52 ` [warnings] [1/8] fix hugetlbfs security.h problem wli
  0 siblings, 1 reply; 16+ messages in thread
From: wli @ 2002-12-05 10:52 UTC (permalink / raw)
  To: torvalds
  Cc: linux-kernel, kernel-janitor-discuss, rmk, jgarzik, miura, alan,
	viro, pavel

Patch series vs. 2.5.50-bk as of Thu Dec  5 02:26:45 PST 2002
This patch series fixes various warnings encountered compiling
2.5.50-bk as of the time posted. Various driver etc. maintainers
cc:'d for proper acks etc.

These fixes have been pending for a while; hence Linus on the To:
line. Otherwise it's pure driver/etc. maintainer acks.

[0/8] warn-2.5.50-0  fix warnings in mainline
	numerous warnings appear compiling mainling 2.5.50 kernels
[1/8] warn-2.5.50-hugetlbfs-1  fix hugetlbfs security.h problem
	hugetlbfs wants security_inode_setattr(), which is an inline
	defined in <linux/security.h>
[2/8] warn-2.5.50-serial-2  fix uninitialized quot in drivers/serial/core.c
	quot needs to be a baud divisor; this sets it to something sane
	so that things can proceed
[3/8] warn-2.5.50-suspend-3  fix duplicate decls in swsusp
	swsusp conditionally declares software_suspend() as an inline 
	no-op; remove reboot.h extern declaration.
[4/8] warn-2.5.50-cyrix-4  remove unused cr0 in cyrix.c
	cr0 is just not used here. Remove it.
[5/8] warn-2.5.50-starfire-5  fix printk() type warning in drivers/net/starfire.c
	Cast to (u64) and use %Lx in all cases.
[6/8] warn-2.5.50-ioapic-6  fix mismatched function type in arch/i386/kernel/ioapic.c
	the function needs to return int; give it a return type and
	return 0 unconditionally from it (as it cannot fail)
[7/8] warn-2.5.50-tulip-7  fix printk() type warning in drivers/net/tulip/interrupt.c
	Cast to (u64) and use %Lx in all cases.
[8/8] warn-2.5.50-floppy-8  fix unused function warning in drivers/block/floppy.c
	unregister_devfs_entries() is only used in the #if MODULE
	case; move it into #if MODULE so it doesn't affect non-modular

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2002-12-06  3:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 10:52 [warnings] [0/8] fix warnings in mainline wli
2002-12-05 10:52 ` [warnings] [1/8] fix hugetlbfs security.h problem wli
2002-12-05 10:52   ` [warnings] [2/8] fix uninitialized quot in drivers/serial/core.c wli
2002-12-05 10:52     ` [warnings] [3/8] fix duplicate decls in swsusp wli
2002-12-05 10:52       ` [warnings] [4/8] remove unused cr0 in cyrix.c wli
2002-12-05 10:52         ` [warnings] [5/8] fix printk() type warning in drivers/net/starfire.c wli
2002-12-05 10:52           ` [warnings] [6/8] fix mismatched function type in arch/i386/kernel/ioapic.c wli
2002-12-05 10:52             ` [warnings] [7/8] fix printk() type warning in drivers/net/tulip/interrupt.c wli
2002-12-05 10:52               ` [warnings] [8/8] fix unused function warning in drivers/block/floppy.c wli
2002-12-05 17:28             ` [warnings] [6/8] fix mismatched function type in arch/i386/kernel/ioapic.c Alan Cox
2002-12-05 16:54           ` [warnings] [5/8] fix printk() type warning in drivers/net/starfire.c Jeff Garzik
2002-12-06  0:35         ` [warnings] [4/8] remove unused cr0 in cyrix.c Hiroshi Miura
2002-12-05 11:19     ` [warnings] [2/8] fix uninitialized quot in drivers/serial/core.c Russell King
2002-12-05 11:25       ` William Lee Irwin III
2002-12-05 11:40         ` Russell King
2002-12-05 11:41       ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox