First  |  Prev |  Next  |  Last
Pages: 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457
[PATCH 4/6] CIFS: Use d_automount() rather than abusing follow_link()
Make CIFS use the new d_automount() dentry operation rather than abusing follow_link() on directories. [NOTE: THIS IS UNTESTED!] [Question: Why does cifs_dfs_do_refmount() when the caller has already done that and could pass the result through?] Signed-off-by: David Howells <dhowells(a)redhat.com> Cc: S... 22 Jul 2010 14:42
CIFS: Make cifs_convert_address() take a const src pointer and a length
On Thu, 22 Jul 2010 18:33:01 +0100 David Howells <dhowells(a)redhat.com> wrote: Make cifs_convert_address() take a const src pointer and a length so that all the strlen() calls in their can be cut out and to make it unnecessary to modify the src string. Also return the data length from dns_resolve_serv... 22 Jul 2010 14:42
Fix false positive BUG_ON in __page_set_anon_rmap
On Thu, Jul 22, 2010 at 09:16:44AM -0400, Rik van Riel wrote: On 07/22/2010 03:41 AM, KAMEZAWA Hiroyuki wrote: Rik, how do you think ? == From: KAMEZAWA Hiroyuki<kamezawa.hiroyu(a)jp.fujitsu.com> Problem: wrong BUG_ON() in __page_set_anon_rmap(). Kernel version: mmotm-0719 ... 22 Jul 2010 14:42
[PATCH 3/6] CIFS: Make cifs_convert_address() take a const src pointer and a length
Make cifs_convert_address() take a const src pointer and a length so that all the strlen() calls in their can be cut out and to make it unnecessary to modify the src string. Also return the data length from dns_resolve_server_name_to_ip() so that a strlen() can be cut out of cifs_compose_mount_options() too. S... 22 Jul 2010 14:42
[PATCH 5/6] DNS: Implement option parsing on dns_resolver results
From: Wang Lei <wang840925(a)gmail.com> When the dns_resolver upcall program packages results and instantiates its key with them, the offered data may have a number of options appended to it. Each option is of the form: #key=value This implements an option by which the key's expiry time can be set from the ... 22 Jul 2010 14:42
[PATCH 2/6] CIFS: Fix a malicious redirect problem in the DNS lookup code
Fix the security problem in the CIFS filesystem DNS lookup code in which a malicious redirect could be installed by a random user by simply adding a result record into one of their keyrings with add_key() and then invoking a CIFS CFS lookup [CVE-2010-2524]. This is done by creating an internal keyring specificall... 22 Jul 2010 14:42
[PATCH 6/6] DNS: Make AFS go to the DNS for AFSDB records for unknown cells
From: Wang Lei <wang840925(a)gmail.com> Add DNS query support for AFS so that it can get the IP addresses of Volume Location servers from the DNS using an AFSDB record. This requires userspace support. /etc/request-key.conf must be configured to invoke a helper for dns_resolver type keys with a subtype of "afsdb... 22 Jul 2010 14:42
Package Level Thermal Control and Power Limit Notification: pkgtemp doc
On Thu, Jul 22, 2010 at 12:22:23PM -0400, Fenghua Yu wrote: Document for package level thermal hwmon driver. Signed-off-by: Fenghua Yu <fenghua.yu(a)intel.com> Reviewed-by: Len Brown <len.brown(a)intel.com> --- pkgtemp | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertion... 28 Jul 2010 16:16
firewire: new driver: nosy - IEEE 1394 traffic sniffer
Randy Dunlap wrote: On Thu, 22 Jul 2010 11:56:38 +0200 (CEST) Stefan Richter wrote: --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig @@ -66,4 +66,27 @@ config FIREWIRE_NET source "drivers/ieee1394/Kconfig" +config FIREWIRE_NOSY + tristate "Nosy - a FireWire traffic s... 22 Jul 2010 13:36
[PATCH v4] gpio: sx150x: Add Semtech I2C sx150x gpio expander driver.
Add support for Semtech SX150-series I2C GPIO expanders. Compatible models include: 8 bits: sx1508q 16 bits: sx1509q Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- drivers/gpio/Kconfig | 11 + drivers/gpio/Makefile | 1 + drivers/gpio/sx150x.c | 645 ++++++++++++++++++++++++++... 22 Jul 2010 13:36
First  |  Prev |  Next  |  Last
Pages: 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457