From: Jens Axboe <jens.axboe@oracle.com> Date: Thu, 18 Oct 2007 13:57:02 +0200I have some other bits that my compile hit, such as some things in the crypto layer. But I hesitate to send them to you because I think the on-stack cases need some helpers such that DEBUG_SG works for them. BTW, you missed a case in drivers/usb/core/message.c because of the config used in your build. This thing below is a good argument for trying to avoid HIGHMEM et al. ifdefs in drivers :-) --- drivers/usb/core/message.c~ 2007-10-18 01:46:44.000000000 -0700 +++ drivers/usb/core/message.c 2007-10-18 03:15:20.000000000 -0700 @@ -438,7 +438,7 @@ io->urbs[i]->transfer_buffer = NULL; #else io->urbs[i]->transfer_buffer = - page_address(sg[i].page) + sg[i].offset; + page_address(sg_page(&sg[i])) + sg[i].offset; #endif } else { /* hc may use _only_ transfer_buffer */ -
| Davide Libenzi | Re: [patch 7/8] fdmap v2 - implement sys_socket2 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Mariusz Kozlowski | [KJ PATCHES] mostly kmalloc + memset conversion to k[cz]alloc |
git: | |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Stefan Richter | Re: [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
