Andrew Morton wrote:
> On Fri, 02 Nov 2007 10:55:02 +0300 Pavel Emelyanov <[EMAIL PROTECTED]> wrote:
>
>> Ulrich Drepper wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> Pavel Emelyanov wrote:
The "fix" I mention is just returning -EINVAL in case user orders
CLONE_NE
This patch was dropped from the -mm tree and not merged back. Updated with
the name change of containerstats to cgroupstats
Signed-off-by: Balbir Singh <[EMAIL PROTECTED]>
---
Documentation/accounting/getdelays.c | 43 ++-
1 file changed, 42 insertions(+), 1 d
On Fri, 02 Nov 2007 10:55:02 +0300 Pavel Emelyanov <[EMAIL PROTECTED]> wrote:
> Ulrich Drepper wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Pavel Emelyanov wrote:
> >> The "fix" I mention is just returning -EINVAL in case user orders
> >> CLONE_NEWPIDS
> >
> > That is th
Kernel Crash -- Details see below
globc 2.7 glib2 2.14.2
W.Landgraf
www.copaya.yi.org
=
2.6.24-rc1-git10
EIP 0600: EFLAGS 00010212 CPU 0
EIUP is at xor_sse_2+0x34/0x200
EAX: 10 EBX fffedb22
The following changes since commit 2a397e82c7db18019e408f953dd58dc1963a328c:
Linus Torvalds (1):
Merge git://git.kernel.org/.../bart/ide-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
v2.6.24-rc1-lockdep
Gautham
Alexey Starikovskiy wrote:
> Rolf Eike Beer wrote:
> > Rolf Eike Beer wrote:
> >> Hi,
> >>
> >> this happened while I removed my battery on bootup. Complete dmesg is
> >> attached. Kernel is 2.6.24-rc1-git of yesterday (last commit was
> >> d919fd433b5823d1cf9d0688eb2eec183de9b74c).
> >
> > Ok, I f
On Friday, 2 November 2007 11:33, Johannes Berg wrote:
>
> > 5 - test the freezing of processes
>
> > +/* Suspend test levels */
> > +enum {
> > + TEST_NONE,
>
> Without reading the code, I assume that this enum controls those levels.
> I think a comment that it is user-space visible API and s
Fix the delay accounting regression introduced by commit
75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info
data associated with it. task_struct sched_info structure is used by delay
accounting to provide back statistics to user space.
Signed-off-by: Balbir Singh <[EMAIL PROTE
One more question,
I currently prefix the names with "bdi-", is that needed?
That is, if I give the bdi object a parent, how will it look?
Would a bdi device with name "sda" with a block device called "sda" as
parent look like: /sys/block/sda/sda? Or would if be
called /sys/block/sda/bdi:sda or j
On Fri, Oct 26, 2007 at 01:07:50PM -0400, J. Bruce Fields wrote:
>
> It may take multiple steps to identify a deadlock. With the above
> you'll miss deadlocks like
>
> process 1 is requesting a lock held by process 2
> process 2 is blocking on a lock held by process 3
> process
Sorry for the late.
On 10/31/07, David Howells <[EMAIL PROTECTED]> wrote:
> > But is there any utility that depends on that uname says mn10300?
>
> autoconf:-)
I forgot again the one as an host environment. :-)
AFAIK, mn10300 series are for embedded systems and I've never heard as
development hos
On Thu, Nov 01, 2007 at 04:52:39PM -0700, David Brownell wrote:
> On Thursday 01 November 2007, Adrian Bunk wrote:
> > All this USB_USBNET_MII trickery is simply not worth it considering how
> > few code it saves.
>
> Depends on what systems you're talking about. Forcing unused
> code into the k
This patch moves the prototypes of count_highmem_pages() and
restore_highmem() to kernel/power/power.h
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
kernel/power/power.h|8
kernel/power/snapshot.c |1 -
kernel/power/swsusp.c |8
3 files changed, 8 inser
Every file should include the headers containing the prototypes for
its global functions (in this case {,un}register_reboot_notifier()).
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
f204a842031e86e45e97c26e955565b5994f7c7c
diff --git a/kernel/notifier.c b/kernel/notifier.c
index 4253f47..6
This patch adds a proper prototype for signals_init() in
include/linux/signal.h
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
include/linux/signal.h |2 ++
init/main.c|2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
bf5554aad7a7880c3573f89e5fbed8231734b1a4
diff
This trivial patch adds support for i8k on the new Dell Vostro models.
I tested it on my Vostro 1400, and it works. It does print a warning
when loading the module:
i8k: unable to get SMM BIOS version
But I couldn't figure out how to fix that. The module seems to work fine,
anyway...
Every file should include the headers containing the prototypes for
its global functions (in this case sys_ptrace()).
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
516dd6c4f50faf46120024fa80ca8e831033e0a6
diff --git a/kernel/ptrace.c b/kernel/ptrace.c
index 7c76f2f..a0f7963 100644
--- a/ker
This patch adds a proper prototype for migration_init() in
include/linux/sched.h
Since there's no point in always returning 0 to a caller that doesn't
check the return value it also changes the function to return void.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
include/linux/sched.h
This patch #if 0's the following unused functions:
- espi.c:t1_espi_set_misc_ctrl()
- sge.c:t1_sched_set_max_avail_bytes()
- sge.c:t1_sched_set_drain_bits_per_us()
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
drivers/net/chelsio/espi.c |2 ++
drivers/net/chelsio/espi.h |1 -
drive
async_hcall() can become static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
arch/x86/lguest/boot.c | 26 +-
include/asm-x86/lguest_hcall.h |3 ---
2 files changed, 13 insertions(+), 16 deletions(-)
7b280cbbeeeb4c37a031b9cda257bc3bccf39173
diff --g
[ This can be merged with uml-implement-get_wchan.patch ]
The previous get_wchan patch needed some more work. Joe Perches
suggested the use of bool where I was using a counter. It also turned
out not to work so well on x86_64, so I changed the algorithm a bit.
Instead of skipping one frame and l
From: Karol Swietlicki <[EMAIL PROTECTED]>
This patch finishes what the previous one started. The code was not
used after my first patch, and now can be removed with ease.
[ jdike - also deleted the #if 0 lcall stuff ]
Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]>
Signed-off-by: Jeff Dike
These patches are for 2.6.25. There are a couple of documentation
fixes, three patches cleaning up the code around host cmov detection,
and a fix to the earlier get_wchan patch.
Jeff
--
Work email - jdike at linux dot intel dot com
-
To unsubscribe from this list
Bart Van Assche writes:
> On 10/30/07, Andrew Haley <[EMAIL PROTECTED]> wrote:
> > David Schwartz writes:
> > >
> > > Can we get some kind of consensus that 'optimizations' that add
> > > writes to any object that the programmer might have taken the
> > > address of are invalid on any platfor
On Thu, Nov 01, 2007 at 04:57:00PM -0700, Andrew Morton wrote:
> On Tue, 30 Oct 2007 08:40:08 -0700
> Greg KH <[EMAIL PROTECTED]> wrote:
>
> > On Tue, Oct 30, 2007 at 05:11:24AM -0700, Medve Emilian-EMMEDVE1 wrote:
> > > Hi Greg K-H,
> > >
> > >
> > > > > +#define dev_info(dev, format, arg...)
On Fri, Nov 02, 2007 at 04:59:48AM -0700, Medve Emilian-EMMEDVE1 wrote:
> Hello Andrew,
>
>
> Thanks for the detailed background.
>
> By now I also submitted a patch with extra spaces. Which one would be a
> better candidate for applying in a maintainer's tree (which tree?)?
> Could you please p
* Nick Piggin <[EMAIL PROTECTED]> wrote:
> Anyway, if this can make its way to the x86 tree, I think it will get
> pulled into -mm (?) and get some exposure...
ok, we can certainly try it there. Your code is really nifty.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe
On Fri, 2 Nov 2007, Peter Zijlstra wrote:
> On Fri, 2007-11-02 at 07:35 -0700, Christoph Lameter wrote:
>
> > Well I wonder if I should introduce it not as a replacement but as an
> > alternative to allocpercpu? We can then gradually switch over. The
> > existing API does not allow the specific
On 10/30/07, Andrew Haley <[EMAIL PROTECTED]> wrote:
> David Schwartz writes:
> >
> > Can we get some kind of consensus that 'optimizations' that add
> > writes to any object that the programmer might have taken the
> > address of are invalid on any platform that supports memory
> > protection?
>
>
* Trent Piepho <[EMAIL PROTECTED]> wrote:
> On Thu, 1 Nov 2007, Ingo Molnar wrote:
> > > For some time now I've thought the whole ttpci config/makefile setup
> > > sucked. I've finally gone though and redone it and fixed this problem
> > > too.
> > >
> > > Here is the patch: http://linuxtv.org/h
* Rafael J. Wysocki ([EMAIL PROTECTED]) wrote:
> On Friday, 2 November 2007 13:36, Eric Sesterhenn wrote:
> > hi,
> >
> > I get the following crash with 2.6.24-rc1-g54866f03, the last version I
> > tested which booted fine was 2.6.24-rc1-gb1d08ac0
>
> Does 2.6.23 work correctly for you?
2.6.23.1
* Balbir Singh <[EMAIL PROTECTED]> wrote:
> Hi, Ingo,
>
> I missed commit 75d4ef16a6aa84f708188bada182315f80aab6fa
> "sched: fix delay accounting performance regression"
>
> Without these changes, I find that delay accounting does
> not work as expected, I see zeros in the field for virtual,del
On Fri, 2007-11-02 at 15:59 +0100, Peter Zijlstra wrote:
> On Fri, 2007-11-02 at 15:32 +0100, Kay Sievers wrote:
> > On Fri, 2007-11-02 at 15:17 +0100, Peter Zijlstra wrote:
> Here is the 'pretty' patch :-)
>
> Since it relies on the removal of the device name length limit, this
> should not yet
On Fri, 2007-11-02 at 15:32 +0100, Kay Sievers wrote:
> On Fri, 2007-11-02 at 15:17 +0100, Peter Zijlstra wrote:
> > One more question,
> >
> > I currently prefix the names with "bdi-", is that needed?
>
> Not really.
Thanks.
Here is the 'pretty' patch :-)
Since it relies on the removal of the
Ulrich Drepper wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Pavel Emelyanov wrote:
>>> Isn't it this?
>>>
>>> http://lkml.org/lkml/2007/11/1/141
>> That was the initial problem, and I already answered to Ingo about
>> it
>
> No, look at my old mail which Ingo referenced in that po
On Fri, 2 Nov 2007, Peter Zijlstra wrote:
> On Thu, 2007-11-01 at 15:58 -0700, David Miller wrote:
>
> > Since you're the one who wants to change the semantics and guarentees
> > of this interface, perhaps it might help if you did some greps around
> > the tree to see how alloc_percpu() is actual
On Fri, 2007-11-02 at 15:17 +0100, Peter Zijlstra wrote:
> One more question,
>
> I currently prefix the names with "bdi-", is that needed?
Not really.
> That is, if I give the bdi object a parent, how will it look?
> Would a bdi device with name "sda" with a block device called "sda" as
> paren
On Thu, 25 Oct 2007, Trond Myklebust wrote:
> Could you please try the following patch?
>
> Cheers
> Trond
Its a new month so I'll ping again about sending this fix upstream to
linus for 2.6.24 :) ?
- k
> - CUT HERE -
> From: Trond M
Alexey Starikovskiy wrote:
> Rolf Eike Beer wrote:
> > Alexey Starikovskiy wrote:
> >> Rolf Eike Beer wrote:
> >>> Alexey Starikovskiy wrote:
> Rolf Eike Beer wrote:
> > Rolf Eike Beer wrote:
> >> Hi,
> >>
> >> this happened while I removed my battery on bootup. Complete dmesg
Linus Torvalds wrote:
>
> On Thu, 1 Nov 2007, Gregory Haskins wrote:
>> I had observed this phenomenon on some 8-ways here as well, but I didn't
>> have the bandwidth to code something up. Thumbs up!
>
> Can you test under interesting loads?
Sure thing. Ill try this next week.
>
> We're inte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pavel Emelyanov wrote:
>> Isn't it this?
>>
>> http://lkml.org/lkml/2007/11/1/141
>
> That was the initial problem, and I already answered to Ingo about
> it
No, look at my old mail which Ingo referenced in that posting.
- --
➧ Ulrich Drepper ➧ Red
On Fri, 2 Nov 2007 07:42:20 +0100
Nick Piggin <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 01, 2007 at 06:19:41PM -0700, Linus Torvalds wrote:
> >
> >
> > On Thu, 1 Nov 2007, Rik van Riel wrote:
> > >
> > > Larry Woodman managed to wedge the VM into a state where, on his
> > > 4x dual core system,
On Friday, 2 November 2007 13:36, Eric Sesterhenn wrote:
> hi,
>
> I get the following crash with 2.6.24-rc1-g54866f03, the last version I
> tested which booted fine was 2.6.24-rc1-gb1d08ac0
Does 2.6.23 work correctly for you?
Rafael
-
To unsubscribe from this list: send the line "unsubscribe li
On Fri, 2007-11-02 at 14:50 +0100, Kay Sievers wrote:
> On Nov 2, 2007 2:15 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote:
> > Thanks for the help so far, however we're still not quite there.
> >
> > The below patch still has the funny 20 character name limit. Is there a
> > good reason its a char a
On Friday, 2 November 2007 14:33, Philipp Matthias Hahn wrote:
> Hello!
>
> On Tue, Oct 30, 2007 at 10:08:01PM +0100, Pavel Machek wrote:
> > > > On Monday, 29 October 2007 21:19, Philipp Matthias Hahn wrote:
> > > > > I have an IBM X41 tablet pc running 2.6.23 with the following problem:
> > > >
On Nov 2, 2007 2:15 PM, Peter Zijlstra <[EMAIL PROTECTED]> wrote:
> Thanks for the help so far, however we're still not quite there.
>
> The below patch still has the funny 20 character name limit. Is there a
> good reason its a char array like this, and not just a char * to a kstr?
> The code does
The IPD formula was a little off and assumed a fixed physical link rate; fix
the formula and query the actual physical link rate, now that we can get it.
Also, refactor the calculation into a common function ehca_calc_ipd() and
use that instead of duplicating code.
Signed-off-by: Joachim Fenkes <[
Hi, Ingo,
I missed commit 75d4ef16a6aa84f708188bada182315f80aab6fa
"sched: fix delay accounting performance regression"
Without these changes, I find that delay accounting does
not work as expected, I see zeros in the field for virtual,delay
and count(s).
CPU count real total vi
Rolf Eike Beer wrote:
Alexey Starikovskiy wrote:
Rolf Eike Beer wrote:
Alexey Starikovskiy wrote:
Rolf Eike Beer wrote:
Rolf Eike Beer wrote:
Hi,
this happened while I removed my battery on bootup. Complete dmesg is
attached. Kernel is 2.6.24-rc1-git of yesterday (last commit was
d919fd433b
This patchset will fix static rate calculation for the new link speeds
supported by eHCA2. Also, it enables query_port() to return physical link
information instead of constant values, which is needed for the static rate
fix.
[1/2] makes query_port() return actual physical link info where supporte
On Fri, Nov 02, 2007 at 08:56:55PM +0800, Fengguang Wu wrote:
> > > ---
> > > fs/reiserfs/stree.c |3 ---
> > > 1 file changed, 3 deletions(-)
> > >
> > > --- linux-2.6.24-git17.orig/fs/reiserfs/stree.c
> > > +++ linux-2.6.24-git17/fs/reiserfs/stree.c
> > > @@ -1458,9 +1458,6 @@ static void u
Alexey Starikovskiy wrote:
> Rolf Eike Beer wrote:
> > Alexey Starikovskiy wrote:
> >> Rolf Eike Beer wrote:
> >>> Rolf Eike Beer wrote:
> Hi,
>
> this happened while I removed my battery on bootup. Complete dmesg is
> attached. Kernel is 2.6.24-rc1-git of yesterday (last commit
> > Nothing anywhere in the kernel but the core ioctl code should be
> > processing TCGET/TCSET calls.
> >
> > Just delete them. It will return -ENOIOCTLCMD and the core tty layer will
> > process them.
>
> Ok.
One set of patches in testing.
For the irda non-tty device its almost impossible to
After a much longer, than expected, time I managed to implement a support for
MemoryStick (read-only currently, as there's still a subtle data corruption bug
with writes) and MemoryStick Pro cards. The implementation follows the MMC
driver model (there exist MSIO cards, but none are supported at
From: Karol Swietlicki <[EMAIL PROTECTED]>
This patch updates links which broke during the transition to the new
UML website.
Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]>
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/Kconfig |2 +-
arch/um/Kconfig.char|
This patch simplifies the dependencies on __mem{init,exit}*
(ACPI_HOTPLUG_MEMORY requires MEMORY_HOTPLUG).
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
7f058c09288450736c541f6a5d043abd86d0c3bb
diff --git a/include/linux/init.h b/include/linux/init.h
index 5141381..7dc5085 100644
--- a/incl
The ubd help message didn't document the 'c' flag.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/drivers/ubd_kern.c |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
Index: linux-2.6/arch/um/drivers/ubd_kern.c
bugs.c, for both i386 and x86_64, can undergo further cleaning -
The i386 arch_check_bugs only does one thing, so we might as
well inline the cmov checking.
The i386 includes can be trimmed down a bit.
arch_init_thread wasn't used, so it is deleted.
The panics in arc
* Nick Piggin <[EMAIL PROTECTED]> wrote:
> > This means that even if some cpu is stuck in a spinlock loop with
> > interrupts disabled, you'd see it with this thing. The way it works
> > is that cross cpu vectored interrupts are disabled independently of
> > the processor interrupt level on s
On Fri, Sep 14, 2007 at 20:17:46 +0300, Sami Farin wrote:
> On Wed, Sep 05, 2007 at 18:48:51 -0400, Rik van Riel wrote:
> > Sami Farin wrote:
> >> On Wed, Sep 05, 2007 at 12:24:26 -0400, Rik van Riel wrote:
> >> ...
> *shrug*
> >>> The attached patch should make sure kswapd does not free an
>
* Balbir Singh <[EMAIL PROTECTED]> wrote:
> Fix the delay accounting regression introduced by commit
> 75d4ef16a6aa84f708188bada182315f80aab6fa. rq no longer has sched_info
> data associated with it. task_struct sched_info structure is used by
> delay accounting to provide back statistics to u
A long long time ago, in a land so far away that people walked
upside down, there lived a wizard called Paul. Paul was a very
powerful wizard and created the ppp daemon from the darkness.
The pppd daemon was good and hard working, but not very clever.
It thought that everything it conneected to was
From: Dave Miller <[EMAIL PROTECTED]>
And to go with it Dave's type checking x86 termios headers. I've updated these
as the original sent by Dave had some wrong types in it.
Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
diff -u --new-file --recursive --exclude-from /usr/src/exclude
linux.vanilla
diff --git a/Makefile b/Makefile
index 9da26d2..8874c9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 22
-EXTRAVERSION = .10
+EXTRAVERSION = .11
NAME = Holy Dancing Manatees, Batman!
# *DOCUMENTATION*
diff --git a/arch/powerpc/math-emu/math.c b/ar
Newer firmware versions return physical port information to the partition,
so hand that information to the consumer if it's present.
Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/ehca/ehca_hca.c | 20 ++--
drivers/infiniband/hw/ehca/hipz_hw.h |
On 11/2/07, Ingo Molnar <[EMAIL PROTECTED]> wrote:
> What user-space tools are utilizing delay-accounting by the way?
Thanks for the plugging opportunity ;-)
http://guichaz.free.fr/misc/#iotop uses the I/O side of delay-accounting.
--
Guillaume
-
To unsubscribe from this list: send the line "un
hi,
I get the following crash with 2.6.24-rc1-g54866f03, the last version I
tested which booted fine was 2.6.24-rc1-gb1d08ac0
Netconsole was active, so i took a picture:
http://www.cccmz.de/~snakebyte/pdrm2410.jpg
Here is the message typed:
BUG: unable to handle kernel paging request at virtual
Hello!
I tried 2.6.24-rc1-git11 with "allmodconfig ARCH=um" today.
this gave at least two errors - i needed to set CONFIG_SMP=n and
CONFIG_UML_NET_VDE=n to make it compile.
not sure if options should be set to "n" automatically or being fixed
differently, but if there is something broken or so
You'll have to use the uClibc-nptl branch on their svn. In 0.9.28, no.
//Markus
On 2 Nov 2007, at 06:03, veerasena reddy wrote:
Hi,
I am trying to build the toolchain for MIPS processor using buildroot.
I am using gcc version of 3.4.3, binutils-2.15, uclibc-0.9.28 and
linux-2.6.18.8 kernel.
Hi,
Thanks for the help so far, however we're still not quite there.
The below patch still has the funny 20 character name limit. Is there a
good reason its a char array like this, and not just a char * to a kstr?
The code does kstrdup all over the place, I can't imagine why suddenly
limiting it
On Tue, Oct 30 2007, Dirk Hohndel wrote:
> On Tue, Oct 30, 2007 at 06:31:12PM +0100, Cornelia Huck wrote:
> > On Tue, 30 Oct 2007 09:56:08 -0700,
> > Dirk Hohndel <[EMAIL PROTECTED]> wrote:
> >
> > > > > IIRC, Al recently vetoed a similar patch. As far as I'm concerned,
> > > > > with
> > > > > t
On Thu, 2007-11-01 at 19:26 -0400, Michael Wu wrote:
> On Thursday 01 November 2007 15:17:16 Luis R. Rodriguez wrote:
> > [EMAIL PROTECTED]:~/devel/wireless-2.6$ git-describe
> > v2.6.24-rc1-146-g2280253
> >
> > So I hit segfault with lockdep on count_matching_names() on the
> > strcmp() multiple t
The following functions can now become static again:
- get_futex_key()
- get_futex_key_refs()
- drop_futex_key_refs()
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
include/linux/futex.h |4
kernel/futex.c| 11 ---
2 files changed, 4 insertions(+), 11 deletions(-)
From: Karol Swietlicki <[EMAIL PROTECTED]>
This patch introduces a new way of checking for the cmov instruction.
I use signal handling instead of reading /proc/cpuinfo.
[ jdike - Fiddled the asm to make it obvious that it didn't mess with
any in-use registers and made test_for_host_cmov void ]
S
Dave Miller noted various cases where line disciplines for things like
ppp go poking around in termios themselves in ways that broke with the
new termios code. Rather than have them all learning about termios
internals provide proper methods for this
- tty_mode_ioctl()
This handles all th
On Fri, Nov 02, 2007 at 09:39:38AM +0100, Marcin ?lusarz wrote:
> 2007/11/1, Jiri Kosina <[EMAIL PROTECTED]>:
> > On Thu, 1 Nov 2007, Marcin ?lusarz wrote:
> >
> > > > What kernel version are you using? I should have already fixed this one
> > > > in
> > > > current git -- commit acd2a847
> > > I'
On Friday, 2 November 2007 00:14, Andrew Morton wrote:
> On Mon, 29 Oct 2007 11:11:04 +0100
> Romano Giannetti <[EMAIL PROTECTED]> wrote:
>
> >
> > Hi,
> >
> > sometime on resuming from s2ram my laptop spew the following oops.
> > Config, dmesg etc are at:
> >
> > http://www.dea.icai.upcom
This patch adds a TCP listener for the trans_fd transport. The listener
allows the in-kernel servers to listen on a TCP port for client connections.
Signed-off-by: Latchesar Ionkov <[EMAIL PROTECTED]>
---
net/9p/mux.c | 269 +-
1 files cha
This patchset convert the PPC64 IOMMU to use the iova code for free
area management.
The IOMMUs ignores low level drivers' restrictions, the maximum
segment size and segment boundary.
I fixed the former:
http://thread.gmane.org/gmane.linux.scsi/35602
The latter makes the free area management co
This detaches iova cache code from intel-iommu.c to iova.c in order to
enable IOMMUs to use iova code.
Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]>
---
drivers/pci/intel-iommu.c | 14 ++
include/linux/iova.h |6 +++---
lib/iova.c| 34
Sysfs support for 9P servers.
Every server type is represented as a directory in /sys/fs/9p/srv. Initially
there is a single file in the directory -- 'clone'. Reading from the clone
file creates a new instance of the file server and returns its id. Each
instance is represented as a directory in /sy
This patch implements the basic functionality required for implementing
in-kernel 9P file servers.
Signed-off-by: Latchesar Ionkov <[EMAIL PROTECTED]>
---
include/net/9p/9p.h |2 +
include/net/9p/srv.h | 169 +++
net/9p/Kconfig |5 +
net/9p/Makefile |4 +
net/9p/fcpr
On 11/2/07, Fengguang Wu <[EMAIL PROTECTED]> wrote:
> I guess the new debug printks will provide more hints on it.
The "throttle_vm_writeout" did not trigger for my new workload.
Except one (the first) "balance_dirty_pages" came from line 445, the
newly added.
But I found an other workload that l
2.6.22-stable review patch. If anyone has any objections, please let us
know.
--
From: Thomas Gleixner <[EMAIL PROTECTED]>
patch 2464286ace55b3abddfb9cc30ab95e2dac1de9a6 in mainline.
Level type interrupts are resent by the interrupt hardware when they are
still active at irq_ena
This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
d257d031aca70f5f7f8a72bc5331e503fde750f8
diff --git a/mm/memory.c b/mm/memory.c
index eefd5b6..9791e47 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -2748,4 +2748,3 @@ i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pavel Emelyanov wrote:
> So is "everything else", you mentioned, covered with the problems
> above?
No, it's not. If you'd read the mail carefully you'd notice that the
use of PIDs especially in robust futexes is part of the API and that it
simply is
On Friday, 2 November 2007 18:18, Thomas Meyer wrote:
> i just wanted to report this:
>
> in v2.6.24-rc1-497-gb1d08ac the kde battery icon is no longer displayed.
Appropriate CCs added.
> with 2.6.23 shows the battery icon.
>
> current config:
>
> grep -i acpi .config
> # Power management opti
On Fri, 2007-11-02 at 01:04 -0700, Andrew Morton wrote:
> > > That is the "fix" you were referring to? I was hoping you have a sketch
> > > for a real solution. If nobody can think of a way to fix this PID
> >
> > Looks like we misunderstood each other. Can you please elaborate on
> > what exac
On Thu, 01 Nov 2007 12:56:42 +0100
Romano Giannetti <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a very possible regression to signal. This morning 2.6.24-rc1
> eat and destroyed my SD card. I have a toshiba laptop with a card slot
> and I have used it with 2.6.23-rcX and 2.6.23 without p
This message contains a list of some regressions from 2.6.23 which have been
reported since 2.6.24-rc1 was released and for which there are no fixes in the
mainline that I know of. If any of them have been fixed already, please let me
know.
If you know of any other unresolved regressions from 2.6
This code in mm/tiny-shmem.c is under #if 0, do we really need it? This
patch removes it.
Signed-off-by: Balbir Singh <[EMAIL PROTECTED]>
---
mm/tiny-shmem.c | 12
1 file changed, 12 deletions(-)
diff -puN mm/tiny-shmem.c~remove-unused-code mm/tiny-shmem.c
--- linux-2.6-latest/
i just wanted to report this:
in v2.6.24-rc1-497-gb1d08ac the kde battery icon is no longer displayed.
with 2.6.23 shows the battery icon.
current config:
grep -i acpi .config
# Power management options (ACPI, APM)
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_PR
> Another conclusion from the cited text is that in contrast with what
> was stated before on the gcc mailing list, it is not required to
> declare thread-shared variables volatile if that thread-shared data is
> consistently protected by calls to locking functions.
>
> Bart Van Assche.
It all de
Hi,
With 2.6.23.1 (stock and Fedora), roughly 50% of the time my system
hangs indefinitely during the kernel boot process. The hangs occur in
places where normally a brief delay is seen, such as when detecting
serial ports, ATA devices, and USB hubs. SysRq+W, when it works, shows
tasks stuck insid
The current transport interface is tied too closely to the socket/file
descriptor operations. It expects only a single message to be transmitted at
any given time. It also depends on the vfs poll mechanism for notification
when data can be sent/received.
This patch modifies the transport interface
This patch implements the basic sysfs support for 9p. If CONFIG_NET_9P_DEBUG
is defined, allows reading and modifying the debug level via
/sysfs/fs/9p/debuglevel.
Signed-off-by: Latchesar Ionkov <[EMAIL PROTECTED]>
---
include/net/9p/9p.h |1 +
net/9p/mod.c| 45
Modify p9_deserialize_fcall to read from p9_fcall's internal buffer instead
of specifying an external one. Add functions that copy raw data to and from
a fcall.
Signed-off-by: Latchesar Ionkov <[EMAIL PROTECTED]>
---
include/net/9p/9p.h |4 +++-
net/9p/conv.c | 34 +++
On Sat, Nov 03, 2007 at 02:05:39AM +0900, FUJITA Tomonori wrote:
> This patchset convert the PPC64 IOMMU to use the iova code for free
> area management.
>
> The IOMMUs ignores low level drivers' restrictions, the maximum
> segment size and segment boundary.
>
> I fixed the former:
>
> http://t
iova could be used by several IOMMUs. This patch just moves iova from
drivers/pci/ to lib/ and fixes the appropriate Makefile and Kconfig
files.
Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]>
---
arch/x86/Kconfig.x86_64 |1 +
drivers/pci/Makefile |2 +-
drivers/pci/intel-iommu.
On 11/01/2007 10:03 AM, Nick Piggin wrote:
> Introduce ticket lock spinlocks for x86 which are FIFO. The implementation
> is described in the comments. The straight-line lock/unlock instruction
> sequence is slightly slower than the dec based locks on modern x86 CPUs,
> however the difference is qu
1 - 100 of 323 matches
Mail list logo