linux-kernel mailing list

FromSubjectsort iconDate
Kevin Winchester
linux-next: WARNING: at kernel/panic.c:375 __stack_chk_test+...
Hi Arjan, There doesn't seem to be an entry in MAINTAINERS for stack protector, but your signoff was on the last stack protector related commit I could find, so it's probably a good bet. I get the following in my dmesg after testing linux-next with the stack protector turned on. This is an x86-64 UP box if that helps. It appears to be related to the test for the feature (or perhaps that is supposed to happen when the feature is tested, I'm not sure...). Config below. [ 6.536023] Testing -...
Apr 30, 7:58 pm 2008
Arjan van de Ven
Re: linux-next: WARNING: at kernel/panic.c:375 __stack_chk_t...
On Wed, 30 Apr 2008 21:24:27 -0300 I would rather really like to see the assembly output this thing spits; to see if your compiler behaves sanely. (Some distros tend to badly patch their gcc unfortunately and this may break the stack protector feature) --
Apr 30, 3:27 am 2008
Greg KH
[GIT PATCH] driver core patches against 2.6.25-git
Here are a few remaining patches against your 2.6.25-git tree. They provide a few apis that Tejun needs for other trees, and the biggest of all is the removal of 'struct class_device' now that it is purged from your tree through all of the different subsytem merges. There's also a build fix in there from Randy and a few other minor things that people have posted problems with. All of these patches have been in -next for a while. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 11/11] klist: fix coding style errors in klist.h and ...
Finally clean up the odd spacing in these files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/klist.h | 30 ++++---- lib/klist.c | 206 ++++++++++++++++++++----------------------------- 2 files changed, 100 insertions(+), 136 deletions(-) diff --git a/include/linux/klist.h b/include/linux/klist.h index b49385f..06c338e 100644 --- a/include/linux/klist.h +++ b/include/linux/klist.h @@ -34,38 +34,38 @@ struct klist { #define DEFINE_KLIST(_name, _get,...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 10/11] driver core: remove no longer used "struct cla...
From: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/base.h | 11 - drivers/base/class.c | 638 +----------------------------------------------- include/linux/device.h | 97 -------- 3 files changed, 1 insertions(+), 745 deletions(-) diff --git a/drivers/base/base.h b/drivers/base/base.h index c044414..2c9ae43 100644 --- a/drivers/base/base.h +++ b/drivers/bas...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 09/11] pcmcia: remove pccard_sysfs_interface warnings
From: David Brownell <dbrownell@users.sourceforge.net> Make the PCMCIA core stop using class_interface to hide socket attribute registration. This removes the associated section mismatch warnings, and helps get to the point where that mechanism can finally be removed. Simplify that attribute registration by using an attribute_group. This is a net shrink in object size. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse....
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 08/11] devres: support addresses greater than an unsi...
From: Kumar Gala <galak@kernel.crashing.org> Use a resource_size_t instead of unsigned long since some arch's are capable of having ioremap deal with addresses greater than the size of a unsigned long. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Cc: Tejun Heo <htejun@gmail.com> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/io.h | 4 ++-- lib/devres.c | 4 ++-- 2 files changed, 4 ins...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 07/11] kobject: do not copy vargs, just pass them aro...
From: Kay Sievers <kay.sievers@vrfy.org> This prevents a few unneeded copies. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- lib/kobject.c | 28 ++++++++-------------------- 1 files changed, 8 insertions(+), 20 deletions(-) diff --git a/lib/kobject.c b/lib/kobject.c index fd78740..718e510 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@ -216,21 +216,12 @@ static int kobject_add_internal(struct kobject *kobj) s...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 06/11] sysfs: sysfs_update_group stub for CONFIG_SYSF...
From: Randy Dunlap <randy.dunlap@oracle.com> scsi_transport_spi uses sysfs_update_group() when CONFIG_SYSFS=n, so provide a stub for it. next-20080423/drivers/scsi/scsi_transport_spi.c:1467: error: implicit declaration of function 'sysfs_update_group' make[3]: *** [drivers/scsi/scsi_transport_spi.o] Error 1 Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> ...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 05/11] DEBUGFS: Correct location of debugfs API docum...
From: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- fs/debugfs/file.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index fddffe4..159a5ef 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c @@ -9,7 +9,7 @@ * 2 as published by the Free Software Foundation. * * debugfs is for people to use inste...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 04/11] driver core: warn about duplicate driver names...
From: Stas Sergeev <stsp@aknet.ru> Currently an attempt to register multiple drivers with the same name causes the stack trace with some cryptic error message. The attached patch adds the necessary check and the clear error message. Signed-off-by: Stas Sergeev <stsp@aknet.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/driver.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/base/driver.c b/drivers/base/dri...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 03/11] klist: implement klist_add_{after|before}()
From: Tejun Heo <htejun@gmail.com> Add klist_add_after() and klist_add_before() which puts a new node after and before an existing node, respectively. This is useful for callers which need to keep klist ordered. Note that synchronizing between simultaneous additions for ordering is the caller's responsibility. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/klist.h | 2 ++ lib/klist.c | 33 ++++...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 02/11] klist: implement KLIST_INIT() and DEFINE_KLIST()
From: Tejun Heo <htejun@gmail.com> klist is missing static initializers and definition helper. Add them. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- include/linux/klist.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/linux/klist.h b/include/linux/klist.h index 7407125..a119c0d 100644 --- a/include/linux/klist.h +++ b/include/linu...
Apr 30, 7:57 pm 2008
Greg Kroah-Hartman
[PATCH 01/11] sysfs: Disallow truncation of files in sysfs
From: Ben Hutchings <bhutchings@solarflare.com> sysfs allows attribute files to be truncated, e.g. using ftruncate(), with the expected effect on their inode. For most attributes, this doesn't change the "real" size of the file i.e. how much can be read from it. However, the parameter validation for reading and writing binary attribute files is based on the inode size and not the size specified in the file's bin_attribute, so it can be broken by this. For example, if we try using dd to writ...
Apr 30, 7:57 pm 2008
Andrew Morton
Re: [Bugme-new] [Bug 10580] New: uvesafb is broken
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Wed, 30 Apr 2008 16:25:13 -0700 (PDT) Thanks for the report - it really helps. Was you setting of CONFIG_NONPROMISC_DEVMEM the same in both -git7 and in -git8? --
Apr 30, 7:36 pm 2008
Justin Mattock
proc_dir_entry 'info' already registered
Hello, attached is dmesg of proc_dir_entry 'info' already registered; whatever that means. Hopefully this is not that important, just a glitch. Also I know I should'nt talk about 3rd party modules, but with the latest git, it breaks fglrx. Im trying to figure out what was changed or removed so I can at least have some direction as to execute the problem of fixing some broken things. attached is install.log for that situation. [ignore if you are offended] Aside from that I'm not having that irritati...
Apr 30, 6:38 pm 2008
Linus Torvalds
Re: ACPI vs proc_create_data() mismerge (was Re: proc_dir_en...
Ahh, my bad. Sorry. It all looked fine and compiled, but yes, I didn't boot-test the merge - although I did ask Len to double-check it for me. Usually these "fairly trivial" merges work without any issues, so I do the merge for the maintainer rather than sending an email back saying "it didn't merge cleanly, can you do the merge for me". I reserve the latter Thanks, Linus --
Apr 30, 7:24 pm 2008
Oliver Hartkopp
[RFC] Kernel naming convention in the merge phase
Hi all, i wonder about the Kernel naming convention in the merge phase before the -rc1 is officially tagged by Linus. Won't it be more precisely to name the current snapshot 2.6.26-merge-git16 instead of 2.6.25-git16? It is not that i would suggest to have a new git tag in this merge phase but only the Makefile should be changed at the beginning of this phase to identify the ongoing work for the 2.6.26: ------ diff --git a/Makefile b/Makefile index d3634cd..b8c85a4 100644 --- a/Makefile...
Apr 30, 6:20 pm 2008
H. Peter Anvin
Re: [RFC] Kernel naming convention in the merge phase
And it'll break all the robotic stuff again. Foo-gitX has always been a development snapshot which *follows* Foo. -hpa --
Apr 30, 7:47 pm 2008
Randy Dunlap
Re: [PATCH] docbook: fix fatal rapidio yet again (and more t...
Just to be clear, the docbook changes shouldn't wait for 2.6.27. There's no need for that. --- ~Randy --
Apr 30, 6:11 pm 2008
Kumar Gala
Re: [PATCH] docbook: fix fatal rapidio yet again (and more t...
Can the docbook be respun against linus's tree? -k --
Apr 30, 6:14 pm 2008
Randy Dunlap
Re: [PATCH] docbook: fix fatal rapidio yet again (and more t...
Sure, I'll do that later, hopefully tonight. -- ~Randy --
Apr 30, 6:17 pm 2008
Randy Dunlap
[PATCH] rapidio: fix current kernel-doc notation
From: Randy Dunlap <randy.dunlap@oracle.com> Fix current (-git16) missing docbook/kernel-doc notation in RapidIO files. Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'sys_size' Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'phy_type' Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:188): No description found for parameter 'mport' Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:224): No d...
Apr 30, 7:45 pm 2008
Harvey Harrison
[PATCH 10/10] Make one-bit signed bitfields unsigned
Otherwise it can only take the values 0/-1 which doesn't seem to have been intended. drivers/input/tablet/wacom.h:108:12: error: dubious one-bit signed bitfield drivers/mmc/host/sdhci.h:190:20: error: dubious one-bit signed bitfield Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/input/tablet/wacom.h | 2 +- drivers/mmc/host/sdhci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 09/10] misc: fix returning void-valued expression war...
kernel/sched_fair.c:845:3: warning: returning void-valued expression kernel/sched.c:4343:3: warning: returning void-valued expression security/security.c:897:2: warning: returning void-valued expression security/security.c:1014:2: warning: returning void-valued expression security/security.c:1019:2: warning: returning void-valued expression sound/sound_core.c:410:2: warning: returning void-valued expression sound/sound_core.c:427:2: warning: returning void-valued expression Signed-off-by: Harvey Ha...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 08/10] drivers: fix returning void-valued expression ...
drivers/block/xen-blkfront.c:1011:2: warning: returning void-valued expression drivers/isdn/i4l/isdn_net.c:1986:3: warning: returning void-valued expression drivers/rtc/rtc-ds1511.c:648:2: warning: returning void-valued expression drivers/rtc/rtc-stk17ta8.c:416:2: warning: returning void-valued expression drivers/virtio/virtio_pci.c:148:2: warning: returning void-valued expression drivers/virtio/virtio_pci.c:155:2: warning: returning void-valued expression Signed-off-by: Harvey Harrison <harvey.h...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 07/10] net: fix returning void-valued expression warn...
drivers/net/8390.c:37:2: warning: returning void-valued expression drivers/net/bnx2.c:1635:3: warning: returning void-valued expression drivers/net/xen-netfront.c:1806:2: warning: returning void-valued expression net/ipv4/tcp_hybla.c:105:3: warning: returning void-valued expression net/ipv4/tcp_vegas.c:171:3: warning: returning void-valued expression net/ipv4/tcp_veno.c:123:3: warning: returning void-valued expression net/sysctl_net.c:85:2: warning: returning void-valued expression Signed-off-by: H...
Apr 30, 6:03 pm 2008
Alan Cox
Re: [PATCH 07/10] net: fix returning void-valued expression ...
Acked-by: Alan Cox <alan@redhat.com> A --
Apr 30, 7:31 pm 2008
David Miller
Re: [PATCH 07/10] net: fix returning void-valued expression ...
From: Harvey Harrison <harvey.harrison@gmail.com> I wish this weren't marked with a warning, what spits this out, sparse? I know the kernel is written in C and not C++, but even Stroustrup mentions this case explicitly in his book: A void function cannot return a value. However, a call of a void function doesn't yield a value, so a void function can use a call of a void function as the expression in a return statement. And I see no reason why there's anything wrong with this ...
Apr 30, 6:08 pm 2008
Harvey Harrison
Re: [PATCH 07/10] net: fix returning void-valued expression ...
Well, in an X86_32 allyesconfig, this only trips 32 times...so it's not exactly common. I agree that there is nothing _wrong_ with this, I'll just add Linus and see if we can just call it codingstyle ;) This is just a _trivial_ way to make the sparse output easier for people to use day-to-day for the kernel. There's lots more to do, but this set removes all remaining integer as NUll/ returning void-value/ single bit signed bitfield warnings. Cheers, Harvey --
Apr 30, 6:20 pm 2008
David Miller
Re: [PATCH 07/10] net: fix returning void-valued expression ...
From: Harvey Harrison <harvey.harrison@gmail.com> Absolutely, I have no problem with that. So I'll likely apply your patch, thanks. --
Apr 30, 6:21 pm 2008
Harvey Harrison
[PATCH 06/10] video: fix returning void-valued expression wa...
drivers/video/nvidia/nv_accel.c:304:3: warning: returning void-valued expression drivers/video/nvidia/nv_accel.c:323:3: warning: returning void-valued expression drivers/video/pm3fb.c:543:3: warning: returning void-valued expression drivers/video/neofb.c:1526:4: warning: returning void-valued expression drivers/video/neofb.c:1534:3: warning: returning void-valued expression drivers/video/i810/i810_accel.c:305:3: warning: returning void-valued expression drivers/video/i810/i810_accel.c:331:3: warning: ...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 05/10] misc: fix integer as NULL pointer warnings
drivers/md/raid10.c:889:17: warning: Using plain integer as NULL pointer drivers/media/video/cx18/cx18-driver.c:616:12: warning: Using plain integer as NULL pointer sound/oss/kahlua.c:70:12: warning: Using plain integer as NULL pointer Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/md/raid10.c | 2 +- drivers/media/video/cx18/cx18-driver.c | 2 +- sound/oss/kahlua.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 03/10] usb: fix integer as NULL pointer warnings
drivers/usb/host/ohci-sm501.c:93:24: warning: Using plain integer as NULL pointer drivers/usb/gadget/amd5536udc.c:3254:9: warning: Using plain integer as NULL pointer drivers/usb/gadget/amd5536udc.c:3267:9: warning: Using plain integer as NULL pointer drivers/usb/gadget/amd5536udc.c:3277:9: warning: Using plain integer as NULL pointer drivers/usb/gadget/amd5536udc.c:3285:9: warning: Using plain integer as NULL pointer drivers/usb/gadget/amd5536udc.c:3293:9: warning: Using plain integer as NULL pointer ...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 04/10] video: fix integer as NULL pointer warnings
drivers/video/aty/atyfb_base.c:3359:26: warning: Using plain integer as NULL pointer drivers/video/aty/radeon_base.c:2280:32: warning: Using plain integer as NULL pointer drivers/video/matrox/matroxfb_base.h:203:25: warning: Using plain integer as NULL pointer drivers/video/matrox/matroxfb_base.h:203:25: warning: Using plain integer as NULL pointer Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/video/aty/atyfb_base.c | 2 +- drivers/video/aty/radeon_base.c ...
Apr 30, 6:03 pm 2008
Harvey Harrison
[PATCH 02/10] scsi: fix integer as NULL pointer warnings
drivers/scsi/FlashPoint.c:906:9: warning: Using plain integer as NULL pointer drivers/scsi/FlashPoint.c:907:53: warning: Using plain integer as NULL pointer drivers/scsi/FlashPoint.c:922:1: warning: Using plain integer as NULL pointer drivers/scsi/aha152x.c:3585:60: warning: Using plain integer as NULL pointer drivers/scsi/aha152x.c:3845:56: warning: Using plain integer as NULL pointer drivers/scsi/qla1280.c:2814:37: warning: Using plain integer as NULL pointer drivers/scsi/atp870u.c:750:47: warning: ...
Apr 30, 6:03 pm 2008
Alan Cox
Re: [PATCH 02/10] scsi: fix integer as NULL pointer warnings
For pointers we should use == NULL or != NULL. Removing the comparison removes the warning but it doesn't replace it with any useful typechecking as can be doing with NULL set as (void *)0. This is thus a backward step. Alan --
Apr 30, 7:29 pm 2008
James Bottomley
Re: [PATCH 02/10] scsi: fix integer as NULL pointer warnings
Could you please Cc linux-scsi? That way interested parties get to check their drivers. The flashpoint initialiser changes look wrong: {0} is a conventional notation for zero initialise this structure. Sparse should probably be taught to recognise that. --
Apr 30, 6:29 pm 2008
Harvey Harrison
Re: [PATCH 02/10] scsi: fix integer as NULL pointer warnings
Actually, looking closer, should this be initialized at all? Can we just remove the initialization here and let them end up in .bss? Harvey --
Apr 30, 6:34 pm 2008
James Bottomley
Re: [PATCH 02/10] scsi: fix integer as NULL pointer warnings
Yes, but the conventional initialiser doesn't change that (as in zero initialise a static and it ends up in bss anyway). James --
Apr 30, 6:54 pm 2008
Harvey Harrison
[PATCH 01/10] acpi: fix integer as NULL pointer warnings
drivers/acpi/dispatcher/dsmethod.c:568:50: warning: Using plain integer as NULL pointer drivers/acpi/executer/exmutex.c:329:30: warning: Using plain integer as NULL pointer drivers/acpi/executer/exmutex.c:466:31: warning: Using plain integer as NULL pointer Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/acpi/dispatcher/dsmethod.c | 2 +- drivers/acpi/executer/exmutex.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/dis...
Apr 30, 6:03 pm 2008
Kumar Gala
[PATCH v3] [POWERPC] devres: Add devm_ioremap_prot()
From: Emil Medve <Emilian.Medve@Freescale.com> We provide an ioremap_flags so provide a corresponding devm_ioremap_prot. The slight name difference is at Ben Herrenschmidt request as he plans on changing ioremap_flags to ioremap_prot in the future. Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> --- Renamed at BenH's request to devm_ioremap_prot. arch/powerpc/lib/Makefile | 1 + arch/powerpc/lib/devres.c | ...
Apr 30, 5:54 pm 2008
David Miller
[GIT]: IPV6 build fix.
Linus, please pull to get this fix for a build regression. Thanks! The following changes since commit 159131149c2f56c1da5ae5e23ab9d5acef4916d1: Lachlan Andrew (1): tcp: Overflow bug in Vegas are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master Pavel Emelyanov (1): ipv6: Compilation fix for compat MCAST_MSFILTER sockopts. net/ipv6/ipv6_sockglue.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)...
Apr 30, 5:51 pm 2008
Roland McGrath
[PATCH] ia64 TS_RESTORE_SIGMASK
Replace TIF_RESTORE_SIGMASK with TS_RESTORE_SIGMASK and define our own set_restore_sigmask() function. This saves the costly SMP-safe set_bit operation, which we do not need for the sigmask flag since TIF_SIGPENDING always has to be set too. Signed-off-by: Roland McGrath <roland@redhat.com> --- arch/ia64/ia32/ia32_signal.c | 2 +- arch/ia64/kernel/signal.c | 15 ++++++++------- include/asm-ia64/thread_info.h | 13 +++++++++++-- 3 files changed, 20 insertions(+), 10 deletions...
Apr 30, 5:40 pm 2008
Pavel Machek
Re: [PATCH] x86: remove NexGen support (fwd)
Are you sure it never shipped? Wikipedia seems to suggest it did ship. http://www.cpu-info.com/index2.php?mainid=Nx586&page=5 ...FPU for nexgen was never shipped, that implies that CPU did ship. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html --
Apr 30, 5:34 pm 2008
Dmitri Vorobiev
Re: [PATCH] x86: remove NexGen support (fwd)
The main reason for removing the NexGen support was that the latter had effectively been broken for G-d knows how many years. As a person somehow involved into embedded development, I simply could not resist to trim a few dozen bytes of dead binary code off vmlinux. Besides, the change is trivially revertable (just checked that), and in case that somebody owns a NexGen box and complains, that can be addressed in a matter of minutes. --
Apr 30, 6:15 pm 2008
Ondrej Zary
Re: [PATCH] x86: remove NexGen support (fwd)
Exactly. Nx686 is the one that was turned into AMD K6. -- Ondrej Zary --
Apr 30, 5:45 pm 2008
H. Peter Anvin
Re: [PATCH] x86: remove NexGen support (fwd)
Doesn't mean it shipped in anything other than sample or sample-like quantities. -hpa --
Apr 30, 5:41 pm 2008
Pavel Machek
Re: [PATCH] x86: remove NexGen support (fwd)
http://www.cpu-info.com/index2.php?mainid=Nx586&page=7 I do not know how many were really shipped, and yes, they seem to be pretty uncommon, but it sounds like more than samples. Actually, some seem to be for sale on ebay ;-). Pavel ... The first NxPCI AT motherboards were shipped at the beginning of September 1995 after they were first announced in fall 1994. Motherboards featured support for EDO and Fast Page memory up to 768MB DRAM, up to four IDE devices, an on-board floppy ...
Apr 30, 5:51 pm 2008
H. Peter Anvin
Re: [PATCH] x86: remove NexGen support (fwd)
Cool. If someone is willing to pick one up and maintain this fairly trivial amount of code we can resurrect it; given that the code had been broken for several releases seem to indicate noone really cares. (Also note that the removal will not prevent the kernel from actually running on these chips; in fact, it might actually make them work.) -hpa --
Apr 30, 5:56 pm 2008
previous daytodaynext day
April 29, 2008April 30, 2008May 31, 2008