From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 49C2415C9 for ; Sat, 27 Jul 2024 01:27:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722043629; cv=none; b=nAbqu2P9M5W6Q2d+UdkYC9RbYUIR3rbF7Hi0oE3Oqh9/I6dw9vzf7OgzZAn6a3BypsYRZKKNMgiZuEvzjwrwbnLuP5l+Ffquu8WhvG57vqYnYe543ULA/98ANYuz0ESZDu+vpUC4UD6tm5sylA7H8ytbg/NoBKqh6ya7S3cQurg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722043629; c=relaxed/simple; bh=/nkPQplRr0kQcwMlESKxzV+yQ/BKLpoyp5XqEsf75RI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=iuLYCOAI91FVnWQ70c46jOp0otjUKoEThlrjgH/uJ0fsRvPTlWWqPm8ZLNCgjqSv0RyXWaVuIQDusY+qoMKcGAAhLFuaxCcPJXCRUjBBsLAjVdnK43NlUvodgDug5SHEzbpAEtZrgF9XXtzfvNCLmAPq0Ygan2I6aoeERI3O+Ew= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qCmKEyPo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qCmKEyPo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A650C32782; Sat, 27 Jul 2024 01:27:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722043628; bh=/nkPQplRr0kQcwMlESKxzV+yQ/BKLpoyp5XqEsf75RI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qCmKEyPohth76iUicajbc4jFMnEku/GO5kWDgbWeE6P0k5PWvFBorjbKPCS4y3LT3 6SoJ39WXEInF3J9m3rUQGOd9WTZ/n2P54z+6nWmzE9A5Dv2Rd8BYCjCpx9uaXkZfYC j4UtAaghsNPqS5Yz9pV0JpBCqBM1lqPdD1euWwpQ1g2F9j4V2fRq2eJcH2IxyYy9PN 2yxmoFgRvtBV9xRr4CyuRnGF6QOef8NJrpA2XIU/O3LfVOykiS9lzVcerxDDOHCH0g uOHhWfiMhNzBbJTrMZBn9mtgzcVLsKPHDSqkf5t5JGbN4ndU34oFTQZBnxubmIRrh+ acJj6KwtgaxNw== Date: Fri, 26 Jul 2024 18:27:07 -0700 From: Jakub Kicinski To: Joe Damato Cc: Alexander Duyck , netdev@vger.kernel.org, davem@davemloft.net, pabeni@redhat.com, kernel-team@meta.com Subject: Re: [net PATCH] fbnic: Change kconfig prompt from S390=n to !S390 Message-ID: <20240726182707.61025a69@kernel.org> In-Reply-To: References: <172192698293.1903337.4255690118685300353.stgit@ahduyck-xeon-server.home.arpa> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 26 Jul 2024 10:47:08 -0700 Joe Damato wrote: > > I will add it and resubmit if/when the patch is dropped from the > > patchwork queue. > > Sure; makes sense. I honestly have no idea -- I think maybe Kconfig > and docs are special cases or something? Just suggested the Fixes to > be helpful :) The driver is unusable without this patch, so I'd say it's a fix and needs a Fixes tag. Since the ML traffic is low I'll just add it manually when applying.