[arch-dev-public] [signoff] kernel26-2.6.24.3-2
Hi kernel bump release for both arches in testing, please signoff FIXES: http://bugs.archlinux.org/task/9719 http://bugs.archlinux.org/task/9689 http://bugs.archlinux.org/task/9655 http://bugs.archlinux.org/task/9649 http://bugs.archlinux.org/task/9593 - added some patches from genpatches Config changes: - added CONFIG_SECURITY_FILE_CAPABILITIES=y - added CONFIG_SECURITY_NETWORK=y greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64 -- archlinux.de
On Tue, Mar 4, 2008 at 4:26 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64
Aren't the SND_RTCTIMER changes below going to cause a problem? This makes the RTC unavailable to the sound system. It would make things much easier if you used a message besides "Fixed" when you closed your bugs, something like "Changed LOG_BUF_SHIFT from 15 to 19" or "Disabled CONFIG_RTC and CONFIG_GEN_RTC" instead of having to go track these changes down. -Dan $ cvs diff -r 1.116 config Index: config =================================================================== RCS file: /home/cvs-core/core/base/kernel26/config,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- config 8 Feb 2008 22:23:25 -0000 1.116 +++ config 4 Mar 2008 08:14:59 -0000 1.117 @@ -63,7 +63,7 @@ # CONFIG_AUDIT is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=15 +CONFIG_LOG_BUF_SHIFT=19 # CONFIG_CGROUPS is not set # CONFIG_CGROUP_DEBUG is not set # CONFIG_CGROUP_NS is not set @@ -2044,8 +2044,8 @@ # CONFIG_HW_RANDOM_GEODE is not set CONFIG_HW_RANDOM_VIA=m CONFIG_NVRAM=m -CONFIG_RTC=m -CONFIG_GEN_RTC=m +# CONFIG_RTC is not set +# CONFIG_GEN_RTC is not set # CONFIG_GEN_RTC_X is not set CONFIG_DTLK=m CONFIG_R3964=m @@ -2743,8 +2743,8 @@ CONFIG_SND_PCM_OSS=m CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y -CONFIG_SND_RTCTIMER=m -CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y +# CONFIG_SND_RTCTIMER is not set +# CONFIG_SND_SEQ_RTCTIMER_DEFAULT is not set # CONFIG_SND_DYNAMIC_MINORS is not set CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y @@ -3591,9 +3591,10 @@ CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set CONFIG_SECURITY=y -# CONFIG_SECURITY_NETWORK is not set +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set CONFIG_SECURITY_CAPABILITIES=y -# CONFIG_SECURITY_FILE_CAPABILITIES is not set +CONFIG_SECURITY_FILE_CAPABILITIES=y CONFIG_XOR_BLOCKS=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m
Am Dienstag, 4. März 2008 schrieb Dan McGee:
On Tue, Mar 4, 2008 at 4:26 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64
Aren't the SND_RTCTIMER changes below going to cause a problem? This makes the RTC unavailable to the sound system. If the RTC_CLASS ionly s used you cannot choose those options anymore.
greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Wed, Mar 5, 2008 at 1:16 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Dienstag, 4. März 2008 schrieb Dan McGee:
On Tue, Mar 4, 2008 at 4:26 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64
Aren't the SND_RTCTIMER changes below going to cause a problem? This makes the RTC unavailable to the sound system. If the RTC_CLASS ionly s used you cannot choose those options anymore.
Sure, but that doesn't answer my question- can a real time clock still be used for sound? It appears not. Are we sure we don't need one of the two options available (RTC or RTC_GEN)? -Dan
On Wed, Mar 5, 2008 at 1:16 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Dienstag, 4. März 2008 schrieb Dan McGee:
On Tue, Mar 4, 2008 at 4:26 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64
Aren't the SND_RTCTIMER changes below going to cause a problem? This makes the RTC unavailable to the sound system.
If the RTC_CLASS ionly s used you cannot choose those options anymore.
Sure, but that doesn't answer my question- can a real time clock still be used for sound? It appears not. Are we sure we don't need one of the two options available (RTC or RTC_GEN)?
-Dan Hi This is a good question, i don't have any idea how to test this. Or for what it should be good for. Roman any thoughts about it? In .25 series you cannot build the 2 together we have to decide what to do
Am Mittwoch, 5. März 2008 schrieb Dan McGee: then anyway. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
2008/3/5, Tobias Powalowski <t.powa@gmx.de>:
Am Mittwoch, 5. März 2008 schrieb Dan McGee:
On Wed, Mar 5, 2008 at 1:16 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Dienstag, 4. März 2008 schrieb Dan McGee:
On Tue, Mar 4, 2008 at 4:26 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Dienstag, 4. März 2008 09:15:46 schrieb Tobias Powalowski:
please signoff
signed-off for i686 and x86_64
Aren't the SND_RTCTIMER changes below going to cause a problem? This makes the RTC unavailable to the sound system.
If the RTC_CLASS ionly s used you cannot choose those options anymore.
Sure, but that doesn't answer my question- can a real time clock still be used for sound? It appears not. Are we sure we don't need one of the two options available (RTC or RTC_GEN)?
-Dan
Hi This is a good question, i don't have any idea how to test this. Or for what it should be good for. Roman any thoughts about it? In .25 series you cannot build the 2 together we have to decide what to do then anyway.
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s). -- Roman Kyrylych (Роман Кирилич)
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
Am Mittwoch, 5. März 2008 schrieb Tobias Powalowski:
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa
in the meantime, bumped package again to add a small patch for aufs and corrected the logo files. http://bugs.archlinux.org/task/9760 so please resignoff aslo we need a decission on RTC_CLASS or RTC_GEN so this might be not the last 24.3 kernel. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
2008/3/5, Tobias Powalowski <t.powa@gmx.de>:
Am Mittwoch, 5. März 2008 schrieb Tobias Powalowski:
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa
in the meantime, bumped package again to add a small patch for aufs and corrected the logo files. http://bugs.archlinux.org/task/9760
so please resignoff
aslo we need a decission on RTC_CLASS or RTC_GEN so this might be not the last 24.3 kernel.
RTC & RTC_GEN are kinda deprecated in favour of cross-platform and more-than-just-CMOS RTC_CLASSES (+ some other features), and "major" distros already switched to RTC_CLASSES totally. *shrugs* -- Roman Kyrylych (Роман Кирилич)
Am Mittwoch, 5. März 2008 schrieb Roman Kyrylych:
2008/3/5, Tobias Powalowski <t.powa@gmx.de>:
Am Mittwoch, 5. März 2008 schrieb Tobias Powalowski:
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa
in the meantime, bumped package again to add a small patch for aufs and corrected the logo files. http://bugs.archlinux.org/task/9760
so please resignoff
aslo we need a decission on RTC_CLASS or RTC_GEN so this might be not the last 24.3 kernel.
RTC & RTC_GEN are kinda deprecated in favour of cross-platform and more-than-just-CMOS RTC_CLASSES (+ some other features), and "major" distros already switched to RTC_CLASSES totally. *shrugs*
then we should do this also and step into this way *shrugs* greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
On Wed, Mar 5, 2008 at 10:07 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Mittwoch, 5. März 2008 schrieb Roman Kyrylych:
2008/3/5, Tobias Powalowski <t.powa@gmx.de>:
Am Mittwoch, 5. März 2008 schrieb Tobias Powalowski:
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote:
Just someone please test if your soundcard works, I cannot do this because I'm *not* with my archbox from 05:00 to 23:00 untill the weekend... :-( so I didn't even have a time to download the latest kernel yet (on 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa
in the meantime, bumped package again to add a small patch for aufs and corrected the logo files. http://bugs.archlinux.org/task/9760
so please resignoff
aslo we need a decission on RTC_CLASS or RTC_GEN so this might be not the last 24.3 kernel.
RTC & RTC_GEN are kinda deprecated in favour of cross-platform and more-than-just-CMOS RTC_CLASSES (+ some other features), and "major" distros already switched to RTC_CLASSES totally. *shrugs*
If this is the case, then thanks a ton for looking into it. I just wanted to make sure we didn't lose something we needed here, as it was kind of hidden that disabling these modules also disabled some in the sound subsystem.
then we should do this also and step into this way *shrugs*
Sounds good. I'll try to test when I get home tonight. -Dan
On Wed, 5 Mar 2008, Dan McGee wrote:
On Wed, Mar 5, 2008 at 10:07 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Am Mittwoch, 5. März 2008 schrieb Roman Kyrylych:
2008/3/5, Tobias Powalowski <t.powa@gmx.de>:
Am Mittwoch, 5. März 2008 schrieb Tobias Powalowski:
Am Mittwoch, 5. März 2008 schrieb Xavier:
On Wed, Mar 05, 2008 at 03:30:22PM +0200, Roman Kyrylych wrote: > Just someone please test if your soundcard works, I cannot do this > because I'm *not* with my archbox from 05:00 to 23:00 untill the > weekend... :-( > so I didn't even have a time to download the latest kernel yet (on > 6kbytes/s).
Alsa doesn't need RTC timer support to work, it's an optional feature.
Who needs alsa rtc support? We should decide this then on majority usage, the others need to compile the kernel then to their needs. greetings tpowa
in the meantime, bumped package again to add a small patch for aufs and corrected the logo files. http://bugs.archlinux.org/task/9760
so please resignoff
aslo we need a decission on RTC_CLASS or RTC_GEN so this might be not the last 24.3 kernel.
RTC & RTC_GEN are kinda deprecated in favour of cross-platform and more-than-just-CMOS RTC_CLASSES (+ some other features), and "major" distros already switched to RTC_CLASSES totally. *shrugs*
If this is the case, then thanks a ton for looking into it. I just wanted to make sure we didn't lose something we needed here, as it was kind of hidden that disabling these modules also disabled some in the sound subsystem.
then we should do this also and step into this way *shrugs*
Sounds good. I'll try to test when I get home tonight.
-Dan
Signing off both arch. Sounds still works (playing flac files with quodlibet). -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
participants (6)
-
Dan McGee
-
Eric Belanger
-
Pierre Schmitz
-
Roman Kyrylych
-
Tobias Powalowski
-
Xavier