From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752264AbcAFHWJ (ORCPT ); Wed, 6 Jan 2016 02:22:09 -0500 Received: from cassarossa.samfundet.no ([193.35.52.29]:57657 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbcAFHWI (ORCPT ); Wed, 6 Jan 2016 02:22:08 -0500 Date: Wed, 6 Jan 2016 08:22:03 +0100 From: Hans-Christian Noren Egtvedt To: Mans Rullgard Cc: Haavard Skinnemoen , linux-kernel@vger.kernel.org Subject: Re: [PATCH] avr32: wire up accept4 syscall Message-ID: <20160106072203.GA944@samfundet.no> References: <1452028905-16459-1-git-send-email-mans@mansr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452028905-16459-1-git-send-email-mans@mansr.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Around Tue 05 Jan 2016 21:21:45 +0000 or thereabout, Mans Rullgard wrote: > The accept4 syscall is missing on AVR32. Fix this. > > Signed-off-by: Mans Rullgard Thank you. Acked-by: Hans-Christian Noren Egtvedt I'll add it to my for-linus branch and push for next merge window. > --- > arch/avr32/include/uapi/asm/unistd.h | 1 + > arch/avr32/kernel/syscall_table.S | 1 + > 2 files changed, 2 insertions(+) -- Best regards, Hans-Christian Noren Egtvedt