First  |  Prev |  Next  |  Last
Pages: 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952
X86: intel_ips, check for kzalloc properly
On Mon, 21 Jun 2010 17:02:11 +0200 Jiri Slaby <jslaby(a)suse.cz> wrote: Stanse found that there are two NULL checks missing in ips_monitor. So check their value too and bail out appropriately if the allocation failed. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Jesse Barnes <jbarnes(a)virtuousgeek.... 21 Jun 2010 13:33
audit_tree: sleep inside atomic
Hi, stanse found a sleep inside atomic added by the following commit: commit fb36de479642bc9bdd3af251ae48b882d8a1ad5d Author: Eric Paris <eparis(a)redhat.com> Date: Thu Dec 17 20:12:05 2009 -0500 audit: reimplement audit_trees using fsnotify rather than inotify Simply switch audit_trees from using i... 21 Jun 2010 12:27
[PATCH] SOUND: usb/endpoint, fix dangling pointer use
Stanse found that in snd_usb_parse_audio_endpoints, there is a dangling pointer dereference. When snd_usb_parse_audio_format fails, fp is freed, and continue invoked. On the next loop, there is "fp && fp->altsetting == 1 && fp->channels == 1" test, but fp is set from the last iteration (but is bogus) and thus ilega... 21 Jun 2010 11:19
[RFC][PATCH] PM: Avoid losing wakeup events during suspend
On Sun, 20 Jun 2010, David Brownell wrote: Can we put this more directly: the problem is that the *SYSTEM ISN'T FULLY SUSPENDED* when the hardware wake event triggers? (Where "*SYSTEM* includes userspace not just kernel. In fact the overall system is built from many subsystems, some in the kernel... 21 Jun 2010 11:19
[PATCH] USB: isp1362-hcd, fix double lock
Stanse found that isp1362_sw_reset tries to take a isp1362_hcd->lock, but it is already held in isp1362_hc_stop. Avoid that by introducing __isp1362_sw_reset which doesn't take the lock and call it from isp1362_hc_stop. isp1362_sw_reset is then as simple as lock -- __isp1362_sw_reset -- unlock. Signed-off-by: Ji... 21 Jun 2010 11:19
High availability in KVM
On Thu, 17 Jun 2010 12:15:20 +0900 Fernando Luis Vazquez Cao <fernando(a)oss.ntt.co.jp> wrote: * qemu-kvm Currently KVM is only notified about memory errors detected by the MCE subsystem. When running on newer x86 hardware, if MCE detects an error on user-space it signals the corresponding proc... 13 Jul 2010 05:26
[PATCH 3/2] Driver core: move platform device creation helpers to .init.text (if MODULE=n)
Platform devices should only be called by init code, so it should be possible to move creation helpers to .init.text -- at least if modules are disabled. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- Hello, for a x64_64_defconfig with CONFIG_MODULES disabled this introduces two new sec... 21 Jun 2010 11:19
Entropy poolsize
I know grsecurity has a option for this but I don't want to patch my kernel with it at this time. I have been poking around random.c but I can't seem to figure out where .poolsize is assigned it's value and how to increase it. If someone could point it out that would be nice. Thank you for your time. -- To u... 4 Jul 2010 15:33
rt2870: add device id for Zyxel NWD-270N
Pazartesi 21 Haziran 2010 günü (saat 14:00:56) Ozan Çağlayan şunları yazmıştı: Add device id for Zyxel NWD-270N USB dongle. Signed-off-by: Ozan Çağlayan <ozan(a)pardus.org.tr> --- drivers/staging/rt2860/usb_main_dev.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) This ID is also listed... 21 Jun 2010 10:13
[PATCH] ACPI dock: move some functions to .init.text
These functions are some of the few stoppers of moving platform_device_register_data to .init.text, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/acpi/dock.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/dock.c b/drivers/acpi/doc... 21 Jun 2010 10:13
First  |  Prev |  Next  |  Last
Pages: 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952