Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76837 - ck-sources version bump to 2.6.10-r2
Summary: ck-sources version bump to 2.6.10-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 17:32 UTC by Dave Pretty
Modified: 2005-01-07 07:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for ck-sources 2.6.10-r2 (ck-sources-2.6.10-r2.ebuild,523 bytes, application/octet-stream)
2005-01-06 11:06 UTC, Stijn Lemmens
Details
Removes the "dangerous" config option (ck2-config.patch,913 bytes, patch)
2005-01-06 15:20 UTC, Jason Stubbs (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Pretty 2005-01-05 17:32:21 UTC
ck-sources version bump to 2.6.10-r2

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Dave Pretty 2005-01-05 18:37:42 UTC
simple name change from 2.6.10-r1 to 2.6.10-r2 doesn't work

Calculating world dependencies ...done!
>>> emerge (1 of 1) sys-kernel/ck-sources-2.6.10-r2 to /
>>> md5 src_uri ;-) linux-2.6.10.tar.bz2
>>> md5 src_uri ;-) patch-2.6.10-ck2.bz2
>>> Preparing to unpack ...
>>> Unpacking source...
>>> Unpacking linux-2.6.10.tar.bz2 to /var/tmp/portage/ck-sources-2.6.10-r2/work

 * FATAL: unable to locate:
 * /home/portage_overlay/sys-kernel/ck-sources/files/ck-sources-2.6.10.CAN-2004-1056.patch
 * for read-only. The file either has incorrect permissions
 * or does not exist.

!!! ERROR: sys-kernel/ck-sources-2.6.10-r2 failed.
!!! Function unipatch, Line 485, Exitcode 0
!!! Unable to locate /home/portage_overlay/sys-kernel/ck-sources/files/ck-sources-2.6.10.CAN-2004-1056.patch
!!! If you need support, post the topmost build error, NOT this status message.
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2005-01-06 05:48:26 UTC
I'm not too keen on adding this version, due to Con's note:

*Note do not enable full write i/o priority support it is currently broken*

Can you explain this? What does he mean by "broken"? Can we disable this option or something like that?
Comment 3 Micheal Marineau (RETIRED) gentoo-dev 2005-01-06 10:06:30 UTC
In the ck mailing list he said: "You have to go out of your way to enable it in your config so don't worry about it."  I have not tried to look for the option so I don't know how far is "out of your way".
Comment 4 Stijn Lemmens 2005-01-06 11:06:05 UTC
Created attachment 47777 [details]
ebuild for ck-sources 2.6.10-r2
Comment 5 Stijn Lemmens 2005-01-06 11:07:30 UTC
The ck-sources-2.6.10.CAN-2004-1056.patch patch is no longer needed because it included in the patch-2.6.10-ck2.bz2 patchset. 
I've added a working ebuild that includes a fix for the connection tracking bug
( http://bugs.gentoo.org/show_bug.cgi?id=76572 ). This patch can be downloaded from: http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10/2.6.10-mm1/broken-out/fix-broken-rst-handling-in-ip_conntrack.patch

Comment 6 Daniel Drake (RETIRED) gentoo-dev 2005-01-06 12:25:19 UTC
I know from experience that those annoying make oldconfig users will find the option and break it. If someone could track it down and maybe make a patch to make it unconfigurable I will include this. Otherwise you'll have to wait for myself to do it :)
Comment 7 Stijn Lemmens 2005-01-06 15:17:52 UTC
From the ck mailing list:

It is
CONFIG_IOPRIO_WRITE
found under drivers->block drivers -> i/o schedulers
Cheers,
Con 

Comment 8 Jason Stubbs (RETIRED) gentoo-dev 2005-01-06 15:20:19 UTC
Created attachment 47794 [details, diff]
Removes the "dangerous" config option

Ask and ye shall receive. :)
Comment 9 Daniel Drake (RETIRED) gentoo-dev 2005-01-06 15:43:16 UTC
Not sure if thats going to work, how about something more like

config IOPRIO_WRITE
	bool
	depends on IOSCHED_CFQ
	default n
Comment 10 Daniel Drake (RETIRED) gentoo-dev 2005-01-07 07:22:25 UTC
In portage.
Still am unsure how "broken" this option is but its safer unconfigurable and off :)
Thanks.