Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445009
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Brian Norris <computersforpeace@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference |
| Date | Sun, 17 Jul 2016 06:00:02 +0200 |
| Message-ID | <rVLpg-46T-5@gated-at.bofh.it> (permalink) |
| References | <rVlO9-5j4-7@gated-at.bofh.it> <rVlO9-5j4-5@gated-at.bofh.it> <rVtLI-1SI-15@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xXiPR0YJS+kw1WWQrEAaBOev5PUX1EXqBHP5VTnd8qo=; b=kDnr3AXajc1DqCEevDwk3Qu4GqZNJ3e4qOMmrFa6wCZVq6GxJ5gjpv4ehXN9SefFhb /ftRwygytsTeZ/siGutbuifZn0AO0ibbjvIbmi3ZU2B5qnPCX8TlG3AnZYQurZP3TBk6 qRVQcCYp6o6DWL9JkBR7ZvfTd5DUxvp1gKFwJD+mcU8WFlvSp0oUKFEoOhu35pLg+T7F 3YmUFgqAVpplVychcm4CPywjMAv3k/jxzKmNHzo8tlcQvyx1jstweo538n9C2yDDMjrW 7P136QvcTkxZA5O225vS2LTiCcx36BkgyXXhwLXBSEsyaQDxBQ/qdp9rNcjdfdXNm0IE pW7A== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xXiPR0YJS+kw1WWQrEAaBOev5PUX1EXqBHP5VTnd8qo=; b=lEEMpdma1Uw1kJO2WwBbFZjzwljrmtNhOKE9UqT+d8hdbxY5n+vtxvwpd9r412rmlE 7sSz74xrwB4qZRgARh4VfpqxWNufLU72/YO8MjcUjGh9vPENwcmHe96YWf1ZUzQK+Fnk jvcN4n+J7knpHEAuXqW+iuPC/usIGYuxDWMKB9SOEDA8Vy9hmC+m/xUQFGwLPVop54Zz 3/M064UVIurrQgulanSzhjkO/F6qtJ3ebW3eBZgmTlucv81b0SrYf/IHuUYVD8+50Wv+ lq2KnpRzS5imhswc+vNoIZzEwcodjVRj6wt+9o5e1OhKPQOCDAfdGOsNrCrAECnMifmQ H44w== |
| X-Gm-Message-State | ALyK8tLSbAOZqHIReJbg93q4GEXfFwcns9Mvw04DKEdDJt1QnBT1+khPRlmk4NCkvbrisw== |
| X-Received | by 10.66.216.41 with SMTP id on9mr45486991pac.86.1468727647315; Sat, 16 Jul 2016 20:54:07 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | David Woodhouse <dwmw2@infradead.org>, Frans Klaver <fransklaver@gmail.com>, linux-mtd@lists.infradead.org, kernel-janitors@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, stable@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Sat, 16 Jul 2016 20:54:04 -0700 |
| X-Original-Message-ID | <20160717035404.GA14744@brian-ubuntu> |
| X-Original-References | <20160715110629.GB9258@mwanda> <20160716003209.GC76613@google.com> <20160716090041.GC32247@mwanda> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1445009 |
Show key headers only | View raw
On Sat, Jul 16, 2016 at 12:00:41PM +0300, Dan Carpenter wrote: > I like the Fixes tag because it was my invention. :) It's a separate > thing from -stable. Ha, nice. Well I have nothing against the tag, and nothing against this patch. It's good to know that the Fixes tag is not (necessarily) a request-for-stable tag. > It's nice for reviewing so you can see the original intent of the patch > you're fixing. Also it forces you to find the original authors and CC > them so hopefully they Ack the patch. The other thing is it lets you > collect data about which patches introduce bugs and how quickly they > get fixed. So for example, lwn.net recently had an article about bug > that are backported into the -stable tree. All good things. I know personally it's helpful when tracking down bugs, or backporting drivers or features. Regards, Brian
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference Brian Norris <computersforpeace@gmail.com> - 2016-07-16 02:40 +0200
Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-07-16 02:50 +0200
Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference Brian Norris <computersforpeace@gmail.com> - 2016-07-16 03:50 +0200
Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference Dan Carpenter <dan.carpenter@oracle.com> - 2016-07-16 11:10 +0200
Re: [patch] mtd: maps: sa1100-flash: potential NULL dereference Brian Norris <computersforpeace@gmail.com> - 2016-07-17 06:00 +0200
csiph-web