Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732036

Re: [PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Allen <allen.lkml@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Date Thu, 14 Sep 2017 06:50:01 +0200
Message-ID <upug9-e7-3@gated-at.bofh.it> (permalink)
References <upar7-4lj-1@gated-at.bofh.it> <uphiW-e2-15@gated-at.bofh.it>
X-Original-To Joe Perches <joe@perches.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=eTMt7UIxa4mc8HHHImpGa7sUbLoBmDcDfx21Za9ONiA=; b=q+UYVCWKT/q76AMJNuQdUJ/JGPHJzRh7QNoPwURO4tSORz9rYC7SuE83vTOciHofLG 9pIyu5y4i5cIWyoYMteN7hXTOXaswwPwCHXBnQzC8FTBDWE5MK8SOrrLiXH9ggObbmzo s0WamGrmwAdSCy/EN3JlbGcodLqzEFVSnZ6zzu4RI7Kkxi9iJDAKEnQZeaXeZUhi0ct+ R3bKbOEY/OnlhODH5ItAvbhdBlQ91VQDUMycCNHhTTnLiQ9aDVNvjLNVqWqpSJ/ACBve mgMtEEeh3CbA+PabuIqZTGwALjGwprskCLyqrxWA7AC2238nHvW3MYP8JZCbPDqHNXY/ 00cg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=eTMt7UIxa4mc8HHHImpGa7sUbLoBmDcDfx21Za9ONiA=; b=ZkS7jRvMosjc0uP1rEivNyrCek7euoxM6K7PdXyap3RO1Mj6gknVlRqrbcpu8sKe2F KS4+eBKEJ/vRMGaQBeAC02B+VKlAv0bbv4usJgomLB7PQR2RCLqH68DPV8NXc71B9+ME XrLHKUQLkDhWB5sDr0tB3YWFeiVVwS16b4MQ1mJ9lUKgZ/yFLrg+8Wswr9RoSxUydeqL 14ykrFnXLXxbcEZoauf+D0J22nke1MjEccYZ9WOuCKFqyZujWlu184enSGt/fhez1wX4 7ejwuKpWcvzbSGNphaszD5DL/tjP1X9P1Z4MyQx+RzNniGZkFBKtCLkdzgX+W+KwkWP7 ixlQ==
X-Gm-Message-State AHPjjUgr7AaEKzT4/CTsp3jkGW9y6863JLGmO6KbEUQhtMOK1vC4JZrk LQqcJ9kPx0sMJJEqWyWbEkO2k72FOD7mghcpRNY=
X-Google-SMTP-Source ADKCNb5DlViFDQQeOfJxREvzYpjxMjbt9KfxartlHxL55+l7Deyei3M27wDbUzKQwsTfYacCcrjYczjg89w4lgmU3Ig=
X-Received by 10.46.0.160 with SMTP id e32mr8482773lji.106.1505364219150; Wed, 13 Sep 2017 21:43:39 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset="UTF-8"
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 16
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, nouveau@lists.freedesktop.org, linux-crypto@vger.kernel.org, dri-devel@lists.freedesktop.org, MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org, netdev@vger.kernel.org, megaraidlinux.pdl@broadcom.com, target-devel@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-btrfs@vger.kernel.org
X-Original-Date Thu, 14 Sep 2017 10:13:38 +0530
X-Original-Message-ID <CAOMdWSJvQMNJSnfekmM=N-CCaaJF_3HkP8ypZG+vWgWf0gWgfw@mail.gmail.com>
X-Original-References <1505287939-14106-1-git-send-email-allen.lkml@gmail.com> <1505314401.8969.11.camel@perches.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1732036

Show key headers only | View raw


> I think the changelog for this series of conversions
> should show that you've validated the change by
> inspecting the return call chain at each modified line.
>
> Also, it seems you've cc'd the same mailing lists for
> all of the patches modified by this series.
>
> It would be better to individually address each patch
> in the series only cc'ing the appropriate maintainers
> and mailing lists.
>
> A cover letter would be good too.

 Point noted. Thanks.

- Allen

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 02/10] drivers:crypto: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 08/10] driver:cxgbit: return -NOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 03/10] driver:gpu: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 04/10] drivers:mpt: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 10/10] fs:btrfs: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
    Re: [PATCH 10/10] fs:btrfs: return -ENOMEM on allocation failure. David Sterba <dsterba@suse.cz> - 2017-09-13 17:20 +0200
  [PATCH 09/10] driver:video: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 05/10] drivers:net: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
    Re: [PATCH 05/10] drivers:net: return -ENOMEM on allocation failure. Andrew Lunn <andrew@lunn.ch> - 2017-09-13 14:10 +0200
      Re: [PATCH 05/10] drivers:net: return -ENOMEM on allocation failure. Allen <allen.lkml@gmail.com> - 2017-09-13 15:10 +0200
      Re: [PATCH 05/10] drivers:net: return -ENOMEM on allocation failure. Allen <allen.lkml@gmail.com> - 2017-09-20 09:20 +0200
  [PATCH 07/10] driver:megaraid: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
  [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation failure. Allen Pais <allen.lkml@gmail.com> - 2017-09-13 09:40 +0200
    Re: [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation  failure. Andrew Lunn <andrew@lunn.ch> - 2017-09-13 14:20 +0200
      Re: [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation failure. Allen <allen.lkml@gmail.com> - 2017-09-13 15:10 +0200
      Re: [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation failure. Allen <allen.lkml@gmail.com> - 2017-09-20 09:00 +0200
    Re: [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation  failure. David Miller <davem@davemloft.net> - 2017-09-13 18:30 +0200
  Re: [PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation Joe Perches <joe@perches.com> - 2017-09-13 17:00 +0200
    Re: [PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation Allen <allen.lkml@gmail.com> - 2017-09-14 06:50 +0200

csiph-web