Bug 182978

Summary: kernel-2.6.15-1.1977_FC5smp.i686.rpm
Product: [Fedora] Fedora Reporter: bkyoung <bkyoung>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-26 23:18:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bkyoung 2006-02-24 20:53:45 UTC
Description of problem:
2.6.15-1.1977_FC5smp
PS2 integrated pointing device (Logitech M-C48 and others) locks up kernel at
startup.

input: PS2++ Logitech Wheel Mouse as /class/input/input1

Then reports some lost information.

For both
2.6.15-1.1977_FC5smp
2.6.15-1.1975_FC5smp

GNOME reports, incorrectly, that the internet connection has been disconnected.


Version-Release number of selected component (if applicable):
2.6.15-1.1977_FC5smp
2.6.15-1.1975_FC5smp

How reproducible:
Every time.

Steps to Reproduce:
1. Boot using 2.6.15-1.1977smp kernel
  
Actual results:
Lockup

Expected results:
Similar to kernel-2.6.15-1.1975smp, and boot successfully.

Additional info:
Should the diff be:
KOBJ_OFFLINE	= (__force kobject_action_t) 0x06,	/* device offline */
KOBJ_ONLINE	= (__force kobject_action_t) 0x07,	/* device online */

diff -r
/home/bkyoung/proj/k1977/BUILD/kernel-2.6.15/linux-2.6.15.i686/include/linux/kobject.h
/home/bkyoung/proj/k1975/BUILD/kernel-2.6.15/linux-2.6.15.i686/include/linux/kobject.h
44,47c44,45
< 	KOBJ_MOUNT	= (__force kobject_action_t) 0x04,	/* mount event for block
devices (broken) */
< 	KOBJ_UMOUNT	= (__force kobject_action_t) 0x05,	/* umount event for block
devices (broken) */
< 	KOBJ_OFFLINE	= (__force kobject_action_t) 0x06,	/* device offline */
< 	KOBJ_ONLINE	= (__force kobject_action_t) 0x07,	/* device online */
---
> 	KOBJ_OFFLINE	= (__force kobject_action_t) 0x04,	/* device offline */
> 	KOBJ_ONLINE	= (__force kobject_action_t) 0x05,	/* device online */

Comment 1 Dave Jones 2006-02-26 23:18:15 UTC

*** This bug has been marked as a duplicate of 182731 ***