[RFC][Patch 2/2] markers: example of irq regular kernel markers
Add trace points of irq handle events ported from LTTng's markers. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> --- I just rewrote LTTng's irq event by using DEFINE_TRACE for example. include/linux/irq_trace.h | 6 ++++++ kernel/irq/handle.c | 6 ++++++ 2 files changed, 12 insertions(+) ... 20 Jun 2008 13:16
MMC: card test driver should not be builtin with other card support
On Fri, 20 Jun 2008 12:01:15 +0100 Ben Dooks <ben-linux(a)fluff.org> wrote: On Fri, Jun 20, 2008 at 11:58:02AM +0100, ben(a)fluff.org.uk wrote: The mmc test driver and mmc block driver will attempt to bind to any card present in the system, which means only one of these drivers will end up with the car... 20 Jun 2008 13:16
[RFC][Patch 1/2] markers: introduce DEFINE_TRACE for regular kernel markers
Hi, I wrote a DEFINE_TRACE patch according to my suggestion. Users can still use _trace_mark/trace_mark macro for their module. This patch introduces DEFINE_TRACE() and _DEFINE_TRACE() macros for defining inline functions which wraps trace_mark() and hides the fmt string. These macros only for in-kernel regula... 20 Jun 2008 13:16
kernel BUG at kernel/workqueue.c:169 (was: linux-next: Tree for June 16)
Am Montag, den 16.06.2008, 23:28 +0200 schrieb Thomas Meyer: My internet is gone :-( [ 24.176830] kernel BUG at kernel/workqueue.c:169! [ 24.176830] invalid opcode: 0000 [#1] SMP [ 24.176830] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/host2/target2:0:0/2:0:0:0/rev [ 24.176830] M... 20 Jun 2008 13:16
"r/o bind mounts" patch in 2.6.26-rc6 changes (breaks?) error behaviour
Dave Hansen wrote: ... requires a path walk ... .... which is spared only in the error path, the normal path still does the path walk anyway. Don't you *want* warnings when an 'rm -f' runs into a r/o filesystem? ;) Well, not really. The "rm -f"s are in my startup scripts, supposed to delete stale lock fil... 20 Jun 2008 13:16
Add PCI ID for 6300ESB force hpet
* Joe Buehler <aspam(a)cox.net> wrote: Tested on Supermicro X6DVA-EG2. # lspci 00:1f.0 ISA bridge: Intel Corporation 6300ESB LPC Interface Controller (rev 02) # lspci -n 00:1f.0 Class 0601: 8086:25a1 (rev 02) kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 kernel: hpet clockevent... 20 Jun 2008 13:16
Alchemy: register mmc platform device for db1200/pb1200 boards.
Hello Pierre, On Fri, Jun 20, 2008 at 05:46:07PM +0200, Pierre Ossman wrote: On Thu, 12 Jun 2008 15:58:10 +0200 Manuel Lauss <mano(a)roarinelk.homelinux.net> wrote: On Thu, Jun 12, 2008 at 02:47:30PM +0100, Ralf Baechle wrote: On Thu, Jun 12, 2008 at 03:42:48PM +0200, Pierre Ossman wrote: ... 20 Jun 2008 13:16
procfs-guide: drop pointless &nbsp; entities
On Fri, 20 Jun 2008 12:00:39 -0400 Mike Frysinger wrote: Having trailing &nbsp; entities in a revision numer seems pretty pointless to me. More so, it's causing me pains, so just drop them since no other guide is doing this. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Acked-by: Randy Dunlap ... 20 Jun 2008 12:14
[PATCH] procfs-guide: drop pointless &nbsp; entities
Having trailing &nbsp; entities in a revision numer seems pretty pointless to me. More so, it's causing me pains, so just drop them since no other guide is doing this. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- Documentation/DocBook/procfs-guide.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2... 20 Jun 2008 12:14
[PATCH 3/3] Limit E820 map when a user-defined memory map is specified
This patch brings back limiting of the E820 map when a user-defined E820 map is specified. While the behaviour of i386 (32 bit) was to limit the E820 map (and /proc/iomem), the behaviour of x86-64 (64 bit) was not to limit. That patch limits the E820 map again for both x86 architectures. Code was tested for co... 20 Jun 2008 12:14