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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A22F4C433EF for ; Tue, 1 Feb 2022 17:10:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240408AbiBARK6 (ORCPT ); Tue, 1 Feb 2022 12:10:58 -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