First  |  Prev |  Next  |  Last
Pages: 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
[PATCH 0/6] Remove owner field from sysfs attribute structure
The following comment is found in include/linux/sysfs.h: /* FIXME * The *owner field is no longer used. * x86 tree has been cleaned up. The owner * attribute is still left for other arches. */ As it turns out, the *owner field is (again?) initialized in several modules, suggesting that suc... 29 Jul 2010 02:06
[PATCH 1/6] scsi: Remove owner field from attribute initialization in LPFC driver
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/scsi/lpfc/lpfc_attr.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index bf33b31..8f89edf 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi... 29 Jul 2010 02:06
[PATCH 5/6] powerpc/pci: Remove owner field from attribute initialization in PCI bridge init
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- arch/powerpc/sysdev/mv64x60_pci.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/sysdev/mv64x60_pci.c b/arch/powerpc/sysdev/mv64x60_pci.c index 198f288..77bb3f4 100644 --- a/arch/powerpc/sysdev/mv64x60_pci.c ++... 29 Jul 2010 02:06
trace: uprobes trace_event interface
Srikar Dronamraju wrote: diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index c681fa7..16e2a8c 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -482,6 +482,22 @@ config RING_BUFFER_BENCHMARK If unsure, say N. +config UPROBE_EVENT + bool "Enable uprobes-base... 2 Aug 2010 05:59
linux-next: Tree for July 29
Hi all, Changes since 20100728: New tree: lost-spurious-irq The mips tree lost its build failure. The scsi tree lost its build failure. The net tree gained a conflicts against the net-current tree and a build failure for which I applied a patch. The kvm tree still has its build failure. The fsnoti... 29 Jul 2010 01:01
linux-next: manual merge of the workqueues tree with the lost-spurious-irq tree
Hi Tejun, Today's linux-next merge of the workqueues tree got a conflict in include/linux/libata.h between commit fa7cd37f808c487f722d7a2ce9c0923a323922df ("libata: use IRQ expecting") from the lost-spurious-irq tree and commit ad72cf9885c536e3adae03f8337557ac9dd1e4bb ("libata: take advantage of cmwq and remove... 28 Jul 2010 23:56
ftrace: record command lines at more appropriate moment
On Wed, Jul 28, 2010 at 09:44:01PM +1000, Ian Munsie wrote: Excerpts from Li Zefan's message of Wed Jul 28 12:55:54 +1000 2010: @@ -1112,6 +1110,7 @@ tracing_generic_entry_update(struct trace_entry *entry, unsigned long flags, { struct task_struct *tsk = current; + traci... 28 Jul 2010 23:56
kcryptd oops when resuming with TuxOnIce with KDB oops afterwards
Hi all, I hit a bug when resuming with TuxOnIce. At the middle of a resume, it says Compress Read -22 and locks up. I caught the stack trace with kdb and took photos of that. I'm running 2.6.35-rc6 on a Lenovo T400. I have an encrypted LUKS partition (aes-cbc-essiv-128) which contains an LVM2 with my root, swap... 29 Jul 2010 08:35
linux-next: manual merge of the net tree with the net-current tree
On Wed, Jul 28, 2010 at 18:19, Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: Hi all, Today's linux-next merge of the net tree got a conflict in drivers/net/e1000e/hw.h between commit ff847ac2d3e90edd94674c28bade25ae1e6a2e49 ("") from the net-current tree and commit d3738bb8203acf8552c3ec8b3447133fc09... 28 Jul 2010 21:46
linux-next: manual merge of the net tree with the net-current tree
Hi all, Today's linux-next merge of the net tree got a conflict in drivers/net/e1000e/hw.h between commit ff847ac2d3e90edd94674c28bade25ae1e6a2e49 ("") from the net-current tree and commit d3738bb8203acf8552c3ec8b3447133fc0938ddd ("e1000e: initial support for 82579 LOMs") from the net tree. Just context chang... 28 Jul 2010 21:46
First  |  Prev |  Next  |  Last
Pages: 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362