|
x86: UV - XPC fixes with related support functionality V2.
|
| |
The UV BIOS has been updated to implement some of our interface functionality differently than originally expected. These patches update the kernel to the bios implementation and include a few minor bug fixes which prevent us from doing significant testing on real hardware. Changes from V1: - Actually include the patch introducing the gru_read_gpa. This... more »
|
|
x86: UV - Introduce a means to translate from gpa -> socket_paddr.
|
| |
For SGI UV systems, translate from a global physical address back to a socket physical address. This does nothing to ensure the socket physical address is actually addressable by the kernel. That is the responsibility of the user of the function. To: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Robin Holt <h...@sgi.com>... more »
|
|
linux-next: ubifs tree build failure
|
| |
Hi Artem, Today's linux-next build (x86_64 allmodconfig) failed like this: fs/ubifs/super.c: In function 'open_ubi': fs/ubifs/super.c:1866: error: implicit declaration of function 'ubi_open_volume_path' fs/ubifs/super.c:1866: warning: assignment makes pointer from integer without a cast Caused by commit 82ccbf8c4ec2113d4e73dbac3ca914 019ca883ca ("UBIFS:... more »
|
|
macvlan: add vepa and bridge mode
|
| |
Second version, all feedback so far addressed, thanks for the help and interest! The patch to iproute2 has not changed, so I'm not including it this time. Patch 4/4 (the netlink interface) is basically unchanged as well but included for completeness. The other changes have moved forward a bit, to the point where... more »
|
|
veth: move loopback logic to common location
|
| |
The veth driver contains code to forward an skb from the start_xmit function of one network device into the receive path of another device. Moving that code into a common location lets us reuse the code for direct forwarding of data between macvlan ports, and possibly in other drivers. Signed-off-by: Arnd Bergmann <a...@arndb.de>... more »
|
|
linux-next: manual merge of the mips tree with the net-current tree
|
| |
Hi Ralf, Today's linux-next merge of the mips tree got a conflict in drivers/net/au1000_eth.c between commit 63edaf647607795a065e6956a79c47 f500dc8447 ("Au1x00: fix crash when trying register_netdev()") from the net-current tree and commit 6cdbc95856e7f4ab4e7b2f2bdab5c3 844537ad83 ("NET: au1000-eth: convert to... more »
|
|
Deadlock regression in v2.6.31.6
|
| |
During a Debian package update for the man-db package (regenerating the man index), the kernel reproducibly entered into a deadlock which resulted in the kernel getting stuck in rpciod (the kernel version). This is happening on a system which has an NFS-mounted root-filesystem (no other filesystems, except for tmpfs on /tmp).... more »
|
|
Toshiba Satellite ACPI problems
|
| |
I have a brand new Satellite L505D-S5983 which I'm trying to install Linux on. Whenever I boot a Linux kernel on it with no special parameters it enters an in(de)finite loop dumping messages like this: ACPI Error (uteval-0313): Return object type is incorrect [\_SB_.HSB1._STA] (Node ffff8800af8121a0), AE_TYPE... more »
|
|
The work of ricoh_mmc isn't detected by pci core
|
| |
Hi, I noticed that usage of ricoh_mmc will lead to this 07:00.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) 07:00.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12) 07:00.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)... more »
|
|
sysfs: fix SYSFS_DEPRECATED_V2 prompt
|
| |
...The SYSFS_DEPRECATED_V2 says "remove" older, deprecated features, but it actually enables them, so correct this confusing, backwards text. Signed-off-by: Randy Dunlap <randy.dun...@oracle.com> Cc: Kay Sievers <kay.siev...@vrfy.org> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)... more »
|
|
|