| From | Subject | Date |
|---|---|---|
| Johannes Berg | NULL dereference in clockevents_program_event
Hi,
During a hibernate cycle on my G5, while machine was powering down after
saving the image, I just had a NULL dereference in
clockevents_program_event when accessing dev->mode, dev was NULL.
Unfortunately the machine rebooted before I was able to write down more
than the fact that it was called from tick_program_event(); the problem
doesn't seem to be easily reproducible.
=46rom what I can see when doing the same thing, the shutdown attempts to
offline all CPUs. Because the snapshot was...
| Nov 19, 4:06 pm 2007 |
| Christoph Lameter | ACPI: Avoid references to impossible processors.
ACPI uses NR_CPUS in various loops and in some it accesses per cpu
data of processors that are not present(!) and that will never be present.
The pointers to per cpu data are typically not initialized for processors
that are not present. So we seem to be reading something here from offset 0
in memory.
Make ACPI use nr_cpu_ids instead. That stops at the end of the possible
processors.
Convert one loop to NR_CPUS to use the cpu_possible map instead. That way
ranges of processor that can never be...
| Nov 19, 7:53 pm 2007 |
| Fenghua Yu | [PATCH] More Sanity checks for DMAR
This patch adds and changes a few sanity checks in dmar.c.
1. The haw field in ACPI DMAR table in VT-d spec doesn't describe the range of
haw. But since DMA page size is 4KB in DMA remapping, haw should be at least
4KB. The current VT-d code in dmar.c returns failure when haw==0. This sanity
check is not accurate and execution can pass when haw is less than one page
size 4KB. This patch changes the haw sanity check to validate if haw is less
than 4KB.
2. Add dmar_rmrr_units verification.
3. Add ...
| Nov 19, 7:03 pm 2007 |
| Olivier Galibert | The /proc/acpi/video/*/DOS default change broke my system
T'was done as a21101c46ca5b4320e31408853cdcbf7cb1ce4ed. The system is
a latitude x300 (i855GM). With '1', the old default, I can close and
re-open the lid and have nothing happening. With '0' the screen turns
black with the mouse cursor left frozen on top of it and the computer
crashed.
Closing the lid also raises a "video bus notify".
How can I go about debugging that?
OG.
-
| Nov 19, 7:05 pm 2007 |
| Vegard Nossum | [RFC][PATCH] Implement a memory checker for kernel allocatio...
Hi,
Here follows a highly experimental patch for the kernel that catches uses of
uninitialized memory. (Also see the commit message below for more technical
information.)
This is a very early stage implementation. In fact, don't even expect it to
work for you. The only supported arch is x86_32 and even qemu-0.9.0 gets it
wrong (use qemu-cvs if you want to test it).
I am mainly interested in comments and feedback. I'm sure there are a lot of
things that could be done differently (and better). F...
| Nov 19, 6:57 pm 2007 |
| David Miller | linux-usb-devel@vger created...
Because sourceforge just farted another bounce at me
because someone CC:'d the sourceforge linux-usb-devel
list on a thread I was a part of, I've created:
linux-usb-devel@vger.kernel.org
so we don't need to have a subscriber-only-posting
mailing list for USB stuff.
-
| Nov 19, 6:46 pm 2007 |
| Greg KH | Re: linux-usb-devel@vger created...
Woah, the linux-usb-devel@sf.net list is NOT a subscriber-only list at
all. It's wide open with a bunch of mailman rule filter to try to
handle the worst of the spam.
It does complain if you try to add too many cc:s to it, but that's it,
an admin (me or Stephen) will usually get around to aproving them within
24 hours.
But, I have no objection to moving to vger if you want to handle the
admin load. If so, should I send you a list of addresses that were on
the sf.net list so that people can b...
| Nov 19, 6:54 pm 2007 |
| Kristen Carlson Accardi | Re: [PATCH 4/4, v4] ACPI, PCI: ACPI PCI slot detection driver
On Mon, 19 Nov 2007 15:04:18 -0700
Clearly something went horrifically wrong here....
-
| Nov 19, 6:26 pm 2007 |
| Mike Miller | [PATCH 3/3] cciss: change version to 3.6.18
Patch 3 of 3
This patch bumps the version of the driver from .14 to .18 to more closely
match the driver that HP ships. This driver already supports all the
hardware that the HP 3.6.18 version supports. So the versions should match,
also. Please consider this for inclusion.
Signed-off-by: Mike Miller <mike.miller@hp.com>
diff --git a/Documentation/cciss.txt b/Documentation/cciss.txt
index e65736c..0467639 100644
--- a/Documentation/cciss.txt
+++ b/Documentation/cciss.txt
@@ -21,6 +21,7...
| Nov 19, 6:10 pm 2007 |
| Mike Miller | [PATCH 2/3] cciss: add support for blktrace
Patch 2 of 3
This patch adds support for the blktrace utility. Please consider this for
inclusion. Seems there was already a call to blk_add_trace. This patch adds
ifdef's and includes the header file.
Signed-off-by: Mike Miller <mike.miller@hp.com>
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 2ba5a89..61bc0f3 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -41,6 +41,10 @@
#include <asm/uaccess.h>
#include <asm/io.h>
+#ifdef CONF...
| Nov 19, 6:07 pm 2007 |
| Ben Dooks | [PATCH] MFD: SM501 debug typo fix
Remove errnoeous x character from dev_dbg() call that
stops the driver compiling under debug.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.22-quilt2/drivers/mfd/sm501.c
===================================================================
--- linux-2.6.22-quilt2.orig/drivers/mfd/sm501.c 2007-07-09 00:32:17.000000000 +0100
+++ linux-2.6.22-quilt2/drivers/mfd/sm501.c 2007-07-28 10:38:39.000000000 +0100
@@ -156,7 +156,7 @@ static void sm501_dump_clk(struct sm501_
dev_dbg...
| Nov 19, 6:06 pm 2007 |
| Mike Miller | [PATCH 1/3] cciss: export more sysfs attributes
Patch 1 of 3
This patch creates more sysfs attributes to be exported by cciss. Hopefully
we can work better with udev. Please consider this patch for inclusion.
Signed-off-by: Mike Miller <mike.miller@hp.com>
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 7d70496..2ba5a89 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -229,20 +229,483 @@ static inline CommandList_struct *removeQ(CommandList_struct **Qptr,
return c;
}
+static inline int find_drv...
| Nov 19, 6:03 pm 2007 |
| Roland McGrath | [PATCH 00/18] x86 vDSO revamp
The following patches do a bunch of cleanup and rejiggering to the x86
vDSO implementation, but don't change any actual code in the routines in
the vDSO. They consolidate the 32-bit vDSO code and support for it
between i386 and x86_64/ia32. This makes them behave the same where
they didn't before (placement), and reduces a lot of duplication. They
simplify the magic for tracking addresses inside the vDSO, which makes
it possible to remove the fragile kludges in the layout of the vDSO
images. They...
| Nov 19, 5:59 pm 2007 |
| Roland McGrath | [PATCH 16/18] x86 vDSO: ia32 vsyscall removal
This removes all the old vsyscall code from arch/x86/ia32/ that is
no longer used because arch/x86/vdso/ code has replaced it.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/Makefile_64 | 3 -
arch/x86/ia32/Makefile | 37 ---------
arch/x86/ia32/syscall32.c | 87 ----------------------
arch/x86/ia32/syscall32_syscall.S | 17 ----
arch/x86/ia32/vsyscall-sigreturn.S | 142 ------------------------------------
arch/x86/ia32/vsysc...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 17/18] x86 vDSO: reorder vdso32 code
This reorders the code in the 32-bit vDSO images to put the signal
trampolines first and __kernel_vsyscall after them. The order does
not matter to userland, it just uses what AT_SYSINFO or e_entry
says. Since the signal trampolines are the same size in both
versions of the vDSO, putting them first is the simplest way to get
the addresses to line up. This makes it work to use a more compact
layout for the vDSO.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/vdso32...
| Nov 19, 6:07 pm 2007 |
| Roland McGrath | [PATCH 15/18] x86 vDSO: consolidate vdso32
This makes x86_64's ia32 emulation support share the sources used in the
32-bit kernel for the 32-bit vDSO and much of its setup code.
The 32-bit vDSO mapping now behaves the same on x86_64 as on native 32-bit.
The abi.syscall32 sysctl on x86_64 now takes the same values that
vm.vdso_enabled takes on the 32-bit kernel. That is, 1 means a randomized
vDSO location, 2 means the fixed old address. The CONFIG_COMPAT_VDSO
option is now available to make this the default setting, the same meaning
it h...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 14/18] x86 vDSO: ia32 vdso32-syscall build
This puts the syscall version of the 32-bit vDSO in arch/x86/vdso/vdso32/
for 64-bit IA32 support. This is not used yet, but it paves the way for
consolidating the 32-bit vDSO source and build logic all in one place.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 1 +
arch/x86/vdso/vdso32/sigreturn.S | 9 +++--
arch/x86/vdso/vdso32/syscall.S | 69 ++++++++++++++++++++++++++++++++++++++
3 files changed, 76 insertions(+), 3 deletions(-)
...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 18/18] x86 vDSO: makefile cleanup
This cleans up the arch/x86/vdso/Makefile rules for vdso.so to
share more code with the vdso32-*.so rules and remove old cruft.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 19 ++++---------------
1 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 53f36bc..2d5bbbe 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -23,25 +23,15 @@ $(obj)/vdso.o: $(obj)/vdso.so
ta...
| Nov 19, 6:07 pm 2007 |
| Roland McGrath | [PATCH 13/18] x86 vDSO: ia32 sysenter_return
This changes the 64-bit kernel's support for the 32-bit sysenter
instruction to use stored fields rather than constants for the
user-mode return address, as the 32-bit kernel does. This adds a
sysenter_return field to struct thread_info, as 32-bit has. There
is no observable effect from this yet. It makes the assembly code
independent of the 32-bit vDSO mapping address, paving the way for
making the vDSO address vary as it does on the 32-bit kernel.
Signed-off-by: Roland McGrath <roland@red...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 12/18] x86 vDSO: ia32_sysenter_target
This harmonizes the name for the entry point from the 32-bit sysenter
instruction across 32-bit and 64-bit kernels.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/kernel/entry_32.S | 10 +++++-----
arch/x86/vdso/vdso32-setup.c | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index dc7f938..388786c 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -283,7 +283...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 08/18] x86 vDSO: i386 vdso32
This makes the i386 kernel use the new vDSO build in arch/x86/vdso/vdso32/
to replace the old one from arch/x86/kernel/.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/Makefile_32 | 3 +-
arch/x86/kernel/Makefile_32 | 43 +--------------
arch/x86/kernel/asm-offsets_32.c | 2 -
arch/x86/kernel/signal_32.c | 5 +-
arch/x86/kernel/sysenter_32.c | 6 +-
arch/...
| Nov 19, 6:05 pm 2007 |
| Roland McGrath | [PATCH 11/18] x86 vDSO: vdso32 setup
This moves arch/x86/kernel/sysenter_32.c to arch/x86/vdso/vdso32-setup.c,
keeping all the code relating only to vDSO magic in the vdso/ subdirectory.
This is a pure renaming, but it paves the way to consolidating the code for
dealing with 32-bit vDSOs across CONFIG_X86_32 and CONFIG_IA32_EMULATION.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/kernel/Makefile_32 | 1 -
arch/x86/vdso/Makefile | 2 +-
.../{kernel/syse...
| Nov 19, 6:06 pm 2007 |
| Roland McGrath | [PATCH 10/18] x86 vDSO: i386 vdso32 install
This enables 'make vdso_install' for i386 as on x86_64 and powerpc.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/Makefile_32 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/arch/x86/Makefile_32 b/arch/x86/Makefile_32
index 99dc511..4c869ef 100644
--- a/arch/x86/Makefile_32
+++ b/arch/x86/Makefile_32
@@ -153,9 +153,13 @@ zdisk bzdisk: vmlinux
fdimage fdimage144 fdimage288 isoimage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUIL...
| Nov 19, 6:05 pm 2007 |
| Roland McGrath | [PATCH 09/18] x86 vDSO: absolute relocs
This updates the exceptions for absolute relocs for the new symbol name
convention used for symbols extracted from the vDSO images.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/boot/compressed/relocs.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/arch/x86/boot/compressed/relocs.c b/arch/x86/boot/compressed/relocs.c
index 7a0d00b..d01ea42 100644
--- a/arch/x86/boot/compressed/relocs.c
+++ b/arch/x86/boot/compressed/relocs.c
@@ -27,11 +...
| Nov 19, 6:05 pm 2007 |
| Roland McGrath | [PATCH 07/18] x86 vDSO: vdso32 build
This builds the 32-bit vDSO images in the arch/x86/vdso subdirectory.
Nothing uses the images yet, but this paves the way for consolidating
the vDSO build logic all in one place. The new images use a linker
script sharing the layout parts from vdso-layout.lds.S with the 64-bit
vDSO. A new vdso32-syms.lds is generated in the style of vdso-syms.lds.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 76 +++++++++++++++++++++++++++++++++++-
arch/x86...
| Nov 19, 6:05 pm 2007 |
| Roland McGrath | [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32
This moves the i386 vDSO sources into arch/x86/vdso/vdso32/, a
new directory. This patch is a pure renaming, but paves the way
for consolidating the vDSO build logic.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/ia32/vsyscall-sigreturn.S | 3 +--
arch/x86/kernel/Makefile_32 | 3 +++
.../vsyscall-int80_32.S => vdso/vdso32/int80.S} | 2 +-
.../vsyscall-note_32.S => vdso/vdso32/note.S} | 2 +-
.../vdso32/sig...
| Nov 19, 6:04 pm 2007 |
| Roland McGrath | [PATCH 04/18] x86 vDSO: new layout
This revamps the vDSO linker script to lay things out with the best
packing of the data and good, separate alignment of the code. The
rigid layout using VDSO_TEXT_OFFSET no longer matters to the kernel.
I've moved the layout parts of the linker script into a new include
file, vdso-layout.lds.S; this is in preparation for sharing the script
for the 32-bit vDSO builds too.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/vdso-layout.lds.S | 64 ++++++++++++++++++++++++
...
| Nov 19, 6:03 pm 2007 |
| Roland McGrath | [PATCH 05/18] x86 vDSO: harmonize asm-offsets
This change harmonizes the asm-offsets macros used in the 32-bit vDSO
across 32-bit and 64-bit builds. It's a purely cosmetic change for now,
but it paves the way for consolidating the 32-bit vDSO builds.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/kernel/asm-offsets_32.c | 20 ++++++------
arch/x86/kernel/vsyscall-sigreturn_32.S | 54 +++++++++++++++---------------
2 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/arch/x86/kernel/asm-offsets...
| Nov 19, 6:03 pm 2007 |
| Roland McGrath | [PATCH 03/18] x86 vDSO: remove vdso-syms.o
Get rid of vdso-syms.o from the kernel link. We don't need it any more.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index d2ec170..6a665dd 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -6,13 +6,13 @@
vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vvar.o
# files to link into kernel
-obj-y...
| Nov 19, 6:02 pm 2007 |
| Roland McGrath | [PATCH 02/18] x86 vDSO: use vdso-syms.lds
This patch changes the kernel's references to addresses in the vDSO image
to be based on the symbols defined by vdso-syms.lds instead of the old
vdso-syms.o symbols. This is all wrapped up in a macro defined by the new
asm-x86/vdso.h header; that's the only place in the kernel source that has
to know the details of the scheme for getting vDSO symbol values.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 3 +--
arch/x86/vdso/vdso-start.S | 2 --
...
| Nov 19, 6:02 pm 2007 |
| Roland McGrath | [PATCH 01/18] x86 vDSO: generate vdso-syms.lds
This patch adds a new way of extracting symbols from the built vDSO image.
This is much simpler and less fragile than using ld -R; it removes the
need to control the DSO layout quite so exactly. I was clearly unduly
distracted by clever ld uses when I did the original vDSO implementation.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
arch/x86/vdso/Makefile | 14 ++++++++++++++
arch/x86/vdso/vdso.lds.S | 10 ++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
dif...
| Nov 19, 6:01 pm 2007 |
| post | [PATCH 1/2] OZ99x I2C button and led support driver
This adds new-style I2c device driver for O2 Micro/ETC OZ990 devices.
Button support was tested with a ETC OZ992S in a Fujitsu-Siemens C-6637.
Signed-off-by: Hendrik Sattler <post@hendrik-sattler.de>
---
This new-style I2C driver supports buttons and LEDs attached to an
OZ990 or OZ992 device.
Index: git-linville/drivers/i2c/chips/oz99x.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ git-linville/drivers/i2c/chips/...
| Nov 19, 5:13 pm 2007 |
| Rafael J. Wysocki | 2.6.24-rc3-git1: Reported regressions from 2.6.23
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.23, please let me know
either and I'll add them to the list.
Subject : On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925
Submitter : Giacomo Catenazzi &...
| Nov 19, 6:15 pm 2007 |
| J. Bruce Fields | Re: 2.6.24-rc3-git1: Reported regressions from 2.6.23
I'm assuming Christoph is handling this:
http://marc.info/?l=linux-kernel&m=119505424926069&w=2
--b.
-
| Nov 19, 6:21 pm 2007 |
| Christoph Hellwig | Re: 2.6.24-rc3-git1: Reported regressions from 2.6.23
Yes, I'm working on this. There should be a patch by tomorrow.
-
| Nov 19, 6:24 pm 2007 |
| post | [PATCH 2/2] fjkeyinf driver for FSC Lifebook laptops
This is another approach for FJKEYINF support for the FSC Lifebook laptop
series.
In comparison to the apanel driver that was posted lately, it supports more
than one entry in the table and slits off the actual handling of the I2C
devices to seperate drivers, allowing resuse in other scenarios.
Signed-off-by: Hendrik Sattler <post@hendrik-sattler.de>
---
This is a kernel module for parsing the FJKEYINF table present in some
laptops manufactured by Fujitsu-Siemens Computers. It does not
im...
| Nov 19, 5:13 pm 2007 |
| post | [PATCH 0/2] FSC Lifebook panel button support
There is a kind of ongoing project to support the panel buttons in
FSC Lifebook laptops. This is another approach since the apanel driver
does not work for me. They are partly similar, though.
It seperates I2C chip support from the handling of the table
information. That improves readability a lot (at least for me) and
allows one driver per chip and reusability of those drivers.
The components include:
* the oz99x driver to make the buttons on a Lifebook C-6637 work
* the fjkeyinf driver to read...
| Nov 19, 5:13 pm 2007 |
| Bastian, Waldo | Prospects of DRM TTM making it into 2.6.24?
What are the prospects of the DRM TTM changes making it into 2.6.24? I noticed that Andrew has them [1] in his mm tree... any chance of that getting pushed into Linus' tree for 2.6.24?
Cheers,
Waldo
[1] http://userweb.kernel.org/~akpm/mmotm/broken-out/git-drm.patch
Intel Corporation - Platform Software Engineering, UMG - Hillsboro, Oregon
-
| Nov 19, 5:40 pm 2007 |
| Dave Airlie | Re: Prospects of DRM TTM making it into 2.6.24?
No the merge window for 2.6.24 closed a few weeks ago. TTM wasn't in -mm
for the 2.6.23 cycle as we hadn't finished the API stabilisation work in
time. So I don't expect we'll see it before 2.6.25.
I also have a few AGP changes I need to line up to support the chipset
flushing work I've done to support TTM properly..
Dave.
> [1] http://userweb.kernel.org/~akpm/mmotm/broken-out/git-drm.patch
| Nov 19, 5:53 pm 2007 |
| Andrew Morton | Re: Prospects of DRM TTM making it into 2.6.24?
On Mon, 19 Nov 2007 21:53:05 +0000 (GMT)
Did anything happen with that null-pointer deref I was hitting?
From: Andrew Morton <akpm@linux-foundation.org>
[ 140.659360] BUG: unable to handle kernel NULL pointer dereference at virtual address 0000000c
[ 140.659379] printing eip: f8c511b6 *pde = 00000000
[ 140.659395] Oops: 0000 [#1] PREEMPT
[ 140.659411] last sysfs file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
[ 140.659419] Modules linked in: i915 drm ipw2200 sonypi ...
| Nov 19, 6:15 pm 2007 |
| Stanislav Brabec | [PATCH] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m (try2)
Sharp Zaurus SL-C3200 with CONFIG_MTD=m and CONFIG_MTD_SHARP_SL=y (as it
is bool) lost support for the ROM flash. With CONFIG_MTD=y it has no
problems.
It is caused by losing of compiled code of
drivers/mtd/maps/sharpsl-flash.o.
It was linked to drivers/mtd/maps/built-in.o and drivers/mtd/built-in.o,
but lost and not linked to drivers/built-in.o (because CONFIG_MTD!=y).
Patch below fixes this problem by creating sharpsl-flash.ko (and the
code works correctly as a module).
This is second try (...
| Nov 19, 5:33 pm 2007 |
| Wim Van Sebroeck | [WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 4
Hi Linus,
Please pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
This will update the following files:
drivers/sbus/char/cpwatchdog.c | 2
drivers/watchdog/Kconfig | 10
drivers/watchdog/Makefile | 1
drivers/watchdog/at32ap700x_wdt.c | 69 ++++++
drivers/watchdog/bfin_wdt.c | 2 ...
| Nov 19, 5:32 pm 2007 |
| Pavel Machek | 2.6.24-rc3: find complains about /proc/net
Hi!
I think that this worked before:
root@amd:/proc# find . -name "timer_info"
find: WARNING: Hard link count is wrong for ./net: this may be a bug
in your filesystem driver. Automatically turning on find's -noleaf
option. Earlier results may have failed to include directories that
should have been searched.
root@amd:/proc#
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
| Nov 19, 3:10 pm 2007 |
| Rafael J. Wysocki | Re: 2.6.24-rc3: find complains about /proc/net
I'm seeing that too.
Rafael
-
| Nov 19, 6:04 pm 2007 |
| Pavel Machek | nohz and strange sleep latencies
Hi!
On unloaded x60 system, 2.6.24-rc3 (tainted-pavel-so if someone can
reproduce it, it would be helpful):
pavel@amd:~$ while true; do time sleep 0.01; done
0.00user 0.00system 0.01 (0m0.013s) elapsed 30.71%CPU
0.00user 0.00system 0.02 (0m0.024s) elapsed 8.36%CPU
0.00user 0.00system 0.01 (0m0.013s) elapsed 15.53%CPU
0.00user 0.00system 0.02 (0m0.026s) elapsed 7.75%CPU
0.00user 0.00system 0.01 (0m0.013s) elapsed 23.34%CPU
0.00user 0.00system 0.20 (0m0.207s) elapsed 1.45%CPU
0.00user 0.00system...
| Nov 19, 4:31 pm 2007 |
| Ingo Molnar | Re: nohz and strange sleep latencies
does hpet=disable on the boot line also help? (without nohz=off)
Ingo
-
| Nov 19, 4:55 pm 2007 |
| Pavel Machek | Re: nohz and strange sleep latencies
hpet-disable helps.. a bit. 200msec latencies are gone. (What is used
for wakeups in this case?)
pavel@amd:~$ while true; do time sleep 0.01; done
0.00user 0.00system 0.01 (0m0.013s) elapsed 22.96%CPU
0.00user 0.00system 0.01 (0m0.018s) elapsed 11.05%CPU
0.00user 0.00system 0.01 (0m0.013s) elapsed 15.54%CPU
0.00user 0.00system 0.03 (0m0.037s) elapsed 8.05%CPU
0.00user 0.00system 0.01 (0m0.013s) elapsed 23.34%CPU
0.00user 0.00system 0.03 (0m0.037s) elapsed 8.14%CPU
0.00user 0.00system 0.01 (0m0....
| Nov 19, 5:11 pm 2007 |
| Robert P. J. Day | [PATCH] A few corrections to include/linux/Kbuild.
Adjustments:
auxvec.h, i2c-dev.h and vt.h *should* be unifdef'ed
i2o-dev.h does not need unifdef'ing
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 37bfa19..6a7a525 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -34,7 +34,6 @@ header-y += atmsap.h
header-y += atmsvc.h
header-y += atm_zatm.h
header-y += auto_fs4.h
-header-y += auxvec.h
header-y += ax25.h
header-y += b1lli.h
h...
| Nov 19, 3:54 pm 2007 |
| Tim Pepper | [PATCH] radix_tree.h trivial comment correction
There is an unmatched parenthesis in the locking commentary of radix_tree.h
which is trivially fixed by the patch below.
Signed-off-by: Tim Pepper <lnxninja@linux.vnet.ibm.com>
Cc: Nick Piggin <npiggin@suse.de>
---
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
--- a/include/linux/radix-tree.h
+++ b/include/linux/radix-tree.h
@@ -91,7 +91,7 @@ do { \
*
* For API usage, in general,
* - any function _modifying_ the tree or tags (inserting or del...
| Nov 19, 3:17 pm 2007 |
| Jeff Dike | [PATCH] Keep UML Kconfig in sync with x86
Fix a 2.6.24-rc3 UML build breakage introduced by commit
1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with
many things which UML needs depending on it.
This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORITHM to
the UML/i386 Kconfig.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
---
arch/um/Kconfig.i386 | 7 +++++++
1 file changed, 7 insertions(+)
Index: linux-2.6/arch/um/Kconfig.i386
==================================================================...
| Nov 19, 3:02 pm 2007 |
| previous day | today | next day |
|---|---|---|
| November 18, 2007 | November 19, 2007 | November 20, 2007 |
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Linus Torvalds | Linux 2.6.21-rc1 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
