Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1476022
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] qed: Remove OOM messages |
| Date | 2016-09-04 22:40 +0200 |
| Message-ID | <sdMmS-2ix-19@gated-at.bofh.it> (permalink) |
| References | <sd0Lf-2s9-1@gated-at.bofh.it> <sd0Lg-2s9-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Joe Perches <joe@perches.com> Date: Fri, 2 Sep 2016 10:48:47 -0700 > These messages are unnecessary as OOM allocation failures already do > a dump_stack() giving more or less the same information. > > $ size drivers/net/ethernet/qlogic/qed/built-in.o* (defconfig x86-64) > text data bss dec hex filename > 126849 27968 32800 187617 2dce1 drivers/net/ethernet/qlogic/qed/built-in.o.new > 131506 27968 32800 192274 2ef12 drivers/net/ethernet/qlogic/qed/built-in.o.old > > Miscellanea: > > o Change allocs to the generally preferred forms where possible. > > Signed-off-by: Joe Perches <joe@perches.com> Joe can you respin this against net-next? It applies against 'net' but this isn't really a critical bug fix and it'll also create conflicts against net-next. Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] qed: fix kzalloc-simple.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2016-09-01 08:50 +0200
RE: [PATCH] qed: fix kzalloc-simple.cocci warnings Yuval Mintz <Yuval.Mintz@qlogic.com> - 2016-09-01 10:00 +0200
Re: [PATCH] qed: fix kzalloc-simple.cocci warnings David Miller <davem@davemloft.net> - 2016-09-01 18:50 +0200
Re: [PATCH] qed: fix kzalloc-simple.cocci warnings Joe Perches <joe@perches.com> - 2016-09-02 19:50 +0200
[PATCH] qed: Remove OOM messages Joe Perches <joe@perches.com> - 2016-09-02 19:50 +0200
RE: [PATCH] qed: Remove OOM messages Yuval Mintz <Yuval.Mintz@qlogic.com> - 2016-09-04 10:40 +0200
Re: [PATCH] qed: Remove OOM messages David Miller <davem@davemloft.net> - 2016-09-04 22:40 +0200
Re: [PATCH] qed: Remove OOM messages Joe Perches <joe@perches.com> - 2016-09-04 23:30 +0200
csiph-web