First  |  Prev |  Next  |  Last
Pages: 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878
security:ebitmap.c Fix warning: variable 'e_sft' set but not used
On 06/28/2010 05:44 AM, David Howells wrote: Justin P. Mattock<justinmattock(a)gmail.com> wrote: gcc is giving me this during compiling: CC security/selinux/ss/ebitmap.o security/selinux/ss/ebitmap.c: In function 'ebitmap_netlbl_import': security/selinux/ss/ebitmap.c:159:27: warning: variab... 28 Jun 2010 13:56
security:key.c Fix warning: variable 'key' set but not used
On 06/28/2010 05:38 AM, David Howells wrote: Justin P. Mattock<justinmattock(a)gmail.com> wrote: In this case the safest approach(in my mind) would be to just mark the integer __unused. Keep in mind though Im not certain if this is the right place for this value i.e. will this effect *instkey or no... 28 Jun 2010 13:56
[PATCH] Revert "writeback: limit write_cache_pages integrity scanning to current EOF"
This reverts commit d87815cb2090e07b0b0b2d73dc9740706e92c80c. This patch causes any filesystem with an allocation unit larger than the filesystem blocksize will leak unzeroed data. During a file extend, the entire allocation unit is zeroed. However, this patch prevents the tail blocks of the allocation unit fro... 28 Jun 2010 13:56
vhost: break out of polling loop on error
On Sun, 2010-06-27 at 11:59 +0300, Michael S. Tsirkin wrote: When ring parsing fails, we currently handle this as ring empty condition. This means that we enable kicks and recheck ring empty: if this not empty, we re-start polling which of course will fail again. Instead, let's return a negative erro... 28 Jun 2010 13:56
[PATCH] fs: make sure do_change_type() gets a valid type.
Hi, Busybox mount does not support --make-shared, and -o shared is used instead. This has the side effect that MS_SILENT can be passed too, and that prevents do_change_type() from working. This patch fixes this by computing type using only relevant bits. Signed-off-by: Maxime Bizon <mbizon(a)freebox.fr> -... 28 Jun 2010 13:56
2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
On Fri, Jun 11, 2010 at 1:31 PM, Miles Lane <miles.lane(a)gmail.com> wrote: # dmesg | grep -i drm How should I go about debugging this? �I am running Ubuntu unstable, which just moved to the latest Xorg code (xserver-xorg-core 2:1.8.1.901-1ubuntu1 and �xserver-xorg-video-intel 2:2.11.0-1ubuntu2 ). [ ... 28 Jun 2010 12:50
Regression: ps2mouse not working in 2.6.34
Okay, who broke it, and how do I re-enable it? The PS/2 mice on my systems here don't do anything with 2.6.34. One system complains that I need to boot with i8042.nopnp to enable it, which I also tried, but still nogo. Same behaviour with or without /dev/psaux enabled. 64-bit kernel. The other system, runnin... 28 Jun 2010 17:16
vhost-net: add dhclient work-around from userspace
On Mon, Jun 28, 2010 at 01:08:07PM +0300, Michael S. Tsirkin wrote: Userspace virtio server has the following hack so guests rely on it, and we have to replicate it, too: Use port number to detect incoming IPv4 DHCP response packets, and fill in the checksum for these. The issue we are solving is... 30 Jun 2010 19:49
init: Fix race between init and kthreadd -v3
On Mon, Jun 28, 2010 at 7:51 AM, Peter Zijlstra <peterz(a)infradead.org> wrote: �static int __init kernel_init(void * unused) �{ + � � � /* + � � � �* Wait until kthreadd is all set-up. + � � � �*/ + � � � wait_for_completion(&kthreadd_done); � � � �lock_kernel(); Ack. Looks sane. ... 30 Jun 2010 05:25
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
On Mon, 28 Jun 2010, Andrea Righi wrote: If we use the HCD_LOCAL_MEM flag and dma_declare_coherent_memory() to enforce the host controller's local memory utilization we also need to disable native scatter-gather support, otherwise hcd_alloc_coherent() in map_urb_for_dma() is called with urb->transfer_buff... 28 Jun 2010 10:35
First  |  Prev |  Next  |  Last
Pages: 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878