Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1172113imu; Thu, 20 Dec 2018 11:22:14 -0800 (PST) X-Google-Smtp-Source: AFSGD/UkExMRb8wymtF7IgaqgUweY7NwTX8Euc4zBq8EH/XFsqf8RdA+lIagCGd/BrEUIjIc4Weq X-Received: by 2002:a63:235f:: with SMTP id u31mr24003881pgm.122.1545333734272; Thu, 20 Dec 2018 11:22:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545333734; cv=none; d=google.com; s=arc-20160816; b=PwqjFQyeteVyM3NYg96ayN/wBPcxXRCs9FIMy6R1QdlLvuno6p9RRUPU3nFQrscMFC RbBLNLRH97zfGrxXdhhV8zGvYY7ptqRhXhrDCnXuU1hgq9Q0+QjaOg5o2VTKe6WTt8ok cG75sHnZgtIZ91X5Cfex+AmdMhVv6hYb/IflGSYedi2iA4nlQ5KM76IguFfE7evJ0SJF JgaGZ1lr9bHT9P6Ta0QrA+A31gGUbW2bA6jdGqC3VcwwABvDPSceCn+0G2OfpM1L8Tsy ETrQQbSXVT7wEHR+j5j221CSOeoDOeV+ApVVpgoglqIO6MBFqCiZIX0ERqM0wqpQfRJo dP4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:message-id:references :in-reply-to:subject:cc:to:from:date:content-transfer-encoding :mime-version; bh=uNAEnx9DG21Fox4tKFLJQLLe5ZfdroCe7fR+qs9O9DI=; b=SWqv1Q6TBzUKnvkFmcRq9R3u8VY0i9Q3pDW1SThs5Iki6rBDFdluqzzg7mHnd/dp2j rie3PDpGfRC3oFB2AkhgPKWpJFx2p/0gKDciVi+aQX/2NuQv5OWNl7AZtvyyQbuupgXL AyFXx80IvYdRKvjFaT1ZsQS6+ZLndRrBK5GIiWfsaJ0EpTBqL2NHGzoqm8eSsei+vhpY GgG5oKuKqnu3+FqSYIQNIWPuYTpk6dvrpXsaUAHFEPTiNL7SXvcF0lnXTdrJYcXjy4wl 8GU+W7ldBA5iS8TYhwXzcIfCYaGN8hgfFCuKoJl5+dTzDJZj8vQT8oCxqloZOxDUL1v0 crKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d38si19588628pla.207.2018.12.20.11.21.57; Thu, 20 Dec 2018 11:22:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730273AbeLTLFA (ORCPT + 99 others); Thu, 20 Dec 2018 06:05:00 -0500 Received: from fieber.vanmierlo.com ([84.243.197.177]:36610 "EHLO kerio9.vanmierlo.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725730AbeLTLFA (ORCPT ); Thu, 20 Dec 2018 06:05:00 -0500 X-Footer: dmFubWllcmxvLmNvbQ== Received: from roundcube.vanmierlo.com ([192.168.37.37]) (authenticated user m.brock@vanmierlo.com) by kerio9.vanmierlo.com (Kerio Connect 9.2.7) with ESMTPA; Thu, 20 Dec 2018 12:04:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 Dec 2018 12:04:30 +0100 From: Maarten Brock To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, Greg Kroah-Hartman , Shubhrajyoti Datta , Jiri Slaby , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial-owner@vger.kernel.org Subject: Re: [PATCH v2 0/4] serial: uartps: Driver updates In-Reply-To: References: <06bcd18cb2e0e81d3051ef6305139d40@vanmierlo.com> Message-ID: <923d0af3a92f4be6e064de90db0925ea@vanmierlo.com> X-Sender: m.brock@vanmierlo.com User-Agent: Roundcube Webmail/1.3.3 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-12-20 07:52, Michal Simek wrote: > Hi, > > On 19. 12. 18 19:40, Maarten Brock wrote: >> Hello Michal, >> >> On 2018-12-18 13:18, Michal Simek wrote: >>> Hi, >>> >>> I am sending 4 patches in series to fix some issues we found. >>> Patches were sent separately but I have been asked to send them in >>> serial that's why I am also adding cover letter to explain this v2 >>> version. >>> >>> Thanks, >>> Michal >> >> I'm wondering why, when reading the linux-serial mailing list, I can >> only see this cover letter. >> Are you perhaps using a different To/Cc for the actual patches? And if >> so, is that on purpose? >> > > I have checked linux-serial mailing list and I see all of them there. > https://www.spinics.net/lists/linux-serial/ > > Individual here. > https://www.spinics.net/lists/linux-serial/msg32919.html > https://www.spinics.net/lists/linux-serial/msg32916.html > https://www.spinics.net/lists/linux-serial/msg32917.html > https://www.spinics.net/lists/linux-serial/msg32918.html > > Also I see linux-serial@ in CC in all emails I have sent. > > Thanks, > Michal Thanks, I see them there too. But the odd thing is that I did not receive them in my mailbox. And I had noticed this before that I was missing your posts following a cover letter. I normally do receive other peoples patches after a cover letter. Maarten