[added James to cc:]
On Mon, 2005-08-08 at 09:40 -0700, Fernando Lopez-Lezcano wrote:
> On Sun, 2005-08-07 at 10:43, Andrew Morton wrote:
> > Raymond Lai <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > I remember there's a kernel pcmcia bug preventing the development for
> > > the Audigy2 p
Jiri Slaby <[EMAIL PROTECTED]> wrote:
>
> --- a/drivers/char/watchdog/i6300esb.c
> +++ b/drivers/char/watchdog/i6300esb.c
> @@ -368,12 +368,11 @@ static unsigned char __init esb_getdevic
>* Find the PCI device
>*/
>
> -while ((dev = pci_find_device(PCI_ANY
Paul Jackson <[EMAIL PROTECTED]> wrote:
>
> Fix possible cpuset_sem ABBA deadlock if 'notify_on_release' set.
>
So.. Is this 2.6.13-safe?
> + (void) call_usermodehelper(argv[0], argv, envp, 0);
ick. Why the cast?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
[EMAIL PROTECTED] wrote:
>
> Use wait_event() instead of the deprecated sleep_on(). In all
> replacements, wait_event() expects the condition to *stop* on, so the
> existing
> conditional is negated and passed as the parameter. I am not sure if these
> changes are appropriate, as the condition
On Tue, Aug 09, 2005 at 01:55:16AM +0200, Jiri Slaby wrote:
> This patch changes pci_find_device to pci_get_device (encapsulated in
> for_each_pci_dev) in i6300esb watchdog card with appropriate adding
> pci_dev_put.
Can you please route all of these changes through me? It's some tricky
code to
Hi folks,
While trying to upgrade from Linux 2.6.7 to Linux 2.6.11.12, my reiserfs
partition screwed up for an unknown reason (inconsistency in the
filesystem ?) and the kernel started to reboot each 10 minutes ("panic
loop")
I'm not sure this is related to 2.6.11.12 (the filesystem might ha
On Tue, 9 Aug 2005, David Madore wrote:
> the "process management" part. For example, I might like to run this
> or that binary, which claims it needs to be run as root, with a
> limited set of capabilities: the current Linux kernels make this quite
> impossible.
Not impossible with SELinux.
-
Hi Christian.
On Tue, 2005-08-09 at 15:41, Christian Hesse wrote:
> Hi everybody,
>
> I have a little problem with software suspend 2.1.9.1[012] on
> 2.6.13-rc[3456].
> The system hangs on resume if the AC adapter is not plugged in. Everything
> works well if I use 2.1.9.5 on 2.6.12.x or plug
Hi everybody,
I have a little problem with software suspend 2.1.9.1[012] on 2.6.13-rc[3456].
The system hangs on resume if the AC adapter is not plugged in. Everything
works well if I use 2.1.9.5 on 2.6.12.x or plug in the AC adapter. I've tried
acpi-20050729 for 2.6.13-rc6 but that did not cha
* David Madore ([EMAIL PROTECTED]) wrote:
> * Second, a much more extensive change, the patch introduces a third
> set of capabilities for every process, the "bounding" set. Normally
this is not a good idea. don't add more sets. if you really want to
work on this i'll give you all the patches th
Hi.
On Tue, 2005-08-09 at 15:20, Nick Piggin wrote:
> Nigel Cunningham wrote:
> > Hi Nick et al.
> >
> > On Tue, 2005-08-09 at 14:59, Nick Piggin wrote:
>
> >>>Changing the e820 code so it sets PageNosave instead of PageReserved,
> >>>along with a couple of modifications in swsusp itself should
Well, I wasn't sleepy tonight, so I produced the following patch for
Linux capabilities, which attempts to make them useful. It is
supposed to do the following (which may or may not conform with the
POSIX semantics, I don't think it matters much):
* First, and most importantly, capabilities are c
Nigel Cunningham wrote:
Hi Nick et al.
On Tue, 2005-08-09 at 14:59, Nick Piggin wrote:
Changing the e820 code so it sets PageNosave instead of PageReserved,
along with a couple of modifications in swsusp itself should get rid of
the swsusp dependency.
That would work for swsusp, but there
Hi Nick et al.
On Tue, 2005-08-09 at 14:59, Nick Piggin wrote:
> Nigel Cunningham wrote:
> > Hi.
> >
> > On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote:
> >
> >>>It doesn't look like they'll be able to easily free up a page
> >>>flag for 2 reasons. First, PageReserved will probably be kept
>
Nick Sillik wrote:
I think the following should be changed on the kernel.org web site?
In "New to Linux?" Section
Note, however, that most distributions are very large,
so unless you have a _very_fast_Internet_link_ you may want
to save yourself some hassle and purchase a CD-ROM with
Adrian Bunk writes:
kcalloc() doesn't do much more than calling kzalloc(), and gcc has
better optimizing opportunities when it's inlined.
The result of this patch with a fulll kernel compile (roughly equivalent
to "make allyesconfig") shows a minimal size improvement:
text da
On Mon, 8 Aug 2005, [EMAIL PROTECTED] wrote:
This looks like a nice cleanup.
> +
> + if (count < 0 || count >= PAGE_SIZE)
> + return -ENOMEM;
> + if (*ppos != 0) {
> + return -EINVAL;
> + }
Why is the first error there -ENOMEM and not -EINVAL?
- James
--
Ja
I think the following should be changed on the kernel.org web site?
In "New to Linux?" Section
Note, however, that most distributions are very large,
so unless you have a _very_fast_Internet_link_ you may want
to save yourself some hassle and purchase a CD-ROM with
a distribution; su
Nigel Cunningham wrote:
Hi.
On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote:
It doesn't look like they'll be able to easily free up a page
flag for 2 reasons. First, PageReserved will probably be kept
around for at least one release. Second, swsusp and some arch
code (ioremap) wants to know
On Tue, Aug 09, 2005 at 01:53:50AM +, Theodore Ts'o wrote:
> The POSIX specification for capabilities requires filesystem support,
> so that each executables can be marked with three capability sets ---
> which indicate which capabilities are asserted when the executable
> starts, which capabil
Let me play the Devil's advocate here.
Should we be thinking about deprecating and removing capabilities from
Linux?
- James
--
James Morris
<[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordom
We have a bunch of 'probe' sysctl's in parport, which are
readable. (world readable even). Make them write-only.
Without this, sysctl -a will try to read these files.
Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
--- linux-2.6.11/drivers/parport/procfs.c~ 2005-04-25 12:17:30.0
-0400
> On Fri, 2005-08-05 at 07:36 -0700, Martin J. Bligh wrote:
>> Howcome it works on all mainline kernels, and not -mm then? ;-)
>> Did we fix an error path to detect failures, maybe?
>
> Well, OK, it might be something to do with your drives trying to
> negotiate IU and QAS. Support for this was a
Hi.
On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote:
> > It doesn't look like they'll be able to easily free up a page
> > flag for 2 reasons. First, PageReserved will probably be kept
> > around for at least one release. Second, swsusp and some arch
> > code (ioremap) wants to know about struc
On Mon, 2005-08-08 at 21:12 -0400, Andrew Haninger wrote:
> On 8/8/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> > But this could be better handled in module-init-tools.
> Here's hoping it will be once 3.2 is released.
>
> Thanks again.
>
> -Andy
Thanks for this report! This is the first I've he
On Aug 8, 2005, at 6:17 PM, Adam Belay wrote:
On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote:
On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote:
Below is a patch that adds an additional resource class to the
platform
resource types. This is to support additional r
(Sorry everyone else for emailing you too. I'm only doing so to honour
the convention of not removing people from replies.)
Hi Christoph.
As I look at the patch in preparation for sending it, I don't think I
really changed anything significant. (I didn't address the issues I
mentioned in the prev
On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote:
> This marks these functions as deprecated not to use in latest drivers (it
> doesn't use reference counts and the device returned by it can disappear in
> any time).
Did you forget to send this to the PCI maintainer for some reason?
Any
On Mon, 8 Aug 2005, Olaf Hering wrote:
> On Mon, Aug 08, Olaf Hering wrote:
> > On Mon, Aug 08, Andrew Morton wrote:
> >
> > > What do you mean by "this could be the right fix"? Did it work?
> >
> > I cant test it due to lack of hardware. Will find someone who does.
> > modprobe aes is done b
# HG changeset patch
# User Matt Mackall <[EMAIL PROTECTED]>
# Node ID d3e83cde10ebc2a570503c1ff9c4d9e8f37f4af9
# Parent 915766b005c1a990ea360affa0c025087e45c723
Keep make clean from deleting files in .hg
Running 'make clean' was quietly deleting files in Mercurial kernel
repositories matching '.
On Mon, 8 Aug 2005, Mel Gorman wrote:
> Given a struct page, that one knows is an inode, can anyone suggest
> the best way to find the inode using it and free it?
Note that you can only free the inodes that aren't currently
open files for any of the processes in the system.
--
All Rights Revers
Hi.
On Tue, 2005-08-09 at 12:01, Christoph Lameter wrote:
> On Tue, 9 Aug 2005, Nigel Cunningham wrote:
>
> > Just to let you know that I have it working with Suspend2. One thing I
> > am concerned about is that we still need a way of determining whether a
> > process has been signalled but not y
On Mon, 2005-08-08 at 14:49 -0400, Dave Jones wrote:
> However this change was broken, and if the modprobe.conf
> has trailing whitespace, modules fail to load with the
> following helpful message..
Hi Dave,
This fix should be preferable, I think.
Name: Ignore trailing whitespace on kern
(A believe Marcelo would like to see this in 2.6.13, but I'll let him
fight over that ;)
* Makes dpram allocations work
* Makes non-console UART work on both 8xx and 82xx
* Fixed whitespace in files that were touched
Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]>
Signed-off-by: Pantelis Antoni
Fixed problems so we can build with gcc-4.0.1
Signed-off-by: Peter Schaefer-Hutter <[EMAIL PROTECTED]>
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
commit dcc63579f883d388c5b4f69c4adc82423cab1de2
tree f856b999bdc0182e6299ecd4432380af0ac0
parent 1de80554bcae877dce3b6d878053eb092ef65c72
au
Just an update to this, I've found some more information. I can now reliably
reproduce this lock up.
I was trying to remove a large number of files from a reiserfs partition
nohup rm -rf /var/spool/imap3/?/user/.migrated/*&
And just a second or two after I started that command, I got a message
On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote:
> On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote:
> > Below is a patch that adds an additional resource class to the platform
> > resource types. This is to support additional resources that need to be
> > passed
> > to dri
I am not attached to the experimental code. If it goes away
my feelings will not be hurt. It was put there so I can
easily tell an early adopter how to make the noise go away.
-- Mac
On Monday 08 August 2005 08:20 am, Michael Krufky wrote:
> Mauro Carvalho Chehab wrote:
> > This should't be
A minimal example of modifying cpufreq to use PowerOP for reading and
writing power parameters on Intel Centrino platforms. It would be
possible to move voltage table lookups to the PowerOP layer.
Index: linux-2.6.12/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
=
Hi,
Here goes v2.4.32-pre3. It contains several v2.6 backported fixes, amongst
them:
- libata update
- networking fixes (most notably Netfilter)
Please refer to the changelog for the detailed information
Summary of changes from v2.4.32-pre2 to v2.4.32-pre3
==
Minimal PowerOP support for Intel Enhanced Speedstep "Centrino"
notebooks. These systems run at an operating point comprised of a cpu
frequency and a core voltage. The voltage could be set from the values
recommended in the datasheets if left unspecified (-1) in the operating
point, as cpufreq do
The PowerOP core provides the struct powerop_point that defines an
operating point, and trivial routines for calling the platform-specific
backend to read and set operating points and for registering a single
machine-dependent backend.
Operating points are an array of 32-bit integer-valued power p
PowerOP is a system power parameter management API submitted for
discussion. PowerOP writes and reads power "operating points",
comprised of arbitrary integer-valued values, called power parameters,
that correspond to registers, clocks, dividers, voltage regulators,
etc. that may be modified to se
On Mon, 2005-08-08 at 18:41 +0530, Kedar Sovani wrote:
> when the last atomic_dec_and_test() (the last == the one which
> returns 0) is being called on the object, the object is usually not
> accessible to others (list_del()) and hence the simultaneous
> atomic_inc() call never occurs.
Yes, a
On Tue, 9 Aug 2005, Nigel Cunningham wrote:
> Just to let you know that I have it working with Suspend2. One thing I
> am concerned about is that we still need a way of determining whether a
> process has been signalled but not yet frozen. At the moment you just
> check p->todo, but if/when other
On Mon, Aug 08, 2005 at 11:53:33PM +, David Wagner wrote:
> David Madore wrote:
> >This does not tell me, then, why CAP_SETPCAP was globally disabled by
> >default, nor why passing of capabilities across execve() was entirely
> >removed instead of being fixed.
>
> I do not know of any good re
On 8/8/05, Shaun Jackman <[EMAIL PROTECTED]> wrote:
> setup. Is this card well supported under Linux? If it's a black sheep,
> could someone please recommend a PCI SATA card that works well?
I have onboard SATALink Sil3112 (on my Asus A7N8X) and it's worked
fine (libata and non).
> First off, eve
Hi.
Just to let you know that I have it working with Suspend2. One thing I
am concerned about is that we still need a way of determining whether a
process has been signalled but not yet frozen. At the moment you just
check p->todo, but if/when other functionality begins to use the todo
list, this
On 8/8/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> Workaround:
>
> Remove the
>
> man_MANS = $(MAN5) $(MAN8)
>
> line in Makefile.in before running configure.
On 8/8/05, Ken Moffat <[EMAIL PROTECTED]> wrote:
> per LFS (http://www.linuxfromscratch.org/lfs/) make DOCBOOKTOMAN=""
> (or look at
On Mon, 8 Aug 2005, Richard Purdie wrote:
> The following patch (against -mm) cleared the problem up but I'm not
> sure how correct it is:
Almost. The new entry needs to be made dirty. new_entry is already made
young. entry is not.
---
Set dirty bit correctly in handle_pte_fault
new_entry is
On Mon, Aug 08, 2005 at 08:31:40PM -0400, Kurt Wall wrote:
> On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write:
> > On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> > >
> > > You may as well change the S: to unmaintained whilst
> > > you're there, it hasn't
From: "linux-os \(Dick Johnson\)" <[EMAIL PROTECTED]>
Subject: Re: [HELP] How to get address of module
Date: Mon, 8 Aug 2005 09:51:25 -0400
> What do you want the address of in your driver? Do you want the
> address of its various entry points (hint, the stuff you put
> into the "struct file_opera
From: Arnd Bergmann <[EMAIL PROTECTED]>
Subject: Re: [HELP] How to get address of module
Date: Mon, 8 Aug 2005 15:30:53 +0200
> You can do all that with module_address_lookup() using the KALLSYMS
> infrastructure.
Thank you.
What I wanted is: given the segfault address, I would like to
1) get
Hi,
I recently added the irqpoll patch to Gentoo's 2.6.12 kernels, using this patch:
http://dev.gentoo.org/~dsd/genpatches/trunk/2.6.12/2700_irqpoll.patch
Since then, I've had a few reports of minor breakage, but this is the first
one I've been able to get full info on.
Hans-Christian Arming
On Tue, Aug 09, 2005 at 02:26:31AM +0200, Jiri Slaby wrote:
> Hello, i find out this problem:
> #make O=../bu allmodconfig
> ...
> #make O=../bu all
> ...
> LD .tmp_vmlinux1
> drivers/built-in.o(.text+0x63c87): In function `sis190_get_settings':
> /l/latest/xxx/drivers/net/sis190.c:1656: unde
Bodo Eggert wrote:
Hiroyuki Machida <[EMAIL PROTECTED]> wrote:
For newly created and/or modified files/dirs, system can utilize
full posix attributes, because memory resident inode storage can
hold those. After umount-mount cycle, system may lose some
attributes to preserve VFAT format.
Ino
On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write:
> On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> >
> > You may as well change the S: to unmaintained whilst
> > you're there, it hasn't seen any updates in a long time,
> > and still uses several out-of-da
On Mon, 8 Aug 2005, Andrew Haninger wrote:
>
> The problem is that compiling module-init-tools versions after 3.0
> seem require docbook-utils (the compile fails on a docbook2man
> operation) to be installed and docbook-utils requires jade which will
> not compile. I found one jade package called
Hello, i find out this problem:
#make O=../bu allmodconfig
...
#make O=../bu all
...
LD .tmp_vmlinux1
drivers/built-in.o(.text+0x63c87): In function `sis190_get_settings':
/l/latest/xxx/drivers/net/sis190.c:1656: undefined reference to
`mii_ethtool_gset'
drivers/built-in.o(.text+0x63c96):
Daniel Phillips wrote:
On Sunday 07 August 2005 13:28, Nick Piggin wrote:
If anyone has an issue with the patches or my merge plan, let's
get some discussion going.
You forgot to mention what replaces PageReserved: the VM_RESERVED vma flag,
which is now added to the whole zap_pte call chai
On Mon, 2005-08-08 at 10:42 -0700, Andrew Morton wrote:
> -mm has extra list_head debugging goodies. I'd be suspecting a list_head
> corruption detected somewhere under spi_release_transport().
Aha, looking in wrong driver ... the problem actually appears to be a
double release of the transport t
On Tue, Aug 09, 2005 at 09:09:57AM +1000, Keith Owens wrote:
> On Mon, 8 Aug 2005 10:44:04 -0700,
> Andrew Morton <[EMAIL PROTECTED]> wrote:
> >Sonny Rao <[EMAIL PROTECTED]> wrote:
> >> Modules linked in: cpufreq_userspace cpufreq_stats freq_table
> >> cpufreq_powersave
> >> cpufreq_ondemand cpu
This patch changes pci_find_device to pci_get_device (encapsulated in
for_each_pci_dev) in i6300esb watchdog card with appropriate adding pci_dev_put.
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
diff --git a/drivers/char/watchdog/i6300esb.c b/drivers
This marks these functions as deprecated not to use in latest drivers (it
doesn't use reference counts and the device returned by it can disappear in
any time).
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
diff --git a/include/linux/pci.h b/include/li
This patch changes pci_find_device to pci_get_device (encapsulated in
for_each_pci_dev).
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
--- a/drivers/parport/parport_pc.c
+++ b/dri
This patch removes 1 whole entry, which is no longer maintained and 1 e-mail,
which is not right.
[comtrol was posted by Rolf Eike Beer]
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
diff --git a/MAINTA
This removes very old functions from pci docs, which aren't no longer in the
kernel.
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
diff --git a/Documentation/pci.txt b/Documentation/pci.txt
--- a/Documentation/pci.txt
+++ b/Documentation/pci.txt
@@ -26
David Madore wrote:
>This does not tell me, then, why CAP_SETPCAP was globally disabled by
>default, nor why passing of capabilities across execve() was entirely
>removed instead of being fixed.
I do not know of any good reason. Perhaps the few folks who knew enough
to fix it properly didn't fee
Hello,
I have a Silicon Image SATALink Sil3112 PCI card connected to two 200
GB SATA Seagate drives. I'm running into many problems with this
setup. Is this card well supported under Linux? If it's a black sheep,
could someone please recommend a PCI SATA card that works well?
First off, every 2.
On Tue, 2005-08-09 at 01:29 +0200, Adrian Bunk wrote:
> On Mon, Aug 08, 2005 at 03:06:58PM -0400, Lee Revell wrote:
> > On Mon, 2005-08-08 at 12:56 -0600, Alejandro Bonilla wrote:
> With NdisWrapper, the hardware manufacturer can say:
> "Our hardware is supported through the open source NdisWrapp
On Tue, 9 Aug 2005 01:16:37 +0200,
Andi Kleen <[EMAIL PROTECTED]> wrote:
>On Tue, Aug 09, 2005 at 09:14:52AM +1000, Keith Owens wrote:
>> On Mon, 8 Aug 2005 21:28:50 +0200,
>> Andi Kleen <[EMAIL PROTECTED]> wrote:
>> >On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote:
>> >> {
>> >> unsi
On Mon, Aug 08, 2005 at 03:06:58PM -0400, Lee Revell wrote:
> On Mon, 2005-08-08 at 12:56 -0600, Alejandro Bonilla wrote:
> > Again, the point is that ndiswrapper is a great project, but people
> > uses it for the leftovers! We *shouldn't* buy leftovers or from Manuf
> > that don't care about Linux
On Mon, 08 Aug 2005, Greg KH wrote:
> On Thu, Jul 28, 2005 at 03:32:20PM +0200, Horst Schirmeier wrote:
> > Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being
> > accessed for the new line_state. Although PL-2303 hardware is not
> > expected to send data with exactly UART_STAT
Ingo Molnar wrote on Saturday, July 30, 2005 12:19 AM
> * Nick Piggin <[EMAIL PROTECTED]> wrote:
>
> > > here's an updated patch. It handles one more detail: on SCHED_SMT we
> > > should check the idleness of siblings too. Benchmark numbers still
> > > look good.
> >
> > Maybe. Ken hasn't measu
"art" <[EMAIL PROTECTED]> wrote:
>
> kernel 2.6.13-rc1-git7 to 2.6.13-rc5 transfer 72MB/s on aha19160 with 15k
> rpm seagate with reiserfs3 but possible deadlock in heavy IO - rsync
> ~5-small files from /mnt/seagate15k/a to /mnt/seagate15k/b ends in
> middle with deadlock of rsync (3 instances
On Tue, Aug 09, 2005 at 09:14:52AM +1000, Keith Owens wrote:
> On Mon, 8 Aug 2005 21:28:50 +0200,
> Andi Kleen <[EMAIL PROTECTED]> wrote:
> >On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote:
> >> {
> >>unsigned int icr = APIC_DM_FIXED | shortcut | vector | dest;
> >> - if (vector ==
On Mon, 8 Aug 2005 21:28:50 +0200,
Andi Kleen <[EMAIL PROTECTED]> wrote:
>On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote:
>> {
>> unsigned int icr = APIC_DM_FIXED | shortcut | vector | dest;
>> -if (vector == KDB_VECTOR)
>> +if (vector == NMI_VECTOR)
>> icr =
Mel Gorman <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am working on a direct reclaim strategy to free up large blocks of
> contiguous pages. The part I have is working fine, but I am finding a
> hundreds of pages that are being used for inodes that I need to reclaim. I
> tried purging the inode list
On Mon, 8 Aug 2005 10:44:04 -0700,
Andrew Morton <[EMAIL PROTECTED]> wrote:
>Sonny Rao <[EMAIL PROTECTED]> wrote:
>> Modules linked in: cpufreq_userspace cpufreq_stats freq_table
>> cpufreq_powersave
>> cpufreq_ondemand cpufreq_conservative ipv6 video thermal processor hotkey
>> fan co
>> ntain
Well I like this a bit better, but it's still in transition from
the old I2C style stuff over to a newer driver model based one.
(As other folk have noted, with the "bus" v. "adapter" confusion.)
- Can you make the SPI messages work with an async API?
It suffices to have a callback and a "vo
dmitry pervushin <[EMAIL PROTECTED]> wrote:
>
A few coding style nits.
> +#include "spi_locals.h"
> +
> +static LIST_HEAD( spi_busses );
Please don't put spaces after '(' and before ')'.
> + if (0 == strncmp(*id, SPI_ID_ANY, strlen(SPI_ID_ANY))) {
And this trick isn't really needed
On Mon, Aug 08, 2005 at 10:25:59AM -0700, Andrew Morton wrote:
> Dipankar Sarma <[EMAIL PROTECTED]> wrote:
> >
> > > But: IIRC the counters were moved to the ctor/dtor for performance
> > > reasons, I'd guess mbligh ran into cache line trashing on the
> > > filp_count_lock spinlock with reaim or
On Tue, Aug 09, 2005 at 12:34:10AM +0200, Petr Vandrovec wrote:
> It looks like that ACPI is gone... Can you recheck your .config that
> you still have ACPI enabled?
> Petr
Hmmff...yup, you are correct. Which is interesting, since I just copi
ty den 09.08.2005 Klokka 00:27 (+0200) skreiv Miklos Szeredi:
> I'd like to make my filesystem be able to do file creation and opening
> atomically. This is needed for filesystems which cannot separate
> checking open permission from the actual open operation.
>
> Usually any filesystem served fr
"nohalt" option is currently broken on IPF (2.6.12 is the earliest
kernel I looked, might be broken even earlier).
- Ken
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chen, Kenneth W
Sent: Monday, August 08, 2005 3:25 PM
To: linux-ia64@vger.kernel.org
Fix a null dereference in module unload path.
Found by a simple modprobe icn ; rmmod icn
Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
--- linux-2.6.12/drivers/isdn/icn/icn.c~2005-08-08 18:50:25.0
-0400
+++ linux-2.6.12/drivers/isdn/icn/icn.c 2005-08-08 18:54:13.0 -0400
Hi,
since Greg KH's securityfs patch is in -mm, the attached patch will
convert seclvl to use securityfs.
thanks,
-serge
Signed-off-by: Serge Hallyn <[EMAIL PROTECTED]>
--
seclvl.c | 226 +++
1 files changed, 69 insertions(+), 157 del
On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> On Mon, Aug 08, 2005 at 01:50:43AM +0200, Jiri Slaby wrote:
>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -204,8 +204,6 @@ S: Maintained
> >
> > ADVANSYS SCSI DRIVER
> > P: B
Fix possible cpuset_sem ABBA deadlock if 'notify_on_release' set.
For a particular usage pattern, creating and destroying cpusets
fairly frequently using notify_on_release, on a very large system,
this deadlock can be seen every few days. If you are not using the
cpuset notify_on_release feature,
OK. Fixed this one myself :-), I had misunderstood the
MIPS timer stuff and thus the kernel wasn't
scheduling.
Mark
--- Mark Underwood <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have now been trying to get Linux 2.6.11.5 (built
> with gcc 3.3.3 and binutils 2.15.91.0.2) up and
> running on my Helio
kcalloc() doesn't do much more than calling kzalloc(), and gcc has
better optimizing opportunities when it's inlined.
The result of this patch with a fulll kernel compile (roughly equivalent
to "make allyesconfig") shows a minimal size improvement:
text data bss dec
Adam Litke wrote on Monday, August 08, 2005 3:17 PM
> The reason for the VM_FAULT_SIGBUS default return is because I thought a
> fault on a pte_present hugetlb page was an invalid/unhandled fault.
> I'll have another think about races to the fault handler though.
Two threads fault on the same pte
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Uses msleep() in place of schedule_timeout()
to guarantee the task delays as expected.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
i
From: Domen Puncer <[EMAIL PROTECTED]>
Removed unused dprintk, replaced PRINTK with pr_debug.
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
umem.c | 11 ---
1 files changed, 4 i
From: [EMAIL PROTECTED]
super.c vfree() checking cleanups.
Signed-off by: James Lamanna <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
super.c |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: quilt/fs/reiserfs/super.c
On Mon, Aug 08, 2005 at 06:08:57PM -0400, Andrew Haninger wrote:
> Hello.
Hi Andrew,
> I'm trying to upgrade one of my machines to module-init-tools-3.2-pre8
> so that I can better assist a driver developer in debugging some
> issues with the OPL3SA2 driver from ALSA.
>
> The machine is curre
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Use set_current_state() instead of direct assignment of
current->state.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
stir4200.c |
From: Domen Puncer <[EMAIL PROTECTED]>
Make code more readable with list_for_each_entry.
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
namespace.c |4 +---
1 files changed, 1 insertio
Phil Oester wrote:
Just booted a box on 2.6.13-rc6, and noticed that it now only reports
a single processor, whereas on 2.6.12.4 it reports two. While there
is only one physical processor, I wonder if this change was intentional,
since I can't find anything in the changelog about SMT changes.
B
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Use wait_event() instead of the deprecated sleep_on(). In all
replacements, wait_event() expects the condition to *stop* on, so the existing
conditional is negated and passed as the parameter. I am not sure if these
changes are appropriate, as the co
1 - 100 of 361 matches
Mail list logo