Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
mips/kvm: Fix ABI for compatibility with 64-bit guests.
|
| |
...
The initial patch set implementing MIPS KVM does not handle 64-bit
guests or use of the FPU. This patch set corrects these ABI issues,
and does some very minor clean up.
Changes from v2: Split into five parts, no code change.
David Daney (5):
mips/kvm: Fix ABI for use of FPU.
mips/kvm: Fix ABI for use of 64-bit registers.... more »
|
|
parisc/superio: Use module_pci_driver to register driver
|
| |
Removing some boilerplate by using module_pci_driver instead of calling
register and unregister in the otherwise empty init/exit functions.
Signed-off-by: Peter Huewe <peterhu...@gmx.de>
---
drivers/parisc/superio.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/parisc/superio.c b/drivers/parisc/superio.c... more »
|
|
(xen) stable/for-linus-3.10-rc1-tag
|
| |
Hey Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/l inux/kernel/git/konrad/xen.git stable/for-linus-3.10-rc1-tag
which is nicely documented in the signed tag. Reproducing it here:
<tag>
Fixes:
* Regression fix in xen privcmd fixing a memory leak.
* Add Documentation for tmem driver.... more »
|
|
uwb/whci: Use module_pci_driver to register driver
|
| |
Removing some boilerplate by using module_pci_driver instead of calling
register and unregister in the otherwise empty init/exit functions.
Signed-off-by: Peter Huewe <peterhu...@gmx.de>
---
drivers/uwb/whci.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/drivers/uwb/whci.c b/drivers/uwb/whci.c... more »
|
|
uio/uio_netx: Use module_pci_driver to register driver
|
| |
Removing some boilerplate by using module_pci_driver instead of calling
register and unregister in the otherwise empty init/exit functions.
Signed-off-by: Peter Huewe <peterhu...@gmx.de>
---
drivers/uio/uio_netx.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/drivers/uio/uio_netx.c b/drivers/uio/uio_netx.c... more »
|
|
fuzz testing lets kernel audit complains in the linkat syscall only
|
| |
While fuzz testing a 3.9.3 kernel I'm wonder why the kernel audit does complain
about a file in the syscall "unlinkat" - but audit does not complain when that file
was created/modified etc.
If this is intended - please press the delete button now.
Not ? Ok.
At a 32bit stable Gentoo linux with kernel 3.9.3 I got messages like:... more »
|
|
net/usb/r8152: Use module_usb_driver to register driver
|
| |
Removing some boilerplate by using module_usb_driver instead of calling
register and unregister in the otherwise empty init/exit functions.
Signed-off-by: Peter Huewe <peterhu...@gmx.de>
---
drivers/net/usb/r8152.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c... more »
|
|
arm/mach-u300/dummyspichip: Use module_spi_driver to register driver
|
| |
Removing some boilerplate by using module_spi_driver instead of calling
register and unregister in the otherwise empty init/exit functions.
Signed-off-by: Peter Huewe <peterhu...@gmx.de>
---
arch/arm/mach-u300/dummyspichi p.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)... more »
|
|
System hang running 'smartctl -l xerror'
|
| |
Hello,
I have a very reproducible problem such that running 'smartctl -l xerror,1 /dev/sd#' while other disk activity is occurring will cause a complete system hang. The access light for the disk being queried remains lit (the others are off) and there is no response on the keyboard. No messages are printed to the console. The only thing I can... more »
|
|
|