First  |  Prev |  Next  |  Last
Pages: 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
On Thu, Jul 15, 2010 at 6:44 PM, Fajar A. Nugraha <fajar(a)fajar.net> wrote: On Thu, Jul 15, 2010 at 4:34 PM, lei yang <yanglei.fage(a)gmail.com> wrote: All, I patched linux-2.6.34 with xen patches I find if I don't enable XEN ,use default kernel config :i386_defconfig, make bzImage can build wel... 15 Jul 2010 09:51
[PATCH 3/5] drivers/rtc: Remove unneeded ifdef CONFIG_PM
2010/7/14 Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de>: Because CONFIG_PM is a precondition to CONFIG_ACPI, the ifdef CONFIG_PM within ifdef CONFIG_ACPI is redundant. If you don't have other specific tree to merge your patch, please get Andrew's help to do this. Acked-by: Wan ZongShun <mcu... 15 Jul 2010 09:51
[PATCH] ecryptfs: dont call lookup_one_len to avoid NULL nameidata
Hi, I have encountered the same problem that Eric Sandeen described in this post http://lkml.org/lkml/fancy/2010/4/23/467 while experimenting with stackable filesystems. The reason seems to be that ecryptfs calls lookup_one_len() to get the lower dentry, which in turn calls the lower parent dirs d_reval... 15 Jul 2010 09:51
AppArmor security module
On Wed, 14 Jul 2010, John Johansen wrote: This is the fifth general posting of the newest version of the AppArmor security module it has been rewritten to use the security_path hooks instead of the previous vfs approach. The current implementation is aimed at being as semantically close to previous version... 5 Aug 2010 06:57
vhost-net: avoid flush under lock
On Thu, Jul 15, 2010 at 03:19:12PM +0300, Michael S. Tsirkin wrote: We flush under vq mutex when changing backends. This creates a deadlock as workqueue being flushed needs this lock as well. https://bugzilla.redhat.com/show_bug.cgi?id=612421 Drop the vq mutex before flush: we have the device mut... 15 Jul 2010 15:24
[PATCH 1/3] drivers: isdn: use kernel macros to convert hex digit
Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Cc: Karsten Keil <isdn(a)linux-pingi.de> Cc: Tilman Schmidt <tilman(a)imap.cc> Cc: netdev(a)vger.kernel.org --- drivers/isdn/capi/capidrv.c | 7 ++----- drivers/isdn/hisax/q931.c | 13 ++----------- 2 files changed, 4 insertions(+), 16 deletions(-) ... 15 Jul 2010 08:45
[PATCH 2/3] drivers: isdn: remove custom strtoul()
In this case we safe to use strict_strtoul(). Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Cc: Karsten Keil <isdn(a)linux-pingi.de> Cc: netdev(a)vger.kernel.org --- drivers/isdn/hysdn/hysdn_proclog.c | 36 +++++++----------------------------- 1 files changed, 7 insertions(+), 29 deletions(-) dif... 15 Jul 2010 08:45
[PATCH 3/3] drivers: isdn: get rid of custom strtoul()
There were two methods isdn_gethex() and isdn_getnum() which are custom implementations of strtoul(). Get rid of them in regard to strict_strtoul() kernel's function. Signed-off-by: Andy Shevchenko <andy.shevchenko(a)gmail.com> Cc: Hansjoerg Lipp <hjlipp(a)web.de> Cc: Tilman Schmidt <tilman(a)imap.cc> Cc: Karsten Kei... 15 Jul 2010 08:45
[PATCH] vhost-net: avoid flush under lock
We flush under vq mutex when changing backends. This creates a deadlock as workqueue being flushed needs this lock as well. https://bugzilla.redhat.com/show_bug.cgi?id=612421 Drop the vq mutex before flush: we have the device mutex which is sufficient to prevent another ioctl from touching the vq. Signed-o... 15 Jul 2010 08:45
[PATCHv4] netfilter: add CHECKSUM target
This adds a `CHECKSUM' target, which can be used in the iptables mangle table. You can use this target to compute and fill in the checksum in a packet that lacks a checksum. This is particularly useful, if you need to work around old applications such as dhcp clients, that do not work well with checksum offload... 15 Jul 2010 08:45
First  |  Prev |  Next  |  Last
Pages: 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584