Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2289003ybk; Mon, 11 May 2020 17:24:46 -0700 (PDT) X-Google-Smtp-Source: APiQypKb7sWIBrlMCTGlbThs0nKWZWgZCOLI77UllldUErYjLRXAmNXg+NIvHffFj5iyZpkqYNdn X-Received: by 2002:a05:6402:c2:: with SMTP id i2mr8500353edu.224.1589243086640; Mon, 11 May 2020 17:24:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589243086; cv=none; d=google.com; s=arc-20160816; b=WyA11HjpjuMpP+ZLB1seWgXYiWzWJ2m8B1IDt8NCRQ8JX+JIbC7BWV1mL+w5DAUCZh x22onB6Aqo+EO+ZwRfv303I6ThRRKenTt44b1qfRqyb2WnQXrn09j2CoNJ8PUm0pAk2/ qxyOuUyk/VY6APsRaX7Fd0KRwr9yda/5E53BX5BDjeu6XaSxlSXdcJXsfbQjCp04L7dx Fxw87xq9yjF5cct1OmQGz9m0f0Zzt3/rTErI+9alyzmFq5Hsd20DrLwf89CSPvlTOQZj 9P8P7/9w0CdDDy2Lu5OG0INLVfYzOYuk7olHp/qQGeE0lOCrejy6ma3HSRy+E8YCdEli Rebg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=i4lxF6T2pY0CUPioQIVgM9onHvEqL4lF6DNYvfunhXg=; b=lyskTelKLSg6+hum+Syh/jvEDLxtjIWpKxOItl40p+rYvdFnmJ19wjH6d9/4RpzNIx +pvp8n1ZbanSnPlpnpDONuWLuWto9HrYHAKB6E3eFFwfyzUf1OwwjcYZycnGtfQUD6Q+ SKgAoYiTPfqWAlPUCku/Xva2cDNqhG01i1fQMq483PKf3plcTWgAFTALyB3dVO9b137w NfngUQrY6uoM0t4YAwhHvneRejniA5GKtjRFQNaDGfxxbOv8hGQ9zLrqbNsa4H5KcftZ IO+XCKjUvtoMqZVjLYBTJ++qoSXgAqzeVMT8dD1g3bhx9XGmvydlSM3hCIKp1iSYR71D uxDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t12si7010567ejo.217.2020.05.11.17.24.24; Mon, 11 May 2020 17:24:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728228AbgELAWX (ORCPT + 99 others); Mon, 11 May 2020 20:22:23 -0400 Received: from fieldses.org ([173.255.197.46]:55248 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbgELAWX (ORCPT ); Mon, 11 May 2020 20:22:23 -0400 Received: by fieldses.org (Postfix, from userid 2815) id EED9623E4; Mon, 11 May 2020 20:22:22 -0400 (EDT) Date: Mon, 11 May 2020 20:22:22 -0400 From: "J. Bruce Fields" To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the nfsd tree Message-ID: <20200512002222.GB17212@fieldses.org> References: <20200508104720.5c7f72a5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200508104720.5c7f72a5@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 08, 2020 at 10:47:20AM +1000, Stephen Rothwell wrote: > After merging the nfsd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > kernel/trace/trace_hwlat.c:329:12: error: conflicting types for 'kthread_fn' > 329 | static int kthread_fn(void *data) > | ^~~~~~~~~~ > In file included from kernel/trace/trace_hwlat.c:40: > include/linux/kthread.h:60:7: note: previous declaration of 'kthread_fn' was here > 60 | void *kthread_fn(struct task_struct *k); > | ^~~~~~~~~~ > > Caused by commit > > 7df082e85764 ("kthread: save thread function") > > I have used the nfsd tree from next-20200507 for today. Whoops, I forgot to say thanks for this report. I renamed the kthread_fn in my patches to kthread_func. --b.