* [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq'
@ 2010-09-05 14:44 bugzilla-daemon
2010-09-05 14:45 ` [Bug 17822] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-05 14:44 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
Summary: drivers/scsi/ipr.c implicit declaration of function
'writeq'
Product: SCSI Drivers
Version: 2.5
Kernel Version: 2.6.34
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: Other
AssignedTo: scsi_drivers-other@kernel-bugs.osdl.org
ReportedBy: xteejyx@googlemail.com
Regression: No
In Gentoo, I ran "genkernel all" to compile the kernel and all modules and the
following error occurred:
CC [M] drivers/scsi/ipr.o
drivers/scsi/ipr.c: In function 'ipr_mask_and_clear_interrupts':
drivers/scsi/ipr.c:653: error: implicit declaration of function 'writeq'
make[2]: *** [drivers/scsi/ipr.o] Error 1
make[1]: *** [drivers/scsi] Error 2
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 17822] drivers/scsi/ipr.c implicit declaration of function 'writeq'
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
@ 2010-09-05 14:45 ` bugzilla-daemon
2010-09-06 11:56 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-05 14:45 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
--- Comment #1 from Teej <xteejyx@googlemail.com> 2010-09-05 14:45:13 ---
Note: This is the 2.6.34-gentoo-r1 kernel for ppc
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 17822] drivers/scsi/ipr.c implicit declaration of function 'writeq'
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
2010-09-05 14:45 ` [Bug 17822] " bugzilla-daemon
@ 2010-09-06 11:56 ` bugzilla-daemon
2010-09-06 13:31 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-06 11:56 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
--- Comment #2 from Rolf Eike Beer <eike-kernel@sf-tec.de> 2010-09-06 11:56:17 ---
This sounds very familar: https://bugzilla.kernel.org/show_bug.cgi?id=16971
Is this a regression from earlier releases?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 17822] drivers/scsi/ipr.c implicit declaration of function 'writeq'
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
2010-09-05 14:45 ` [Bug 17822] " bugzilla-daemon
2010-09-06 11:56 ` bugzilla-daemon
@ 2010-09-06 13:31 ` bugzilla-daemon
2010-09-07 23:04 ` bugzilla-daemon
2012-08-13 16:25 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-06 13:31 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
--- Comment #3 from Teej <xteejyx@googlemail.com> 2010-09-06 13:31:17 ---
That does look very similar to this problem, but of course in another driver.
Strangely, that is also ppc.
I have also had the same error in the 2.6.35-r5 kernel sources in Gentoo, so
this hasn't since been noticed/fixed and has in fact regressed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 17822] drivers/scsi/ipr.c implicit declaration of function 'writeq'
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
` (2 preceding siblings ...)
2010-09-06 13:31 ` bugzilla-daemon
@ 2010-09-07 23:04 ` bugzilla-daemon
2012-08-13 16:25 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-07 23:04 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
Wayne Boyer <wayneb@linux.vnet.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wayneb@linux.vnet.ibm.com
--- Comment #4 from Wayne Boyer <wayneb@linux.vnet.ibm.com> 2010-09-07 23:04:39 ---
The problem in the IPR driver is fixed with this patch:
http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-misc-2.6.git;a=commit;h=c5f10187965f93ef7ef67da9c7c449b13b6dee1b
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 17822] drivers/scsi/ipr.c implicit declaration of function 'writeq'
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
` (3 preceding siblings ...)
2010-09-07 23:04 ` bugzilla-daemon
@ 2012-08-13 16:25 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-08-13 16:25 UTC (permalink / raw)
To: linux-scsi
https://bugzilla.kernel.org/show_bug.cgi?id=17822
Alan <alan@lxorguk.ukuu.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |alan@lxorguk.ukuu.org.uk
Resolution| |CODE_FIX
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-13 16:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-05 14:44 [Bug 17822] New: drivers/scsi/ipr.c implicit declaration of function 'writeq' bugzilla-daemon
2010-09-05 14:45 ` [Bug 17822] " bugzilla-daemon
2010-09-06 11:56 ` bugzilla-daemon
2010-09-06 13:31 ` bugzilla-daemon
2010-09-07 23:04 ` bugzilla-daemon
2012-08-13 16:25 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).