Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1506306 > unrolled thread
| Started by | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| First post | 2016-10-21 23:30 +0200 |
| Last post | 2016-10-22 22:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH net 0/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress Florian Fainelli <f.fainelli@gmail.com> - 2016-10-21 23:30 +0200
[PATCH net 1/2] Revert "kexec: Export kexec_in_progress to modules" Florian Fainelli <f.fainelli@gmail.com> - 2016-10-21 23:30 +0200
Re: [PATCH net 0/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress David Miller <davem@davemloft.net> - 2016-10-22 22:20 +0200
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-10-21 23:30 +0200 |
| Subject | [PATCH net 0/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress |
| Message-ID | <suPy1-2Jv-5@gated-at.bofh.it> |
David, Eric, These are the two patches following the discussing we had on kexec_in_progress. Feel free to apply or discard them, thanks! Florian Fainelli (2): Revert "kexec: Export kexec_in_progress to modules" net: dsa: bcm_sf2: Do not rely on kexec_in_progress drivers/net/dsa/bcm_sf2.c | 5 +++-- kernel/kexec_core.c | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.7.4
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-10-21 23:30 +0200 |
| Subject | [PATCH net 1/2] Revert "kexec: Export kexec_in_progress to modules" |
| Message-ID | <suPy2-2Jv-25@gated-at.bofh.it> |
| In reply to | #1506306 |
This reverts commit 97dcaa0fcfd24daa9a36c212c1ad1d5a97759212. Based on the review discussion with Eric, we will come up with a different fix for the bcm_sf2 driver which does not make it rely on the kexec_in_progress value. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- kernel/kexec_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c index 786ab85a5452..561675589511 100644 --- a/kernel/kexec_core.c +++ b/kernel/kexec_core.c @@ -59,7 +59,6 @@ size_t vmcoreinfo_max_size = sizeof(vmcoreinfo_data); /* Flag to indicate we are going to kexec a new kernel */ bool kexec_in_progress = false; -EXPORT_SYMBOL_GPL(kexec_in_progress); /* Location of the reserved area for the crash kernel */ -- 2.7.4
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-10-22 22:20 +0200 |
| Subject | Re: [PATCH net 0/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress |
| Message-ID | <svaVP-87x-5@gated-at.bofh.it> |
| In reply to | #1506306 |
From: Florian Fainelli <f.fainelli@gmail.com> Date: Fri, 21 Oct 2016 14:21:54 -0700 > These are the two patches following the discussing we had on > kexec_in_progress. > > Feel free to apply or discard them, thanks! Applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web