[Bug 509449] New: blkext grabs hdd devices, stuff doesn't work
http://bugzilla.novell.com/show_bug.cgi?id=509449 Summary: blkext grabs hdd devices, stuff doesn't work Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jslaby@novell.com QAContact: qa@suse.de CC: xwhu@novell.com, seife@novell.com, knikanth@novell.com, rjw@novell.com Found By: --- After updating master kotd from 6580dd3e9ae59976b902a43cb1407cc863f22b9e to d2da64bc36fbbe03123416ec036321abbfa98daf my machine got almost unusable. $ cat /sys/block/sda/sda?/dev 259:1 259:2 259:3 259:4 259:5 259:6 259:7 259:8 it got exposed by $ grep 259 /proc/devices 259 blkext suspend (and kernel/power/user.c) doesn't count with majors > 255. lvm (lvm2-2.02.45-6.1) won't activate lvm until I change its proc conf to something meaningless (/hole), since it ignores blkext entries otherwise. Is this expected behaviour? Then userspace should be fixed. If not, what could have caused this? I see nothing related in the kernel changelog, so I doubt it's bound directly with the kernel update. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=509449 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=509449#c2 --- Comment #2 from Tejun Heo <teheo@novell.com> 2009-06-03 19:25:47 MDT --- I forgot SD_MINORS in the initial patch but the next commit - 737fc110f17dfebee0ae04617f19137f11296e59 - should have fixed it and I did verify it. Checking.... aieeee... kerncvs inaccessible again. I'll check later. :-( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=509449 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=509449#c3 --- Comment #3 from Tejun Heo <teheo@novell.com> 2009-06-03 21:55:35 MDT --- Aieee... crap. I forgot to do git push after 737fc110f17dfebee0ae04617f19137f11296e59. Pushing now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=509449 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=509449#c4 --- Comment #4 from Tejun Heo <teheo@novell.com> 2009-06-03 21:59:46 MDT --- Access to kerncvs went down again and can't push at the moment (I suspect this was what happened last time too). I'll push when it comes back up along with respective ide update. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=509449 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=509449#c5 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Tejun Heo <teheo@novell.com> 2009-06-03 22:04:10 MDT --- Alright, committed. Resolving as FIXED. Sorry about the trouble. commit de6e41c7438e55cf8d1feef472674ae00946e933 Author: Tejun Heo <teheo@suse.de> Date: Thu Jun 4 13:03:14 2009 +0900 Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). commit 737fc110f17dfebee0ae04617f19137f11296e59 Author: Tejun Heo <teheo@suse.de> Date: Fri May 29 16:51:32 2009 +0900 Rename mangle_minor to mangle_devt and also cover sd major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com