linux-kernel mailing list

FromSubjectsort iconDate
David Woodhouse
[PATCH 02/18] firmware: Add CONFIG_BUILTIN_FIRMWARE option
This allows arbitrary firmware files to be included in the static kernel where the firmware loader can find them without requiring userspace to be alive. (Updated and CONFIG_BUILTIN_FIRMWARE_DIR added with lots of help from Johannes Berg). Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> --- Makefile | 2 +- drivers/base/Kconfig | 33 +++++++++++++++++++ firmware/Makefile | 88 ++++++++++++++++++++++...
May 23, 8:58 am 2008
David Woodhouse
[PATCH 01/18] firmware: allow firmware files to be built int...
Some drivers have their own hacks to bypass the kernel's firmware loader and build their firmware into the kernel; this renders those unnecessary. Other drivers don't use the firmware loader at all, because they always want the firmware to be available. This allows them to start using the firmware loader. A third set of drivers already use the firmware loader, but can't be used without help from userspace, which sometimes requires an initrd. This allows them to work in a static kernel. Signed-...
May 23, 8:52 am 2008
Carlos R. Mafra
[PATCH] drm: Remove #define's for non-linux systems
There is no point to consider FreeBSD et al. in the linux kernel source code. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com> --- drivers/char/drm/drm.h | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/drivers/char/drm/drm.h b/drivers/char/drm/drm.h index 3a05c6d..140f461 100644 --- a/drivers/char/drm/drm.h +++ b/drivers/char/drm/drm.h @@ -36,7 +36,6 @@ #ifndef _DRM_H_ #define _DRM_H_ -#if defined(__linux__) #if defined(__KERNEL__) ...
May 23, 7:32 pm 2008
Suresh Siddha
[patch] x86: fix broken math-emu with lazy allocation of fpu...
Fix the math emulation that got broken with the recent lazy allocation of FPU area. init_fpu() need to be added for the math-emulation path aswell for the FPU area allocation. math emulation enabled kernel booted fine with this, in the presence of "no387 nofxsr" boot param. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> --- diff --git a/arch/x86/kernel/i387.c b/arch/x86/kernel/i387.c index e03cc95..eb9ddd8 100644 --- a/arch/x86/kernel/i387.c +++ b/arch/x86/kernel/i387.c @@ -...
May 23, 7:26 pm 2008
Rik van Riel
[PATCH -mm 11/16] more aggressively use lumpy reclaim
From: Rik van Riel <riel@redhat.com> During an AIM7 run on a 16GB system, fork started failing around 32000 threads, despite the system having plenty of free swap and 15GB of pageable memory. If normal pageout does not result in contiguous free pages for kernel stacks, fall back to lumpy reclaim instead of failing fork or doing excessive pageout IO. I do not know whether this change is needed due to the extreme stress test or because the inactive list is a smaller fraction of system mem...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 12/16] pageflag helpers for configed-out flags
From: Lee Schermerhorn <lee.schermerhorn@hp.com> Define proper false/noop inline functions for noreclaim page flags when !defined(CONFIG_NORECLAIM_LRU) Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com> Signed-off-by: Rik van Riel <riel@redhat.com> --- include/linux/page-flags.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) Index: linux-2.6.26-rc2-mm1/include/linux/page-flags.h =================================================================== --- linux-2...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 15/16] ramfs pages are non-reclaimable
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com> Christoph Lameter pointed out that ram disk pages also clutter the LRU lists. When vmscan finds them dirty and tries to clean them, the ram disk writeback function just redirties the page so that it goes back onto the active list. Round and round she goes... Define new address_space flag [shares address_space flags member with mapping's gfp mask] to indicate that the address space contains all non-reclaimable pages. This will provide for e...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 04/16] free swap space on swap-in/activation
From: Rik van Riel <riel@redhat.com> Free swap cache entries when swapping in pages if vm_swap_full() [swap space > 1/2 used]. Uses new pagevec to reduce pressure on locks. Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Lee Schermerhorn <Lee.Schermerhorn@hp.com> Signed-off-by: MinChan Kim <minchan.kim@gmail.com> --- include/linux/pagevec.h | 1 + include/linux/swap.h | 6 ++++++ mm/swap.c | 18 ++++++++++++++++++ mm/swapfil...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 14/16] Non-reclaimable page statistics
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com> Report non-reclaimable pages per zone and system wide. Note: may want to track/report some specific reasons for nonreclaimability for deciding when to splice the noreclaim lists back to the normal lru. That will be tricky, especially in shrink_active_list(), where we'd need someplace to save the per page reason for non-reclaimability until the pages are dumped back onto the noreclaim list from the pagevec. Note: my tests indicate that ...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 09/16] fix pagecache reclaim referenced bit check
From: Rik van Riel <riel@redhat.com> The -mm tree contains the patch vmscan-give-referenced-active-and-unmapped-pages-a-second-trip-around-the-lru.patch which gives referenced pagecache pages another trip around the active list. This seems to help keep frequently accessed pagecache pages in memory. However, it means that pagecache pages that get moved to the inactive list do not have their referenced bit set, and a reference to the page will not get it moved back to the active list. Thi...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 07/16] second chance replacement for anonymous pa...
From: Rik van Riel <riel@redhat.com> We avoid evicting and scanning anonymous pages for the most part, but under some workloads we can end up with most of memory filled with anonymous pages. At that point, we suddenly need to clear the referenced bits on all of memory, which can take ages on very large memory systems. We can reduce the maximum number of pages that need to be scanned by not taking the referenced state into account when deactivating an anonymous page. After all, every anony...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 08/16] add some sanity checks to get_scan_ratio
From: Rik van Riel <riel@redhat.com> The access ratio based scan rate determination in get_scan_ratio works ok in most situations, but needs to be corrected in some corner cases: - if we run out of swap space, do not bother scanning the anon LRUs - if we have already freed all of the page cache, we need to scan the anon LRUs - restore the *actual* access ratio based scan rate algorithm, the previous versions of this patch series had the wrong version - scale the number of pages added to...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 10/16] add newly swapped in pages to the inactive...
From: Rik van Riel <riel@redhat.com> Swapin_readahead can read in a lot of data that the processes in memory never need. Adding swap cache pages to the inactive list prevents them from putting too much pressure on the working set. This has the potential to help the programs that are already in memory, but it could also be a disadvantage to processes that are trying to get swapped in. In short, this patch needs testing. Signed-off-by: Rik van Riel <riel@redhat.com> --- mm/sw...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 05/16] define page_file_cache() function
From: Rik van Riel <riel@redhat.com> Define page_file_cache() function to answer the question: is page backed by a file? Originally part of Rik van Riel's split-lru patch. Extracted to make available for other, independent reclaim patches. Moved inline function to linux/mm_inline.h where it will be needed by subsequent "split LRU" and "noreclaim" patches. Unfortunately this needs to use a page flag, since the PG_swapbacked state needs to be preserved all the way to the point where...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 16/16] SHM_LOCKED pages are nonreclaimable
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com> While working with Nick Piggin's mlock patches, I noticed that shmem segments locked via shmctl(SHM_LOCKED) were not being handled. SHM_LOCKed pages work like ramdisk pages--the writeback function just redirties the page so that it can't be reclaimed. Deal with these using the same approach as for ram disk pages. Use the AS_NORECLAIM flag to mark address_space of SHM_LOCKed shared memory regions as non-reclaimable. Then these pages will be...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 13/16] No Reclaim LRU Infrastructure
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com> Infrastructure to manage pages excluded from reclaim--i.e., hidden from vmscan. Based on a patch by Larry Woodman of Red Hat. Reworked to maintain "nonreclaimable" pages on a separate per-zone LRU list, to "hide" them from vmscan. A separate noreclaim pagevec is provided for shrink_active_list() to move nonreclaimable pages to the noreclaim list without over burdening the zone lru_lock. Pages on the noreclaim list have both PG_noreclaim and...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 06/16] split LRU lists into anon & file sets
From: Rik van Riel <riel@redhat.com> Split the LRU lists in two, one set for pages that are backed by real file systems ("file") and one for pages that are backed by memory and swap ("anon"). The latter includes tmpfs. Eventually mlocked pages will be taken off the LRUs alltogether. A patch for that already exists and just needs to be integrated into this series. This patch mostly has the infrastructure and a basic policy to balance how much we scan the anon lists and how much we scan ...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 03/16] use an array for the LRU pagevecs
From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Turn the pagevecs into an array just like the LRUs. This significantly cleans up the source code and reduces the size of the kernel by about 13kB after all the LRU lists have been created further down in the split VM patch series. Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> --- include/linux/mmzone.h | 13 +++++- include/linux/pagevec.h | 13 +++++- ...
May 23, 3:55 pm 2008
Kristian Høgsberg
[PATCH 1/2] Use structs instead of hardcoded offsets in x86 ...
Signed-off-by: Kristian Høgsberg <krh@redhat.com> --- arch/x86/boot/compressed/misc.c | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c index 90456ce..0d03579 100644 --- a/arch/x86/boot/compressed/misc.c +++ b/arch/x86/boot/compressed/misc.c @@ -30,6 +30,7 @@ #include <asm/io.h> #include <asm/page.h> #include <asm/boot.h> +#include <asm/bootparam.h&...
May 23, 5:59 pm 2008
Kristian Høgsberg
[PATCH 2/2] Only print "Decompressing Linux" etc when 'noisy...
Signed-off-by: Kristian Høgsberg <krh@redhat.com> --- arch/x86/boot/compressed/misc.c | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c index 0d03579..b7b5c1f 100644 --- a/arch/x86/boot/compressed/misc.c +++ b/arch/x86/boot/compressed/misc.c @@ -190,6 +190,7 @@ static void gzip_release(void **); */ static struct boot_params *real_mode; /* Pointer to real-mode data */ ...
May 23, 5:59 pm 2008
Johannes Weiner
Re: [PATCH 2/2] Only print "Decompressing Linux" etc when 'n...
Hi, Isn't that a bit much code to potentially suppress three lines of output? Hannes --
May 23, 6:42 pm 2008
Thomas Gleixner
[GIT pull] x86 fixes for 2.6.26
Linus, please pull x86 fixes for 2.6.26 from: ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git x86-fixes-for-linus Thanks, tglx --- Andi Kleen (1): x86: use explicit copy in vdso_gettimeofday() Chuck Ebbert (1): x86: don't read maxlvt before checking if APIC is mapped Ingo Molnar (2): namespacecheck: automated fixes x86: prevent PGE flush from interruption/preemption Jan Beulich (1): x86/xen: fix arbitrary_virt_to_machine() ...
May 23, 5:49 pm 2008
Guillaume Chazarain
[PATCH] fs-writeback: handle errors in sync_sb_inodes()
Currently it is possible for some errors to be detected at write-back time but not reported to the program as shown by the following script using the included make_file.c. Undetected ENOSPC or EIO can obviously lead to data corruption. ---------8<---------8<---------8<---------8<---------8<---------8<--------- #!/bin/bash # We binary search the size of a file in a 40M filesystem that can cause # the missed error. MIN=5000000 MAX=50000000 rm fs.40M dd if=/dev/zero of=fs.40M...
May 23, 4:34 pm 2008
Rik van Riel
[PATCH -mm 02/16] Use an indexed array for LRU variables
From: Christoph Lameter <clameter@sgi.com> Currently we are defining explicit variables for the inactive and active list. An indexed array can be more generic and avoid repeating similar code in several places in the reclaim code. We are saving a few bytes in terms of code size: Before: text data bss dec hex filename 4097753 573120 4092484 8763357 85b7dd vmlinux After: text data bss dec hex filename 4097729 573120 4092484 8763333 85b7c5 vml...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 01/16] move isolate_lru_page() to vmscan.c
From: Nick Piggin <npiggin@suse.de> isolate_lru_page logically belongs to be in vmscan.c than migrate.c. It is tough, because we don't need that function without memory migration so there is a valid argument to have it in migrate.c. However a subsequent patch needs to make use of it in the core mm, so we can happily move it to vmscan.c. Also, make the function a little more generic by not requiring that it adds an isolated page to a given list. Callers can do that. Note that we now ha...
May 23, 3:55 pm 2008
Rik van Riel
[PATCH -mm 00/16] VM pageout scalability improvements (V8)
On large memory systems, the VM can spend way too much time scanning through pages that it cannot (or should not) evict from memory. Not only does it use up CPU time, but it also provokes lock contention and can leave large systems under memory presure in a catatonic state. Against 2.6.26-rc2-mm1 This patch series improves VM scalability by: 1) putting filesystem backed, swap backed and non-reclaimable pages onto their own LRUs, so the system only scans the pages that it can/should evict...
May 23, 3:55 pm 2008
Max Krasnyansky
[PATCH] [genirq] Expose default irq affinity mask
Current IRQ affinity interface does not provide a way to set affinity for the IRQs that will be allocated/activated in the future. This patch creates /proc/irq/default_smp_affinity that lets users set default affinity mask for the newly allocated IRQs. Changing default does not affect affinity masks for the currently active IRQs, they have to be changed explicitly. Signed-off-by: Max Krasnyansky <maxk@qualcomm.com> --- arch/alpha/kernel/irq.c | 5 +-- include/linux/irq.h | 14 ++++...
May 23, 3:46 pm 2008
Randy Dunlap
Re: [PATCH] [genirq] Expose default irq affinity mask
Please don't use /** as the beginning of a comment block unless that --- ~Randy --
May 23, 4:47 pm 2008
Max Krasnyanskiy
Re: [PATCH] [genirq] Expose default irq affinity mask
Oops, my bad. Did it again. Will fix. Max --
May 23, 4:50 pm 2008
Paul Jackson
Re: [PATCH] [genirq] Expose default irq affinity mask
For new features such as this, documentation is helpful in reviewing. (For me at least, documentation is even helpful in -writing- the code, as I find that if I can't explain something in words clearly and accurately, then my code is probably confused as well. However, I'm obviously weird, and not just in this regard.) From what I can tell, it's ok. I look forward to seeing the Documentation, and will review it again at that time. -- I won't rest till it's the best ... ...
May 23, 6:54 pm 2008
Sitsofe Wheeler
Re: [BUG] unable to handle kernel paging request in next-200...
<posted & mailed> This fixed the problem for me (it was horribly intermittant but I've done 10+ consecutive reboots without seeing an oopos). I changed the patch to printk everytime the condition was hit and it seems to happen twice per PATA device - once after each scsi?: pata_via message and then again after each scsi 0:0:0:0: Direct-Accesss ATA DISKID etc : 0 ANSI: 5 . The thing I don't understand about your explanation is that it sounds like the device struct is being round-trippe...
May 23, 3:34 pm 2008
James Bottomley
Re: [BUG] unable to handle kernel paging request in next-200...
The event is called for all generic device objects belonging to the scsi_bus_type. That means both struct scsi_device and struct scsi_target objects. When it's called for struct scsi_target objects, casting out to struct scsi_device does the wrong thing. James --
May 23, 4:26 pm 2008
Hiroshi Shimamoto
[PATCH -rt] gitignore scripts/testlpp
From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> --- scripts/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/.gitignore b/scripts/.gitignore index b939fbd..bb1dd86 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -7,3 +7,4 @@ pnmtologo bin2c unifdef binoffset +testlpp -- 1.5.4.1 --
May 23, 3:37 pm 2008
Hiroshi Shimamoto
[PATCH -rt] gitignore Module.markers
From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index fdcce40..3d04ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ vmlinux* !vmlinux.lds.S System.map Module.symvers +Module.markers !.gitignore # -- 1.5.4.1 --
May 23, 3:37 pm 2008
Andras Mantia
libata (pata_via) timeouts causing unusable device: the famo...
Hi, since my upgrade to openSUSE 11.0, which comes with 2.6.25.4, soon after I start using my DVD player, I get the following in the log: May 23 21:34:04 stein klogd: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen May 23 21:34:04 stein klogd: ata1.00: cmd a0/01:00:00:00:08/00:00:00:00:00/a0 tag 0 dma 2048 in May 23 21:34:04 stein klogd: cdb 28 00 00 00 01 b3 00 00 01 0...
May 23, 3:01 pm 2008
Jeff Garzik
Re: libata (pata_via) timeouts causing unusable device: the ...
DRDY == device ready, and it occurs billions of times per day during normal use. There is no "famous DRDY issue", you are simply seeing timeouts. Have you tried all of: pci=nomsi, acpi=off, or noapic? Jeff --
May 23, 4:31 pm 2008
Andras Mantia
Re: libata (pata_via) timeouts causing unusable device: the ...
That wouldn't be a problem if it would not block the drive completely Not yet, I will try them (but as I said it worked fine before, without any such kernel options). Andras -- Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org --
May 23, 4:39 pm 2008
Steve French
kernel coding style for if ... else which cross #ifdef
A question splitting "else" and "if" on distinct lines vs. using an extra line and extra #else came up as I was reviewing a proposed cifs patch. Which is the preferred style? #ifdef CONFIG_SOMETHING if (foo) something ... else #endif if ((mode & S_IWUGO) == 0) or alternatively #ifdef CONFIG_SOMETHING if (foo) something ... else if ((mode & S_IWUGO) == 0) #else if ((mode & S_IWUGO) == 0) #endif -- Thanks, Steve --
May 23, 3:11 pm 2008
H. Peter Anvin
Re: kernel coding style for if ... else which cross #ifdef
The former. Why? Because the latter case has unbalanced indentation: to an editor, and to the human eye, it looks like the if in the #else clause is a child to the "else if". *However*, the best would really be if we changed Kconfig to emit configuration constants what were 0/1 instead of undefined/defined. That way we could do: if (CONFIG_SOMETHING && foo) { /* ... something ... */ } else if ((mode & S_IWUGO) == 0) { /* ... */ ... in many cases. -hpa --
May 23, 7:03 pm 2008
Willy Tarreau
Re: kernel coding style for if ... else which cross #ifdef
The second one is dangerous because if code evolves, chances are that only one of the two identical lines will be updated. At least the first one is clearly readable. But if you have tons of places with the same construct, it's better to create a macro which will inhibit the if branch, which gcc will happily optimize away. For instance : #ifdef CONFIG_FOO #define FOO_ENABLED 1 #else #define FOO_ENABLED 0 #endif if (FOO_ENABLED && foo) something else if ((mode & S_IWUGO) ...
May 23, 4:42 pm 2008
Adrian Bunk
Re: kernel coding style for if ... else which cross #ifdef
I would consider the first one much harder to read since you can _very_ easily miss that the "if" is in an "else" clause and completely misread 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 --
May 23, 4:49 pm 2008
Willy Tarreau
Re: kernel coding style for if ... else which cross #ifdef
speaking about readability, yes I agree (the second "if" ought to be indented for the eye to catch it). I'm worrying about the risk of Cheers, Willy --
May 23, 5:05 pm 2008
Tim Pepper
[PATCH] dock.c remove trailing printk whitespace
dock.c remove trailing printk whitespace Signed-off-by: Tim Pepper <lnxninja@linux.vnet.ibm.com> --- I was looking at how docking events are handled these days as I was hoping to have an event handler automatically run an xrandr script for me to set up and remove my docking station attached monitor on dock/undock (which I still haven't figured out how to do or if it's even supported with my hardware :) and noticed the printk from the dock driver left trailing whitespace in syslog. Given...
May 23, 2:54 pm 2008
Anton Vorontsov
[RFC] OpenFirmware bindings for the MMC-over-SPI driver
Hi all, This is second attempt to write the OpenFirmware bindings for the MMC-over-SPI (and SPI bindings in general). First attempt[1] was discussed in the linuxppc-dev list only, since I tried to do the bindings without touching the drivers them self. That attempt got a cool welcome, so here is an alternative. Grant, I'm somewhat sure you'll like it now... :-) As a plus, these bindings doesn't require changes to the spi_of core... [1] [ message continues ]
" title="http://ozlabs.org/pipermail/linuxppc-dev/2008-May/056727.h...">http://ozlabs.org/pipermail/linuxppc-dev/2008-May/056727.h...
May 23, 2:27 pm 2008
Anton Vorontsov
[RFC PATCH 2/2] mmc: add OpenFirmware bindings for the mmc_s...
This patch depends on the Grant Likely's SPI patches, so this is for RFC only. Also, later we'll able to remove OF_GPIO dependency. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> --- Documentation/powerpc/booting-without-of.txt | 24 ++++ drivers/mmc/host/Kconfig | 7 ++ drivers/mmc/host/Makefile | 2 +- drivers/mmc/host/of_mmc_spi.c | 151 ++++++++++++++++++++++++++ 4 files changed, 183 insertions(+), 1 deletions(...
May 23, 2:28 pm 2008
Anton Vorontsov
[RFC PATCH 1/2] mmc_spi: export probe and remove functions
...so we'll able to write bindings for the OpenFirmware without messing with #ifdefs in the driver itself. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> --- drivers/mmc/host/mmc_spi.c | 6 ++++-- drivers/mmc/host/mmc_spi.h | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 drivers/mmc/host/mmc_spi.h diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index 85d9853..f2c4fc2 100644 --- a/drivers/mmc/host/mmc_spi.c +++ b/d...
May 23, 2:28 pm 2008
Arkadiusz Miskiewicz
cpufreq limits avilable frequencies to 800MHz on git kernel
thinkpad z60m, Intel(R) Pentium(R) M processor 2.00GHz. kernel from git fro= m=20 1-2 days ago.=20 Unfortunately it seems that suspend to ram/resume causes frequency to be limited to 800MHz only. I can't set it to 2GHz again :-/ scaling_max_freq is then 800000 and cannot be changed. reboot and the problem disappears until new suspend/resume cycle. cpufreq stuff is driven by acpi-cpufreq $ cpufreq-info cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006 Report errors and bugs...
May 23, 1:44 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 fixes for various issues: - Various trivial fixes that get rid of warnings - A couple of oopsable bugs fixed - Fixes for mthca/mlx4 driver bugs that stop NFS/RDMA from working - MAINTAINERS entry for Chelsio drivers Andrew Morton...
May 23, 1:57 pm 2008
Theodore Ts'o
2008 Linux Kernel Summit
Hi folks, It's time to start kicking off the 2008 Kernel Summit planning process. This year, the Kernel Summit will be held in Portland, Oregon, on September 15-16, just before the Plumber's conference. As in previous years, I've set up a e-mail discussion list for people who are interested in making suggestions for this year's kernel summit. In the probably hopeless attempt to avoid the list address getting instantly harvested by spammers from all of the LKML archives, the list submi...
May 23, 1:27 pm 2008
Theodore Tso
Re: 2008 Linux Kernel Summit
Oops! Obviously, that should read: #!/usr/bin/perl $at="@"; $AD=(gmtime(time))[5]+1900; print "ksummit-" . $AD . "-discuss" . $at . "lists.linux-foundation.org\n"; print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-" . $AD . "-discuss\n"; - Ted --
May 23, 1:30 pm 2008
previous daytodaynext day
May 22, 2008May 23, 2008May 24, 2008