This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT".
The branch, linux has been updated via b419258e72e383c9710a6b67d296145f55b08eb0 (commit) via faa2b6a225b1cb26bffbfc68ff8d03ae6355172b (commit) via 3918736320778f443670ccfb030a5f3c000f2716 (commit) via 3204078dde2bf74a458fce08ccf3c1e12699f0cc (commit) from d93dc92113ce51879f6b289382113f7b9e584658 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b419258e72e383c9710a6b67d296145f55b08eb0 Merge: faa2b6a225b1cb26bffbfc68ff8d03ae6355172b d93dc92113ce51879f6b289382113f7b9e584658 Author: Andrew Lunn andrew@lunn.ch Date: Sun Oct 18 11:58:17 2009 +0200
Merge branch 'linux' of batman-git:/srv/git/batman into linux
commit faa2b6a225b1cb26bffbfc68ff8d03ae6355172b Author: Andrew Lunn andrew@lunn.ch Date: Fri Oct 16 23:21:25 2009 +0200
Allow batman-adv to be build inside staging.
commit 3918736320778f443670ccfb030a5f3c000f2716 Author: Andrew Lunn andrew@lunn.ch Date: Fri Oct 16 23:16:11 2009 +0200
Allow staging drivers to be used with UML.
commit 3204078dde2bf74a458fce08ccf3c1e12699f0cc Author: Andrew Lunn andrew@lunn.ch Date: Fri Oct 16 23:14:37 2009 +0200
UML register interrupt race condition fix.
uml_request_irq enables the interrupt before registering an interrupt handler. This causes trouble when an interrupt occurs between enabling the interrupt and before registering the handler. The interrupts remains perminently disabled...
Also, change the way interrupts return. With older Linux kernels, __do_IRQ would call all chained interrupt handlers. Now it only calls handlers until one returns a value indicating it has handled the interrupt. We need to ensure all UML network interrupt handlers get called, so don't return a value indicating we have handled the interrupt.
-----------------------------------------------------------------------
Summary of changes: arch/um/Kconfig.rest | 2 ++ arch/um/drivers/net_kern.c | 2 +- arch/um/kernel/irq.c | 9 ++++----- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + drivers/staging/batman-adv/Makefile | 34 ++-------------------------------- 6 files changed, 12 insertions(+), 38 deletions(-)
hooks/post-receive