From: Andrew Morton <akpm@linux-foundation.org>
To: ketuzsezr@darnok.org
Cc: James.Bottomley@hansenpartnership.com, ashutosh.naik@gmail.com,
linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org,
pjones@redhat.com, konradr@linux.vnet.ibm.com,
vishnu@chelsio.com
Subject: Re: [PATCH]ibft: Fix the display of a few fields in the NIC attribute structure in sysfs
Date: Wed, 15 Apr 2009 14:37:44 -0700 [thread overview]
Message-ID: <20090415143744.84d6c598.akpm@linux-foundation.org> (raw)
In-Reply-To: <200904120907.08828.ketuzsezr@darnok.org>
On Sun, 12 Apr 2009 09:06:59 -0400
Konrad Rzeszutek <ketuzsezr@darnok.org> wrote:
> > The second question is who picks this up? The drivers/firmware
> > directory doesn't seem to have a dedicated tree, so I can take this
> > through the SCSI tree if required or Andrew can take it through -mm.
>
> Which way works best for everybody? I was thinking SCSI, since the end result
> of this module is to configure the storage used to bootstrap the box.
I can merge merge it later this week.
However...
: From: Ashutosh Naik <ashutosh.naik@gmail.com>
:
: Fix the display of a few fields in the iBFT NIC attribute structure in
: sysfs.
:
: Signed-off-by: Ashutosh Naik <ashutosh.naik@gmail.com>
: Cc: Vishnu V <vishnu@chelsio.com>
: Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
: ---
:
: drivers/firmware/iscsi_ibft.c | 4 ++--
: 1 file changed, 2 insertions(+), 2 deletions(-)
:
: diff -puN drivers/firmware/iscsi_ibft.c~ibft-fix-the-display-of-a-few-fields-in-the-nic-attribute-structure-in-sysfs drivers/firmware/iscsi_ibft.c
: --- a/drivers/firmware/iscsi_ibft.c~ibft-fix-the-display-of-a-few-fields-in-the-nic-attribute-structure-in-sysfs
: +++ a/drivers/firmware/iscsi_ibft.c
: @@ -754,11 +754,11 @@ static int __init ibft_check_nic_for(str
: rc = 1;
: break;
: case ibft_eth_ip_addr:
: - if (!memcmp(nic->dhcp, nulls, sizeof(nic->dhcp)))
: + if (memcmp(nic->ip_addr, nulls, sizeof(nic->ip_addr)))
: rc = 1;
: break;
: case ibft_eth_subnet_mask:
: - if (!memcmp(nic->dhcp, nulls, sizeof(nic->dhcp)))
: + if (nic->subnet_mask_prefix)
: rc = 1;
: break;
: case ibft_eth_origin:
The changelog is bad.
What does "fix" mean? What does the old output look like and how does
this patch change it?
This matters, because this is a userspace interface and who knows, there
might be applications out there which somehow depend on the old and
broken behaviour.
Of course, that might be totally silly and unrealistic but because we
weren't told what the patch actually does, how can I tell?
Please send a new and complete description of this change, thanks.
next prev parent reply other threads:[~2009-04-15 21:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-11 13:29 Ashutosh Naik
2009-04-11 17:34 ` Konrad Rzeszutek
2009-04-11 17:56 ` James Bottomley
2009-04-11 18:13 ` Ashutosh Naik
2009-04-12 13:06 ` Konrad Rzeszutek
2009-04-15 21:37 ` Andrew Morton [this message]
2009-04-20 15:59 ` Ashutosh Naik
2009-04-20 16:00 ` Ashutosh Naik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090415143744.84d6c598.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=James.Bottomley@hansenpartnership.com \
--cc=ashutosh.naik@gmail.com \
--cc=ketuzsezr@darnok.org \
--cc=konradr@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=pjones@redhat.com \
--cc=vishnu@chelsio.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome