linux-kernel mailing list

FromSubjectsort iconDate
Harvey Harrison
[PATCH] mm: hugetlb.c make functions static, use NULL rather...
mm/hugetlb.c:265:17: warning: symbol 'resv_map_alloc' was not declared. Should it be static? mm/hugetlb.c:277:6: warning: symbol 'resv_map_release' was not declared. Should it be static? mm/hugetlb.c:292:9: warning: Using plain integer as NULL pointer mm/hugetlb.c:1750:5: warning: symbol 'unmap_ref_private' was not declared. Should it be static? Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- mm/hugetlb.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) dif...
Aug 22, 6:47 pm 2008
Tony Murray
Patch: Correct Sierra Wireless USB EVDO Modem Device ID
I was trying to figure out why my device wasn't supported by the drivers/usb/serial/sierra.c driver, while looking throught the device IDs I spotted what I believe to be a typo in the device IDs. Please apply the following patch: --- drivers/usb/serial/sierra.c.orig 2008-08-22 16:55:00.000000000 -0500 +++ drivers/usb/serial/sierra.c 2008-08-22 17:08:55.000000000 -0500 @@ -185,7 +185,7 @@ { USB_DEVICE(0x1199, 0x0017) }, /* Sierra Wireless EM5625 */ { USB_DEVICE(0x1199, 0x0018) }...
Aug 22, 6:30 pm 2008
philipl
[PATCH 1/1] toshiba_acpi: Add support for bluetooth toggling...
There's been a patch floating around for toshiba_acpi that exports an ad-hoc /proc interface to toggle the bluetooth adapter in a large number of Toshiba laptops. I'm not sure if it's still relevant for the latest models, but it is still required for older models such as my Tecra M3. This change pulls in the low level Toshiba-specific code from the old patch and sets up an rfkill device and a polled input device to track the state of the hardware kill-switch. Signed-off-by: Philip Langdale <ph...
Aug 22, 6:23 pm 2008
Russ Anderson
[PATCH 4/4] x86: Add sysfs entries for UV
[PATCH 4/4] x86: Add sysfs entries for UV Create /sys/firmware/sgi_uv sysfs entries for partition_id and coherence_id. Signed-off-by: Russ Anderson <rja@sgi.com> --- arch/x86/kernel/Makefile | 2 - arch/x86/kernel/uv_sysfs.c | 61 +++++++++++++++++++++++++++++++++++++++++++++ include/asm-x86/uv/bios.h | 2 + 3 files changed, 64 insertions(+), 1 deletion(-) Index: linux/arch/x86/kernel/Makefile =================================================================== --- linux.o...
Aug 22, 5:55 pm 2008
Russ Anderson
[PATCH 3/4] x86: Add UV partition call
[PATCH 3/4] x86: Add UV partition call Add a bios call to return partitioning related info. Signed-off-by: Russ Anderson <rja@sgi.com> --- arch/x86/kernel/bios_uv.c | 52 ++++++++++++++++++++++++++++++++++----- arch/x86/kernel/genx2apic_uv_x.c | 14 ++++++---- include/asm-x86/uv/bios.h | 30 ++++++++++++++++------ 3 files changed, 76 insertions(+), 20 deletions(-) Index: linux/arch/x86/kernel/bios_uv.c ==============================================================...
Aug 22, 5:54 pm 2008
Russ Anderson
[PATCH 2/4] x86: Add UV bios call infrastructure
[PATCH 2/4] x86: Add UV bios call infrastructure Add the EFI callback function and associated wrapper code. Initialize SAL system table entry info at boot time. Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: Paul Jackson <pj@sgi.com> --- arch/x86/kernel/bios_uv.c | 106 +++++++++++++++++++++++++++++++-------- arch/x86/kernel/genx2apic_uv_x.c | 1 include/asm-x86/uv/bios.h | 58 +++++++++++---------- 3 files changed, 117 insertions(+), 48 deletions(...
Aug 22, 5:53 pm 2008
Russ Anderson
[PATCH 1/4] x86: Add UV EFI table entry
[PATCH 1/4] x86: Add UV EFI table entry Look for a SAL entry in the EFI tables. Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: Paul Jackson <pj@sgi.com> --- arch/x86/kernel/efi.c | 4 ++++ 1 file changed, 4 insertions(+) Index: linux/arch/x86/kernel/efi.c =================================================================== --- linux.orig/arch/x86/kernel/efi.c 2008-08-22 14:49:44.000000000 -0500 +++ linux/arch/x86/kernel/efi.c 2008-08-22 14:50:10.000000000 -0500 @...
Aug 22, 5:51 pm 2008
Russ Anderson
[PATCH 0/4] x86: UV runtime bios calls
[PATCH 0/4] x86: UV runtime bios calls Purpose: Create an interface to allow calls into bios to return platform specific information. The interface uses EFI SAL table entry. EFI provides a mechanism for defining function pointers to firmware routines. This patchset builds on the EFI mechanism to provide access to those firmware routines. Patches: uv_efi_bios: Look for SAL entry in EFI tables. uv_bios_common: Add the EFI callback function using the EFI table entry. Create assoc...
Aug 22, 5:50 pm 2008
Daniel J Blueman
[2.6.27-rc4] SLUB list_lock vs obj_hash.lock...
When booting 2.6.27-rc4 with SLUB and debug_objects=1, we see (after some activity) lock ordering issues with obj_hash.lock and SLUB's list_lock [1]. Thanks, Daniel --- [1] ======================================================= [ INFO: possible circular locking dependency detected ] 2.6.27-rc4-224c #1 ------------------------------------------------------- hald/4680 is trying to acquire lock: (&n->list_lock){++..}, at: [<ffffffff802bfa26>] add_partial+0x26/0x80 but task ...
Aug 22, 5:48 pm 2008
Steven Rostedt
2.6.26.3-rt3
We are pleased to announce the 2.6.26.3-rt3 tree, which can be downloaded from the location: http://rt.et.redhat.com/download/ Information on the RT patch can be found at: http://rt.wiki.kernel.org/index.php/Main_Page Changes since 2.6.26-rt2 - patch merge fix (Steven Rostedt) - fix net core sock locking (Chirag Jog) - namespace lock fixes (Chirag Jog) - hrtimers stuck in waitqueue fix (Thomas Gleixner) to build a 2.6.26.3-rt3 tree, the following patches should be a...
Aug 22, 5:39 pm 2008
John Kacur
Re: 2.6.26.3-rt3
One more patch that was missed - it was discussed here http://marc.info/?l=linux-rt-users&m=121846031913931&w=2 I am resending it, please consider for -rt4. Without it I continue to get the following type of message. BUG: using smp_processor_id() in preemptible [00000000] code: firefox-bin/3912 caller is __qdisc_run+0x160/0x1e9 Pid: 3912, comm: firefox-bin Tainted: G W 2.6.26.3-rt2 #6 Call Trace: [<ffffffff8033cc96>] debug_smp_processor_id+0xde/0xec [<ffffffff803...
Aug 22, 7:39 pm 2008
Daniel J Blueman
[2.6.27-rc4] XFS i_lock vs i_iolock...
On 2.6.27-rc4 with various debug options enabled, lockdep claims lock ordering issues with XFS [1] - easiest reproducer is just running xfs_fsr. Mount options I was using were 'nobarrier,noatime,nodiratime'. Thanks, Daniel --- [1] ======================================================= [ INFO: possible circular locking dependency detected ] 2.6.27-rc4-224c #1 ------------------------------------------------------- xfs_fsr/5763 is trying to acquire lock: (&(&ip->i_lock)->mr...
Aug 22, 5:12 pm 2008
Daniel J Blueman
[2.6.27-rc4] MAX_LOCK_DEPTH too low...
When running some kvm testing on 2.6.27-rc4 with various kernel debug options enabled, I hit the MAX_LOCK_DEPTH limit of 48: [ 30.670253] uhci_hcd 0000:00:1d.2: FGR not stopped yet! [ 30.701773] uhci_hcd 0000:00:1d.1: FGR not stopped yet! [ 30.733533] uhci_hcd 0000:00:1d.0: FGR not stopped yet! [ 30.765379] uhci_hcd 0000:00:1a.2: FGR not stopped yet! [ 30.797253] uhci_hcd 0000:00:1a.0: FGR not stopped yet! [ 115.469934] uhci_hcd 0000:00:1d.0: FGR not stopped yet! [ 184.507012] Hangchec...
Aug 22, 4:54 pm 2008
Pavel Machek
autosuspend for SCSI devices
From: Alan Stern <stern@rowland.harvard.edu> Add support for autosuspend/autoresume of the SCSI devices. Lowlevel driver can use it to spin the disk down... and it is neccessary step for powering down the controllers. Spinning down the disk is useful - saves ~0.5W here, and it is last major thing we can do to save power on some small machines like Kohjinsha subnotebooks. Signed-off-by: Pavel Machek <pavel@suse.cz> -- (english) http://www.livejournal.com/~pavelmachek (cesky...
Aug 22, 6:56 am 2008
Rafael J. Wysocki Aug 22, 4:52 pm 2008
Chris Frey
Visible Ctrl-C in latest kernels
Hi, A fairly user-level question here. I recently upgraded from 2.6.24.3 to 2.6.26.3. I've noticed that on my Debian stable system, I can now see Ctrl-C characters when using an xterm. I've checked the stty settings and nothing seems different. For example: [cdfrey ~]$ sleep 3s ^C [cdfrey ~]$ The ^C does not appear using 2.6.24.3. I'm not sure where to look to find what changed. I've attached my config for 2.6.26.3, which is basically the same for 2.6.24.3, upgraded with 'make...
Aug 22, 4:15 pm 2008
Rafael J. Wysocki
[PATCH] x86 MCE: Fix CPU hotplug problem with multiple multi...
From: Rafael J. Wysocki <rjw@sisk.pl> x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs During CPU hot-remove the sysfs directory created by threshold_create_bank(), defined in arch/x86/kernel/cpu/mcheck/mce_amd_64.c, has to be removed before its parent directory, created by mce_create_device(), defined in arch/x86/kernel/cpu/mcheck/mce_64.c . Moreover, when the CPU in question is hotplugged again, obviously the latter has to be created before the former. At present, the ...
Aug 22, 4:23 pm 2008
Henne
[PATCH] V4L: fix retval in vivi driver for more than one dev...
From: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> The variable ret should be set for each device to -ENOMEM, not only the first. diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 3518af0..d739b59 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c @@ -1106,11 +1106,12 @@ static struct video_device vivi_template = { static int __init vivi_init(void) { - int ret = -ENOMEM, i;...
Aug 22, 4:16 pm 2008
Henne
[PATCH] V4L: fix return value of meye probe callback
From: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> The return vaule of the probe function should return -ENOMEM instead of -EBUSY if video_device_alloc() fails. diff --git a/drivers/media/video/meye.c b/drivers/media/video/meye.c index 7c8ef6a..225714b 100644 --- a/drivers/media/video/meye.c +++ b/drivers/media/video/meye.c @@ -1774,6 +1774,7 @@ static int __devinit meye_probe(struct pci_dev *pcidev, goto outnotdev; } ...
Aug 22, 4:13 pm 2008
Alex Nixon
[PATCH 5/5] Xen: Implement CPU hotplugging
Note the changes from 2.6.18-xen CPU hotplugging: A vcpu_down request from the remote admin via Xenbus both hotunplugs the CPU, and disables it by removing it from the cpu_present map, and removing its entry in /sys A vcpu_up request from the remote admin only re-enables the CPU, and does not immediately bring the CPU up. A udev event is emitted, which can be caught by the user if he wishes to automatically re-up CPUs when available, or implement a more complex policy. Signed-off-by: Alex Nixon &l...
Aug 22, 3:32 pm 2008
Henne
[PATCH] V4L: check inval in video_register_device_index()
From: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Better check the video_device pointer before using it. diff --git a/drivers/media/video/v4l2-dev.c b/drivers/media/video/v4l2-dev.c index 6f36006..ef153ff 100644 --- a/drivers/media/video/v4l2-dev.c +++ b/drivers/media/video/v4l2-dev.c @@ -257,6 +257,9 @@ int video_register_device_index(struct video_device *vfd, int type, int nr, int ret; char *name_base; + if (vfd ...
Aug 22, 3:41 pm 2008
Arnd Bergmann
Re: [PATCH 05/10] AXFS: axfs_profiling.c
No, i replied to your mail that was sent just to me. sysfs files are meant to have just a single value. Some have a list of values of the same type, but a file that needs a nontrivial parser (even sscanf) is not allowed in sysfs, by convention. There is also the technical limitation of the size to a single page, It's basically the same as debugfs -- actually I once started a patch to make it a single function call to instantiate a debugfs-like file system, but I never finished that patch. de...
Aug 22, 3:38 pm 2008
Serge E. Hallyn
[PATCH 1/1] selinux: add support for installing a dummy policy
In August 2006 I posted a patch to the selinux list generating a minimal SELinux policy. This week, David P. Quigley posted an updated version of that as a patch against the kernel. In addition to some fixes, also had nice logic for auto-installing the policy. I've gone ahead and hooked it into the kernel Makefile logic. The way I have it here, doing 'make scripts' ends up compiling 'mdp', after which you must cd scripts/selinux sh install_policy.sh That isn't as nice as being able to do ...
Aug 22, 3:34 pm 2008
James Morris
Re: [PATCH 1/1] selinux: add support for installing a dummy ...
I think leaving out of the top level makefile is preferred, as there are no other subsystem targets there. Please make sure 'make distclean' cleans up properly. These are currently left behind: # scripts/selinux/mdp/file_contexts # scripts/selinux/mdp/policy.23 # scripts/selinux/mdp/policy.conf Please also provide documentation on how to boot the system up with this ITYM contexts :-) - James -- James Morris <jmorris@namei.org> --
Aug 22, 6:56 pm 2008
Vegard Nossum
9a2d43b: __alloc_bootmem_core(): zero-sized request
Hi, I was trying out commit 9a2d43b7566caeeeb414aa628bc2759028897dbb Date: Tue Jul 15 21:21:43 2008 +0200 ..as part of the debugging of a different issue, but I got this: __alloc_bootmem_core(): zero-sized request ------------[ cut here ]------------ kernel BUG at /uio/arkimedes/s29/vegardno/git-working/linux-2.6/mm/bootmem.c:247! invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC Pid: 0, comm: swapper Not tainted (2.6.26-00014-g9a2d43b #34) EIP: 0060:[<c082be18>] EFLAGS: 000102...
Aug 22, 3:24 pm 2008
Vegard Nossum
Re: 9a2d43b: __alloc_bootmem_core(): zero-sized request
[...] Don't know how much it helps, but I tried this patch: diff --git a/mm/bootmem.c b/mm/bootmem.c index 8d9f60e..56298cb 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -244,7 +244,7 @@ __alloc_bootmem_core(struct bootmem_data *bdata, unsigned lo ng size, if (!size) { printk("__alloc_bootmem_core(): zero-sized request\n"); - BUG(); + return ZERO_SIZE_PTR; } BUG_ON(align & (align-1)); ...and I got this (it was ap...
Aug 22, 3:54 pm 2008
Randy Dunlap
[PATCH] documentation: add more early_param boot options
From: Randy Dunlap <randy.dunlap@oracle.com> Add some (more) early_param boot options to kernel-parameters.txt. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- Documentation/kernel-parameters.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- lin2627-rc4.orig/Documentation/kernel-parameters.txt +++ lin2627-rc4/Documentation/kernel-parameters.txt @@ -129,6 +129,13 @@ and is between 256 and 4096 characters. ./include/asm/setup.h as COMMAND_LINE_SIZE. +...
Aug 22, 3:02 pm 2008
Yinghai Lu
Re: [PATCH] documentation: add more early_param boot options
how about the one in Documentation/x86/x86_64/boot-options.txt ? YH --
Aug 22, 3:07 pm 2008
Randy Dunlap
Re: [PATCH] documentation: add more early_param boot options
Oh. Thanks. I'll think about how to handle that (or drop that part) and respin/resend it. --
Aug 22, 3:13 pm 2008
Johann Felix Soden
[PATCH] pci: Fix printk warnings in probe.c
From: Johann Felix Soden <johfel@users.sourceforge.net> Fix printk format warnings: drivers/pci/probe.c: In function 'pci_read_bridge_bases': drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'resource_size_t' drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'resource_size_t' drivers/pci/probe.c:398: warning: format '%llx' expects type 'long long unsigned int', but argument...
Aug 22, 2:46 pm 2008
Danny ter Haar
[PATCH] trivial typo's 2.6.*
I noticed a typo during message on bootup. Using grep found a few more. Signed-off-by: Danny ter Haar <dth@cistron.nl> Cc: trivial@kernel.org -------------------------------------- diff -r -u linux-2.6.27-rc3-git6.orig/Documentation/cris/README linux-2.6.27-rc3-git6/Documentation/cris/README --- linux-2.6.27-rc3-git6.orig/Documentation/cris/README 2008-07-13 23:51:29.000000000 +0200 +++ linux-2.6.27-rc3-git6/Documentation/cris/README 2008-08-19 16:04:20.876635000 +0200 @@ -27,7 +27,7...
Aug 22, 2:31 pm 2008
Andrew Morton
Re: [PATCH] trivial typo's 2.6.*
On Fri, 22 Aug 2008 20:31:28 +0200 this really should have been three separate patches, but whatever. --
Aug 22, 3:01 pm 2008
Karen Xie
[PATCH 4/4 2.6.28] cxgb3i - cxgb3i iscsi driver
[PATCH 4/4 2.6.28] cxgb3i - cxgb3i iscsi driver From: Karen Xie <kxie@chelsio.com> cxgb3i iSCSI driver. Signed-off-by: Karen Xie <kxie@chelsio.com> --- drivers/scsi/Kconfig | 2 drivers/scsi/Makefile | 1 drivers/scsi/cxgb3i/Kconfig | 6 drivers/scsi/cxgb3i/Makefile | 5 drivers/scsi/cxgb3i/cxgb3i.h | 155 +++ drivers/scsi/cxgb3i/cxgb3i_init.c | 109 ++ drivers/scsi/cxgb3i/cxgb3i_iscsi.c | 824 +++...
Aug 22, 2:40 pm 2008
Andrew Morton
Re: [PATCH 4/4 2.6.28] cxgb3i - cxgb3i iscsi driver
On Fri, 22 Aug 2008 11:40:56 -0700 I'm going to suggest that this not be merged in this form due to the We got bored of documenting, I see ;) It's a shame, because documenting the data structures is very useful. Far too large to inline, has only one call site. Can be made static I'd suggest that the version number just be removed. It becomes meaningless (and often misleading) once a driver is in the mainline kernel. People will update the driver without changing the version numbe...
Aug 22, 3:48 pm 2008
Karen Xie
[PATCH 3/4 2.6.28] open-iscsi - support for digest offload a...
[PATCH 3/4 2.6.28] open-iscsi - support for digest offload and payload DDP. From: Karen Xie <kxie@chelsio.com> Added PDU digest offload and payload direct-placement support in open-iscsi. Signed-off-by: Karen Xie <kxie@chelsio.com> --- drivers/scsi/iscsi_tcp.c | 61 ++++++++++++++++++++++++----------- drivers/scsi/iscsi_tcp.h | 14 ++++++++ drivers/scsi/libiscsi.c | 51 +++++++++++++++++++++++------ include/scsi/iscsi_if.h | ...
Aug 22, 2:40 pm 2008
Karen Xie
[PATCH 1/4 2.6.28] cxgb3 - manage a private ip address for i...
[PATCH 1/4 2.6.28] cxgb3 - manage a private ip address for iSCSI From: Karen Xie <kxie@chelsio.com> Create a per port sysfs entry to pass an IP address to the NIC driver, and a control call for the iSCSI driver to grab it. The IP address is required in both drivers to manage ARP requests and connection set up. Signed-off-by: Divy Le Ray <divy@chelsio.com> --- drivers/net/cxgb3/adapter.h | 1 + drivers/net/cxgb3/cxgb3_ctl_defs.h | 7 ++++ drivers/net/cxgb3/cxgb3_main...
Aug 22, 2:38 pm 2008
Andrew Morton
Re: [PATCH 1/4 2.6.28] cxgb3 - manage a private ip address f...
On Fri, 22 Aug 2008 11:38:32 -0700 There's not really any need to use __be32 in kernel code. Plain old This appears to be taking a dotted quad ipv4 address in ascii form, turning it into a u32 while performing checking? Surely we have a library function somewhere in networking which does I'm wondering about ipv6. Will it never ever be supported? Even if not, it would perhaps be clearer if this was called GET_ISCSI_IPV4ADDR? --
Aug 22, 3:08 pm 2008
Steve Wise
Re: [PATCH 1/4 2.6.28] cxgb3 - manage a private ip address f...
try in_aton() from include/linux/inet.h. --
Aug 22, 3:17 pm 2008
Andrew Morton
Re: [PATCH 1/4 2.6.28] cxgb3 - manage a private ip address f...
On Fri, 22 Aug 2008 14:17:18 -0500 yeah. But that function is a crock. No error checking at all! --
Aug 22, 3:53 pm 2008
Steve Wise
Re: [PATCH 1/4 2.6.28] cxgb3 - manage a private ip address f...
Yea if this is a user/sysadmin supplied value, then we need a rubust inet_aton() in the kernel to validate it... --
Aug 22, 4:09 pm 2008
Karen Xie
[PATCH 2/4 2.6.28] cxgb3 - handle ARP replies for private iS...
[PATCH 2/4 2.6.28] cxgb3 - handle ARP replies for private iSCSI IP address From: Karen Xie <kxie@chelsio.com> stg can be tricky ... [adding @adapter in cxgb3_arp_process doxygen header] The accelerated iSCSI traffic uses a private IP address unknown to the OS. The driver has to reply to ARP requests dedicated to the private IP address. Signed-off-by: Divy Le Ray <divy@chelsio.com> --- drivers/net/cxgb3/sge.c | 71 ++++++++++++++++++++++++++++++++++++++++++++--- 1 files change...
Aug 22, 2:39 pm 2008
Andrew Morton
Re: [PATCH 2/4 2.6.28] cxgb3 - handle ARP replies for privat...
On Fri, 22 Aug 2008 11:39:08 -0700 Other net code uses __constant_htons() for this. (Dunno why - if it makes a difference, htons() is broken?) --
Aug 22, 3:12 pm 2008
Steve Wise
Re: [PATCH 2/4 2.6.28] cxgb3 - handle ARP replies for privat...
Doesn't this avoid complaints from sparse endian checking? --
Aug 22, 3:32 pm 2008
Karen Xie
[PATCH 0/4 2.6.28] cxgb3i - Add iSCSI driver
Hi, everyone, Please review our new version of the iSCSI Initiator drivers for Chelsio S3 adapters. The cxgb3i driver provides iscsi acceleration (PDU digest offload and payload direct-placement) to the open-iscsi initiator. It accesses the hardware through the cxgb3 module. The accelerated iscsi traffic uses a private IP address which is unknown to the OS. netdev list, please review part 1, 2 and cxgb3i_offload.[ch] in part 4 which handle the iscsi connection APIs to the adapter. Thanks. Karen...
Aug 22, 2:37 pm 2008
Jeff Garzik
Re: [PATCH 0/4 2.6.28] cxgb3i - Add iSCSI driver
I have not reviewed in depth, but this does appear to remove the major objection we had. Thanks, Jeff --
Aug 22, 6:15 pm 2008
Johann Felix Soden
[PATCH] pci: Fix printk warnings in setup-bus.c
From: Johann Felix Soden <johfel@users.sourceforge.net> Fix printk format warnings: drivers/pci/setup-bus.c: In function 'pci_bus_dump_res': drivers/pci/setup-bus.c:542: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'resource_size_t' drivers/pci/setup-bus.c:542: warning: format '%llx' expects type 'long long unsigned int', but argument 6 has type 'resource_size_t' Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net> --- drivers/pci/...
Aug 22, 2:25 pm 2008
Henrik Rydberg
[PATCH] Adding a maintainer for the BCM5974 multitouch driver
Signed-off-by: Henrik Rydberg <rydberg@euromail.se> --- MAINTAINERS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 28c69aa..74e3381 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -419,6 +419,12 @@ L: linux-laptop@vger.kernel.org W: http://www.canb.auug.org.au/~sfr/ S: Supported +APPLE BCM5974 MULTITOUCH DRIVER +P: Henrik Rydberg +M: rydberg@euromail.se +L: linux-input@vger.kernel.org +S: Maintained + APPLE SMC DRIVER...
Aug 22, 1:01 pm 2008
Dmitry Torokhov Aug 22, 4:27 pm 2008
Andrey Borzenkov
2.6.27-rc4: 90% system time because of khubd, unable to reboot
2.6.26-rc3 is OK top - 20:11:08 up 5 min, 1 user, load average: 7.05, 4.50, 1.93 Tasks: 103 total, 3 running, 100 sleeping, 0 stopped, 0 zombie Cpu(s): 8.3%us, 91.7%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 494172k total, 278192k used, 215980k free, 18264k buffers Swap: 500432k total, 0k used, 500432k free, 159376k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 851 root 15 -5 0 0 0 R 65.6 0.0 3...
Aug 22, 12:26 pm 2008
Andrey Borzenkov
Re: 2.6.27-rc4: 90% system time because of khubd, unable to ...
reverting 38b375d9610e2467cb793a84d17c6f65e44cdb39 fixed it
Aug 22, 12:53 pm 2008
previous daytodaynext day
August 21, 2008August 22, 2008August 23, 2008