Received: by 10.223.185.116 with SMTP id b49csp2560880wrg; Mon, 12 Feb 2018 11:36:35 -0800 (PST) X-Google-Smtp-Source: AH8x226eyL9maC0NeHpX4h8/20VGdlCu/wYo4d67ys1X7onKkHJWp+Hll84l6/ivfMdb/aGnK/W0 X-Received: by 2002:a17:902:e81:: with SMTP id 1-v6mr11963286plx.169.1518464195698; Mon, 12 Feb 2018 11:36:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518464195; cv=none; d=google.com; s=arc-20160816; b=nOc4u7Xh0m14xmKE0TEAc8RhqYijURm11zMGrQXHNKOjYeCN2xf4YJoHa6qHHoevSj nCe8vkmLdvZ8dMlkuZKq2PgrIQLOa02nQMvmd+5IcasXMt6IcXkrFbsGxg3ai+1EGXpY 2KvdIaPvkp8EmlJDK2/2Oif9RRbYvAdzJQw1EPZo82aInmiogmqZon+xElYu3zD9QF1U 6I6oPBpOUIiG15/IRZwAnCC1jtcGsqQwWV+zJgxMTLxVU5hpzUwNE1L/I7e/KdwfujYL 1jHengJiKPg+hKyojp7wgVOiAavRhkgQ9JRYeHuy90xuZ3nx+lT6lpWoERxBNJrUsyEQ Y1EA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:mime-version:user-agent:date:message-id:cc:to :subject:from:arc-authentication-results; bh=ORv38hFCtOxhwnjU2xo6dlzL4DVVGeXkKKJaIPGo7Dc=; b=Mjeljo3oRAa9MIvFfN1kh+jb63zRfihKP+Qn9LEsPUW9/2fLUZcZa0nXi0d69sfFK3 djDusfBUhKHJX714izNCo06ILWrWqLeYDcnSDRxVdK7gvksESKcet2bbnVY0bVYvJ7/B UjNciXtYNyDz55/GUnED/mRFIjd/J00q39J5Ko6T7+H58I5QQAhXKKTBnXvDcsUNqIGb ZKN2TANguiJD8Qzlz5MUDDGl3zjMN0h1vinv5tJceAHHN0r6t9+z/ApTmV0wTMlqKz56 0mvKX52ZoNoYXnqXS9U59THzxy+HcU4K0ADONjFs7fxeFSZ18HHmxLSW/Ni2hxnlsHu/ kKxg== 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 z62si2492075pgd.688.2018.02.12.11.36.20; Mon, 12 Feb 2018 11:36:35 -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 S1750970AbeBLTfn (ORCPT + 99 others); Mon, 12 Feb 2018 14:35:43 -0500 Received: from server.eikelenboom.it ([91.121.65.215]:41326 "EHLO server.eikelenboom.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbeBLTfl (ORCPT ); Mon, 12 Feb 2018 14:35:41 -0500 X-Greylist: delayed 2024 seconds by postgrey-1.27 at vger.kernel.org; Mon, 12 Feb 2018 14:35:41 EST Received: from 120-71-ftth.on.nl ([88.159.71.120]:56458 helo=[172.16.1.50]) by server.eikelenboom.it with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1elJMS-0001Vx-PE; Mon, 12 Feb 2018 20:01:56 +0100 From: Sander Eikelenboom Subject: Linux 4.16-rc1: regression bisected, Debian kernel package tool make-kpkg stalls indefinitely during kernel build due to commit "kconfig: remove check_stdin()" To: Masahiro Yamada , Ulf Magnusson Cc: srivasta@debian.org, linux-kernel Message-ID: Date: Mon, 12 Feb 2018 20:01:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org L.S., The Debian kernel-package tool make-kpkg for easy building of upstream kernels on Debian fails with linux 4.16-rc1. The tool (perl script) while invoked with: make-kpkg --initrd --append_to_version -20180212 kernel_image On a git tree with a .config from the previous kernel release, so new KConfig questions have to be asked on new or changed options. The script stalls indefinitely while it seems to be excuting: exec make kpkg_version=13.018+nmu1 -f /usr/share/kernel-package/ruleset/minimal.mk debian APPEND_TO_VERSION=-t440s-20180212 INITRD=YES After using ctrl-c to break out it, i get: ^CFailed to create a ./debian directory: No such file or directory at /usr/bin/make-kpkg line 970. Bisection turned up as culprit: commit d2a04648a5dbc3d1d043b35257364f0197d4d868 kconfig: remove check_stdin() Except silentoldconfig, valid_stdin is 1, so check_stdin() is no-op. oldconfig and silentoldconfig work almost in the same way except that the latter generates additional files under include/. Both ask users for input for new symbols. I do not know why only silentoldconfig requires stdio be tty. $ rm -f .config; touch .config $ yes "" | make oldconfig > stdout $ rm -f .config; touch .config $ yes "" | make silentoldconfig > stdout make[1]: *** [silentoldconfig] Error 1 make: *** [silentoldconfig] Error 2 $ tail -n 4 stdout Console input/output is redirected. Run 'make oldconfig' to update configuration. scripts/kconfig/Makefile:40: recipe for target 'silentoldconfig' failed Makefile:507: recipe for target 'silentoldconfig' failed Redirection is useful, for example, for testing where we want to give particular key inputs from a test file, then check the result. Signed-off-by: Masahiro Yamada Reviewed-by: Ulf Magnusson Reverting this specific commit makes make-kpkg work again as usual. Version of the kernel-package used: ii kernel-package 13.018+nmu1 I also cc'ed the Debian developer who maintains the kernel-package package: Manoj Srivastava -- Sander