encoding error when parsing email

2016-09-15 Thread Thomas Monjalon
Hi, Sometimes we receive some patches with a strange character in a header "Received:" so the patch is not parsed in patchwork. I have not yet investigated where the script is failing, but I just want to ask first if there is a work in progress about this issue? And could it be fixed by removing

Re: encoding error when parsing email

2016-09-15 Thread Daniel Axtens
Hi Thomas, > Sometimes we receive some patches with a strange character in > a header "Received:" so the patch is not parsed in patchwork. > I have not yet investigated where the script is failing, > but I just want to ask first if there is a work in progress > about this issue? > And could it be

Re: todo lists on patchwork.kernel.org are really slow

2016-09-15 Thread Johannes Berg
On Wed, 2016-09-14 at 08:51 +0200, Johannes Berg wrote: >  > Once I know more, I'll come back here with that info and check the > code again as well. > So it's running v1.0.0 (*), which as a notable difference doesn't actually generate a browser redirect but just generates the list inline, which

Re: [PATCH] Optimise querying of checks in patch list view

2016-09-15 Thread Daniel Axtens
> Hmm. I wonder if this has an impact on my todo-list issue as well? > > Perhaps you have an easy way to check that? I don't actually have a > local setup right now :( > I was going to have a look shortly. I haven't actually played with to-do lists before, but the same tools I used to find this

Re: [PATCH v3 0/7] Add series support

2016-09-15 Thread Daniel Axtens
Hi again, > This series causes a > 2x jump in the number of SQL queries required to > display the front page. With my test of some emails from the patchwork > mailing list, it goes from 73 queries on master to 182 queries, and the > time spent in SQL also more than doubles. > > That's highly