Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-06 Thread Bob Tracy
this... -- Bob Tracy | They couldn't hit an elephant at this dist- [EMAIL PROTECTED] | - Last words of Union General John Sedgwick, | Battle of Spotsylvania Court House, U.S. Civil War

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-06 Thread Bob Tracy
, and I should have an answer for us in a few hours. -- Bob Tracy | They couldn't hit an elephant at this dist- [EMAIL PROTECTED] | - Last words of Union General John Sedgwick, | Battle

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-05 Thread Bob Tracy
Current progress: 11 revisions left to test. The current partial "git bisect log" is available per Ingo's suggestion on bugzilla. http://bugzilla.kernel.org/show_bug.cgi?id=9457 -- -------- Bob Tracy | "Th

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-05 Thread Bob Tracy
Current progress: 11 revisions left to test. The current partial git bisect log is available per Ingo's suggestion on bugzilla. http://bugzilla.kernel.org/show_bug.cgi?id=9457 -- Bob Tracy | They couldn't hit

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-04 Thread Bob Tracy
ient delta protocol. ) Will do... I'm in the fortunate position of having enough disk space on my Alpha that I can maintain multiple trees for this kind of effort. -- -------- Bob Tracy | "They couldn't hit an eleph

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-04 Thread Bob Tracy
in the fortunate position of having enough disk space on my Alpha that I can maintain multiple trees for this kind of effort. -- Bob Tracy | They couldn't hit an elephant at this dist- [EMAIL PROTECTED] | - Last

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-02 Thread Bob Tracy
Michael Cree wrote: > On 1/12/2007, at 11:42 AM, Andrew Morton wrote: > > On Sat, 01 Dec 2007 11:30:01 +1300 > > Michael Cree <[EMAIL PROTECTED]> wrote: > > > >> Bob Tracy wrote: > >>> Here's > >>> hoping someone else is seeing this

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-02 Thread Bob Tracy
Michael Cree wrote: On 1/12/2007, at 11:42 AM, Andrew Morton wrote: On Sat, 01 Dec 2007 11:30:01 +1300 Michael Cree [EMAIL PROTECTED] wrote: Bob Tracy wrote: Here's hoping someone else is seeing this or can replicate it in the meantime. Snap. 2.6.24-rc2 works fine

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-11-26 Thread Bob Tracy
t;no sd access" case: I'd have to rig up something to record the console output during boot if that's needed. Here's hoping someone else is seeing this or can replicate it in the meantime. -- ---- Bob Tracy | "

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-11-26 Thread Bob Tracy
to rig up something to record the console output during boot if that's needed. Here's hoping someone else is seeing this or can replicate it in the meantime. -- Bob Tracy | They couldn't hit an elephant

[BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-11-17 Thread Bob Tracy
urce trees, using the same kernel configuration modulo saying "no" to CONFIG_SENSORS_I5K_AMB and CONFIG_PID_NS in -rc3. No problems with -rc3 on a x86 box. -- ---- Bob Tracy | "They couldn't hit an elepha

[BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-11-17 Thread Bob Tracy
, using the same kernel configuration modulo saying no to CONFIG_SENSORS_I5K_AMB and CONFIG_PID_NS in -rc3. No problems with -rc3 on a x86 box. -- Bob Tracy | They couldn't hit an elephant at this dist- [EMAIL

High cpu load due to pdflush

2007-11-03 Thread Bob Gill
t up the commit timer for the new transaction. *// >/> - journal->j_commit_timer.expires = round_jiffies(transaction->t_expires);/ >/> + journal->j_commit_timer.expires = transaction->t_expires;/ >/> add_timer(>j_commit_timer);/ >/> / >/> J_ASSERT(journal->j_r

High cpu load due to pdflush

2007-11-03 Thread Bob Gill
-j_commit_timer.expires = round_jiffies(transaction-t_expires);/ / + journal-j_commit_timer.expires = transaction-t_expires;/ / add_timer(journal-j_commit_timer);/ / / / J_ASSERT(journal-j_running_transaction == NULL); /Any ideas? Please mail me if you need more information. Thanks in Advance, Bob - To unsubscribe

Re: [PATCH] add_partition silently ignored errors

2007-11-02 Thread Bob Copeland
but I think EOVERFLOW actually > might make more sense. Opinions? ISTR that some people wanted to keep going in this case rather than return an error, e.g. for forensic purposes... .. digging... here's a thread from last year: http://lkml.org/lkml/2006/5/11/64 -Bob - To unsubscribe from t

Re: [PATCH] add_partition silently ignored errors

2007-11-02 Thread Bob Copeland
in this case rather than return an error, e.g. for forensic purposes... .. digging... here's a thread from last year: http://lkml.org/lkml/2006/5/11/64 -Bob - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] TASK_KILLABLE version 2

2007-09-24 Thread Bob Bell
ror. I did try replacing the call to sync_page in __wait_on_bit with sync_page_killable and replacing TASK_UNINTERRUPTIBLE with TASK_KILLABLE. That seemed to work once, but then really screwed things up on subsequent attempts. -- Bob Bell - To unsubscribe from this list: send the line &q

Re: 2.6.23-rc7-mm1 ia64 build issue in efi.c

2007-09-24 Thread Bob Picco
There isn't a total_memory identifier within this function's scope. The patch was compile/link tested. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> arch/ia64/kernel/efi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.23-rc7-mm1/arch/ia64/kernel

Re: 2.6.23-rc7-mm1 ia64 build issue in efi.c

2007-09-24 Thread Bob Picco
There isn't a total_memory identifier within this function's scope. The patch was compile/link tested. Signed-off-by: Bob Picco [EMAIL PROTECTED] arch/ia64/kernel/efi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.23-rc7-mm1/arch/ia64/kernel/efi.c

Re: [PATCH] TASK_KILLABLE version 2

2007-09-24 Thread Bob Bell
replacing the call to sync_page in __wait_on_bit with sync_page_killable and replacing TASK_UNINTERRUPTIBLE with TASK_KILLABLE. That seemed to work once, but then really screwed things up on subsequent attempts. -- Bob Bell - To unsubscribe from this list: send the line unsubscribe linux

RFC: incorrect results from RTC reading method

2007-09-13 Thread Bob Montgomery
I am not a subscriber to this list. Please cc me in correspondence. Thanks for your consideration. Bob Montgomery Contracting at HP, Fort Collins - Incorrect method of reading the RTC I think the code used to read the RTC in arch/x86_64/kernel/time.c is incorrect

RFC: incorrect results from RTC reading method

2007-09-13 Thread Bob Montgomery
I am not a subscriber to this list. Please cc me in correspondence. Thanks for your consideration. Bob Montgomery Contracting at HP, Fort Collins - Incorrect method of reading the RTC I think the code used to read the RTC in arch/x86_64/kernel/time.c is incorrect

[PATCH] crypto: blkcipher_get_spot() handling of buffer at end of page

2007-09-07 Thread Bob Gilligan
shes in free_block(). Proposed patch is below. We found the problem and tested this fix in 2.6.20, but it looks like the relevant code in blkcipher.c is the same in the latest tree. Bob. Correctly handle the case where the buffer passed into blkcipher_get_spot() resides at the end of a page.

[PATCH] crypto: blkcipher_get_spot() handling of buffer at end of page

2007-09-07 Thread Bob Gilligan
found the problem and tested this fix in 2.6.20, but it looks like the relevant code in blkcipher.c is the same in the latest tree. Bob. Correctly handle the case where the buffer passed into blkcipher_get_spot() resides at the end of a page. Signed-off-by: Bob Gilligan [EMAIL PROTECTED

Re: [BUG] 2.6.23-rc5 panics

2007-09-06 Thread Bob Tracy
inter to the fix! -- ---- Bob Tracy | "They couldn't hit an elephant at this dist- " [EMAIL PROTECTED] | - Last words of Union General John Sedgwick, | Battle of Spotsylvania C

Re: [BUG] 2.6.23-rc5 panics

2007-09-06 Thread Bob Tracy
! -- Bob Tracy | They couldn't hit an elephant at this dist- [EMAIL PROTECTED] | - Last words of Union General John Sedgwick, | Battle of Spotsylvania Court House, U.S. Civil War

[BUG] 2.6.23-rc5 panics

2007-09-05 Thread Bob Tracy
CSI drives (AIC7XXX) and a Netgear FA311 NIC. At this point, I have no idea what's triggering the panics. Doesn't seem related to load that I can tell... -- -------- Bob Tracy | "They couldn't hit an elephant at this

Re: [BUG?] 2.6.23-rc3 on alpha

2007-09-05 Thread Bob Tracy
Geert Uytterhoeven wrote: > On Tue, 21 Aug 2007, Bob Tracy wrote: > > I'm seeing something new and strange with 2.6.23-rc3 that I wasn't > > seeing in the 2.6.22+ kernels. I've got the bootlogo code enabled, > > and at the point during system initialization where th

Re: [BUG?] 2.6.23-rc3 on alpha

2007-09-05 Thread Bob Tracy
Geert Uytterhoeven wrote: On Tue, 21 Aug 2007, Bob Tracy wrote: I'm seeing something new and strange with 2.6.23-rc3 that I wasn't seeing in the 2.6.22+ kernels. I've got the bootlogo code enabled, and at the point during system initialization where the logo disappears, the console

Re: [PATCH 2.6.23-rc5] driver/char/hpet.c: remove clocksourcewarning on !IA64

2007-09-03 Thread Bob Picco
f the "if (!data.hd_address || !data.hd_nirqs) {" test in > hpet_acpi_add]. > > Bob: Does this work for you? I boot tested on the HP internal platform simulator. Should it be necessary, I could have it boot tested later in the week on real hardware. bob - To unsubscribe from thi

Re: [PATCH 2.6.23-rc5] driver/char/hpet.c: remove clocksourcewarning on !IA64

2007-09-03 Thread Bob Picco
]. Bob: Does this work for you? I boot tested on the HP internal platform simulator. Should it be necessary, I could have it boot tested later in the week on real hardware. bob - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

r.kernel.org

2007-09-01 Thread Bob Beck
r by lawyers. You're all being talked to by a bunch of zealots who put zealotry above morals. -Bob - 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/

Re: Fwd: That whole "Linux stealing our code" thing

2007-09-01 Thread Bob Beck
community needs to decide, should cooperation be based on morals and trust, or does the Linux community need to be regarded with less trust than a Corporation, something to be avoided, as while corporations can be counted on to act without morals, the knife is up front and visible. They do not co

[EMAIL PROTECTED]: I respect the GPL immensely, really I do - but I believe this type of action weakens us all.]

2007-09-01 Thread Bob Beck
- Forwarded message from Bob Beck <[EMAIL PROTECTED]> - From: Bob Beck <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: I respect the GPL immensely, really I do - but I believe this type of action weakens us all. X-Spam-Checker-Version: SpamAssassin 3.1.8

[EMAIL PROTECTED]: I respect the GPL immensely, really I do - but I believe this type of action weakens us all.]

2007-09-01 Thread Bob Beck
- Forwarded message from Bob Beck [EMAIL PROTECTED] - From: Bob Beck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: I respect the GPL immensely, really I do - but I believe this type of action weakens us all. X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13

Re: Fwd: That whole Linux stealing our code thing

2007-09-01 Thread Bob Beck
, as while corporations can be counted on to act without morals, the knife is up front and visible. They do not come to you with one hand of cooperation extended and a knife kept behind their back. -Bob - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

r.kernel.org

2007-09-01 Thread Bob Beck
to by a bunch of zealots who put zealotry above morals. -Bob - 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

Re: "double" hpet clocksource && hard freeze [bisected]

2007-08-24 Thread Bob Picco
umably the thing to do would be merge the x86_64 specific version > > > into the drivers/char/hpet.c version? > > > > Ugh. Yea. i386 has an hpet clocksource as well. We should kill the > > duplication, but at the moment I'm not comfortable that the > > driver/c

Re: double hpet clocksource hard freeze [bisected]

2007-08-24 Thread Bob Picco
not comfortable that the driver/char/hpet.c is ok to be used for i386/x86_64 (Bob: Do you know why the shift value is only 10?). I'm a little surprised by this, as the clocksource code use to prevent duplicate named clocksources from being registered, so I'm not sure how that check

Re: "double" hpet clocksource && hard freeze [bisected]

2007-08-23 Thread Bob Picco
386 has an hpet clocksource as well. We should kill the > duplication, but at the moment I'm not comfortable that the > driver/char/hpet.c is ok to be used for i386/x86_64 (Bob: Do you know > why the shift value is only 10?). No I don't have a clue why Pete chose this value. > > &

Re: double hpet clocksource hard freeze [bisected]

2007-08-23 Thread Bob Picco
/x86_64 (Bob: Do you know why the shift value is only 10?). No I don't have a clue why Pete chose this value. I'm a little surprised by this, as the clocksource code use to prevent duplicate named clocksources from being registered, so I'm not sure how that check got dropped. Also I'm

Re: [BUG?] 2.6.23-rc3 on alpha

2007-08-22 Thread Bob Tracy
Geert Uytterhoeven wrote: > On Tue, 21 Aug 2007, Bob Tracy wrote: > > I'm seeing something new and strange with 2.6.23-rc3 that I wasn't > > seeing in the 2.6.22+ kernels. I've got the bootlogo code enabled, > > and at the point during system initialization where th

Re: [BUG?] 2.6.23-rc3 on alpha

2007-08-22 Thread Bob Tracy
Geert Uytterhoeven wrote: On Tue, 21 Aug 2007, Bob Tracy wrote: I'm seeing something new and strange with 2.6.23-rc3 that I wasn't seeing in the 2.6.22+ kernels. I've got the bootlogo code enabled, and at the point during system initialization where the logo disappears, the console

[BUG?] 2.6.23-rc3 on alpha

2007-08-21 Thread Bob Tracy
the "aboot" patches :-). -- ------- Bob Tracy | "Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines." --Anon --- - To unsubscribe from this list:

[BUG?] 2.6.23-rc3 on alpha

2007-08-21 Thread Bob Tracy
:-). -- --- Bob Tracy | Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines. --Anon --- - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[BUG] 2.6.23-rc3 won't boot on alpha

2007-08-14 Thread Bob Tracy
s. The chunk number is 1, and I *think* the %s is "busy". -- ------- Bob Tracy | "Eagles may soar, but weasels don't get [EMAIL PROTECTED]| suc

[BUG] 2.6.23-rc3 won't boot on alpha

2007-08-14 Thread Bob Tracy
, and I *think* the %s is busy. -- --- Bob Tracy | Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines. --Anon

Re: Documentation files in html format?

2007-08-09 Thread Bob Copeland
like a worthwhile topic for discussion. Why not just use asciidoc? Slightly worse than plain text, slightly better than angle brackets everywhere. Nothing is more annoying than having to use lynx to read documentation because someone went tags crazy. -Bob - To unsubscribe from this l

Re: Documentation files in html format?

2007-08-09 Thread Bob Copeland
for discussion. Why not just use asciidoc? Slightly worse than plain text, slightly better than angle brackets everywhere. Nothing is more annoying than having to use lynx to read documentation because someone went tags crazy. -Bob - To unsubscribe from this list: send the line unsubscribe

Re: 2.6.22 new perfmon code base + libpfm + pfmon

2007-08-01 Thread Bob Nelson
On Wednesday 01 August 2007 09:22:41 am Bob Nelson wrote: > It looks to me like you were saying you would remove this extension to the > OProfile file system (/dev/oprofile/implementation). > However, it looks like it has made it into the mainline kernel code. As David > pointed ou

Re: 2.6.22 new perfmon code base + libpfm + pfmon

2007-08-01 Thread Bob Nelson
ally in oprofile_arch_init() for other architectures. > >This modification of oprofile was one to allow the user level oprofile daemon >to determine which kernel "implementation" of oprofile it is running on. This >way tool could transparently run on existing Oprofile and also on systems

Re: 2.6.22 new perfmon code base + libpfm + pfmon

2007-08-01 Thread Bob Nelson
with this... Bob Nelson - 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/

Re: 2.6.22 new perfmon code base + libpfm + pfmon

2007-08-01 Thread Bob Nelson
On Wednesday 01 August 2007 09:22:41 am Bob Nelson wrote: It looks to me like you were saying you would remove this extension to the OProfile file system (/dev/oprofile/implementation). However, it looks like it has made it into the mainline kernel code. As David pointed out, the value isn't

Re: Linus 2.6.23-rc1

2007-07-23 Thread Bob Picco
> > ... > > Introduced by 0aa366f351d044703e25c8425e508170e80d83b1 > > > > Sorry about that. I thought my review had caught all of these. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> drivers/char/hpet.c |2 +- 1 file changed, 1 insertion(+), 1 de

Re: Linus 2.6.23-rc1

2007-07-23 Thread Bob Picco
by 0aa366f351d044703e25c8425e508170e80d83b1 Sorry about that. I thought my review had caught all of these. Signed-off-by: Bob Picco [EMAIL PROTECTED] drivers/char/hpet.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.23-rc1/drivers/char/hpet.c

Re: 2.6.22-rc6 bad page error

2007-07-09 Thread Bob Tracy
m on the third session of the day (thus far), and everything seems to be ok as far as I can tell. -- --- Bob Tracy | "Eagles may soar, but w

Re: 2.6.22-rc6 bad page error

2007-07-09 Thread Bob Tracy
. -- --- Bob Tracy | Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines. --Anon --- - To unsubscribe from

Re: 2.6.22-rc6 bad page error

2007-07-08 Thread Bob Tracy
sound on the Alpha in quite a while. > Thanks for reporting: please let us all know whether this > patch does fix your problem: I may be guessing wrong. ACK. I'll build the kernel today, and fire up the test fixture tomorrow. -- ---

Re: 2.6.22-rc6 bad page error

2007-07-08 Thread Bob Tracy
on the Alpha in quite a while. Thanks for reporting: please let us all know whether this patch does fix your problem: I may be guessing wrong. ACK. I'll build the kernel today, and fire up the test fixture tomorrow. -- --- Bob Tracy

Re: 2.6.22-rc6 bad page error

2007-07-07 Thread Bob Tracy
Michal Piotrowski wrote: > Hi Bob, > > On 05/07/07, Bob Tracy <[EMAIL PROTECTED]> wrote: > > This happened on an Alpha computer (433au) running 2.6.22-rc6. > > Can you reproduce this bug on 2.6.22-rc7-git6? > > > The > > error was triggered when

Re: 2.6.22-rc6 bad page error

2007-07-07 Thread Bob Tracy
Michal Piotrowski wrote: Hi Bob, On 05/07/07, Bob Tracy [EMAIL PROTECTED] wrote: This happened on an Alpha computer (433au) running 2.6.22-rc6. Can you reproduce this bug on 2.6.22-rc7-git6? The error was triggered when I started up a NX KDE session, which I've done successfully

2.6.22-rc6 bad page error (followup)

2007-07-06 Thread Bob Tracy
me-terminal' >(...) >Bad page state in process 'syslogd' -- ------- Bob Tracy | "Eagles may soar, but weasels don't get [EMAIL PROTECTED]

2.6.22-rc6 bad page error (followup)

2007-07-06 Thread Bob Tracy
'syslogd' -- --- Bob Tracy | Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines. --Anon

2.6.22-rc6 bad page error

2007-07-05 Thread Bob Tracy
>[] copy_process+0xb4/0x11a0 >[] do_fork+0x98/0x330 >[] do_fork+0x50/0x330 >[] alpha_clone+0x40/0x60 >[] open_namei+0xbc/0x820 >[] sys_clone+0x10/0x20 >[] entSys+0xa4/0xc0 -- -

2.6.22-rc6 bad page error

2007-07-05 Thread Bob Tracy
[fc311480] sys_clone+0x10/0x20 [fc310f84] entSys+0xa4/0xc0 -- --- Bob Tracy | Eagles may soar, but weasels don't get [EMAIL PROTECTED]| sucked into jet engines. --Anon

Fwd: stopped at "Freeing init memory: 100K "

2007-06-29 Thread Bob Zhang
- From: Ben Dooks <[EMAIL PROTECTED]> To: Bob Zhang <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: 2007年6月22日 下午10:05 On Fri, Jun 22, 2007 at 09:54:29PM +0800, Bob Zhang wrote: I have used busybox 1.6.0 and 1.5.1 I used the kernel 2.6.18 from Montavista ,used arm_v5t_le-gcc to compile kern

Fwd: stopped at Freeing init memory: 100K

2007-06-29 Thread Bob Zhang
PROTECTED] To: Bob Zhang [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: 2007年6月22日 下午10:05 On Fri, Jun 22, 2007 at 09:54:29PM +0800, Bob Zhang wrote: I have used busybox 1.6.0 and 1.5.1 I used the kernel 2.6.18 from Montavista ,used arm_v5t_le-gcc to compile kernel and busybox , but my busybox can't

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
Randy Dunlap wrote: [Wed Jun 20 2007, 09:07:11PM EDT] > On Wed, 20 Jun 2007 20:51:22 -0400 Bob Picco wrote: > > > [EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] > > [snip] > > > > Build breakage. pci_mmcfg_late_init is for i386. > >

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
[EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] [snip] More build breakage. efi_range_is_wc is referenced but not declared. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> include/asm-ia64/fb.h |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.22-rc5-mm1/inclu

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
[EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] [snip] Build breakage. pci_mmcfg_late_init is for i386. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> drivers/acpi/bus.c |2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.22-rc5-mm1/drivers/acpi

Re: [31/37] Large blocksize support: Core piece

2007-06-20 Thread Bob Picco
s. It is not advisable to enable this in configuration > + where ZONE_NORMAL is smaller than 1 Gigabyte. > + > endif # BLOCK > > source block/Kconfig.iosched > Index: linux-2.6.22-rc4-mm2/fs/block_dev.c >

Re: [31/37] Large blocksize support: Core piece

2007-06-20 Thread Bob Picco
MAX_ORDER) || size 512 || + !is_power_of_2(size)) I think this should be: if (size (MAX_ORDER_NR_PAGES PAGE_SHIFT) ... or if (size (PAGE_SIZE (MAX_ORDER - 1)) ... bob return -EINVAL; /* Size cannot

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
[EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] [snip] Build breakage. pci_mmcfg_late_init is for i386. Signed-off-by: Bob Picco [EMAIL PROTECTED] drivers/acpi/bus.c |2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.22-rc5-mm1/drivers/acpi/bus.c

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
[EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] [snip] More build breakage. efi_range_is_wc is referenced but not declared. Signed-off-by: Bob Picco [EMAIL PROTECTED] include/asm-ia64/fb.h |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.22-rc5-mm1/include/asm

Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded

2007-06-20 Thread Bob Picco
Randy Dunlap wrote: [Wed Jun 20 2007, 09:07:11PM EDT] On Wed, 20 Jun 2007 20:51:22 -0400 Bob Picco wrote: [EMAIL PROTECTED] wrote:[Wed Jun 20 2007, 01:14:34PM EDT] [snip] Build breakage. pci_mmcfg_late_init is for i386. then you want CONFIG_X86_32 instead of CONFIG_X86

Re: [PATCH] ia64: Scalability improvement of gettimeofday with jitter compensation

2007-06-13 Thread Bob Picco
the next week or so. At that time I'll ask for inclusion into -mm. Please see: http://marc.info/?t=11788158551=1=2 You'll notice that the time interpolator is removed. BTW. Peter is no longer with HP. He participated in the Employee Early Retirement program and left May 31. thanks, bob

Re: [PATCH] ia64: Scalability improvement of gettimeofday with jitter compensation

2007-06-13 Thread Bob Picco
the next week or so. At that time I'll ask for inclusion into -mm. Please see: http://marc.info/?t=11788158551r=1w=2 You'll notice that the time interpolator is removed. BTW. Peter is no longer with HP. He participated in the Employee Early Retirement program and left May 31. thanks, bob

Re: [BUG] sysrq-m oops

2007-06-07 Thread Bob Picco
to Arnaldo for testing. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> arch/x86_64/mm/init.c |2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.22-rc4-mm1/arch/x86_64/mm/init.c === --- linux-2.6.22-rc4-mm1.orig/arch/x86_64/mm/

Re: [BUG] sysrq-m oops

2007-06-07 Thread Bob Picco
rches which support sparsemem perform this check. if (!pfn_valid(pgdat->node_start_pfn + i)) continue; bob > page = pfn_to_page(pgdat->node_start_pfn + i); >

Re: [BUG] sysrq-m oops

2007-06-07 Thread Bob Picco
to Arnaldo for testing. Signed-off-by: Bob Picco [EMAIL PROTECTED] arch/x86_64/mm/init.c |2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.22-rc4-mm1/arch/x86_64/mm/init.c === --- linux-2.6.22-rc4-mm1.orig/arch/x86_64/mm/init.c

Re: [BUG] sysrq-m oops

2007-06-07 Thread Bob Picco
. if (!pfn_valid(pgdat-node_start_pfn + i)) continue; bob page = pfn_to_page(pgdat-node_start_pfn + i); total++; ==if (PageReserved(page)) reserved

Re: [PATCH] aic7xxx/aicasm build failure w/gcc-3.4.6

2007-05-22 Thread Bob Tracy
CK. The fix works here. If you would be so kind, please push it upstream at your convenience. gcc-4.X violates the principle of least astonishment over even more nitnoid matters, but that's another flame for another day. -- -----

[PATCH] aic7xxx/aicasm build failure w/gcc-3.4.6

2007-05-22 Thread Bob Tracy
ux Thread model: posix gcc version 3.4.6 -- --- Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org [EMAIL PROTECTED] --- --- linux/drivers/scsi/aic7x

[PATCH] aic7xxx/aicasm build failure w/gcc-3.4.6

2007-05-22 Thread Bob Tracy
-- --- Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org [EMAIL PROTECTED] --- --- linux/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y.orig2006-02-06 06

Re: [PATCH] aic7xxx/aicasm build failure w/gcc-3.4.6

2007-05-22 Thread Bob Tracy
here. If you would be so kind, please push it upstream at your convenience. gcc-4.X violates the principle of least astonishment over even more nitnoid matters, but that's another flame for another day. -- --- Bob Tracy

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
t 2.6.22-rc1 state), and added your patch. Life is good: we have a fix/workaround. -- --- Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org [EMAIL PROTECTED] -

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
-off-by: Andi Kleen <[EMAIL PROTECTED]> I want to acknowledge receiving the above, but it arrived too late for me to test this morning (the work day intrudes). I'll get a new kernel built, test this, and report back in about 10-11 hours. -- --------

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
Dave Jones wrote: > On Wed, May 16, 2007 at 11:36:46PM -0500, Bob Tracy wrote: > > Dave Jones wrote: > > > Bob, does this patch make it boot again for you? > > > > NAK. No difference. Identical panic message. (Yes, I double-checked > > to make s

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
Dave Jones wrote: On Wed, May 16, 2007 at 11:36:46PM -0500, Bob Tracy wrote: Dave Jones wrote: Bob, does this patch make it boot again for you? NAK. No difference. Identical panic message. (Yes, I double-checked to make sure I was booting the patched kernel :-)). Hmm, odd

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
want to acknowledge receiving the above, but it arrived too late for me to test this morning (the work day intrudes). I'll get a new kernel built, test this, and report back in about 10-11 hours. -- --- Bob Tracy

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-17 Thread Bob Tracy
. -- --- Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org [EMAIL PROTECTED] --- - To unsubscribe from this list: send the line unsubscribe

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-16 Thread Bob Tracy
Dave Jones wrote: > Bob, does this patch make it boot again for you? > > Dave > > Some AMD K6's advertise machine check capability, but don't actually > have an Intel compatible implementation. It also doesn't actually work, > so don't advertise it as being pre

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-16 Thread Bob Tracy
Dave Jones wrote: > On Wed, May 16, 2007 at 11:53:22AM -0400, Chuck Ebbert wrote: > > Bob Tracy wrote: > > > Jan Engelhardt wrote: > > >>> On Tue, 15 May 2007 22:13:14 -0500 (CDT) Bob Tracy wrote: > > >>>> The 2.6.22-rc1 boot pani

Re: your mail

2007-05-16 Thread Bob Picco
Olof Johansson wrote: [Wed May 16 2007, 01:11:00PM EDT] > On Wed, May 16, 2007 at 11:43:41AM -0500, Linas Vepstas wrote: > > On Wed, May 16, 2007 at 09:30:46AM -0400, Bob Picco wrote: > > > Subject: Re: 2.6.22-rc1-mm1 powerpc build breakage > > > > > > /usr/

[no subject]

2007-05-16 Thread Bob Picco
[EMAIL PROTECTED] Bcc: Subject: Re: 2.6.22-rc1-mm1 powerpc build breakage Reply-To: In-Reply-To: <[EMAIL PROTECTED]> /usr/src/linux-2.6.22-rc1-mm1/drivers/pci/hotplug/rpadlpar_sysfs.c:132: error: unknown field `subsys' specified in initializer

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-16 Thread Bob Tracy
Jan Engelhardt wrote: > >On Tue, 15 May 2007 22:13:14 -0500 (CDT) Bob Tracy wrote: > > > >> The 2.6.22-rc1 boot panics early in amd_mcheck_init() with my k6-III/450. > > In short, boot with vga=6 (80x50), or even vga=ask, selecting something with > lots of chars

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-16 Thread Bob Tracy
Jan Engelhardt wrote: On Tue, 15 May 2007 22:13:14 -0500 (CDT) Bob Tracy wrote: The 2.6.22-rc1 boot panics early in amd_mcheck_init() with my k6-III/450. In short, boot with vga=6 (80x50), or even vga=ask, selecting something with lots of chars (132x60 for example) That did

[no subject]

2007-05-16 Thread Bob Picco
[EMAIL PROTECTED] Bcc: Subject: Re: 2.6.22-rc1-mm1 powerpc build breakage Reply-To: In-Reply-To: [EMAIL PROTECTED] /usr/src/linux-2.6.22-rc1-mm1/drivers/pci/hotplug/rpadlpar_sysfs.c:132: error: unknown field `subsys' specified in initializer

Re: your mail

2007-05-16 Thread Bob Picco
Olof Johansson wrote: [Wed May 16 2007, 01:11:00PM EDT] On Wed, May 16, 2007 at 11:43:41AM -0500, Linas Vepstas wrote: On Wed, May 16, 2007 at 09:30:46AM -0400, Bob Picco wrote: Subject: Re: 2.6.22-rc1-mm1 powerpc build breakage /usr/src/linux-2.6.22-rc1-mm1/drivers/pci/hotplug

Re: [BUG] (regression) AMD k6-III/450 won't boot w/2.6.22-rc1

2007-05-16 Thread Bob Tracy
Dave Jones wrote: On Wed, May 16, 2007 at 11:53:22AM -0400, Chuck Ebbert wrote: Bob Tracy wrote: Jan Engelhardt wrote: On Tue, 15 May 2007 22:13:14 -0500 (CDT) Bob Tracy wrote: The 2.6.22-rc1 boot panics early in amd_mcheck_init() with my k6-III/450. Intel machine check

<    9   10   11   12   13   14   15   16   17   >