linux-kernel mailing list

FromSubjectsort iconDate
Greg KH
[GIT PATCH] USB fixes for 2.6.25-rc2 git
Here are some USB fixes against your 2.6.25-rc2 git tree. It includes: - lots of device id updates for the wireless usb-serial cards - more quirk additions - bugfixes in various drivers Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ A lot of these patches have been in the -mm tree for a while, as well as -next. The full patches will be sent to the linux-usb mailing list (note the address change), if anyone wants to see them. thanks, greg k-h ...
Feb 21, 7:47 pm 2008
Greg KH
[GIT PATCH] driver core fixes against 2.6.25-rc2 git
Here are a few driver core fixes against your current git tree that fix some more problems that have cropped up: - shutdown problem due to logic problem with cpufreq usage of kobjects. - build fix for powerpc due to previous kobject changes. - runtime errors when CONFIG_SYSFS=n - UIO code now works properly from my previous messups - proper encoding of the ja_JP stable_kernel_rules.txt file - updates to the stable_kernel_rules.txt file - mark ide=reverse as obsolete in preparation of 2.6....
Feb 21, 7:46 pm 2008
Greg Kroah-Hartman
[PATCH 11/11] modules: do not try to add sysfs attributes if...
From: Kay Sievers <kay.sievers@vrfy.org> Thanks to Alexey for the testing and the fix of the fix. Cc: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- kernel/module.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index 92595ba..901cd6a 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -987,12 +987,11 @@ stat...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 10/11] POWERPC: fix typo in pseries/power.c
From: Stephen Rothwell <sfr@canb.auug.org.au> Introduced by commit 79393fc46ede43451a500a132e5de9856f5a4c83 ("kobject: convert pseries/power.c to kobj_attr interface"). sys_create_file takes a "struct attrbute *" not a "struct kobj_addribute *". arch/powerpc/platforms/pseries/power.c: In function 'apo_pm_init': arch/powerpc/platforms/pseries/power.c:78: warning: passing argument 2 of 'sysfs_create_file' from incompatible pointer type Signed-off-by: Stephen Rothwell <sfr@canb.auug.org....
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 09/11] PM: Remove unbalanced mutex_unlock() from dpm_...
From: Rafael J. Wysocki <rjw@sisk.pl> Remove an unnecessary unlocking of dpm_list_mtx in the error path in drivers/base/power/main.c:dpm_suspend() . Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/power/main.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index d609560..cea5...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 08/11] UIO: fix Greg's stupid changes
From: Brandon Philips <brandon@ifup.org> This fixes two bugs with UIO that cropped up recently in -rc1 1) WARNING: at fs/sysfs/file.c:334 sysfs_open_file when trying to open a map addr/size file - complaining about missing sysfs_ops for ktype 2) Permission denied when reading uio/uio0/maps/map0/{addr,size} when files are mode S_IRUGO Also fix a typo: attr_attribute -> addr_attribute Signed-off-by: Brandon Philips <bphilips@suse.de> Signed-off-by: Hans J. Koch <hjk@l...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 07/11] stable_kernel_rules: fix must already be in ma...
From: Stefan Richter <stefanr@s5r6.in-berlin.de> stable_kernel_rules: fix must already be in mainline Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- Documentation/stable_kernel_rules.txt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt index c815c52..4cfc788 100644 --- a/Documentation/stable_kernel_rules...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 06/11] ide: mark "ide=reverse" option as obsolete
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> - it is valid only if "Probe IDE PCI devices in the PCI bus order (DEPRECATED)" config option is used - Greg needs to remove pci_get_device_reverse() for PCI core changes Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/ide/ide.c | 2 +- 1...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 05/11] Driver core: Fix error handling in bus_add_dri...
From: Cornelia Huck <cornelia.huck@de.ibm.com> - If the allocation of ->priv fails, the reference on the bus must be dropped. - If adding the kobject fails, kobject_put must be called to clean things up. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/bus.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/base/bus.c b/drivers/base/bus.c index 055989e.....
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 04/11] driver-core: fix kernel-doc function parameters
From: Randy Dunlap <randy.dunlap@oracle.com> Fix drivers/base/ missing kernel-doc parameters: Warning(linux-2.6.24-git12//drivers/base/driver.c:133): No description found for parameter 'drv' Warning(linux-2.6.24-git12//drivers/base/driver.c:133): No description found for parameter 'kobj' Warning(linux-2.6.24-git12//drivers/base/driver.c:133): No description found for parameter 'fmt' Warning(linux-2.6.24-git12//drivers/base/power/main.c:530): No description found for parameter 'state' Signed-...
Feb 21, 7:48 pm 2008
Greg Kroah-Hartman
[PATCH 03/11] cpufreq: fix kobject reference count handling
From: Balaji Rao <balajirrao@gmail.com> The cpufreq core should not take an extra kobject reference count for no reason, and then refuse to release it. This has been reported as keeping machines from properly powering down all the way. Signed-off-by: Balaji Rao <balajirrao@gmail.com> Cc: Dave Jones <davej@codemonkey.org.uk> Cc: Yi Yang <yi.y.yang@intel.com> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Frans Pop <elendil@planet.nl> Cc: Yinghai Lu <yhlu...
Feb 21, 7:47 pm 2008
Dave Jones
Re: [PATCH 03/11] cpufreq: fix kobject reference count handl...
On Thu, Feb 21, 2008 at 03:47:59PM -0800, Greg Kroah-Hartman wrote: > From: Balaji Rao <balajirrao@gmail.com> > > The cpufreq core should not take an extra kobject reference count for no > reason, and then refuse to release it. This has been reported as > keeping machines from properly powering down all the way. > > > Signed-off-by: Balaji Rao <balajirrao@gmail.com> > Cc: Dave Jones <davej@codemonkey.org.uk> > Cc: Yi Yang <yi.y.yang@...
Feb 21, 7:53 pm 2008
Greg Kroah-Hartman
[PATCH 02/11] slabinfo: fall back from /sys/kernel/slab to /...
From: Christoph Lameter <clameter@sgi.com> I keep running upstream and mm kernels and the location of the slab directory is different since upstream still uses /sys/slab. This patch makes slabinfo check /sys/slab if /sys/kernel/slab is not there. Makes slabinfo work on any kernel. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- Documentation/vm/slabinfo....
Feb 21, 7:47 pm 2008
Greg Kroah-Hartman
[PATCH 01/11] Fix broken utf-8 encodings in ja_JP translatio...
From: Tsugikazu Shibata <tshibata@ab.jp.nec.com> Fix the UTF-8 broken encodings in the ja_JP version of stable_kernel_rules.txt From: Tsugikazu Shibata <tshibata@ab.jp.nec.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- Documentation/ja_JP/stable_kernel_rules.txt | 106 +++++++++++++------------- 1 files changed, 53 insertions(+), 53 deletions(-) diff --git a/Documentation/ja_JP/stable_kernel_rules.txt b/Documentation/ja_JP/stable_kernel_rules.txt index 17d8751....
Feb 21, 7:47 pm 2008
Greg KH
[GIT PATCH] PCI fixes for 2.6.25-rc2 git tree
Here are some PCI patches against your 2.6.25-rc2 git tree. They are a collection of PCI quirk additions, build fixes, and some PCI hotplug fixes. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ The full patches will be sent to the linux-pci mailing list, if anyone wants to see them. thanks, greg k-h ------------- arch/x86/kernel/acpi/boot.c | 3 +- arch/x86/pci/irq.c | 4 ++ drivers/pci/hotplug/acpiphp_core.c |...
Feb 21, 7:46 pm 2008
Stephen Rothwell
Re: linux-next: no next-20080221 tree
On Fri, 22 Feb 2008 00:34:29 +1100 Stephen Rothwell <sfr@canb.auug.org.au> = Just to be clear, the "name" of a tree comes from the Name field in the Next/Trees file. --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/
Feb 21, 7:42 pm 2008
Bill Huey (hui)
Re: [PATCH [RT] 00/14] RFC - adaptive real-time locks
Yeah, it's yet another reason to get better instrumentation in -rt for this purpose and why it's important to only log things in the slow path so that the front end of the rtmutex doesn't see instrumentation artifacts in the measurement. If I get a chance tonight, I'll extend lockdep/lockstat for this purpose if peterz doesn't beat me to it. I won't have access to the test harness to replicate this though. bill --
Feb 21, 6:53 pm 2008
Gregory Haskins
Re: [PATCH [RT] 00/14] RFC - adaptive real-time locks
>>> On Thu, Feb 21, 2008 at 4:42 PM, in message <20080221214219.GA27209@elte.hu>, Note that the "3%" figure being thrown around was from a single patch within the series. We are actually getting a net average gain of 443% in dbench. And note that the number goes *up* when you remove the ticketlocks. The ticketlocks are there to prevent latency spikes, not improve throughput. Its very subtle to get this concept to work. The first few weeks, we were getting 90% regressions ;) ...
Feb 21, 5:56 pm 2008
David Teigland
[GIT PULL] dlm fixes for 2.6.25-rc2
Hi Linus, Please pull two patches from: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus One fixes a regression from the previous patch set, the other updates MAINTAINERS for the dlm. Thanks MAINTAINERS | 3 +-- fs/dlm/rcom.c | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) commit d7c2feaf88df39124e278b9e775b245b057ac99e Author: David Teigland <teigland@redhat.com> Date: Thu Feb 21 15:27:09 2008 -0600 dlm: update git tree in MA...
Feb 21, 5:54 pm 2008
menage
[PATCH 2/2] cgroup map files: Use cgroup map for memcontrol ...
Remove the seq_file boilerplate used to construct the memcontrol stats map, and instead use the new map representation for cgroup control files Signed-off-by: Paul Menage <menage@google.com> --- mm/memcontrol.c | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) Index: cgroupmap-2.6.25-rc2-mm1/mm/memcontrol.c =================================================================== --- cgroupmap-2.6.25-rc2-mm1.orig/mm/memcontrol.c +++ cgroupmap-2.6.25-rc2...
Feb 21, 5:28 pm 2008
menage
[PATCH 0/2] cgroup map files: Add a key/value map file type ...
[ Updated from the previous version to remove the colon from the map output ] These patches add a new cgroup control file output type - a map from strings to u64 values - and make use of it for the memory controller "stat" file. It is intended for use when the subsystem wants to return a collection of values that are related in some way, for which a separate control file for each value would make the reporting unwieldy. The advantages of this are: - more standardized output from control file...
Feb 21, 5:28 pm 2008
menage
[PATCH 1/2] cgroup map files: Add cgroup map data type
Adds a new type of supported control file representation, a map from strings to u64 values. The map type is printed in a similar format to /proc/meminfo or /proc/<pid>/status, i.e. "$key: $value\n" Signed-off-by: Paul Menage <menage@google.com> --- include/linux/cgroup.h | 19 +++++++++++++++ kernel/cgroup.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 1 deletion(-) Index: cgroupmap-2.6.25-rc2-mm1/include/linux/cgroup.h ...
Feb 21, 5:28 pm 2008
Chris Mason
[ANNOUNCE] Btrfs v0.13
Hello everyone, Btrfs v0.13 is now available for download from: http://oss.oracle.com/projects/btrfs/ We took another short break from the multi-device code to make the minor mods required to compile on 2.6.25, fix some problematic bugs and do more tuning. The most important fix is for file data checksumming errors. These might show up on .o files from compiles or other files where seeky writes were done internally to fill it up. The end result was a bunch of zeros in the file where p...
Feb 21, 5:09 pm 2008
Chris Mason
Re: [ANNOUNCE] Btrfs v0.13
Sorry, I should have added: v0.13 has no disk format changes since v0.12. -chris --
Feb 21, 5:12 pm 2008
Jeremy Fitzhardinge
[PATCH] xen: Implement getgeo for Xen virtual block device.
The below implements the getgeo hook for Xen block devices. Extracted from the xen-unstable tree where it has been used for ages. It is useful to have because it allows things like grub2 (used by the Debian installer images) to work in a guest domain without having to sprinkle Xen specific hacks around the place. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> From: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> --- drivers/bloc...
Feb 21, 5:03 pm 2008
Linus Torvalds
Re: [PATCH] xen: Implement getgeo for Xen virtual block devi...
This is just wrong. The From: goes at the *top*, and if it's not there, my scripts won't pick it up as the author. Linus --
Feb 21, 5:16 pm 2008
Jeremy Fitzhardinge
Re: [PATCH] xen: Implement getgeo for Xen virtual block devi...
OK. Have you fixed it, or shall I resend? Thanks, J --
Feb 21, 5:17 pm 2008
Linus Torvalds
Re: [PATCH] xen: Implement getgeo for Xen virtual block devi...
I'll fix it, but I want people to know so that I don't have to fix things like this in the future (*). Linus (*) I keed, I keed. Of *course* I'll have to fix things like this in the future too. But hopefully not quite as often. --
Feb 21, 5:38 pm 2008
Jeremy Fitzhardinge
Re: [PATCH] xen: Implement getgeo for Xen virtual block devi...
Putting the From: in the Signed-off-by block is a result of two thoughts: 1. putting it at the top makes the most sense from an email perspective, but it often seem to get lost by various patch-posting programs if it gets tangled in the Subject/summary part of the patch. The result is that it needs to float in an odd way: Subject: wooble the foo From: Foo Woobler <foo@wooble.com> Wooble foos in the appropriate manner. ...
Feb 21, 5:46 pm 2008
Junio C Hamano
Re: [PATCH] xen: Implement getgeo for Xen virtual block devi...
In addition to "From: ", you can place "Subject: " and "Date: " at the beginning to make sure Linus or whoever applies patches would not get the authorship information from the e-mail itself you send (this is especially true when you are forwarding somebody else's patch). Mnemonic is that the equivalents to E-mail headers go at the top. You will never have Signed-off-by:, Tested-by:, nor Acked-by: in your e-mail headers. They go at the bottom. This is just a toolsmith speaking, I am not in ...
Feb 21, 6:46 pm 2008
menage
[PATCH 1/2] ResCounter: Add res_counter_read_uint()
Adds a function for returning the value of a resource counter member, in a form suitable for use in a cgroup read_uint control file method. Signed-off-by: Paul Menage <menage@google.com> --- include/linux/res_counter.h | 1 + kernel/res_counter.c | 5 +++++ 2 files changed, 6 insertions(+) Index: rescounter-2.6.25-rc2-mm1/include/linux/res_counter.h =================================================================== --- rescounter-2.6.25-rc2-mm1.orig/include/linux/res_coun...
Feb 21, 4:35 pm 2008
menage
[PATCH 0/2] ResCounter: Add res_counter_read_uint and use it...
These patches simplify the code required to report values from a res_counter object in a cgroups control file. The first patch adds res_counter_read_uint, which simply reports the current value for a res_counter member. The second replaces the existing mem_cgroup_read() with a simpler version that calls res_counter_read_uint(). Signed-off-by: Paul Menage <menage@google.com> -- --
Feb 21, 4:35 pm 2008
menage
[PATCH 2/2] ResCounter: Use read_uint in memory controller
Update the memory controller to use read_uint for its limit/usage/failcnt control files, calling the new res_counter_read_uint() function. Signed-off-by: Paul Menage <menage@google.com> --- mm/memcontrol.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Index: rescounter-2.6.25-rc2-mm1/mm/memcontrol.c =================================================================== --- rescounter-2.6.25-rc2-mm1.orig/mm/memcontrol.c +++ rescounter-2.6.25-rc2-mm1/mm/memcontrol...
Feb 21, 4:35 pm 2008
Glauber Costa
[PATCH 0/2] onlining cpus can break lockdep
Hi, While testing with hotplugging cpus today, I've came across a stack trace generated by lockdep. The reason for that is that do_boot_cpu() in smpboot_64.c ends up initializing a struct work_struct variable in the stack. These patches fix this by making it static. a per-cpu variable is choosen, since, to the best of my knowledge, nothing prevents two cpus going up at the same time, and so a single static c_idle won't do. I separated it in two patches to better isolate the change. The first p...
Feb 21, 4:40 pm 2008
Ingo Molnar
Re: [PATCH 0/2] onlining cpus can break lockdep
hm, could you post that trace? Ingo --
Feb 21, 5:12 pm 2008
Glauber Costa
Re: [PATCH 0/2] onlining cpus can break lockdep
Sure. To make it clearer where the problem is, I also added the attached patch to my testing. Trace is: (note the call to do_fork_idle) INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator. key: ffff81003bdf9d18, name: c_idle.work Pid: 11, comm: events/1 Not tainted 2.6.25-rc2 #129 Call Trace: [<ffffffff8104f757>] static_obj+0x5d/0x74 [<ffffffff81052218>] __lock_acquire+0x8b5/0xc3e [<fff...
Feb 21, 5:17 pm 2008
Glauber Costa
[PATCH 1/2] turn c_idle into a pointer
This is not useful by itself, but part of making the underlying work_struct have a static address. Signed-off-by: Glauber Costa <gcosta@redhat.com> --- arch/x86/kernel/smpboot_64.c | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index d53bd6f..f15b774 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c @@ -553,11 +553,12 @@ static int __cpuin...
Feb 21, 4:40 pm 2008
Glauber Costa
[PATCH 2/2] make work have a static address in do_boot_cpu()
This patch makes the work field in create_idle have a static address. Otherwise, being a stack variable, it can boild down the lockdep system. Signed-off-by: Glauber Costa <gcosta@redhat.com> --- arch/x86/kernel/smpboot_64.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index f15b774..d79b7a8 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c @@ -545,6 +545,7 @@ s...
Feb 21, 4:40 pm 2008
Peter Zijlstra Feb 21, 6:12 pm 2008
Glauber Costa
Re: [PATCH 2/2] make work have a static address in do_boot_c...
Indeed. I missed the static lock_class_key definition inside INIT_WORK macro. It does the job neatly. -- Glauber Costa. "Free as in Freedom" http://glommer.net "The less confident you are, the more serious you have to act." --
Feb 21, 6:57 pm 2008
Samuel Thibault
VT notifier fix for VT switch
Notify when VT switch is complete. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> --- linux-2.6.24-orig/drivers/char/vt.c 2008-01-25 09:32:06.000000000 +0100 +++ linux-2.6.24-perso/drivers/char/vt.c 2008-02-21 15:51:13.000000000 +0100 @@ -702,6 +702,7 @@ if (is_switch) { set_leds(); compute_shiftstate(); + notify_update(vc); } } --
Feb 21, 4:26 pm 2008
Bartlomiej Zolnierki...
[PATCH] ide: remove dead/obsolete ->busproc method
->busproc method is used by HDIO_SET_BUSSTATE ioctl but it has no chance of working as intended (in 2.4.x days) because to issue an ioctl there is a device node needed and: - for BUSSTATE_TRISTATE+OFF it is too late (devices are already gone) - for BUSSTATE_TRISTATE+ON it is too early (devices are not registered yet) Just remove ->busproc method for now (it was only implemented by hpt366, siimage and tc86c001 host drivers). Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off...
Feb 21, 4:21 pm 2008
Cyrill Gorcunov
[PATCH] x86: cleanup - use PAGE_SIZE instead of numeric cons...
This patch replaces 4096 numeric constant with PAGE_SIZE macro. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> --- Text segments of old and new files *are* the same so it wouldn't break current kernel. main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.git/arch/x86/boot/main.c =================================================================== --- linux-2.6.git.orig/arch/x86/boot/main.c 2008-02-09 22:27:13.000000000 +0300 +++ linux-2.6.git/arch...
Feb 21, 3:50 pm 2008
H. Peter Anvin
Re: [PATCH] x86: cleanup - use PAGE_SIZE instead of numeric ...
NAK. This is NOT PAGE_SIZE (even though the two values are coincidentally the same, for historical reasons.) -hpa --
Feb 21, 3:52 pm 2008
Cyrill Gorcunov
Re: [PATCH] x86: cleanup - use PAGE_SIZE instead of numeric ...
hmm, why the comment on boot_param structure definition calls it "zeropage"? Anyway really thanks for review and catched this. - Cyrill - --
Feb 21, 3:56 pm 2008
H. Peter Anvin
Re: [PATCH] x86: cleanup - use PAGE_SIZE instead of numeric ...
Historical reasons... it used to be a "magic page" -- that's long since gone. -hpa --
Feb 21, 3:59 pm 2008
Cyrill Gorcunov Feb 21, 4:00 pm 2008
H. Peter Anvin
Re: [PATCH] x86: cleanup - use PAGE_SIZE instead of numeric ...
No problem; this is why we do reviews :) -hpa --
Feb 21, 4:05 pm 2008
Jeremy Fitzhardinge
Re: [PATCH 03/11] xen: add missing definitions for xen grant...
yamahata@valinux.co.jp wrote: Yep. We removed the guest handle stuff for the initial upstreaming, since it isn't necessary on x86 and it quietened some of the reviewer noise. But I expected we'd need to reintroduce it at some stage. J --
Feb 21, 3:40 pm 2008
Jeremy Fitzhardinge
Re: [PATCH 06/11] xen: move arch/x86/xen/events.c undedr dri...
Hm. Perhaps it would be better to move whatever definition you need into a header in a common place (or move xen-ops.h entirely). J --
Feb 21, 3:38 pm 2008
previous daytodaynext day
February 20, 2008February 21, 2008February 22, 2008