Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp1538981pxb; Wed, 2 Feb 2022 07:14:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJwphAy37HvnPOEEJEaAxD2eQjFup8qOgSnchZwjU8S5U9AXL/IhgJS93skrPlPjk6puTX5S X-Received: by 2002:a17:902:b682:: with SMTP id c2mr30208382pls.126.1643814844920; Wed, 02 Feb 2022 07:14:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643814844; cv=none; d=google.com; s=arc-20160816; b=pZbztc2tRECqa+nIZGnmMriyNnExPgJPooDy6e3OfFBACqPg3Yfl55woGMkwWfdU7x X6ZMOyCjS0m2fD73XI4/n9W5B+yxgTXvEiLWD58DICwWHGsbod1y5GEiYez5xpVtVyJ8 xpIYoGRkN/AdzTQHEgtjjmJBHukAqNSlo4WUGIUl5ucRIrjTkUn7l9fPg1LG9Ujbl1Kx RhvgOkgmjgrpAVWQSmgZIC4hjoEVbe/up+rnpfaoCMEacbpu5EBYQitcuGGEfnXakEEn yRZyqPaldvM8ykDY0Ri99mabBLaac+8q4YVNsAx1mW/tTvkeI47Hwv2nJM01Bc3XL00t EASg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=VoSkukUod02MZRnqVgKWjMkUog2PKE2/XrFM5yPp0cU=; b=BDG4Tm9rRVeT7oRmdVnwjiGgV+9SQMP7CGKbMNSJnzK38hk4xuI4RUjtH7CKdWOc2a i4IDbJCiCY9z1mUlm3fF72jlFUrzVNdScegI3mX+ZAernDdOSK1Y43VLmLLg4FpaxybR DA0ZfXZByqla1ZtjaoZZJih1Ql9n0wjKO6fB5oJ/tm9nPDARzae2inrAU/8I3fsYvAIf pHypvcJKQZB5MMKNf6UNHBBySXevUf+ZI1xMcjcLJpO2DABCMVyKdCzvvkUIFd8XYmST w5rUPh0UZid+7iVCqr/L7TcBu1mdqYswQJ6Kf3BAxv7hiTjowl9Ck3xJnugLAy8zf/d3 SBug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mess.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id i6si19574925pgr.752.2022.02.02.07.13.52; Wed, 02 Feb 2022 07:14:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mess.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240369AbiBARK5 (ORCPT + 99 others); Tue, 1 Feb 2022 12:10:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240423AbiBARKz (ORCPT ); Tue, 1 Feb 2022 12:10:55 -0500 Received: from gofer.mess.org (gofer.mess.org [IPv6:2a02:8011:d000:212::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7208CC06173D for ; Tue, 1 Feb 2022 09:10:55 -0800 (PST) Received: by gofer.mess.org (Postfix, from userid 1000) id D6507101BFE; Tue, 1 Feb 2022 17:10:53 +0000 (UTC) Date: Tue, 1 Feb 2022 17:10:53 +0000 From: Sean Young To: Matthew Wilcox Cc: Shuah Khan , Alexei Starovoitov , kernel test robot , Alexei Starovoitov , LKML , Linux Memory Management List , lkp@lists.01.org, kbuild test robot Subject: Re: [PATCH] selftests/ir: fix build with ancient kernel headers Message-ID: References: <20220128075346.GG8421@xsang-OptiPlex-9020> <347bae9f-f775-4976-3d27-b0c725211d78@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 01, 2022 at 04:58:48PM +0000, Matthew Wilcox wrote: > On Tue, Feb 01, 2022 at 04:53:11PM +0000, Sean Young wrote: > > +/* Support ancient lirc.h which does not have these values */ > > Can we have a little more information here, such as "Can be removed once > RHEL 8 is no longer a relevant testing platform"? That will save people > doing archaology to find out when it's safe to remove. That totally makes sense. Having said that, I have no idea what platforms are being used for testing, so I don't know if RHEL 8 is the only one that needs this. Is there anyone who could shed some light on what platforms should be supported? Thanks, Sean