Hi!
> > > 2) An attacker breaks into your machine remotely while you're using
> > > it. He has access to all your RAM, which if you're actually using it,
> > > very likely including the same IPSEC, dm_crypt, and ssh-agent keys as
> > > are saved on suspend. Further, he can trivially capture your
>
On Tue, Jul 26, 2005 at 11:55:50AM -0400, Jeff Garzik wrote:
> Tejun Heo wrote:
> >07_blk_libata-add-fua-support.patch
> >
> > Add FUA support to libata.
>
> NAK -- doesn't appear to take into account that read/write(6) don't
> support FUA.
>
> Correct me if I'm wrong.
>
> Otherwise, looks
Hi!
> > > I started on my OLS homework from Andrew ... and began looking
> > > into what is going on here.
> > >
> >
> > Thanks ;) I guess we'll end up with a better kernel, even though you appear
> > to be an innocent victim here.
>
> The "Badness in iosapic_unregister_intr at arch/ia64/kernel
* Pavel Machek <[EMAIL PROTECTED]> [050725 08:57]:
>
> USB devices prevent entering C3 and any interesting powersaving,
> try without USB...
Why do USB devices prevent C3? If it was because of the timer polling
in the root hub, I believe that should be fixed now.
Or is there some other reason?
>> }
>>
>
>hmm, yes. That's a special-case in the ramdisk driver.
>
>The command `blockdev --flushbufs /dev/ram0' should have the same effect.
Interesting. Command not found, here. URL?
Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
>PATH=' \ /home\ / $2 \ / $3 \ / lib '
>Why $2 and $3 are not replaced by user passed argument
Because it is in single quotes, and single quotes do not provide
interpolation^1.
^1 The term used by by perlop(1), section "Quote and Quote-like Operators".
Interpolation yes/no holds true for bash
Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>
> >> }
> >>
> >
> >hmm, yes. That's a special-case in the ramdisk driver.
> >
> >The command `blockdev --flushbufs /dev/ram0' should have the same effect.
>
> Interesting. Command not found, here. URL?
>
It ships with util-linux. Weird that a distro
Hi!
> > USB devices prevent entering C3 and any interesting powersaving,
> > try without USB...
>
> Why do USB devices prevent C3? If it was because of the timer polling
> in the root hub, I believe that should be fixed now.
>
> Or is there some other reason?
Yes. UHCI zas keeps doing DMA all t
On Mon, 25 Jul 2005, Lee Revell wrote:
> On Mon, 2005-07-25 at 17:19 -0400, Brown, Len wrote:
> > >>>Question one, are there other actions to consider?
> > >>
> > >>
> > >> Yes.
> > >> Speaking for ACPI C3 state, note that DMA also
> > >> wakes up the CPU -- even if there was no device interrup
Hi,
this patch:
http://marc.theaimsgroup.com/?l=bk-commits-head&m=111955644929114&w=2
uncovered a k7m bios bug, where the VT82C686A router is reported as
being "586-compatible". The two chips have different pirq mapping, so
this leads to "irq routing conflict" on many pci devices.
The suggested f
At Tue, 26 Jul 2005 19:35:55 -0400,
Stephen Clark wrote:
>
> Hello List,
>
>
> I recently upgraded my laptop, HP Pavilion N5430, from a 2.4.21 kernel
> to 2.6.12. As a result of
> doing this my sound no longer works correctly. It plays the same thing
> repeatedly some number
> of times - if it p
>> >> }
>> >
>> >hmm, yes. That's a special-case in the ramdisk driver.
>> >The command `blockdev --flushbufs /dev/ram0' should have the same effect.
>>
>> Interesting. Command not found, here. URL?
>
>It ships with util-linux. Weird that a distro would omit it.
Don't look at me, look at SUSE.
I just recently compiled the 2.6.12.3 kernel for my x86_64 machine
(Asus A8V motherboard); was previously running a SuSE-compiled 2.6.8
kernel (SuSE 9.2 distro). I'm now seeing extremely slow throughput on
the onboard Yukon (Marvell) ethernet interface, but only in certain
conditions. Going back t
At Tue, 26 Jul 2005 12:51:47 +0200,
Rafael J. Wysocki wrote:
>
> The following patch adds free_irq() and request_irq() to the suspend and
> resume, respectively, routines in the snd_intel8x0 driver.
The patch looks OK to me although I have some concerns.
- The error in resume can't be handled pr
>>It ships with util-linux. Weird that a distro would omit it.
>
>Euh, is it already included in util-linux-2.12q?
I hate me. It was not in $PATH (/sbin).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info
This adds support for powering Zaurus's video up and down. PDA without
screen is kind of useless, so it is quite important... I'll have to
figure out how to really control the frontlight, because LCD without
that is quite hard to read.
diff --git a/drivers/video/backlight/Makefile b/drivers/video/
Pavel Machek <[EMAIL PROTECTED]> wrote:
>
> This adds support for powering Zaurus's video up and down.
I assume you have a new toy ;)
> PDA without
> screen is kind of useless, so it is quite important... I'll have to
> figure out how to really control the frontlight, because LCD without
> that
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm2/
- Lots of fixes and updates all over the place. There are probably over 100
patches here which need to go into 2.6.13.
- A reminder that -mm commit activity may be monitored by subscribing to
the mm-co
On Wed, 27 Jul 2005, Willy Tarreau wrote:
> Seems to me that it simply disables use of TSC. But if you see this option,
> it means that your kernel has been compiled with SMP enabled, which is not
> possible on 486 (I may be wrong here). Most probably, you took a config from
> an inadequate kernel
Hi!
> > This adds support for powering Zaurus's video up and down.
>
> I assume you have a new toy ;)
Actually very old toy, but I decided to make it working with 2.6
kernel (needed for bluetooth). Which is not quite an easy task.
> > PDA without
> > screen is kind of useless, so it is quite i
This adds support for powering Zaurus's video up and down. PDA
without screen is kind of useless, so it is quite important... I'll
have to figure out how to really control the frontlight, because LCD
without that is quite hard to read.
Signed-off-by: Pavel Machek <[EMAIL PROTECTED]>
diff --git a/
My fairly ordinary x86 test box gets stuck during reboot on the
wait_for_completion() in ide_do_drive_cmd():
(gdb) thread 73
[Switching to thread 73 (Thread 2906)]#0 ide_do_drive_cmd (drive=0xc072dd10,
rq=0x0,
action=ide_wait) at drivers/ide/ide-io.c:1671
1671rq->waiti
Pavel Machek <[EMAIL PROTECTED]> wrote:
>
> Hi!
>
> > > This adds support for powering Zaurus's video up and down.
> >
> > I assume you have a new toy ;)
>
> Actually very old toy, but I decided to make it working with 2.6
> kernel (needed for bluetooth). Which is not quite an easy task.
>
> >
On Wed, 2005-07-27 at 11:53 +0200, Pavel Machek wrote:
> + /* read comadj */
> +#ifdef CONFIG_MACH_POODLE
> + comadj = 118;
> +#else
> + comadj = 128;
> +#endif
Can you go back to the Sharp source and confirm that these values should
be hardcoded in both the poodle and collie cases pl
Hi!
> > > > +/*
> > > > + * Backlight control code for Sharp Zaurus SL-5500
> > > > + *
> > > > + * Copyright 2005 John Lenz <[EMAIL PROTECTED]>
> > > > + * GPL v2
> > >
> > > Who is the maintainer for this stuff?
> >
> > I guess I'll maintain in.
> >
> > > > +static struct locomo_dev *locomolc
On Wed, Jul 27, 2005 at 02:43:30AM -0700, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm2/
>
>
> - Lots of fixes and updates all over the place. There are probably over 100
> patches here which need to go into 2.6.13.
>
> - A r
On Tue, 2005-07-26 at 11:38 -0700, Andrew Morton wrote:
> Richard Purdie <[EMAIL PROTECTED]> wrote:
> >
> > I've been experimenting with oprofile on an arm system without a PMU.
> > Whenever I enable callgraphing I see a BUG from run_posix_cpu_timers()
> > due to irqs being enabled when they should
Sam Ravnborg <[EMAIL PROTECTED]> wrote:
>
> On Wed, Jul 27, 2005 at 02:43:30AM -0700, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm2/
> >
> >
> > - Lots of fixes and updates all over the place. There are probably over 100
> >
On Tue, 2005-07-26 at 11:57 -0700, Linus Torvalds wrote:
> If somebody adds some logic to "parse_commit()" to do the "fake parent"
> thing, you can stitch the histories together and see the end result as one
> big tree. Even without that, you can already do things like
>
> git diff v2.6.10
On Wed, Jul 27, 2005 at 01:44:43AM -0700, Howard Chu wrote:
> I just recently compiled the 2.6.12.3 kernel for my x86_64 machine
> (Asus A8V motherboard); was previously running a SuSE-compiled 2.6.8
> kernel (SuSE 9.2 distro). I'm now seeing extremely slow throughput on
> the onboard Yukon (Marvel
These are patches designed to improve system responsiveness and interactivity.
It is configurable to any workload but the default ck* patch is aimed at the
desktop and ck*-server is available with more emphasis on serverspace.
Apply to 2.6.12 (This includes all patches in 2.6.12.3):
http://ck.ko
On Tue, 2005-07-26 at 22:34 -0400, [EMAIL PROTECTED] wrote:
>
> Even more to the point - when 2.6.13 comes out, there will be a patch against
> 2.6.12, not 2.6.12.N, which means you get to download the 2.6.12.N tarball,
> the 2.6.12.N patch, patch -R that, and *then* apply the 2.6.13 patch.
The s
hello all,
i am writing a serial device driver. After going
thru few linux journals i have understood that serial
ports get mapped at standard addrerss.We need to take
these regions, register driver and talk to them
(read,write).
however i am unable to do the same.
plz help me
* Pavel Machek <[EMAIL PROTECTED]> [050727 01:00]:
> Hi!
>
> > > USB devices prevent entering C3 and any interesting powersaving,
> > > try without USB...
> >
> > Why do USB devices prevent C3? If it was because of the timer polling
> > in the root hub, I believe that should be fixed now.
> >
>
On Wednesday 27 July 2005 13:11, Con Kolivas wrote:
> HZ-864.diff
> +My take on the never ending config HZ debate. Apart from the number not
> being pleasing on the eyes, a HZ value that isn't a multiple of 10 is
> perfectly valid. Setting HZ to 864 gives us very similar low latency
> performance t
[Nick, your mail bounced while sending this privately so reply-all this
time]
> Index: linux-2.6/mm/rmap.c
> ===
> --- linux-2.6.orig/mm/rmap.c
> +++ linux-2.6/mm/rmap.c
> @@ -442,22 +442,23 @@ int page_referenced(struct page *page, i
Hi
Just got the following with patch-2.6.13-rc3-git8:
# make install
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CC init/do_mounts_initrd.o
In file included from include/asm/unistd.h:426,
from
[EMAIL PROTECTED] wrote:
> I am currently using Slackware 10.1 with 2.4.29 kernel and encountered
> following problem:
> I use Sagem Fast 800 ADSL modem of my provider and use my linux station
> as a router (iptables+masquerade). The problem is that after a few hours
> of working my linux crashes
Happened while untarring large tarball. fsck did not find anything
serious after reboot. Haven't been able to reproduce yet.
--j
ksymoops 2.4.9 on i686 2.6.13-rc3. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /li
Adrian Bunk <[EMAIL PROTECTED]> wrote:
> "extern inline" doesn't make much sense.
The gcc info here (4.0.1-4 on Fedora rawhide) says it means that the
function should be inlined, and no local copy should be generated
ever. This way the build will bomb out when something isn't inlined.
It also say
On Wed, 27 Jul 2005 21:28, Christian Hesse wrote:
> On Wednesday 27 July 2005 13:11, Con Kolivas wrote:
> > HZ-864.diff
> > +My take on the never ending config HZ debate. Apart from the number not
> > being pleasing on the eyes, a HZ value that isn't a multiple of 10 is
> > perfectly valid. Setting
On Tue, Jul 26, 2005 at 09:49:02PM -0400, Horst von Brand wrote:
> Adrian Bunk <[EMAIL PROTECTED]> wrote:
> > "extern inline" doesn't make much sense.
>
> The gcc info here (4.0.1-4 on Fedora rawhide) says it means that the
> function should be inlined, and no local copy should be generated
> ever
Hi all,
I found some races in the AIO call back path which is the root cause for
a few problems in the AIO code. The race is between the aio call back
path ( executed by softirqs ) and the aio_run_iocb().
(1) Suppose a retry returned -EIOCBRETRY and wait has been queued.
Now, whenever the wait
> git-kbuild.patch
This breaks building of external modules:
make -C /usr/src/linux-2.6.13-rc3-mm2 M=/home/miko/fuse/kernel modules
make[1]: Entering directory `/usr/src/linux-2.6.13-rc3-mm2'
WARNING: Symbol version dump /usr/src/linux-2.6.13-rc3-mm2/Module.symvers
i
Hi,
On 27/07/2005 9:45 a.m., Andrew Morton wrote:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm2/
- Lots of fixes and updates all over the place. There are probably over 100
patches here which need to go into 2.6.13.
- A reminder that -mm commit act
Le 27.07.2005 14:08, Miklos Szeredi a écrit :
>> git-kbuild.patch
>
>
> This breaks building of external modules:
>
>scripts/Makefile.build:14:
> /usr/src/linux-2.6.13-rc3-mm2//home/miko/fuse/kernel/Makefile: No such file
> or directory
>make[2]: *** No rule to make target
> `/usr/src
Hi,
I'm having a crash with reiserfs 3.6 + user quota enabled, on 2.6.11.10
kernel (no smp), apparently when deleting files (or maybe during a
truncate operation). The problem seems to happen under high load.
When the error occurs, all the processes accessing the reiserfs
partition seems to ha
Miles, my autobuilder picked up the defconfigs in 2.6.13-rc3-mm2 for
v850 but my toolchain (binutils I expect) seems to be wrong:
AS arch/v850/kernel/intv.o
/usr/src/ctest/mm/kernel/arch/v850/kernel/intv.S: Assembler messages:
/usr/src/ctest/mm/kernel/arch/v850/kernel/intv.S:36: Error: mov
On Wednesday 27 July 2005 12:30, Mihai Rusu wrote:
> On Wed, Jul 27, 2005 at 01:44:43AM -0700, Howard Chu wrote:
> > I just recently compiled the 2.6.12.3 kernel for my x86_64 machine
> > (Asus A8V motherboard); was previously running a SuSE-compiled 2.6.8
> > kernel (SuSE 9.2 distro). I'm now seei
description:
audit return code of create_proc_* function is a entry in janitors
TODO list. Audit this return and printk() when it fails, spams log of
system without compiled proc support. So this patch can correct it.
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
arch/arm/kernel/apm.c |
> Apply to 2.6.12 (This includes all patches in 2.6.12.3):
> http://ck.kolivas.org/patches/2.6/2.6.12/2.6.12-ck4/patch-2.6.12-ck4.bz2
> or for server version:
> http://ck.kolivas.org/patches/2.6/2.6.12/2.6.12-ck4/patch-2.6.12-ck4-server.bz2
Someone has a version who applies to 2.6.13.-rc3?
Thanks
Zach Brown <[EMAIL PROTECTED]> wrote:
> Adrian Bunk wrote:
> > This patch schedules obsolete OSS drivers (with ALSA drivers that
> > support the same hardware) for removal.
> > I've Cc'ed the people listed in MAINTAINERS as being responsible for one
> > or more of these drivers, and I've also Cc
On Tue, 2005-06-28 at 15:51 -0700, Andrew Morton wrote:
> Ian Campbell <[EMAIL PROTECTED]> wrote:
> >
> > The cs89x0 driver does not collect tx_bytes statistics which breaks
> > traffic monitoring on my firewall.
>
> The patch looks odd. It records the length of the current outgoing frame
> in th
> A few more warnings in mostly the reiser4 code in this one compared to -mm1:
>
>
> LD fs/ramfs/ramfs.o
> LD fs/ramfs/built-in.o
> LD fs/reiser4/built-in.o
> CC [M] fs/reiser4/debug.o
> In file included from fs/reiser4/plugin/plugin.h:26,
> from fs/reiser
Hallo everyone,
I have a small question regarding the Domain Validation debugging
output from my machine. It has four identical IBM drives, two on each
channel.
There's always a message saying "target0:0:0: wide asynchronous.", even
without "verbose" booting. But in the verbose output below, ther
I'm trying to get a PCI-USRobotics Modem (Yes, it is a true hardware
modem) working on a G4 with Kernel version 2.6.10/2.6.11.
When I try to "modprobe 8250_pci". I get the following
error message:
WARNING: Error inserting 8250
(/lib/modules/2.6.10enrock.2/kernel/drivers/serial/8250.ko): No such
d
On Wed, Jul 27, 2005 at 07:45:21AM -0600, Brad Davis wrote:
> I'm trying to get a PCI-USRobotics Modem (Yes, it is a true hardware
> modem) working on a G4 with Kernel version 2.6.10/2.6.11.
>
> When I try to "modprobe 8250_pci". I get the following
> error message:
>
> WARNING: Error inserting 8
Hello
Guillaume Pelat wrote:
Hi,
I'm having a crash with reiserfs 3.6 + user quota enabled, on 2.6.11.10
kernel (no smp), apparently when deleting files (or maybe during a
truncate operation). The problem seems to happen under high load.
When the error occurs, all the processes accessing the
The following patch makes the MAX_RT_PRIO and MAX_USER_RT_PRIO
configurable from the make *config. This is more of a proposal since
I'm not really sure where in Kconfig this would best fit. I don't see
why these options shouldn't be user configurable without going into the
kernel headers to change
* Steven Rostedt <[EMAIL PROTECTED]> wrote:
> The following patch makes the MAX_RT_PRIO and MAX_USER_RT_PRIO
> configurable from the make *config. This is more of a proposal since
> I'm not really sure where in Kconfig this would best fit. I don't see
> why these options shouldn't be user con
On Tue, Jul 26, 2005 at 09:36:02PM -0400, John W. Linville wrote:
> On Tue, Jul 26, 2005 at 04:49:34PM -0700, Greg KH wrote:
> > This code doesn't even build, as need_restore isn't a global variable.
>
> Hmmm...you must be missing this hunk from the patch posted on July 8?
> > Care to redo this
Pavel Machek wrote:
> Hi!
>
>
2) An attacker breaks into your machine remotely while you're using
it. He has access to all your RAM, which if you're actually using it,
very likely including the same IPSEC, dm_crypt, and ssh-agent keys as
are saved on suspend. Further, he can trivi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew Morton wrote:
> "Francisco Figueiredo Jr." <[EMAIL PROTECTED]> wrote:
>
>>Indeed udev update solved my problem with "preparing system to use udev"
>> hang. It now works like a charm. I had 030 version too.
>>
>> Only the "mounting filesystem" h
On Wed, 2005-07-27 at 16:17 +0200, Ingo Molnar wrote:
> i'd not do this patch, mainly because the '100 priority levels' thing is
> pretty much an assumption in lots of userspace code. The patch to make
> it easier to redefine it is of course fine and was accepted, but i dont
> think we want to m
Some PCI devices (e.g. 3c905B, 3c556B) lose all configuration
(including BARs) when transitioning from D3hot->D0. This leaves such
a device in an inaccessible state. The patch below causes the BARs
to be restored when enabling such a device, so that its driver will
be able to access it.
The patc
On Tue, Jul 26 2005, Adrian Bunk wrote:
> "extern inline" doesn't make much sense.
Yep, thanks.
--
Jens Axboe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.htm
On Wed, 2005-07-27 at 16:17 +0200, Ingo Molnar wrote:
> i'd not do this patch, mainly because the '100 priority levels' thing is
> pretty much an assumption in lots of userspace code.
I must argue though, any user app that assumes 100 is the max prio is
already broken. That's why there are syst
* Steven Rostedt <[EMAIL PROTECTED]> wrote:
> Perfectly understood. I've had two customers ask me to increase the
> priorities for them, but those where custom kernels, and a config
> option wasn't necessary. But since I've had customers asking, I
> thought that this might be something that o
On Tue, Jul 26 2005, Tejun Heo wrote:
> Hello, Jens.
>
> I hope you had fun on your vacation and at OLS. I'm posting 18
> welcome-back patches today. :-p This mail is to show the overview of
> the patches. All patches are against master head of linux-2.6-block
> tree.
>
> patch #1 : fix-
* Steven Rostedt <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-07-27 at 16:17 +0200, Ingo Molnar wrote:
> > i'd not do this patch, mainly because the '100 priority levels' thing is
> > pretty much an assumption in lots of userspace code.
>
> I must argue though, any user app that assumes 100 is th
On 7/27/05, Russell King <[EMAIL PROTECTED]> wrote:
> serial8250_init does not contain any such message, so you're not
> running a mainline kernel, but some patched version. Are these
> patches available somewhere?
I'm compiling from the Ubuntu (based on Debian) sources. I'll either
download a cl
On Wed, 2005-07-27 at 16:38 +0200, Ingo Molnar wrote:
> a fair number of apps assume that there's _at least_ 100 levels of
> priorities. The moment you have a custom kernel that offers more than
> 100 priorities, there will be apps that assume that there are more than
> 100 priority levels, and
On Wed, 2005-07-27 at 16:33 +0200, Ingo Molnar wrote:
> i'm not excluding that this will become necessary in the future. We
> should also add the safety check to sched.h - all i'm suggesting is to
> not make it a .config option just now, because that tends to be fiddled
> with.
So Ingo, would y
On Wed, 27 Jul 2005, Ingo Molnar wrote:
>
> * Steven Rostedt <[EMAIL PROTECTED]> wrote:
>
> > Perfectly understood. I've had two customers ask me to increase the
> > priorities for them, but those where custom kernels, and a config
> > option wasn't necessary. But since I've had customers ask
The patch below implements kernel labeling of the MLS (multilevel
security) field of security contexts for files which have no existing MLS
field. This is to enable upgrades of a system from non-MLS to MLS without
performing a full filesystem relabel including all of the mountpoints,
which wou
Jens Axboe wrote:
On Tue, Jul 26 2005, Adrian Bunk wrote:
"extern inline" doesn't make much sense.
Yep, thanks.
IIRC, there was a time when the extern inline construct was used to
catch cases where the compiler did not inline the function (you'd get a
link error). Seems like it
On Wed, 2005-07-27 at 16:53 +0200, Esben Nielsen wrote:
> Isn't there a way to mark it "warning! warning! dangerous!" ?
Sure,
config MAX_RT_PRIO
int "Maximum RT priority (DANGEROUS!)"
>
> Anyway: I think 100 RT priorities is way overkill - and slowing things
> down by making the schedul
The subject should be "[PATCH] safety check of MAX_RT_PRIO >=
MAX_USER_RT_PRIO". Ever since I've upgraded my debian unstable, I've
lost my spell checking!
-- Steve
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majord
Hi,
Just a small patch to fix an LKC syntax error.
Yours,
Hans-Juergen
--- linux/net/ipv4/Kconfig.orig 2005-06-17 21:48:29.0 +0200
+++ linux/net/ipv4/Kconfig 2005-07-27 16:29:56.215398144 +0200
@@ -92,7 +92,7 @@
config IP_ROUTE_MULTIPATH_CACHED
bool "IP: equal cost multi
Takashi Iwai wrote:
At Tue, 26 Jul 2005 19:35:55 -0400,
Stephen Clark wrote:
Hello List,
I recently upgraded my laptop, HP Pavilion N5430, from a 2.4.21 kernel
to 2.6.12. As a result of
doing this my sound no longer works correctly. It plays the same thing
repeatedly some number
of times -
Lee Revell wrote:
On Tue, 2005-07-26 at 19:35 -0400, Stephen Clark wrote:
Additional info I don't see any interrupts in /proc/interrupts for the
Allegro which is on int 5.
I just tried the same laptop with knoppix and a 2.4.27 kernel and sound
works great and I do
see interrupts for Allegro
Support for the CEDAR board no longer exists, removing the defconfig for it
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit e5e908e00ead5df5ff84495b79601a2519ed35bd
tree d994f4efffa0fe4e3bfeae2529c9b90a790ffee1
parent d705b7bbc49cc238c742ce9a89fbece65e0ab9c2
author Kumar K. Gala <[EMAIL
Support for the ASH board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit 7bf377b671252a945486325f3b3fdb7b53d19272
tree 0291b7debdec53173af884dced36e6fd23f0feac
parent 9af0e382541b47e24af0f14624585132166dcd08
author Kumar K. Gala <[EMAIL PRO
Support for the MENF1 board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit 9762d809e90f09f4507b7415fe1853c0fcc92ccb
tree 0989867e7a6ae6f89ebbe57cc73318aa03c23433
parent f53cc898e2223283215cdcccb8d7218ebf51d2fa
author Kumar K. Gala <[EMAIL P
Support for the SM850 board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit b20e13cbb1c931860275b37d9bf7934974be6309
tree 17ece4e6a04e48ac5e976ed7e63691b6fd8c97ac
parent 7dbed1f92ee7eeaee439e82f7dae6e43c410ef22
author Kumar K. Gala <[EMAIL P
Support for the PCORE board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit a287e1a2f397c7c4aeba88169b413500bd642fcc
tree 5fce3a854f01aa7889bc684d9e6a81386ce1e293
parent 715aa4926267a11452ddd3f3abffc19bdefdcb88
author Kumar K. Gala <[EMAIL P
Hey, Paulus,
Add inotify system call stubs to PPC32.
Signed-off-by: Robert Love <[EMAIL PROTECTED]>
arch/ppc/kernel/misc.S |3 +++
include/asm-ppc/unistd.h |5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff -urN linux-2.6.13-rc3-git8/arch/ppc/kernel/misc.S
linux/arch/ppc
Support for the EP405 board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit 715aa4926267a11452ddd3f3abffc19bdefdcb88
tree 6c3d041e5bc4058993dcd2707eb2c5657acfaa41
parent 13046e6e40e2f14b30e9a159791eb330f7204bf4
author Kumar K. Gala <[EMAIL P
Marked APUS and GEMINI as BROKEN since they do not build at the platform
level. We have requested that the maintainers of these boards/platforms
fix them by the time 2.6.15 is released or we plan on concerning them
unmaintained and thus removing them.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
[EMAIL PROTECTED] (Eric W. Biederman) writes:
> Andrew Morton <[EMAIL PROTECTED]> writes:
>
>> My fairly ordinary x86 test box gets stuck during reboot on the
>> wait_for_completion() in ide_do_drive_cmd():
>
> Hmm. The only thing I can think of is someone started adding calls
> to device_suspend(
From: Bodo Stroesser <[EMAIL PROTECTED]>, Paolo 'Blaisorblade' Giarrusso
<[EMAIL PROTECTED]>
CC: Roland McGrath <[EMAIL PROTECTED]>
Avoid giving two traps for singlestep instead of one, when syscall auditing is
enabled.
In fact no singlestep trap is sent on syscall entry, only on syscall exit,
Hi, Tony.
Attached patch adds the inotify syscalls to ia64.
Signed-off-by: Robert Love <[EMAIL PROTECTED]>
arch/ia64/kernel/entry.S |6 +++---
include/asm-ia64/unistd.h |3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff -urN linux-2.6.13-rc3-git8/arch/ia64/kernel/entry.S
l
Esben Nielsen wrote:
On Wed, 27 Jul 2005, Ingo Molnar wrote:
* Steven Rostedt <[EMAIL PROTECTED]> wrote:
Perfectly understood. I've had two customers ask me to increase the
priorities for them, but those where custom kernels, and a config
option wasn't necessary. But since I've had custom
-BEGIN PGP SIGNED MESSAGE-
Kumar, I thought that we had some volunteers to take care of some of
those. I know that I still care about ep405, and I'm willing to maintain
the code.
- --
] Michael Richardson Xelerance Corporation, Ottawa, ON | firewalls [
] mcr @ xelerance.com
On Wed, 27 Jul 2005, David Woodhouse wrote:
> On Tue, 2005-07-26 at 11:57 -0700, Linus Torvalds wrote:
> > If somebody adds some logic to "parse_commit()" to do the "fake parent"
> > thing, you can stitch the histories together and see the end result as one
> > big tree. Even without that, you c
On Wed, 27 Jul 2005, David Woodhouse wrote:
>
> Hm, OK. That works and can also be used for the "fake _absence_ of
> parent" thing -- if I'm space-constrained and want only the history back
> to some relatively recent point like 2.6.0, I can do that by turning the
> 2.6.0 commit into an orphan i
Support for the SPD823TS board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit 16f6a37ad9d92a4dbb9ac12dfc5e713480a7c9d0
tree 1b6b9cdd190c8eb590596c7b0decc5c00f5dfe9b
parent b20e13cbb1c931860275b37d9bf7934974be6309
author Kumar K. Gala <[EMAI
On Wed, Jul 27, 2005 at 10:59:35AM -0400, Kimball Murray wrote:
> Jens Axboe wrote:
>
> >On Tue, Jul 26 2005, Adrian Bunk wrote:
> >
> >
> >>"extern inline" doesn't make much sense.
> >>
> >>
> >
> >Yep, thanks.
> >
> >
> >
> IIRC, there was a time when the extern inline construct was used to
On Wed, Jul 27, 2005 at 12:13:23PM -0400, Michael Richardson wrote:
> Kumar, I thought that we had some volunteers to take care of some of
> those. I know that I still care about ep405, and I'm willing to maintain
> the code.
Well, it has been almost two months since Kumar asked about maintenance
Support for the OAK board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit e36f8d751bbac7114de804eae35a8013a3dd45ce
tree ee9cd737022b32aca08fc2fb30e6dcf41dd2c4f7
parent 9762d809e90f09f4507b7415fe1853c0fcc92ccb
author Kumar K. Gala <[EMAIL PRO
1 - 100 of 325 matches
Mail list logo