[PATCH 4/6] staging: vc04_services: Remove dmac_map_area

Michael Zoran mzoran at crowfest.net
Wed Oct 19 15:17:07 PDT 2016


On Wed, 2016-10-19 at 13:40 +0200, Greg KH wrote:
> On Wed, Oct 19, 2016 at 01:37:30AM -0700, Michael Zoran wrote:
> > > From 8084d0832baf89990adef43a62801fccde20d0d8 Mon Sep 17 00:00:00
> > > 2001
> > 
> > F
> > rom: Michael Zoran <mzoran at crowfest.net>
> > Date: Wed, 19 Oct 2016 00:54:11
> > -0700
> > Subject: [PATCH 4/6] staging: vc04_services: Remove dmac_map_area
> > 
> > T
> > he arm specific code of VCHIQ uses dmac_map_area which is
> > not currently
> > supported on arm64.  This change adds
> > an architecture neutral
> > replacement based on
> > dma_map_page that does not use this feature.
> > 
> > Signed-
> > off-by: Michael Zoran <mzoran at crowfest.net>
> 
> Hm, something went bad here :(
> 
> Why is everything line-wrapped?  Why is the git header in the email?
> 
> Just use 'git send-email' to send stuff out directly, don't try to
> cut-and-paste into a web form.
> 
> Also, please always cc: the driverdevel mailing list with patches
> like
> this, and the other maintainers of these files.  You can get that by
> running scripts/get_maintainer.pl on the patches.
> 
> Care to try resending this series again?  All of the patches in the
> sequence were corrupted and can't be applied :(
> 
> thanks,
> 
> greg k-h

Sorry, this is my first patch series.

I was having massive trouble with git send-email. It turns out that on
my PC's linux install which is debian sid, I have to install a separate
package to get git send-email to work. I just now figured that out.

I'm also hitting issues because I have my own e-mail server. People
seem to have lots of spam detection and since I'm sending out a very
large amount of e-mail to lots of people my e-mail server is getting
lots of connection timeouts while distributing the mail. My postfix
mail queue is taking 3-4 hours to empty after distributing the patches.

I'll try again with git send-email.




More information about the linux-rpi-kernel mailing list