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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 0F794C4338F for ; Fri, 23 Jul 2021 15:48:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9BED60EB6 for ; Fri, 23 Jul 2021 15:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235674AbhGWPIW (ORCPT ); Fri, 23 Jul 2021 11:08:22 -0400 Received: from isilmar-4.linta.de ([136.243.71.142]:58316 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235472AbhGWPIU (ORCPT ); Fri, 23 Jul 2021 11:08:20 -0400 X-isilmar-external: YES X-isilmar-external: YES Received: from light.dominikbrodowski.net (brodo.linta [10.2.0.102]) by isilmar-4.linta.de (Postfix) with ESMTPSA id D27C02012A4; Fri, 23 Jul 2021 15:48:52 +0000 (UTC) Received: by light.dominikbrodowski.net (Postfix, from userid 1000) id 3F034208E9; Fri, 23 Jul 2021 16:51:41 +0200 (CEST) Date: Fri, 23 Jul 2021 16:51:41 +0200 From: Dominik Brodowski To: Zheyu Ma Cc: Linux Kernel Mailing List Subject: Re: [PATCH] pcmcia: i82092: fix a null pointer dereference bug Message-ID: References: <1624345891-4215-1-git-send-email-zheyuma97@gmail.com> 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 Am Fri, Jul 23, 2021 at 05:48:35PM +0800 schrieb Zheyu Ma: > On Fri, Jul 23, 2021 at 2:20 PM Dominik Brodowski > wrote: > > > > Applied to pcmcia-next, thanks. Are you aware of the last version where this > > driver worked correctly? It seems that this bug has been present there for > > ages. > > > > Thanks, > > Dominik > > Sorry, I don't know. Judging from the commit log, I even suspect that > this bug has existed since the introduction of this driver...... Indeed. I've tagged it for stable. Thanks, Dominik