M_KGDB_H__
diff -puN /dev/null include/asm-generic/kgdb.h
--- /dev/null 2005-07-25 10:57:32.312383000 -0700
+++ linux-2.6.13-rc3-trini/include/asm-generic/kgdb.h 2005-07-29
12:48:02.0 -0700
@@ -0,0 +1,34 @@
+/*
+ * include/asm-generic/kgdb.h
+ *
+ * This provides the assembly level infor
+ * and Scott Foehner <[EMAIL PROTECTED]>
+ *
+ * Maintainers: Amit S. Kale <[EMAIL PROTECTED]> and
+ * Tom Rini <[EMAIL PROTECTED]>
+ *
+ * 2004 (c) Amit S. Kale <[EMAIL PROTECTED]>
+ * 2004-2005 (c) MontaVista Software, Inc.
+ * 2005 (c) Wind River Systems, In
"
depends on DEBUG_KERNEL
diff -puN /dev/null arch/ppc64/kernel/kgdb.c
--- /dev/null 2005-07-25 10:57:32.312383000 -0700
+++ linux-2.6.13-rc3-trini/arch/ppc64/kernel/kgdb.c 2005-07-29
11:55:33.0 -0700
@@ -0,0 +1,422 @@
+/*
+ * arch/ppc64/kernel/kgdb.c
+ *
+ * PowerPC64 backen
t Kale <[EMAIL PROTECTED]>, David Grothe <[EMAIL PROTECTED]>,
+ * Scott Foehner <[EMAIL PROTECTED]>, George Anzinger ,
+ * Robert Walsh <[EMAIL PROTECTED]>, wangdi <[EMAIL PROTECTED]>,
+ * San Mehat, Tom Rini <[EMAIL PROTECTED]>,
+ * Jason Wessel <[EMAIL PR
This adds hardware breakpoint support for i386. This is not as well tested as
software breakpoints, but in some minimal testing appears to be functional.
---
linux-2.6.13-rc3-trini/arch/i386/kernel/kgdb.c | 49 +
1 files changed, 49 insertions(+)
diff -puN arch/i386
Kale<[EMAIL PROTECTED]>
+ * Updated by: Tom Rini <[EMAIL PROTECTED]>
+ * Modified for 386 by Jim Kingdon, Cygnus Support.
+ * Origianl kgdb, compatibility with 2.1.xx kernel by
+ * David Grothe <[EMAIL PROTECTED]>
+ * Additional support from Tigran Aivazian
itch_to(prev,next,last) \
> > - asm volatile(SAVE_CONTEXT
> > \
> > + asm volatile(".globl __switch_to_begin\n\t"
> > \
> > +"__switch_to_begin:\n\t"
* KGDB IPI is to be delivered as a NMI
> > > > + */
> > > > + cfg = (cfg&~APIC_VECTOR_MASK)|APIC_DM_NMI;
> > > > + }
> > >
> > > No way adding another ugly special c
On Thu, Aug 04, 2005 at 04:06:20PM +0200, Andi Kleen wrote:
> On Thu, Aug 04, 2005 at 07:04:45AM -0700, Tom Rini wrote:
> > On Thu, Aug 04, 2005 at 02:39:00PM +0200, Andi Kleen wrote:
> > > > > That doesn't make much sense here. tasklet will only run when
>
On Thu, Aug 04, 2005 at 04:28:06PM +0200, Andi Kleen wrote:
> On Thu, Aug 04, 2005 at 07:14:37AM -0700, Tom Rini wrote:
> > On Thu, Aug 04, 2005 at 04:06:20PM +0200, Andi Kleen wrote:
> > > On Thu, Aug 04, 2005 at 07:04:45AM -0700, Tom Rini wrote:
> > > > On Thu, Au
On Thu, Aug 04, 2005 at 08:56:32PM +0200, Andi Kleen wrote:
> On Thu, Aug 04, 2005 at 08:06:36AM -0700, Tom Rini wrote:
> > >
> > > Why can't you run on x86-64 early?
> >
> > As I said earlier:
> > "
> > > If you want to run gdb earli
On Wed, Aug 24, 2005 at 09:22:06AM -0700, Wilkerson, Bryan P wrote:
> Is there an equivalent kernel boot option for kgdbwait in
> 2.6.13-rc4-mm1? I grep'd the kernel source but didn't find kgdbwait.
It's 'kgdb' or 'gdb', I forget which.
--
Tom R
This is support of the IA64 arch for KGDB. This is primarily the work of
Robert Picco. There are also some IA64 changes in the serial patch so that
IA64 can pass in IRQ and iomembase, and all of this is documented in the
DocBook files.
---
linux-2.6.13-trini/arch/ia64/kernel/Makefile |1
-0700
+++ linux-2.6.13-trini/arch/ppc64/kernel/kgdb.c 2005-08-08 19:16:03.0
-0700
@@ -0,0 +1,422 @@
+/*
+ * arch/ppc64/kernel/kgdb.c
+ *
+ * PowerPC64 backend to the KGDB stub.
+ *
+ * Maintainer: Tom Rini <[EMAIL PROTECTED]>
+ *
+ * Copied from arch/ppc/kernel/kgdb.c, updated for ppc64
+ *
+
kgdb.h 2005-08-08
19:16:03.0 -0700
@@ -0,0 +1,34 @@
+/*
+ * include/asm-generic/kgdb.h
+ *
+ * This provides the assembly level information so that KGDB can provide
+ * a GDB that has been patched with enough information to know to stop
+ * trying to unwind the function.
+ *
+
== DIE_DEBUG &&
+ atomic_read(&debugger_active)))
+ /* Userpace events, normal watchdog event, or spurious
+* debug exception. Ignore. */
+ return NOTIFY_DONE;
+
+ kgdb_handle_exception(args-
This adds hardware breakpoint support for i386. This is not as well tested as
software breakpoints, but in some minimal testing appears to be functional.
---
linux-2.6.13-trini/arch/i386/kernel/kgdb.c | 49 +
1 files changed, 49 insertions(+)
diff -puN arch/i386/kern
CC: Andi Kleen <[EMAIL PROTECTED]>, Keith Owens <[EMAIL PROTECTED]>
The existing hook from KDB in the IPI code is really just a hook for the
NMI vector. We rename the vector thusly and then it's up to the
debugger to handle things from do_default_nmi().
---
linux-2.6.13-trini/arch/x86_64/kerne
t S. Kale <[EMAIL PROTECTED]> and
+ * Tom Rini <[EMAIL PROTECTED]>
+ *
+ * 2004 (c) Amit S. Kale <[EMAIL PROTECTED]>
+ * 2004-2005 (c) MontaVista Software, Inc.
+ * 2005 (c) Wind River Systems, Inc.
+ *
+ * Other folks:
+ * San Mehat <[EMAIL PROTECTED]>
+ *
t;[EMAIL PROTECTED]>, George Anzinger ,
+ * Robert Walsh <[EMAIL PROTECTED]>, wangdi <[EMAIL PROTECTED]>,
+ * San Mehat, Tom Rini <[EMAIL PROTECTED]>,
+ * Jason Wessel <[EMAIL PROTECTED]>
+ */
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#inc
This allows for KGDB to better deal with autoloaded modules. The way this
works, requires a patch to GDB. This patch can be found at
ftp://source.mvista.com/pub/kgdb/gdb-6.3-kgdb-module-notification.patch
The way this works is that the solib-search-path must contain the location of
any module t
ted by: Tom Rini <[EMAIL PROTECTED]>
+ * Modified for 386 by Jim Kingdon, Cygnus Support.
+ * Origianl kgdb, compatibility with 2.1.xx kernel by
+ * David Grothe <[EMAIL PROTECTED]>
+ * Additional support from Tigran Aivazian <[EMAIL PROTECTED]>
+ */
+
+#include
+#inclu
This adds a backend, written by Deepak Saxena <[EMAIL PROTECTED]> and George
Davis <[EMAIL PROTECTED]> as well as support for the TI OMAP boards, ADI
Coyote, PXA2xx, and ARM Versatile. Geoff Levand <[EMAIL PROTECTED]>
Nicolas Pitre, and Manish Lachwani have contributed various fixups here as
well
CC: George Anzginer
It is possible that when SysRq-G is triggered via the keyboard that we will
miss the "up" event and once KGDB lets the kernel go another SysRq will be
required to clear this, without this change.
---
linux-2.6.13-trini/drivers/char/keyboard.c |1 +
1 files changed, 1 in
On Mon, Aug 29, 2005 at 05:18:17PM +0100, Russell King wrote:
> On Mon, Aug 29, 2005 at 09:09:37AM -0700, Tom Rini wrote:
> > This is the I/O driver for any 8250-compatible UARTs.
>
> Ah, obviously its patchbomb time. 2.6.13 must have been released! 8)
>
> I wish for this s
On Mon, Aug 29, 2005 at 07:13:47PM +0200, Andi Kleen wrote:
> On Monday 29 August 2005 18:10, Tom Rini wrote:
>
> > +void __init early_setup_per_cpu_area(void)
> > +{
> > + static char cpu0[PERCPU_ENOUGH_ROOM]
> > + __attribute__ ((aligned (SMP_CACHE_BYTE
On Mon, Aug 29, 2005 at 08:46:15PM +0200, Andi Kleen wrote:
> On Monday 29 August 2005 19:45, Tom Rini wrote:
>
> >
> > Bob did this part (forgot to CC him, oops). But I believe it's needed
> > for setting traps so much earlier.
>
> Ok looking again I guess
atomic_read(&debugger_active)))
+ /* Userpace events, normal watchdog event, or spurious
+* debug exception. Ignore. */
+ return NOTIFY_DONE;
+
+ kgdb_handle_exception(args->trapnr, args->signr, args->err, regs
rn void start_kernel(void);
+extern void early_trap_init(void);
+extern void early_setup_per_cpu_areas(void);
extern void pda_init(int);
extern void early_idt_handler(void);
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-k
On Tue, Aug 30, 2005 at 12:33:25AM -0700, George Anzinger wrote:
> Tom Rini wrote:
> >CC: Andi Kleen <[EMAIL PROTECTED]>
> >This adds a call to notify_die() in the "no context" portion of
> >do_page_fault() as someone on the chain might care and want to do a f
On Tue, Aug 30, 2005 at 07:50:31AM -0700, George Anzinger wrote:
> Tom Rini wrote:
[snip]
> >"no context" is the label we're in, in the code. What it's actually
> >used for is "hey, we (== kgdb) tried to read/write a very very bogus
> >addr, time
in Fedora. Until that gets merged upstream just dont mix
> incompatible modules, and keep things tightly packaged.
MODVERSIONS won't get the PREEMPT_RT vs PREEMPT_DESKTOP case right
without this, unless I'm missing something.
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe fr
On Mon, Aug 29, 2005 at 11:23:39PM +0200, Andi Kleen wrote:
> Tom Rini <[EMAIL PROTECTED]> writes:
>
> > This adds hardware breakpoint support for i386. This is not as well tested
> > as
> > software breakpoints, but in some minimal testing appears to be functiona
On Wed, Aug 31, 2005 at 07:29:44AM -0700, Tom Rini wrote:
> On Wed, Aug 31, 2005 at 09:20:17AM +0200, Ingo Molnar wrote:
> >
> > * Daniel Walker <[EMAIL PROTECTED]> wrote:
> >
> > > Ingo,
> > > This patch adds a vermagic hook so PREEM
On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote:
> On Monday 29 August 2005 10:09 am, Tom Rini wrote:
> > linux-2.6.13-trini/drivers/serial/kgdb_8250.c | 594 +
>
> The existing stuff in drivers/serial is named "8250_*"; is
>
On Wed, Aug 31, 2005 at 10:03:34PM +0100, Russell King wrote:
> On Wed, Aug 31, 2005 at 01:10:39PM -0700, Tom Rini wrote:
> > On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote:
> > > On Monday 29 August 2005 10:09 am, Tom Rini wrote:
> > > > linux-2.6.13-
On Wed, Aug 31, 2005 at 03:19:37PM -0600, Bjorn Helgaas wrote:
> On Wednesday 31 August 2005 2:10 pm, Tom Rini wrote:
> > On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote:
> > > On Monday 29 August 2005 10:09 am, Tom Rini wrote:
> > I've tried inten
0,0 +1,538 @@
+/*
+ * 8250 interface for kgdb.
+ *
+ * This is a merging of many different drivers, and all of the people have
+ * had an impact in some form or another:
+ *
+ * 2004-2005 (c) MontaVista Software, Inc.
+ * 2005 (c) Wind River Systems, Inc.
+ *
+ * Amit Kale <[EMAIL PROTECT
#x27;s really just the
GDB-is-interrupting case.
> Also lose the ugly confusing macros like CURRENTPORT please to follow
> kernel style better. In fact why not keep a pointer to the 'current'
> uart to get tighter code too ?
Sure, why not.
--
Tom Rini
http://gate.crashing.org/~trini/
On Thu, Sep 01, 2005 at 11:44:44PM +0100, Alan Cox wrote:
> On Iau, 2005-09-01 at 14:47 -0700, Tom Rini wrote:
> > > > +* If there is some other CPU in KGDB then this is a
> > > > +* spurious interrupt. so return without even checking a byte
> > &
On Thu, Sep 01, 2005 at 03:45:09PM -0700, Tom Rini wrote:
[snip]
> So digging back in CVS it seems this was added to fix a spurious
> interrupt that occured on an (probably) an x86_64 box when NMI support
> didn't work correctly. I think it's safe enough to just drop this.
Si
With 2.6.13-rt4 I had to do the following in order to get my paired down
config booting on my x86 whitebox (defconfig works fine, after I enable
enet/8250_console/nfsroot). Daniel Walker helped me trace this down.
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
--- linux-2.6.13/kernel/rt.c
On Fri, Sep 02, 2005 at 06:53:56PM -0400, Steven Rostedt wrote:
> On Fri, 2005-09-02 at 18:40 -0400, Steven Rostedt wrote:
> > On Fri, 2005-09-02 at 13:08 -0700, Tom Rini wrote:
> > > With 2.6.13-rt4 I had to do the following in order to get my paired down
> > > config
fic but hardware
poking abstracted rtc driver. I'd like to try and merge things at
somepoint...
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
On Wed, Sep 07, 2005 at 07:06:25PM +0100, Maciej W. Rozycki wrote:
> On Tue, 6 Sep 2005, Tom Rini wrote:
>
> > > Yep, it's an excuse for platform maintainers not to write proper drivers.
> >
> > I talked with Al about this off list a bit, and pointed out it
In some cases (such as the mips Toshiba TX4939 w/ onboard IDE, not PCI
IDE), hwif->cds can be NULL, so test that prior to testing
hwif->cds->foo
Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]>
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
Index: linux-2.6/
printk(KERN_ERR "%s: module is now stuck!\n",
_
--
Tom Rini
http://gate.crashing.org/~trini/
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
#else
[snip]
> +#define CFI_STARTPROC ignore
Why not just empty defines?
--
Tom Rini
http://gate.crashing.org/~trini/
-
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://
On Thu, Sep 08, 2005 at 05:47:38PM +0200, Bartlomiej Zolnierkiewicz wrote:
> On 9/8/05, Tom Rini <[EMAIL PROTECTED]> wrote:
> > In some cases (such as the mips Toshiba TX4939 w/ onboard IDE, not PCI
> > IDE), hwif->cds can be NULL, so test that prior to testing
>
extern void early_idt_handler(void);
--
Tom Rini
http://gate.crashing.org/~trini/
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
return;
+ if (notify_die(DIE_PAGE_FAULT, "no context", regs, error_code, 14,
+ SIGSEGV) == NOTIFY_STOP)
+ return;
+
/*
* Oops. The kernel tried to access some bad page. We'll have to
* terminate things with extreme prej
APIC_DM_FIXED | shortcut | vector | dest;
- if (vector == KDB_VECTOR)
+ if (vector == NMI_VECTOR)
icr = (icr & (~APIC_VECTOR_MASK)) | APIC_DM_NMI;
return icr;
}
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "
On Fri, Sep 09, 2005 at 10:01:00AM +0200, Andi Kleen wrote:
> On Thursday 08 September 2005 18:38, Tom Rini wrote:
> > This adds a call to notify_die() in the "no context" portion of
> > do_page_fault() as someone on the chain might care and want to do a fixup.
> >
ttle, which is
another issue) as well a PPC32.
--
Tom Rini
http://gate.crashing.org/~trini/
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
);
-
- return (in_le32(&pb->overlay_last1->cmd_dep) == pb->ch1_cmd_phys)
- && (caddr < (pb->ch1_cmd_phys + size))
- && (caddr >= (unsigned)pb->ch1_cmd_phys);
-}
-
static int vgrab(struct planb *pb, struct video_mmap *mp)
On Tue, Mar 15, 2005 at 10:01:12AM -0700, Tom Rini wrote:
> [ aside: This has been sitting in the linuxppc-2.5 bk tree for I don't
> know how long. And the driver is still horribly broken. ]
>
> The following patch moves overlay_is_active to before its first use. It
> wa
arch/ppc/syslib/ppc4xx_serial.c is unused cruft, delete.
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
diff -urN linux-2.6.11/arch/ppc/syslib/ppc4xx_serial.c
linuxppc-2.6.11/arch/ppc/syslib/ppc4xx_serial.c
--- linux-2.6.11/arch/ppc/syslib/ppc4xx_serial.cWed Mar 02 00:38:3
This originally came from Paul, back in July of 2003. Run Lindent over
include/asm-ppc/dma.h
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
--- linux-2.6.11/include/asm-ppc/dma.h~ 2005-03-02 00:38:25.0 -0700
+++ linux-2.6.11/include/asm-ppc/dma.h 2005-03-15 10:37:08.0
This adds better comments to arch/ppc/syslib/cpc700.h
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
diff -urN linux-2.6.11/arch/ppc/syslib/cpc700.h
linuxppc-2.6.11/arch/ppc/syslib/cpc700.h
--- linux-2.6.11/arch/ppc/syslib/cpc700.h 2005-03-02 00:37:54.0
-0700
+++ linuxppc-
Add PAL4's bit to
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
diff -urN linux-2.6.11/include/asm-ppc/serial.h
linuxppc-2.6.11/include/asm-ppc/serial.h
--- linux-2.6.11/include/asm-ppc/serial.h 2005-03-02 00:38:26.0
-0700
+++ linuxppc-2.6.11/include/asm-ppc/serial.h
This fixes a lingering typo in arch/ppc/boot/simple/m8260_tty.c
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
diff -urN linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c
linuxppc-2.6.11/arch/ppc/boot/simple/m8260_tty.c
--- linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c 2005-03-02
PROTECTED])
- PQ2ADS and PQ2FADS support bits (Myself & [EMAIL PROTECTED]
From: Leo Li <[EMAIL PROTECTED]>
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
Signed-off-by: Alexandre Bastos <[EMAIL PROTECTED]>
arch/ppc/8260_io/Kconfig
some of the other cleanups will help there. But I'd also like to see
the full EON8260 changes :) The 2.6 API parts look close, but I went
and expanded a good bit more on them.
I'd like to drop Oray's patch for now, and have the EON8260 work be
resubmitted to lkml/[EMAIL PROTECTED]
trick we used to use (and I swear worked), stopped
working around 2.6.10, but I haven't found time to go back and verify
when it stopped working.
--
Tom Rini
http://gate.crashing.org/~trini/
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
On Mon, Feb 07, 2005 at 10:03:56AM +0100, Ingo Molnar wrote:
>
> * Tom Rini <[EMAIL PROTECTED]> wrote:
>
> > On Fri, Feb 04, 2005 at 11:03:47AM +0100, Ingo Molnar wrote:
> > >
> > > i have released the -V0.7.38-01 Real-Time Preemption patch, which can b
is unsafe for inclusion by userland apps, but it is
in the userland-exposed portion of . It's only needed in
the __KERNEL__ protected portion of the file, so move the #include down
to there.
lmbench-2.0.4 runs into this issue in 'flushdisk'.
Signed-off-by: Tom Rini &l
On Wed, Feb 02, 2005 at 04:21:23PM +, David Woodhouse wrote:
> On Tue, 2005-02-01 at 09:06 -0700, Tom Rini wrote:
> > is unsafe for inclusion by userland apps, but it
> > is in the userland-exposed portion of . It's only needed
> > in the __KERNEL__ protected portio
On Wed, Feb 02, 2005 at 09:34:21AM -0700, Tom Rini wrote:
> On Wed, Feb 02, 2005 at 04:21:23PM +, David Woodhouse wrote:
> > On Tue, 2005-02-01 at 09:06 -0700, Tom Rini wrote:
> > > is unsafe for inclusion by userland apps, but it
> > > is in the userland-expo
' flag. It didn't actually tell the
compiler anything, it just didn't cause an error. It was removed when
we had to add more really used flags.
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
erences between PPC and PPC64 cpu
> features for the common code; most places in PPC could be replaced with
> the macro as well.
It'd be nice if someone went and changed ppc32's cpu feature from an
array and matched ppc64, while we're in here...
--
Tom Rini
http://gate.crashing
make: *** [_all] Error 2
--
Tom Rini
http://gate.crashing.org/~trini/
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
: `CONFIG_X86_L1_CACHE_SHIFT' undeclared
here (not in a function)
/usr/include/asm/processor.h:68: error: requested alignment is not a constant
Build/run tested with a glibc rebuild as well.
Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
= include/linux/fs.h 1.376 vs edited =
--- 1.376/include
till no PCI)
I tried replying to this yesterday and it didn't get through, so..
All of the MPC8xx chips can have a USB controller as well (albiet not OHCI
or UHCI) and none of them have PCI either.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send
.x (right now 'free' says i'm ~40MB into swap,
18day+ uptime). The other box is a laptop and has X up when it's awake and
that too doesn't seem to have any problem. So what exactly is the real
minium swap ammount?
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
On Sun, Jun 17, 2001 at 08:58:35PM +0200, Jakob ?stergaard wrote:
> On Sun, Jun 17, 2001 at 10:48:36AM -0700, Tom Rini wrote:
> > 'lo all. I've got a question about swap and RAM requirements in 2.4. Now,
> > when 2.4.0 was kicked out, the fact that you need swap=2xR
On Sun, Jun 17, 2001 at 10:12:39PM +0300, Dan Podeanu wrote:
> On Sun, Jun 17, 2001 at 10:48:36AM -0700, Tom Rini wrote:
> > 'lo all. I've got a question about swap and RAM requirements in 2.4. Now,
> > when 2.4.0 was kicked out, the fact that you need swap=2xRAM was me
ing fine on my other two machines, yes, it
might. But since I'd repartition too (I hate swapfiles) I'd like to do it
once and be done with it. I'd also like to know what exactly causes the
original problem (Like I said, my workload hasn't changed nor my programs
that much. And
g.
..
eth1: transmit timed out, switching to 100baseTx-FDX media.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
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/major
ng a number of
ppc32 folks since uImage is a default target, but not really needed in
the common case (pmac).
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordo
kinda slow script that fakes the bk-commits
messages given two repositories, if this sounds of any interest to
anyone.
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Mor
On Fri, Mar 11, 2005 at 09:47:40PM +0100, Sylvain Munaut wrote:
[snip]
> static struct hw_interrupt_type mpc52xx_ic = {
> - "MPC52xx",
[snip]
> + .typename = "MPC52xx",
Shouldn't that be " MPC52xx ", or is that anoth
s
up for 16days before I rebooted into 2.4.4 (and power killed another 10+ day
uptime).
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
/=n, oldconfig works like you would expect, and can help
point out places where CML2 is slightly off).
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More
On Mon, May 07, 2001 at 09:31:40PM -0400, Eric S. Raymond wrote:
> Tom Rini <[EMAIL PROTECTED]>:
[snip]
> Exactly. In fact we can be more specific -- the "Macintoshes" in
> question are the old-fashioned NuBus-based 68k toaster boxes, not the
> more recent designs wit
This
is _sort of_ what PPC does right now with the large number of 'default
configs' (arch/ppc/configs).
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTE
ire from
(serial infos, IRQ table, ?) being in platforms/fooboard.[ch] to
platforms/fooboard.h or platforms/fooboard_bootinfos.h
So lets just hope ppc64 keeps getting ignored :)
--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe
nough annotations so GDB could finally figure out where things had
stopped? Thanks.
--
Tom Rini
-
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.html
Please read the FAQ at http://www.tux.org/lkml/
On Tue, Aug 15, 2017 at 08:22:01PM -0700, Frank Rowand wrote:
> On 08/15/17 17:42, Tom Rini wrote:
> > On Tue, Aug 15, 2017 at 04:50:40PM -0700, Frank Rowand wrote:
> >> On 08/15/17 14:15, Tom Rini wrote:
> >>> With support for stacked overlays being part of libfd
On Wed, Aug 16, 2017 at 10:22:03AM -0500, Rob Herring wrote:
> On Tue, Aug 15, 2017 at 7:42 PM, Tom Rini wrote:
> > On Tue, Aug 15, 2017 at 04:50:40PM -0700, Frank Rowand wrote:
> >> On 08/15/17 14:15, Tom Rini wrote:
> >> > With support for stacked overlays
On Wed, Aug 16, 2017 at 10:43:16AM -0500, Rob Herring wrote:
> On Tue, Aug 15, 2017 at 5:49 PM, Tom Rini wrote:
> > On Tue, Aug 15, 2017 at 05:36:11PM -0500, Rob Herring wrote:
> >> On Tue, Aug 15, 2017 at 4:15 PM, Tom Rini wrote:
> >> > With support for stacked ov
when OF_OVERLAY is enabled.
Cc: Jason Kridner
Cc: Drew Fustini
Cc: Robert Nelson
Cc: Lokesh Vutla
Cc: Frank Rowand
Cc: Rob Herring
Cc: Mark Rutland
Cc: Russell King
Cc: devicet...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Tom
On Wed, Aug 16, 2017 at 03:57:21PM -0700, Frank Rowand wrote:
> On 08/16/17 15:33, Frank Rowand wrote:
> > On 08/16/17 14:59, Tom Rini wrote:
> >> Build the dtb file for these platfroms with __symbol__ information
> >> included. This will reduce the size of t
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Tom Rini
---
This would be v3 of my attempt to enable __symbols__ more widely (v2,
for people not on the CC, enabled it always, but for some boards).
To be clear, this version of the patch is more flexible
that we do not try and probe NAND before we probe the
ELM.
Cc: Rob Herring
Cc: Mark Rutland
Cc: Russell King
Cc: Roger Quadros
Cc: Tony Lindgren
Cc: Mihail Grigorov
Signed-off-by: Tom Rini
---
arch/arm/boot/dts/dm8168-evm.dts | 32
arch/arm/boot/dts
y Lindgren
Signed-off-by: Mihail Grigorov
Signed-off-by: Tom Rini
---
arch/arm/boot/dts/dm8168-evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts
index 996eba0c2e7a..c72a2132aa82 100644
--- a/arch/arm/boot/
: Russell King
Cc: Arnd Bergmann
Cc: Tony Lindgren
Cc: Mihail Grigorov
Signed-off-by: Tom Rini
---
arch/arm/configs/multi_v7_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig
b/arch/arm/configs/multi_v7_defconfig
index 2685e03600b1..69b0b3c0fb6c
Cc: Rob Herring
Cc: Mark Rutland
Signed-off-by: Tom Rini
---
Documentation/devicetree/bindings/mtd/gpmc-nand.txt| 2 +-
Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 ++--
Documentation/devicetree/bindings/mtd/gpmc-onenand.txt | 2 +-
Documentation/devicetree/bindings/net/gpmc
Cc: Cyrille Pitchen
Cc: Rob Herring
Cc: Mark Rutland
Signed-off-by: Tom Rini
---
I have submitted a separate patch that correct the dm816x.dtsi to set
the compatible string there for the elm from ti,816-elm to ti,am3352-elm
and tested it on the hardware, where it works. It is quite likely tha
On Tue, Oct 13, 2015 at 08:24:08AM -0500, Nishanth Menon wrote:
> On Tue, Oct 13, 2015 at 3:03 AM, Lokesh Vutla wrote:
> >
> >
> > On Tuesday 13 October 2015 01:14 PM, Heiko Schocher wrote:
> >> Hello Lokesh,
> >>
> >> Am 13.10.2015 um 08:46 schrieb Lokesh Vutla:
> >>> +Nishanth,
> >>>
> >>> On Tu
On Fri, Dec 04, 2020 at 02:23:23PM +0100, Paul Menzel wrote:
> Dear Wim, dear Daniel,
>
>
> First, thank you for including all parties in the discussion.
> Am 04.12.20 um 13:52 schrieb Wim Vervoorn:
>
> > I agree with you. Using an existing standard is better than inventing
> > a new one in this
101 - 200 of 262 matches
Mail list logo