netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: yunaixin03610@163.com
Cc: netdev@vger.kernel.org, yunaixin <yunaixin@huawei.com>
Subject: Re: [PATCH 5/5] Huawei BMA: Adding Huawei BMA driver: host_kbox_drv
Date: Wed, 17 Jun 2020 01:11:22 +0200	[thread overview]
Message-ID: <20200616231122.GC205574@lunn.ch> (raw)
In-Reply-To: <20200616020554.1443-1-yunaixin03610@163.com>

> The host_kbox_drv driver serves the function of a black box. When a
> panic or mce event happen to the system, it will record the event
> time, system's status and system logs and send them to BMC before
> the OS shutdown. This driver depends on the host_edms_drv driver.

This does not belong in net, or a network driver.

It is also very difficult to do anything with a panicing kernel. Which
is what kexec on panic is all about. Get into a fresh kernel, and use
that kernel to dump the status of the crashed kernel.

So i doubt you will find a home anywhere in the kernel for any of this
code.

	Andrew

  reply	other threads:[~2020-06-16 23:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  2:05 [PATCH 5/5] Huawei BMA: Adding Huawei BMA driver: host_kbox_drv yunaixin03610
2020-06-16 23:11 ` Andrew Lunn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-22 16:03 [PATCH 0/5] Adding Huawei BMA drivers yunaixin03610
2020-06-22 16:03 ` [PATCH 5/5] Huawei BMA: Adding Huawei BMA driver: host_kbox_drv yunaixin03610
2020-06-22 18:21   ` Andrew Lunn

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=20200616231122.GC205574@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=netdev@vger.kernel.org \
    --cc=yunaixin03610@163.com \
    --cc=yunaixin@huawei.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;
as well as URLs for NNTP newsgroup(s).