linux-kernel mailing list

FromSubjectsort iconDate
Arjan van de Ven
Re: [x86_32] With 4GB installed, in which cases low mem tota...
On Wed, 30 Apr 2008 17:02:02 +0200 I'm not an expert in this, but one thing is that the more memory the system has, the more overhead there is. yes this is expected. Let me explain: even though you have 4Gb of memory, it's spread out like this: 0 - 3.5Gb Memory 3.5Gb - 4Gb Gap 4Gb - 4.5Gb Memory This "gap" is needed for PCI. PCI devices have "memory" on them (technical term is "MMIO", memory mapped IO) and this needs to be in the first 4Gb of memory (traditionally). So the system l...
Apr 29, 1:18 pm 2008
Kevin Winchester
2.6.25-git WARNING: at arch/x86/kernel/genapic_64.c:86 read_...
Hi Ingo, I am getting the following in my dmesg on every boot. It was reported before[1], so I figured someone was working on it. However, I haven't seen it get fixed yet, so is there anything I can do to help? [ 0.071066] ------------[ cut here ]------------ [ 0.071098] WARNING: at arch/x86/kernel/genapic_64.c:86 read_apic_id+0x2e/0x46() [ 0.071140] Pid: 1, comm: swapper Not tainted 2.6.25-06589-gc65a350 #18 [ 0.071169] [ 0.071170] Call Trace: [ 0.071216] [<ffffffff80...
Apr 29, 7:59 pm 2008
Adrian Bunk
[2.6 patch] fix arch/frv/mm/unaligned.o build error
This patch fixes the following build error caused by commit 6510d41954dc6a9c8b1dbca7eaca0f23195ca727 (kernel: Move arches to use common unaligned access): <-- snip --> ... make[2]: *** No rule to make target `arch/frv/mm/unaligned.o', needed by `arch/frv/mm/built-in.o'. Stop. make[1]: *** [arch/frv/mm] Error 2 <-- snip --> Signed-off-by: Adrian Bunk <bunk@kernel.org> --- e3dae1fd99455187e952928f53f43b3bde6d0a08 diff --git a/arch/frv/mm/Makefile b/arch/frv/mm/Makefi...
Apr 29, 7:57 pm 2008
J.A.
Problems with -git14
Hi... I have a couple problems with latest git (-14): - It only recognises 2 processors out of 4 (dual Xeon HT) - It oopses on the swapper process just on boot... Difference in dmesg is below. If full correct dmesg or config is needed, please ask for them. The kernel was built copying old 2.6.25 config to .config && make oldconfig. I filled the missing gaps like PAT and others... --- dm.txt 2008-04-30 01:47:55.000000000 +0200 +++ dm-git14.txt 2008-04-30 01:47:29.000000000 +0200 @@ ...
Apr 29, 7:56 pm 2008
Arjan van de Ven
Re: Problems with -git14
On Wed, 30 Apr 2008 16:17:46 +0100 (BST) this is how it always was supposed to be! At least this is how Intel specifies it to the BIOS vendors (but remember, it's the bios that pretty much sets the cpu order; some will be weird). Exactly for the maxcpus=2 reason... (and for systems where the cpu scheduler does load balancing "from 0 up" it also makes sense) --
Apr 29, 1:22 pm 2008
Tino Keitel
Hack to fix not working spindown over Firewire
Hi folks, I like the manage_start_stop feature of the SD driver to spin down the hard disks (SATA and USB) during suspend. However, it didn't work with my Firewire hard disk. After some research I found out that I can spin down the disk with sg_start --pc=2, and spin it up with sg_start --pc=1. I adopted this into sd_start_stop_device() with the vendor name of the device hardcoded (see the attached patch) and now my Firewire hard disk spins down on suspend and spins up on resume. Is there any...
Apr 29, 7:26 pm 2008
Gabriel C
BUILD error on latest git , ( some *_attach [drivers/media/v...
Hi, getting that on latest git tree : ... WARNING: modpost: Found 8 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' UPD include/linux/compile.h Building modules, stage 2. ERROR: "tea5761_attach" [drivers/media/video/tuner.ko] undefined! ERROR: "tea5761_autodetection" [drivers/media/video/tuner.ko] undefined! ERROR: "microtune_attach" [drivers/media/video/tuner.ko] undefined! ERROR: "simple_tuner_attach" [drivers/media/video/tu...
Apr 29, 7:11 pm 2008
Adrian Bunk
olpc_battery_trigger_uevent() is unused
drivers/power/olpc_battery.c:olpc_battery_trigger_uevent() is unused. Should it have been used? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
Apr 29, 6:29 pm 2008
Andres Salomon
Re: olpc_battery_trigger_uevent() is unused
On Wed, 30 Apr 2008 01:29:51 +0300 It will get used once the olpc power management code makes it upstream. The olpc_register_battery_callback stuff that Andrew removed was related to that. Remove it now if you like, but I'm hoping to get it in for the 2.6.27 merge window. --
Apr 29, 7:01 pm 2008
Ingo Molnar
[patch] inlining: do not allow gcc below version 4 to optimi...
fix the condition to match intention: always use the old inlining behavior on all gcc versions below 4. this should solve the UML build problem. Signed-off-by: Ingo Molnar <mingo@elte.hu> --- include/linux/compiler-gcc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Index: linux-x86.q/include/linux/compiler-gcc.h =================================================================== --- linux-x86.q.orig/include/linux/compiler-gcc.h +++ linux-x86.q/include/linux/compile...
Apr 29, 6:15 pm 2008
Jeff Garzik
[git patches] libata fixes
Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: drivers/ata/ahci.c | 2 +- drivers/ata/libata-core.c | 3 +++ drivers/ata/pata_atiixp.c | 4 ++-- drivers/ata/pata_via.c | 11 ++++++----- include/linux/libata.h | 12 ++++++------ 5 files changed, 18 insertions(+), 14 deletions(-) Alan Cox (2): pata_via: Fix 6410 misdetect libata: More TSSTco...
Apr 29, 6:09 pm 2008
Mauro Carvalho Chehab
[GIT PATCHES] V4L/DVB updates and fixes for 2.6.26
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - Fixes on mtm001, mtv022, pvrusb2, ivtv, cx88 and saa7134; - new board additions on saa7134 and ivtv; - load tuners only when needed; - reorganization of tuner drivers that are shared between DVB and V4L; - Addition of a new driver for Conexant CX23418 MPEG encoder chip (cx18). Notice: the diffstat is very big, due to the "mv" operations. Cheers,...
Apr 29, 5:50 pm 2008
Michael Krufky
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and f...
On Tue, Apr 29, 2008 at 5:50 PM, Mauro Carvalho Chehab Linus has already merged the changes (thank you, Linus) ... However, there is a bug. My "remove static dependencies on analog tuner sub-modules" patch was applied after Mauro's "Rename common tuner Kconfig names to use the same" patch. My patch has conditional behavior, based on CONFIG_DVB_CORE_ATTACH, which was renamed to CONFIG_MEDIA_ATTACH in Mauro's patch. To fix this, we need to do: sed -i s/"CONFIG_DVB_CORE_ATTACH"/"CONFIG_M...
Apr 29, 7:49 pm 2008
Linus Torvalds
Re: [GIT PATCHES] V4L/DVB updates and fixes for 2.6.26
No, the diffstat is big due to the new cx18 driver. The mv's are almost all just pure moves. But that new driver alone is 47 files changed, 10217 insertions(+), 0 deletions(-) in a single commit. Whee... Linus --
Apr 29, 5:59 pm 2008
Jeff Garzik
[PATCH] libata.h: reorganize ata_device a bit
commit f7e989301b6c232dec5489e94ee7741c85cb11ba Author: Jeff Garzik <jeff@garzik.org> Date: Tue Apr 29 17:47:34 2008 -0400 [libata] linux/libata.h: reorganize ata_device struct members a bit Put the big stuff at the end, to prepare for upcoming changes (and also hopefully achieve nicer packing of remaining members). Signed-off-by: Jeff Garzik <jgarzik@redhat.com> include/linux/libata.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(...
Apr 29, 5:50 pm 2008
Jeff Garzik
[PATCH] pata_atiixp fix PIO timing misprogramming
commit d7b5a23fc6e85456ed00a997ff2d925fb3f0dc52 Author: Jeff Garzik <jeff@garzik.org> Date: Tue Apr 29 17:39:45 2008 -0400 [libata] pata_atiixp: fix PIO timing data misprogramming Use correct variable, achieve desired result... Spotted by LKML/linux-ide poster whose name I lost (apologies!) Signed-off-by: Jeff Garzik <jgarzik@redhat.com> drivers/ata/pata_atiixp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d7b5a23fc6e85456ed0...
Apr 29, 5:49 pm 2008
stephane eranian
2.6.25 new perfmon kernel patch + libpfm + pfmon available
Hello, I have released the perfmon2 kernel patch for kernel v2.6.25. There is no major features. However, there were a major restructuring of the code to make it more readable, isolate features per module. The header files have also been restructured to separate user vs. kernel, and generic only vs. shared with arch. The restructuring of the interrupt handler yielded a nice 15% latency improvement on single counter sampling runs on X86. This new structure will make it easier to extract featu...
Apr 29, 5:47 pm 2008
Arjan van de Ven
Re: 2.6.25 new perfmon kernel patch + libpfm + pfmon available
On Tue, 29 Apr 2008 23:47:17 +0200 it hides well there ;( the website seems to only offer a 2003 version for download.. I doubt that that is the right one.. --
Apr 29, 11:08 am 2008
Arjan van de Ven
Re: 2.6.25 new perfmon kernel patch + libpfm + pfmon available
On Wed, 30 Apr 2008 15:11:11 +0200 hummmmm, I wonder why perfmon wants to reimplement half of the PCI layer... +extern spinlock_t pci_config_lock; + +#define PCI_CONF1_ADDRESS(bus, devfn, reg) \ + (0x80000000 | ((reg & 0xF00) << 16) | ((bus & 0xFF) << 16) \ + | (devfn << 8) | (reg & 0xFC)) + +#define is_ibs_pmc(x) (x == 4 || x == 5) + +static int pci_read(unsigned int seg, unsigned int bus, + unsigned int devfn, int reg, int len, u32...
Apr 29, 11:33 am 2008
Arjan van de Ven
Re: 2.6.25 new perfmon kernel patch + libpfm + pfmon available
On Wed, 30 Apr 2008 15:51:39 +0200 ... yet your patch adds an EXPORT_SYMBOL() just to make this specific function possible. Weird. I find it hard to believe that there would be no code in the kernel to read or write config space of a device you have..... :) In fact I bet 80% of the drivers in the tree use it. --
Apr 29, 12:42 pm 2008
Thomas Gleixner
[PATCH] x86: restrict keyboard io ports reservation to make ...
From: Helge Wagner <Helge.Wagner@gefanuc.com> On some of our (single board computer) boards (x86) we are using an IPMI controller that uses I/O ports 0x62 and 0x66 for a KCS (keyboard controller style) IPMI system interface. Trying to load the openipmi driver fails, because the ports (0x62/0x66) are reserved for keyboard. keyboard reserves the full range 0x60-0x6F while it doesn't need to. Reserve only ports 0x60 and 0x64 for the legacy PS/2 i8042 keyboad controller instead of 0x60-0x6F...
Apr 29, 5:46 pm 2008
Yinghai Lu
Re: [PATCH] x86: restrict keyboard io ports reservation to m...
64 bit need to be fixed too... { .name = "keyboard", .start = 0x60, .end = 0x6f, .flags = IORESOURCE_BUSY | IORESOURCE_IO }, YH --
Apr 29, 6:02 pm 2008
Thomas Gleixner Apr 29, 6:55 pm 2008
Jean Delvare
[GIT PULL] More i2c updates for 2.6.26
Linus, Please pull the i2c subsystem updates for Linux 2.6.26 from: git://jdelvare.pck.nerim.net/jdelvare-2.6 i2c-for-linus The biggest thing here is the long awaited conversion of the device/driver matching model of the i2c subsystem. All new-style gpio, hwmon and rtc i2c drivers are converted, as well as SoC video drivers. Remaining are the bulk of video drivers, including ivtv. I couldn't get them done in time so them will come later. Documentation/i2c/writing-clients | 3 +- ...
Apr 29, 5:33 pm 2008
Bjorn Helgaas
RFC: make MAINTAINERS email addresses easier to copy/paste
I like to use display names for email addresses, e.g., "Bjorn Helgaas <bjorn.helgaas@hp.com>" instead of just "bjorn.helgaas@hp.com". The current MAINTAINERS file format makes it a nuisance to copy both the display name and the actual address. So I propose that we fold together the current "P:" and "M:" lines using something similar to the filter below. If we do this, we should fix a few inconsistencies in the current file first so the script will work better. I'll post a patch to do th...
Apr 29, 4:59 pm 2008
Bjorn Helgaas
Re: RFC: make MAINTAINERS email addresses easier to copy/paste
MAINTAINERS: straighten out Person <-> Mail associations Sometimes a "P:" line contains several names, followed by an "M:" line with several email addresses. And sometimes a single "P:" line is followed by several "M:" addresses for the same person. This patch adds extra "P:" lines to make the associations unambiguous. The first hunk is only relevant if we use the preceeding script to fold the "P:" and "M:" lines together, but the rest of the patch should be valid in any case. Signe...
Apr 29, 5:00 pm 2008
Roland Dreier
[GIT PULL] please pull infiniband.git
Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This will get a last batch of changes before 2.6.26-rc1: Eli Cohen (2): IPoIB: Use separate CQ for UD send completions IPoIB: Copy child MTU from parent Eli Dorfman (2): IB/iser: Move high-volume debug output to higher debug level ...
Apr 29, 4:57 pm 2008
Bartlomiej Zolnierki...
[git patches] IDE fixes
Linus, please pull from: master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git/ to receive the following updates: drivers/ide/pci/alim15x3.c | 10 +++++----- drivers/ide/pci/siimage.c | 9 ++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) Anton Vorontsov (1): alim15x3: disable init_hwif_ali15x3 for PowerPC Benjamin Herrenschmidt (1): ide: fix crash at boot with siimage driver diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c ...
Apr 29, 5:12 pm 2008
Sam Ravnborg
[PATCH] acpi: fix section mismatch warning in pnpacpi
Fix following section mismatch warning: WARNING: vmlinux.o(.text+0x153d69): Section mismatch in reference from the function is_exclusive_device() to the variable .init.data:excluded_id_list is_exclusive_device is only used from __init context so document this with the __init annotation and get rid of the warning. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c index c283a9a..63e64ef 100644 --- a/drivers/pnp/pnpacpi/c...
Apr 29, 4:52 pm 2008
Sam Ravnborg
[PATCH RFC] kbuild: drop section mismatch detection for __cpu*
During the last months I have spent too many hours trying to figure out the structure of the CPUHOTPLUG code and never came anywhere near a point where I would call myself familiar with the code base. The reson for me looking into the code was to fix a number of section mismatch warnings - which I succeeded doing. But during this process I do not recall I encountered a single real bug. There were sloppy usage of the __cpuinit annotation and stuff like this. And I also realised that __cpuinit was u...
Apr 29, 4:47 pm 2008
Ingo Molnar
[patch] sound/video: fix sound/i2c/other/tea575x-tuner.c bui...
fix build failure triggered on latest -git by this config: http://redhat.com/~mingo/misc/config-Tue_Apr_29_22_33_36_CEST_2008.bad sound/i2c/other/tea575x-tuner.c: In function 'snd_tea575x_ioctl': sound/i2c/other/tea575x-tuner.c:95: error: 'VIDIOCGCAP' undeclared (first use in this function) sound/i2c/other/tea575x-tuner.c:95: error: (Each undeclared identifier is reported only once sound/i2c/other/tea575x-tuner.c:95: error: for each function it appears in.) sound/i2c/other/tea575x-tuner.c:97: e...
Apr 29, 4:46 pm 2008
Dave Grothe
profile_pc oops in 2.6.18
I have had a problem with a kernel oops in 2.6.18 with the kernel compiled with stack frame pointers and a loadable module compiled without stack frame pointers. I have a patch that fixes the problem for 2.6.18. It is attached to this email. -- Dave
Apr 29, 4:39 pm 2008
Sam Ravnborg
[PATCH] x86: fix section mismatch in pci_scan_bus
Fix following section mismatch warning: WARNING: vmlinux.o(.text+0x275616): Section mismatch in reference from the function pci_scan_bus() to the function .devinit.text:pci_scan_bus_parented() The warning was seen with a CONFIG_DEBUG_SECTION_MISMATCH=y build. The inline function pci_scan_bus refer to functions annotated __devinit - so annotate it __devinit too. This revealed a few x86 specific functions that were only used from __init or __devinit context. So annotate these __devinit and the warnin...
Apr 29, 4:38 pm 2008
Jesse Barnes Apr 29, 4:44 pm 2008
Ingo Molnar
[git pull] kmemcheck
Linus, please pull the latest kmemcheck git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-kmemcheck-v3.git for-linus the SLUB impact has been ACK-ed (and co-authored :) by the SLUB folks. Andrew is happy too now that kmemcheck does not use up any page flags. Thanks, Ingo ------------------> Pekka Enberg (4): x86: __show_registers() and __show_regs() API unification kmemcheck: support for 64-bit kmemcheck: add missing pte_hidden() for x...
Apr 29, 4:34 pm 2008
Riku Voipio
[PATCH] Add pca9532 led driver
NXP pca9532 is a LED dimmer/controller attached to i2c bus. It allows attaching upto 16 leds which can either be on, off or dimmed and/or blinked with the two PWM modulators available. This driver is a "new-style" i2c driver that adheres to the driver model and implements the led framework api. Since the leds connected to driver are platform specific, it is only usefull when platform data is passed to the driver to define what leds are connected to which pins. Signed-off-by: Riku Voipio <riku...
Apr 29, 4:08 pm 2008
Riku Voipio
[PATCH] Add pca9532 platform data for Thecus N2100
Thecus N2100 has leds and a buzzer attached to a pca9532 controller. Attach the driver to the i2c bus and define the pca9532 pin coniguration for this platform in n2100_leds. With this patch, support for N2100 should be complete in mainline Linux. Signed-off-by: Riku Voipio <riku.voipio@iki.fi> --- arch/arm/mach-iop32x/n2100.c | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-io...
Apr 29, 4:08 pm 2008
Andrew Morton
Re: [PATCH] Add pca9532 platform data for Thecus N2100
On Tue, 29 Apr 2008 23:08:53 +0300 So I guess this is really a patch for the git-leds tree, even though it affects only arch/arm/... --
Apr 29, 4:26 pm 2008
Riku Voipio
Re: [PATCH] Add pca9532 platform data for Thecus N2100
Since it depends on pca9532-led-driver being added first, I believe it would logistically simpler to get both patches through leds tree. -- "rm -rf" only sounds scary if you don't have backups --
Apr 29, 4:46 pm 2008
Russell King
Re: [PATCH] Add pca9532 platform data for Thecus N2100
Yes it does, and given that it should go along side the other patch in the same tree. Otherwise we _are_ going to cause compilation damage. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: --
Apr 29, 4:56 pm 2008
Richard Purdie
Re: [PATCH] Add pca9532 platform data for Thecus N2100
Agreed, I'll take them in the LED tree then after I've had a closer look at the driver tomorrow. The LED tree has already merged for this development cycle though so it will have to be queued for the next one. Cheers, Richard --
Apr 29, 5:16 pm 2008
Richard Purdie
Re: [PATCH] Add pca9532 platform data for Thecus N2100
Acked-by: Richard Purdie <rpurdie@rpsys.net> I'll await guidance from Russell about where he wants it to go, I'm fine with git-leds but if he wants to take it through the arm tree I'm ok with that too in which case the ACK above applies. Cheers, Richard --
Apr 29, 4:45 pm 2008
Russell King
Re: [PATCH] Add pca9532 platform data for Thecus N2100
Oh, yet more surprise code apparantly submitted and as yet unreviewd during the merge window! ;( Looks sane enough. I don't see it really matters. Note that I'll be sending my final pull for this merge window in about one hours time, and I've just pushed the tree, patches and mboxes out. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: --
Apr 29, 4:55 pm 2008
Gerhard Mack
[2.6.25] lpfc driver problem
hello I'm getting the following error when trying to load the lpfc driver. This is a new install so I have no idea if this is a regression or not. dmesg output: Emulex LightPulse Fibre Channel SCSI driver 8.2.5 Copyright(c) 2004-2008 Emulex. All rights reserved. scsi2 : on PCI bus 02 device 50 irq 24 lpfc 0000:02:0a.0: 0:0436 Adapter failed to init, timeout, status reg x400000, FW Data: A8 x0 AC x0 lpfc 0000:02:0a.0: 0:0436 Adapter failed to init, timeout, status reg x400000, FW Data: A8...
Apr 29, 4:28 pm 2008
Ralf Hildebrandt
HP server and atto driver from hell
We thought HP would be a smart choice when it comes to Linux,.. Until now, because now we have to use a PCI Express SCSI card that comes with a proprietary driver that won't even compile. When I untar the lnx_drv_epciu320_107.tar.gz and try to compile the glue between the binary blob and the kernel, I get: c# make -k modules Architecture is i386 (x86_regparm) make[1]: Entering directory /usr/src/linux-2.6.25' CC [M] /usr/src/lnx_drv_epciu320_107/src/atto_cfg.o /usr/src/lnx_drv_epciu320_107...
Apr 29, 4:17 pm 2008
Mr. James W. Laferriere
Re: HP server and atto driver from hell
=09Hello Ralf , Fyi , the fusion/mpt driver supports some of the ATTO=20 devices , if your lspci -v for the ATTO controllers looks simular to this = one=20 it may just work with the fusion drivers . =09Hth , JimL # lspci -v -s 0d:04.0 0d:04.0 SCSI storage controller: Atto Technology Ultra320 SCSI Host Adapter= (rev 08) Subsystem: Atto Technology Unknown device 8027 Flags: bus master, 66MHz, medium devsel, latency 128, IRQ 16 I/O ports at 5000 [size=3D256] ...
Apr 29, 6:29 pm 2008
Alan Cox
Re: HP server and atto driver from hell
On Tue, 29 Apr 2008 22:17:27 +0200 I would suggest you take it up with the supplier, given EU law on product being fit for the purpose for which it was sold I would hope they jump. Seriously it isn't going to be worth anyones time fighting binary crap when there are open alternatives available. Tell HP to replace it with a working card - also if you mail ordered it remember your EU wide 14 day return option ;) And please don't post pieces of proprietary driver code to the kernel list - I doubt...
Apr 29, 5:43 pm 2008
Kristoffer Ericson
Kernel bloating being adressed?
Greetings, Ive seen some previous discussions on the subject but are there any people activly working on it? As an embedded dev size does matter :) -- Kristoffer Ericson <Kristoffer.Ericson@Gmail.com> --
Apr 29, 3:21 pm 2008
H. Peter Anvin
Re: Kernel bloating being adressed?
There are several people working on it; e.g. the linux-tiny project. A lot of this stuff is under CONFIG_EMBEDDED. -hpa --
Apr 29, 5:02 pm 2008
bo yang
[PATCH 1/1] scsi: megaraid_sas - Update the Version and Chan...
Update the Version and Changelog for megaraid_sas Driver Signed-off-by Bo Yang<bo.yang@lsi.com> --- Documentation/scsi/ChangeLog.megaraid_sas | 22 ++++++++++++++++++++ drivers/scsi/megaraid/megaraid_sas.c | 2 - drivers/scsi/megaraid/megaraid_sas.h | 6 ++--- 3 files changed, 26 insertions(+), 4 deletions(-) diff -rupN linux-2.6.24_orig/Documentation/scsi/ChangeLog.megaraid_sas linux-2.6.24_new/Documentation/scsi/ChangeLog.megaraid_sas --- linux-2.6.24_orig/Documentat...
Apr 29, 3:55 am 2008
previous daytodaynext day
April 28, 2008April 29, 2008April 30, 2008