commit e60a48f5ab35737118e19bc965c640900a842f02 tree 2dfc418bc3df4a73d51e45be1030f5692d0303a6 parent 2c56554ec596adadd562679ef672d83e290f1732 parent 7dd1d9b85cfb63eebf48fa13d3c5d25a3deb3a25 author Linus Torvalds Tue, 30 May 2006 11:54:32 -0700 committer Linus Torvalds Tue, 30 May 2006 11:54:32 -0700 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart * master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart: [AGPGART] VIA PT880 Ultra support. [AGPGART] Fix Nforce3 suspend on amd64. [AGPGART] Enable SIS AGP driver on x86-64 for EM64T systems commit 2c56554ec596adadd562679ef672d83e290f1732 tree 391308e07b307714896dc71ed2f25448cef75ed6 parent d1b3f96b0f9c1d9bc305a4d14bee0dc3509101a0 parent 55aa2e097dd5f0546972fc2607d7094181967ce2 author Linus Torvalds Tue, 30 May 2006 11:46:45 -0700 committer Linus Torvalds Tue, 30 May 2006 11:46:45 -0700 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: [[CIFS] Pass truncate open flag through on file open in case setattr fails [CIFS] Fix typos in previous fix [CIFS] endian fix for new POSIX byte range lock support [CIFS] fix memory leak in cifs session info struct on reconnect [CIFS] ACPI suspend oops [CIFS] Do not limit the length of share names (was 100 for whole UNC name) [CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock commit d1b3f96b0f9c1d9bc305a4d14bee0dc3509101a0 tree 663f12dd5895b62858d89f37036604d282532848 parent 47ce56edb8ecdd4ec2bbec4e8683f3ba91de72e3 parent 7114b0bb6df7b2db266ba4847e4dd8333fa98a9a author Linus Torvalds Tue, 30 May 2006 11:31:10 -0700 committer Linus Torvalds Tue, 30 May 2006 11:31:10 -0700 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: [NETFILTER]: PPTP helper: fix sstate/cstate typo [NETFILTER]: mark H.323 helper experimental [NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343) commit 55aa2e097dd5f0546972fc2607d7094181967ce2 tree 4825ebb4cd4a1aa3d6d264c02ac8fe25d9598aea parent 08775834c412c48f3539ef7ed073fff58e3cf419 author Steve French Tue, 30 May 2006 18:09:31 +0000 committer Steve French Tue, 30 May 2006 18:09:31 +0000 [[CIFS] Pass truncate open flag through on file open in case setattr fails on set size to zero. Signed-off-by: Sebastian Voitzsch Signed-off-by: Steve French commit 08775834c412c48f3539ef7ed073fff58e3cf419 tree efa1a6b41e8d0017f7bcf2352f935b700286e876 parent cec6815a12edc91b123394f29d672cb9fa6cf79f author Steve French Tue, 30 May 2006 18:08:26 +0000 committer Steve French Tue, 30 May 2006 18:08:26 +0000 [CIFS] Fix typos in previous fix Signed-off-by: Steve French commit cec6815a12edc91b123394f29d672cb9fa6cf79f tree 06fb2dd56ff647ece64ea6b43f62b8cfd986c949 parent a424f8bfcbecb8353b88a351394e8d1960136219 author Steve French Tue, 30 May 2006 18:07:17 +0000 committer Steve French Tue, 30 May 2006 18:07:17 +0000 [CIFS] endian fix for new POSIX byte range lock support Signed-off-by: Alexey Dobriyan Signed-off-by: Steve French commit a424f8bfcbecb8353b88a351394e8d1960136219 tree 9a23062fed5969bb88496aa76ec3bb3747b661b4 parent c01f36a896cb11e8533b4f7c132a1722fb15102b author Steve French Tue, 30 May 2006 18:06:04 +0000 committer Steve French Tue, 30 May 2006 18:06:04 +0000 [CIFS] fix memory leak in cifs session info struct on reconnect Signed-off-by: Steve French commit c01f36a896cb11e8533b4f7c132a1722fb15102b tree 95df1608cd828aa74e17e87221ec936a0223ab24 parent a878fb2218c87fe66f2bcf3914840e24c41338f7 author Steve French Tue, 30 May 2006 18:05:10 +0000 committer Steve French Tue, 30 May 2006 18:05:10 +0000 [CIFS] ACPI suspend oops Wasn't able to reproduce a hard hang, but was able to get an oops if suspended the machine during a copy to the cifs mount. This led to some things hanging, including a "sync". Also got I/O errors when trying to access the mount afterwards (even when didn't see the oops), and had to unmount and remount in order to access the filesystem. This patch fixed the oops. Signed-off-by: Dave Kleikamp Signed-off-by: Steve French commit a878fb2218c87fe66f2bcf3914840e24c41338f7 tree 61d958f40abe8db8ef8cc2a34dcae4c7aea8fc64 parent fc94cdb94462e71a4a974bc9bc1f483189ae7805 author Steve French Tue, 30 May 2006 18:04:19 +0000 committer Steve French Tue, 30 May 2006 18:04:19 +0000 [CIFS] Do not limit the length of share names (was 100 for whole UNC name) during mount. Especially important for some non-Western languages. Signed-off-by: Steve French commit fc94cdb94462e71a4a974bc9bc1f483189ae7805 tree 0a4695d80660bda29383d4285948f2302f52089a parent d9ec5ad24ce80b7ef69a0717363db661d13aada5 author Steve French Tue, 30 May 2006 18:03:32 +0000 committer Steve French Tue, 30 May 2006 18:03:32 +0000 [CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock Signed-off-by: Steve French commit 47ce56edb8ecdd4ec2bbec4e8683f3ba91de72e3 tree 89f8f2d7503798ec4f1f6dcdb89c9d5a788aadcf parent ed8f9e2f047de5d9b791e390269f230a101a6a4b author Kenan Esau Mon, 29 May 2006 23:31:12 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:31:12 -0400 Input: psmouse - DMI updates for lifebook protocol Added different lifebook-versions and the CF-18 to the corresponding dmi-table. Signed-off-by: Kenan Esau Signed-off-by: Dmitry Torokhov commit ed8f9e2f047de5d9b791e390269f230a101a6a4b tree 8bca1bcd3159bf35c57cefe8efc76f24039de186 parent d2f4012f15845761bd3c6f90172e53767c11e359 author Richard Purdie Mon, 29 May 2006 23:31:03 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:31:03 -0400 Input: change from numbered to named switches Remove the numbered SW_* entries from the input system and assign names to the existing users. Signed-off-by: Richard Purdie Signed-off-by: Dmitry Torokhov commit d2f4012f15845761bd3c6f90172e53767c11e359 tree e9d43394ec5f5c1832f8969349fb6e16e0bf1b9b parent e107b8ee7e97fc20695ca3d5ef862511eca28df0 author Yotam Medini Mon, 29 May 2006 23:30:36 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:30:36 -0400 Input: alps - fix old protocol decoding Correct touchpad left & right keys assignments for ALPS_OLDPROTO that were swapped. Old protocol is used on UMAX ActionBook-530T notebook. Signed-off-by: Yotam Medini Signed-off-by: Dmitry Torokhov commit e107b8ee7e97fc20695ca3d5ef862511eca28df0 tree 6dc5a68d07e975db87280768a02548cb500eda00 parent 4f8b05efec7a56221c6d1b0e20bcf19671017065 author masc@theaterzentrum.at Mon, 29 May 2006 23:29:36 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:29:36 -0400 Input: wistron - add support for AOpen Barebook 1559as Signed-off-by: Dmitry Torokhov commit 4f8b05efec7a56221c6d1b0e20bcf19671017065 tree c8d8efb0eb420ce5d3b152b2c63c4dd01ab65361 parent 7363cfc8666692a5263c646e68e54900b536cd7e author Zbigniew Luszpinski Mon, 29 May 2006 23:29:19 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:29:19 -0400 Input: psmouse - add detection of Logitech TrackMan Wheel trackball Signed-off-by: Dmitry Torokhov commit 7363cfc8666692a5263c646e68e54900b536cd7e tree 33bc3ffb6d9b452dc1f4b2d597f7943a659034b6 parent f39b25bed373cf11a2c0490bee8b0ac430aadff4 author Jesper Juhl Mon, 29 May 2006 23:28:05 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:28:05 -0400 Input: sidewinder - fix memory leak In sw_connect we leak 'buf' and 'idbuf' when we do not leave via one of the fail* labels. This was spotted by the coverity checker. Patch is compile tested only due to lack of hardware. Signed-off-by: Jesper Juhl Signed-off-by: Dmitry Torokhov commit f39b25bed373cf11a2c0490bee8b0ac430aadff4 tree 6221c20266907925b59ef988febd55e21f080df0 parent d9ec5ad24ce80b7ef69a0717363db661d13aada5 author Matthew Garrett Mon, 29 May 2006 23:27:39 -0400 committer Dmitry Torokhov Mon, 29 May 2006 23:27:39 -0400 Input: add KEY_BATTERY keycode Signed-off-by: Dmitry Torokhov commit 7114b0bb6df7b2db266ba4847e4dd8333fa98a9a tree 049268cb57e572b8cc47d6891638975b6bf80413 parent ca3ba88d0cf4b5d7a628caf505c231162dde9429 author Alexey Dobriyan Sun, 28 May 2006 22:51:05 -0700 committer David S. Miller Sun, 28 May 2006 22:51:05 -0700 [NETFILTER]: PPTP helper: fix sstate/cstate typo Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller commit ca3ba88d0cf4b5d7a628caf505c231162dde9429 tree 7dd89a726da5e29d6767396895a9273363467406 parent 6c813c3fe9e30fcf3c4d94d2ba24108babd745b0 author Patrick McHardy Sun, 28 May 2006 22:50:40 -0700 committer David S. Miller Sun, 28 May 2006 22:50:40 -0700 [NETFILTER]: mark H.323 helper experimental Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller commit 6c813c3fe9e30fcf3c4d94d2ba24108babd745b0 tree 05420eaf319033bb5aad5a66b0f97e54ca2f896e parent d9ec5ad24ce80b7ef69a0717363db661d13aada5 author Marcel Holtmann Sun, 28 May 2006 22:50:18 -0700 committer David S. Miller Sun, 28 May 2006 22:50:18 -0700 [NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343) It appears that sockaddr_in.sin_zero is not zeroed during getsockopt(...SO_ORIGINAL_DST...) operation. This can lead to an information leak (CVE-2006-1343). Signed-off-by: Marcel Holtmann Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller commit d9ec5ad24ce80b7ef69a0717363db661d13aada5 tree 0a808684e7d5e61427ccd0ecb7f3849164a32aef parent b82e8005af14b51600714971e0c6420c4e334a50 parent 0737ac895afbfbe210557fa5fbafcca932d5fa7c author Linus Torvalds Sun, 28 May 2006 16:35:52 -0700 committer Linus Torvalds Sun, 28 May 2006 16:35:52 -0700 Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev * 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: [PATCH] the latest consensus libata resume fix commit b82e8005af14b51600714971e0c6420c4e334a50 tree 1d2f2915d07dfcb0e0aeae9a245fa87e62b49d33 parent 371858568e02698fe2de8ba4bf771e3f40db69e5 author Paul Mackerras Mon, 29 May 2006 08:42:34 +1000 committer Paul Mackerras Mon, 29 May 2006 08:42:34 +1000 ppc: Fix typo in TI_LOCAL_FLAGS definition A typo crept in with commit ea1e847cc202e805769c3c46ba5e5c53714068a1 which defined TI_LOCAL_FLAGS to be the offset of the `flags' field of struct thread_info, rather than the `local_flags' field. This fixes it. The typo was pointed out by Guennadi Liakhovetski. Signed-off-by: Paul Mackerras commit 0737ac895afbfbe210557fa5fbafcca932d5fa7c tree 35b521b93f100f5aba2dc78a978fcec3b42afdae parent ecd68853b852cdafb138f9c437f3a751fe7dc381 author Mark Lord Sun, 28 May 2006 11:28:00 -0400 committer Jeff Garzik Sun, 28 May 2006 16:32:08 -0400 [PATCH] the latest consensus libata resume fix Okay, just to sum things up. This forces libata to wait for up to 2 seconds for BUSY|DRQ to clear on resume before continuing. [jgarzik adds...] During testing we never saw DRQ asserted, but nonetheless (a) this works and (b) testing for DRQ won't hurt. Signed-off-by: Mark Lord Acked-by: Jens Axboe Signed-off-by: Jeff Garzik commit 371858568e02698fe2de8ba4bf771e3f40db69e5 tree 07ec799d7babae7eafda93d9dfd9d11fccff086f parent e82b0f2cc21be905e504573483fa9542b15df96f parent 54f4ee183aea859eb09f141dad3fc3c6f4fe0446 author Linus Torvalds Sat, 27 May 2006 09:40:40 -0700 committer Linus Torvalds Sat, 27 May 2006 09:40:40 -0700 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: [PATCH] powerpc: fix RTC/NVRAM accesses on Maple [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users [PATCH] powerpc: linuxppc64.org no more commit e82b0f2cc21be905e504573483fa9542b15df96f tree 241f31052917235824197fc755289f4c9ee7779b parent 74ef872c8f250acc02add54ff9d96f31d17bfeb3 author Jeff Garzik Fri, 26 May 2006 21:58:38 -0400 committer Jeff Garzik Fri, 26 May 2006 21:58:38 -0400 [netdrvr s/390] trim trailing whitespace Previous fix patches added a bunch of trailing whitespace, which git-applymbox complained loudly about. commit 74ef872c8f250acc02add54ff9d96f31d17bfeb3 tree aea207d99f78ce9f741a3dd5dcce9748634c091e parent 27eb5ac8f015687205a51425620064c711784956 author Klaus Wacker Wed, 24 May 2006 09:51:21 +0200 committer Jeff Garzik Fri, 26 May 2006 21:57:45 -0400 [PATCH] s390: lcs driver bug fixes and improvements [2/2] This is the second lcs driver patch containing the rest of lcs fixes. Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik commit 27eb5ac8f015687205a51425620064c711784956 tree a075fb770ac0a57119d43dbfe920dfc263557398 parent ba1aa084d6fb725a4c026adf69845ca60bab3b36 author Klaus Wacker Wed, 24 May 2006 09:51:17 +0200 committer Jeff Garzik Fri, 26 May 2006 21:57:45 -0400 [PATCH] s390: lcs driver bug fixes and improvements [1/2] Several problems occured with lcs device driver: - device not operational anymore after cable pull/plug-in. - unpredictable results occured, e.g. kernel panic using cards of type QD8F. - STOPLAN and delete multicast address command were not proper recognized by OSA card under heavy network workload. - channel/device error checks missing in interrupt handler. To fix all problems at once recovery of lcs devices has been improved. missing error checks in lcs interrupt handler has been added. Once a hardware problem occurs lcs will recover the device now properly. Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik commit ba1aa084d6fb725a4c026adf69845ca60bab3b36 tree 0d25a544af74dfe51c9234827b45bf11667e00f5 parent b85e1fa196da91e07c98eaf014ae773c2a2e0c4f author Ursula Braun Wed, 24 May 2006 09:51:13 +0200 committer Jeff Garzik Fri, 26 May 2006 21:56:41 -0400 [PATCH] s390: qeth driver fixes From: Frank Blaschka From: Frank Pavlic - fix fake_ll during initial device bringup. fake_ll was not active after first start of the device. Problem only occured when qeth was built without IPV6 support. - avoid skb usage after invocation of qeth_flush_buffers, because skb might already be freed. - remove yet another useless netif_wake_queue in qeth_softsetup_ipv6 since this function is only called when device is going online. In this case card->state will never be in state UP. So let the net_device queue down . Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik commit b85e1fa196da91e07c98eaf014ae773c2a2e0c4f tree 30411831501e1af00d4d13b283a70f550c8ab801 parent 7401a4670f0e81d50dcc4e0a7bd2dcb4a5d65e6b author Ursula Braun Wed, 24 May 2006 09:51:11 +0200 committer Jeff Garzik Fri, 26 May 2006 21:56:40 -0400 [PATCH] s390: qeth driver fixes From: Frank Pavlic - correct checking of sscanf-%n value in qeth_string_to_ipaddr(). - don't use netif_stop_queue outside the hard_start_xmit routine. Rather use netif_tx_disable. - don't call qeth_netdev_init on a recovery. Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik commit 7401a4670f0e81d50dcc4e0a7bd2dcb4a5d65e6b tree be1ab1298d47ec4b0f2bbb99f637f9246ccd00dc parent a24b163b7c16f9e30e726319115e45ed6e683582 author Cornelia Huck Wed, 24 May 2006 09:51:05 +0200 committer Jeff Garzik Fri, 26 May 2006 21:56:40 -0400 [PATCH] s390: minor fix in cu3088 In case of a parse error for the cu3088 group attribute, return -EINVAL instead of count. Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik commit a24b163b7c16f9e30e726319115e45ed6e683582 tree 64eedaff752008bb4a5622d1e8eac3d906ccf220 parent 80871e63e410c53524ef47eaf475c13e0f164ea6 author Don Fry Thu, 25 May 2006 16:22:40 -0700 committer Jeff Garzik Fri, 26 May 2006 21:33:18 -0400 [PATCH] pcnet32: remove incorrect pcnet32_free_ring During a code scan for another change I discovered that this call to pcnet32_free_ring must be removed. If the open fails due to a lack of memory all the ring structures are removed via the call to free_ring and a subsequent call to open will dereference a null pointer in pcnet32_init_ring. Please apply to 2.6.17. Signed-off-by: Don Fry Signed-off-by: Jeff Garzik commit 80871e63e410c53524ef47eaf475c13e0f164ea6 tree 7cab9aa18a3f9cc1d30d1e8a2cde2f19d357ffdf parent 8fc29ba65bd669b8f23a46b4760f3ba773e2a635 author Auke Kok Tue, 23 May 2006 13:35:57 -0700 committer Jeff Garzik Fri, 26 May 2006 21:31:56 -0400 e1000: add shutdown handler back to fix WOL Someone was waaay too aggressive and removed e1000's reboot notifier instead of porting it to the new way of the shutdown handler. This change broke wake on lan. Add the shutdown handler back in using the same method as e100 uses. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok (cherry picked from c653e6351e371b33b29871e5eedf610ffb3be037 commit) commit 8fc29ba65bd669b8f23a46b4760f3ba773e2a635 tree 583f1fe4d46e19fe010ec50776191d7646b05f88 parent ecd68853b852cdafb138f9c437f3a751fe7dc381 parent 4541a5db0ba33d9c692e5b2f8d7805e336fabe7c author Jeff Garzik Fri, 26 May 2006 21:26:22 -0400 committer Jeff Garzik Fri, 26 May 2006 21:26:22 -0400 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes commit ecd68853b852cdafb138f9c437f3a751fe7dc381 tree 6b3a3468d0d3dca7f226de7e3551913d907b17a2 parent 087377a4307e18225f6452af5e71fe763c088c4e parent 3041a069090224462e27da1bc9483b463eb40841 author Linus Torvalds Fri, 26 May 2006 15:13:33 -0700 committer Linus Torvalds Fri, 26 May 2006 15:13:33 -0700 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: [NET]: dev.c comment fixes [IPV6] ROUTE: Don't try less preferred routes for on-link routes. [IRDA]: *_DONGLE should depend on IRTTY_SIR [MAINTAINERS]: Add entry for netem commit 3041a069090224462e27da1bc9483b463eb40841 tree 1a1713286963b23f6d39addd24b499695fba80ac parent 4d0c5911660b97f53c2211afc6ded5dafafa9b78 author Stephen Hemminger Fri, 26 May 2006 13:25:24 -0700 committer David S. Miller Fri, 26 May 2006 13:25:24 -0700 [NET]: dev.c comment fixes Noticed that dev_alloc_name() comment was incorrect, and more spellung errors. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller commit 4d0c5911660b97f53c2211afc6ded5dafafa9b78 tree 8d6a9fa1f492f92be74a979d98b2e2b72c051abd parent 56bc348ce8a709a70cd80857ffc09749f871d7a8 author YOSHIFUJI Hideaki Fri, 26 May 2006 13:23:41 -0700 committer David S. Miller Fri, 26 May 2006 13:23:41 -0700 [IPV6] ROUTE: Don't try less preferred routes for on-link routes. In addition to the real on-link routes, NONEXTHOP routes should be considered on-link. Problem reported by Meelis Roos . Signed-off-by: YOSHIFUJI Hideaki Acked-by: Meelis Roos Signed-off-by: David S. Miller commit 4541a5db0ba33d9c692e5b2f8d7805e336fabe7c tree afd9c5a020f2111d71cf8f9e09fff1ce4e849970 parent 53072d68cc2deda9f1a8cde864aa9d04f58addd3 author Randy Dunlap Thu, 25 May 2006 11:10:08 -0700 committer John W. Linville Fri, 26 May 2006 16:11:56 -0400 [PATCH] arlan: fix section mismatch warnings Fix section mismatch warnings: WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to .init.text:arlan_probe from .text between 'init_module' (at offset 0x3526) and 'cleanup_module' WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to .init.text:init_arlan_proc from .text between 'init_module' (at offset 0x3539) and 'cleanup_module' WARNING: drivers/net/wireless/arlan.o - Section mismatch: reference to .exit.text:cleanup_arlan_proc from .text between 'cleanup_module' (at offset 0x356c) and 'arlan_diagnostic_info_string' Signed-off-by: Randy Dunlap Signed-off-by: John W. Linville commit 53072d68cc2deda9f1a8cde864aa9d04f58addd3 tree d548e87c1b86b8ba733cee1bcded1824103c2e78 parent 705af309505681f197f81618440954d10f120dc0 author Randy Dunlap Thu, 25 May 2006 11:09:21 -0700 committer John W. Linville Fri, 26 May 2006 16:11:56 -0400 [PATCH] wavelan: fix section mismatch Fix section mismatch warning: WARNING: drivers/net/wireless/wavelan.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x371e) and 'cleanup_module' Signed-off-by: Randy Dunlap Signed-off-by: John W. Linville commit 087377a4307e18225f6452af5e71fe763c088c4e tree cd8ea73ad5ba8ba80f92f17f747628fdddb236f0 parent 5d5daa162a5187bc0f98eb2bc7a063392b0de311 author Kylene Jo Hall Thu, 25 May 2006 18:44:27 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:47 -0700 [PATCH] tpm: fix bug for TPM on ThinkPad T60 and Z60 The TPM chip on the ThinkPad T60 and Z60 machines is returning 0xFFFF for the vendor ID which is a check the driver made to double check it was actually talking to the memory mapped space of a TPM. This patch removes the check since it isn't absolutely necessary and was causing device discovery to fail on these machines. Signed-off-by: Kylene Hall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit 5d5daa162a5187bc0f98eb2bc7a063392b0de311 tree 8a6e7e78f60d9197dc51e038d582fd5a75c88aca parent ac88bcff2fa536e015a97e144b7190c740225144 author Randy Dunlap Thu, 25 May 2006 18:44:26 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] scx200_acb: fix section mismatch warning WARNING: drivers/i2c/busses/scx200_acb.o - Section mismatch: reference to .init.text: from .text after 'scx200_add_cs553x' (at offset 0x528) Signed-off-by: Randy Dunlap Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit ac88bcff2fa536e015a97e144b7190c740225144 tree 2b05cdf1d6d4f7b6aa99de96e1799b00c715d66f parent 0fba3a1f39f8b0a50b56c8b068fa52131cbc84c2 author Ben Dooks Thu, 25 May 2006 18:44:25 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] s3c24xx: fix spi driver with CONFIG_PM Fix compile bug with the S3C24XX SPI driver when CONFIG_PM is set. Signed-off-by: Ben Dooks Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit 0fba3a1f39f8b0a50b56c8b068fa52131cbc84c2 tree 35b5b68cb783305fa783988cbb7042531cb8a316 parent 3ac8141366932a74fd8620afaebd66960c91196d author Johannes Berg Thu, 25 May 2006 18:44:24 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] PowerMac: force only suspend-to-disk to be valid For a very long time, echoing 'standby' or 'mem' into /sys/power/state has killed the machine on powerpc. This patch fixes that. This patch adds the .valid callback to pm_ops on PowerMac so that only the suspend to disk state can be entered. Note that just returning 0 would suffice since the upper layers don't pass PM_SUSPEND_DISK down, but we handle it there regardless just in case that changes. Acked-by: Benjamin Herrenschmidt Signed-off-by: Johannes Berg Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit 3ac8141366932a74fd8620afaebd66960c91196d tree 1e6d0cc5bbf10f940ba93346b489c9893c7a2bf7 parent 9084533e797f131c923c8883adf91cc2f7ddcfae author Florin Malita Thu, 25 May 2006 18:44:23 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] affs: possible null pointer dereference in affs_rename() If affs_bread() fails, the exit path calls mark_buffer_dirty_inode() with a NULL argument. Coverity CID: 312. Signed-off-by: Florin Malita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit 9084533e797f131c923c8883adf91cc2f7ddcfae tree a5ef83c83d2053e2a8aa9a294ceab425c6e1c92d parent f09de595b5eda6040cd733ecf1eb222e00b42517 author David Brownell Thu, 25 May 2006 18:44:20 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] ads7846 conversion accuracy This improves accuracy of the touchscreen and hwmon sensor readings, addressing an issue noted by Imre Deak: there's an extra bit written before the sample (12 bits) gets written out. It also catches up to various comments, and makes the /proc/interrupts entry sensible again. Signed-off-by: David Brownell Cc: Imre Deak Cc: Jean Delvare Cc: Dmitry Torokhov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit f09de595b5eda6040cd733ecf1eb222e00b42517 tree bfba2a2c72082bd30527a215c3b36994e30eabe7 parent 6bf08cb246b5ac639b2429533d303f5026f2520c author Jens Axboe Thu, 25 May 2006 18:44:19 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] x86: wire up vmsplice syscall Signed-off-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit 6bf08cb246b5ac639b2429533d303f5026f2520c tree 33b9234ddd26959c9342b4932f596a9b009bf3bd parent c71d48877e6f3d5e3eb22fcaaa612081bce3d089 author Paul Mackerras Thu, 25 May 2006 18:44:17 -0700 committer Linus Torvalds Fri, 26 May 2006 11:55:46 -0700 [PATCH] Add CMSPAR to termbits.h for powerpc and alpha Some driver wants to use CMSPAR, but it was missing on alpha and powerpc. This adds it, with the same value as every other architecture uses. (akpm: fixes the build of an upcoming gregkh USB patch) Signed-off-by: Paul Mackerras Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds commit c71d48877e6f3d5e3eb22fcaaa612081bce3d089 tree 2adf081ab975f2f1f33b5ba1c04163fcbdf02077 parent 309c68cc17ba1f6f733038562b7469b5340e1a1d author Neil Brown Fri, 26 May 2006 10:39:25 +1000 committer Linus Torvalds Fri, 26 May 2006 11:52:11 -0700 [PATCH] Unlock md devices when stopping them on reboot. otherwise we get nasty messages about locks not being released. Signed-off-by: Neil Brown Signed-off-by: Linus Torvalds commit 309c68cc17ba1f6f733038562b7469b5340e1a1d tree 68f582ca59e1b4dd0d89a8ec4cd8d841e4f01ff3 parent 705af309505681f197f81618440954d10f120dc0 parent ab28b171eabc0a414e0404844453c11af3caed10 author Linus Torvalds Fri, 26 May 2006 11:51:08 -0700 committer Linus Torvalds Fri, 26 May 2006 11:51:08 -0700 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband * 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband: IB/mthca: Fix posting lists of 256 receive requests to SRQ for Tavor commit 54f4ee183aea859eb09f141dad3fc3c6f4fe0446 tree 94bfc121c036460c64f7a72f9a46152ee6fdd263 parent 8e30a9a299ca30b6c4072c2182238d5f5dd1590d author Hollis Blanchard Thu, 25 May 2006 16:36:53 -0500 committer Paul Mackerras Fri, 26 May 2006 22:39:00 +1000 [PATCH] powerpc: fix RTC/NVRAM accesses on Maple Due to a firmware device tree bug, RTC and NVRAM accesses (including halt/reboot) on Maple have been broken since January, when an untested build fix went in. This code patches the device tree in Linux. Signed-off-by: Hollis Blanchard Signed-off-by: Segher Boessenkool Signed-off-by: Paul Mackerras commit 8e30a9a299ca30b6c4072c2182238d5f5dd1590d tree 4054dd52f383838c8c2f7d47e33493968c59d16b parent 6d923f98fe0f31c174ace92f8b680d0d153663aa author Vitaly Bordug Wed, 24 May 2006 21:40:18 +0400 committer Paul Mackerras Fri, 26 May 2006 22:38:56 +1000 [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users This fixes various odd things that missed update together with cpm_uart platform_device move. Unified resources names, restructurisation, etc. Also, addressed issue with recent phys/virt translation rework. Being cache-coherent, CPM2's do alloc_bootmem() for the console stuff, and it was used to treat console buffer descriptor mapping 1:1 (as in CPM1 case), which is definitely wrong. Signed-off-by: Vitaly Bordug Signed-off-by: Paul Mackerras commit 6d923f98fe0f31c174ace92f8b680d0d153663aa tree 37be14fe10d68a301ab041e39c47f5bd2dea9fd5 parent 705af309505681f197f81618440954d10f120dc0 author Arthur Othieno Fri, 19 May 2006 06:22:23 -0400 committer Paul Mackerras Fri, 26 May 2006 22:38:54 +1000 [PATCH] powerpc: linuxppc64.org no more http://linuxppc64.org has long been a redirect to the canonical http://penguinppc.org/ppc64/ -- update all instances accordingly, as ACKed by Hollis: On Wed, Jan 18, 2006 at 09:48:08AM -0600, Hollis Blanchard wrote: > On Wed, 2006-01-18 at 13:07 +0100, Olaf Hering wrote: > > On Wed, Jan 18, Arthur Othieno wrote: > > > > > > What about the s/linuxppc64\.org/penguinppc\.org/g case? Or is > > > penguinppc64.org preferable? Or am I just taking it too far? ;) > > > > They are redirected on DNS or HTTP level. > > HTTP level, but that doesn't answer his question. > > As the maintainer of that site, I would prefer to remove the > linuxppc64.org reference. Signed-off-by: Arthur Othieno Signed-off-by: Paul Mackerras commit 56bc348ce8a709a70cd80857ffc09749f871d7a8 tree 63e91f4b4b5f615abeb1599b1f8041d544b0d98b parent be2f2e84549386df63206fec134d9e0fc2212328 author Samuel Ortiz Thu, 25 May 2006 16:17:53 -0700 committer David S. Miller Thu, 25 May 2006 16:17:53 -0700 [IRDA]: *_DONGLE should depend on IRTTY_SIR If a SIR dongle is built in the kernel while IRTTY_SIR is built as a module, kernel compilation will fail. Thus, the SIR dongle config should depend on the IRTTY_SIR. Closes kernel bug# 6512 (http://bugzilla.kernel.org/show_bug.cgi?id=6512) Signed-off-by: Samuel Ortiz Signed-off-by: David S. Miller commit be2f2e84549386df63206fec134d9e0fc2212328 tree 66e5a4a31d00b767f718c3eff56a6a8c2b09e72d parent 705af309505681f197f81618440954d10f120dc0 author Stephen Hemminger Thu, 25 May 2006 16:14:43 -0700 committer David S. Miller Thu, 25 May 2006 16:14:43 -0700 [MAINTAINERS]: Add entry for netem It gets enough reports, that there ought to be a MAINTAINER entry. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller commit 705af309505681f197f81618440954d10f120dc0 tree af6b17647538cb782df3dd25dfb42c1954a7dc9a parent a8bd60705aa17a998516837d9c1e503ad4cbd7fc author Martin Schwidefsky Tue, 23 May 2006 09:22:42 +0200 committer Linus Torvalds Thu, 25 May 2006 12:09:55 -0700 [PATCH] s390: fix typo in stop_hz_timer. Add missing parentheses for type cast to u64. Signed-off-by: Martin Schwidefsky Cc: Dave Jones Signed-off-by: Linus Torvalds commit ab28b171eabc0a414e0404844453c11af3caed10 tree 35c7037516ec32da168468823c1fbba96a930eb2 parent da8bacf6d59288ef3e41389db24886c928dcbd33 author Michael S. Tsirkin Wed, 24 May 2006 18:27:07 +0300 committer Roland Dreier Wed, 24 May 2006 13:43:37 -0700 IB/mthca: Fix posting lists of 256 receive requests to SRQ for Tavor If we post a list of length exactly a multiple of 256, nreq in doorbell gets set to 256 which is wrong: it should be encoded by 0. This is because we only zero it out on the next WR, which may not be there. The solution is to ring the doorbell after posting a WQE, not before posting the next one. This is the same bug that we just fixed for QPs with non-shared RQ. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier commit 7dd1d9b85cfb63eebf48fa13d3c5d25a3deb3a25 tree 5a840856c94644ddec417b2616fc9d2d872181bf parent ca2797ffaabc1f73cf8a73a30f709f0c1a6bef34 author Magnus Kessler Mon, 22 May 2006 10:53:10 +0100 committer Dave Jones Mon, 22 May 2006 13:56:02 -0400 [AGPGART] VIA PT880 Ultra support. This patch enables agpgart on a Via "PT880 Ultra" based motherboard (Asus P4V800D-X). The PCI ID of the PT880 Ultra is 0x0308 instead of 0x0258 of the PT880. The patched via-agp passes testgart. Signed-off-by: Magnus Kessler Signed-off-by: Dave Jones commit ca2797ffaabc1f73cf8a73a30f709f0c1a6bef34 tree d35dfea7bba8018eb6ed1822f7b4bc54a8fb2c04 parent 283a12c53b9abeed89491da4a1eda98f5764947b author Dave Jones Sun, 21 May 2006 17:11:42 -0400 committer Dave Jones Sun, 21 May 2006 17:11:42 -0400 [AGPGART] Fix Nforce3 suspend on amd64. kernel.org bugzilla #6206 Based on patch from Serge Belyshev Signed-off-by: Dave Jones commit 283a12c53b9abeed89491da4a1eda98f5764947b tree 8ba6626dd67d024b485f2ca02905a37ec525554f parent b307e8548921c686d2eb948ca418ab2941876daa author Andi Kleen Tue, 28 Mar 2006 09:38:45 +0200 committer Dave Jones Sun, 21 May 2006 17:10:55 -0400 [AGPGART] Enable SIS AGP driver on x86-64 for EM64T systems Enable SIS AGP driver on x86-64 for EM64T systems Untested so far Signed-off-by: Andi Kleen Signed-off-by: Dave Jones