From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37456C282C4 for ; Tue, 12 Feb 2019 18:37:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06BBE222C4 for ; Tue, 12 Feb 2019 18:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549996639; bh=YU7ihRkntVCh5VQqDhpDORQQqv96xtq9redJbv+6YAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lADeN4VNtxyPvr9zHFPXG5a8uypJMNkTOyaH7SQcC5y/Bm/C0/z3XvNNlMBss74Z9 WQG3t1FtF4cPLjUWqjG9EauVkxGQh7D4PL7uDubLmFFAO//Pbj9Mm/wof9XYXFoeiy DzRZyu/a2hpCbbWg342QAZ1TgSIu+ehDz4vJ75Jg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730598AbfBLShS (ORCPT ); Tue, 12 Feb 2019 13:37:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:39354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727580AbfBLShS (ORCPT ); Tue, 12 Feb 2019 13:37:18 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7B8C62190B; Tue, 12 Feb 2019 18:37:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549996638; bh=YU7ihRkntVCh5VQqDhpDORQQqv96xtq9redJbv+6YAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fg6nklPXjjeKy16XT/6rUoYl6iPJwGoI90CkrEr1D8/kQDsdcWMMnnWrI77UEjURT ufVykGQIZHIEVgbWskmuuTRLINlYhG17fyPcm0hNYfKYGC9Q1B0zaArmfqsNIL5fcX b/mLSsDqwU2la5ifdlNh6jSGlBVmwhuHwxZyrS1U= Date: Tue, 12 Feb 2019 19:37:14 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: Build errors in v3.18.y.queue Message-ID: <20190212183714.GB14892@kroah.com> References: <590d3682-5ea5-0613-99f6-fe90ceae8675@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <590d3682-5ea5-0613-99f6-fe90ceae8675@roeck-us.net> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Feb 12, 2019 at 08:47:28AM -0800, Guenter Roeck wrote: > Just in case it hasn't been reported yet: > > drivers/tty/serial/samsung.c: In function 's3c24xx_serial_set_termios': > drivers/tty/serial/samsung.c:820:19: error: 'UPSTAT_AUTOCTS' undeclared It hasn't, thanks, let me go look... Ah, found it, will go drop the offending patch, thanks. greg k-h