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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 4137BFC6194 for ; Wed, 6 Nov 2019 23:17:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 05ABE217F5 for ; Wed, 6 Nov 2019 23:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573082274; bh=l96PJGSCgdJfy3x2+XOUECY5wAh6w8mh7RVExRuPQrw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fDQGxSbFNRnw+Mbw7VMWnU/HkWDOGDMZeocXwh5kBaseh7cU9Ll4TpntQyYAmqU3h ewAuzVrtJ5320/mmP4R9fsb78OG5V5gqh8aYI0WlidZCtI9hjNBPIGyPF2X7OPOnsl tKXKQ4orkVgEG+eITWPMBu286bWmB+43j8l0EKvM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727409AbfKFXRx (ORCPT ); Wed, 6 Nov 2019 18:17:53 -0500 Received: from mail-pf1-f196.google.com ([209.85.210.196]:39136 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727080AbfKFXRx (ORCPT ); Wed, 6 Nov 2019 18:17:53 -0500 Received: by mail-pf1-f196.google.com with SMTP id x28so369150pfo.6 for ; Wed, 06 Nov 2019 15:17:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=jluuUPJMyJ9UrJ/y1hzGUViE0ppwGEMpYzoRViVVG5o=; b=GnngB3SJkbYXTZyPpNlh/kndYWgMeKcWX5xywPz0ghvqmcaaBI9nylo5rWlb0M99ej zYU1TV4PgX609RJCxwcT0gAoo6PkFs/DT4moVDTf1McDHlDX3Xi8mwNt2S7sIehVibNB d27vVqYQNj/9S5yuRdx6jX6D9xm4I2XQME7xMnGYV1Ypv/vvF8eKCr5uwat+kAUW34z+ BJ9TaenCUS7cQM3pI5TAjhS+GBlEpFspqHeoCUsh3YUDlEVDN50263xyXPLq9tTP/E3N 8yvTrjGRofn3bxADd7GDgrYFT6QNjGJZrXMO0SkYYJTcVuzMOHIA30E7G/b5Q/3Loch2 vQFQ== X-Gm-Message-State: APjAAAWkAZxDNIB3YEqEXFzy6NkcjQoLCzCOONxZ0ZkCn6BZ8/yY+q6D 37rdaeWSevEWrR2AtXmgF70= X-Google-Smtp-Source: APXvYqwG58PoA7lQYc4Csgh7zpQZznvbLnjXz9YBrn4PjkB5kX1WUnmIPLGXnrtlSiTPqWx2smz/lA== X-Received: by 2002:aa7:8421:: with SMTP id q1mr6763149pfn.174.1573082272373; Wed, 06 Nov 2019 15:17:52 -0800 (PST) Received: from 42.do-not-panic.com (42.do-not-panic.com. [157.230.128.187]) by smtp.gmail.com with ESMTPSA id b17sm72157pfr.17.2019.11.06.15.17.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Nov 2019 15:17:50 -0800 (PST) Received: by 42.do-not-panic.com (Postfix, from userid 1000) id 9963440297; Wed, 6 Nov 2019 23:17:49 +0000 (UTC) Date: Wed, 6 Nov 2019 23:17:49 +0000 From: Luis Chamberlain To: Brian Norris Cc: Johannes Berg , linux-wireless , wireless-regdb@lists.infradead.org Subject: Re: [PATCH] crda: Makefile: fix .so compilation line with some compilers Message-ID: <20191106231749.GM11244@42.do-not-panic.com> References: <20191105225751.1233-1-briannorris@chromium.org> <786f623306ad462e3776236c94e83b5f2e0648ab.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, Nov 06, 2019 at 08:38:33AM -0800, Brian Norris wrote: > On Wed, Nov 6, 2019 at 12:12 AM Johannes Berg wrote: > > On Tue, 2019-11-05 at 15:02 -0800, Brian Norris wrote: > > > Apparently wireless-regdb@ is subscribers only. I have since joined, > > > but I guess my patch bounced from that list... if I don't hear back in > > > a while, I may resend. > > > > The bigger question is who actually maintains crda now, if anyone ... :) > > My mailbox tells me that as of about a year ago, Luis was still > merging patches. And his latest commit even claims it's "still > maintained": > > As if kernel v4.15 CRDA is no longer needed. Annotate this. The > code will still be maintained to help older kernels. Sure, send me patches. Its just not needed on older systems. Luis From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:In-Reply-To:MIME-Version: References:Message-ID:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vKmhqcP40SR8POh5qAh1myYVeeMUTlH73x1vI89Ue7Y=; b=qkyzTDW/ERJDUf BSrq54CaQcN/0wdDJa+A82G0jzDLdQj7Rz5JRepGtYi3CbaiMuW7MxPmS/lUfZxTeykHtYvhwX//2 lMb1qklpBuAq2r+PEKzDFyNzXNBrFZCq2hF+4hfrTgLjMxzdadDqG6xzjHy47bE0HYUEHYH69s5tN IBBSuB8cAp7/GGbnYMWWtGOu0DnoQ5zDy+npcT1hCZ6XqaZ2e/ZFqciZdXNkClo5A1uyPwuQMlYWt 1FARetdHm9TAZymi6BNJ8rehLm37pegvhDhEdR5c7f65oe+pbc1qoT3Cpyq8Rq8UrLSIHCYOn5GMW dY2zbS6aLwxVCsnaNbFQ==; Received: from mail-pg1-f193.google.com ([209.85.215.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSUYj-0006hn-LB for wireless-regdb@lists.infradead.org; Wed, 06 Nov 2019 23:17:54 +0000 Received: by mail-pg1-f193.google.com with SMTP id z24so186351pgu.4 for ; Wed, 06 Nov 2019 15:17:53 -0800 (PST) Date: Wed, 6 Nov 2019 23:17:49 +0000 From: Luis Chamberlain Message-ID: <20191106231749.GM11244@42.do-not-panic.com> References: <20191105225751.1233-1-briannorris@chromium.org> <786f623306ad462e3776236c94e83b5f2e0648ab.camel@sipsolutions.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [wireless-regdb] [PATCH] crda: Makefile: fix .so compilation line with some compilers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: "wireless-regdb" Errors-To: wireless-regdb-bounces+johannes=sipsolutions.net@lists.infradead.org Content-Transfer-Encoding: 8bit To: Brian Norris Cc: wireless-regdb@lists.infradead.org, Johannes Berg , linux-wireless List-ID: On Wed, Nov 06, 2019 at 08:38:33AM -0800, Brian Norris wrote: > On Wed, Nov 6, 2019 at 12:12 AM Johannes Berg wrote: > > On Tue, 2019-11-05 at 15:02 -0800, Brian Norris wrote: > > > Apparently wireless-regdb@ is subscribers only. I have since joined, > > > but I guess my patch bounced from that list... if I don't hear back in > > > a while, I may resend. > > > > The bigger question is who actually maintains crda now, if anyone ... :) > > My mailbox tells me that as of about a year ago, Luis was still > merging patches. And his latest commit even claims it's "still > maintained": > > As if kernel v4.15 CRDA is no longer needed. Annotate this. The > code will still be maintained to help older kernels. Sure, send me patches. Its just not needed on older systems. Luis _______________________________________________ wireless-regdb mailing list wireless-regdb@lists.infradead.org http://lists.infradead.org/mailman/listinfo/wireless-regdb