On Mär 19 2021, Yixun Lan wrote:
> what's the exact root cause? and any solution?
Try reverting the five commits starting with
732374a0b440d9a79c8412f318a25cd37ba6f4e2.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A
It turned out to be a broken clock driver.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
On Mär 13 2021, Emil Renner Berthing wrote:
> As you can see I haven't updated OpenSBI or u-boot in a while
Does it also work if you use the u-boot SPL instead of FSBL?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A
assing zero to 'PTR_ERR'
> 0012eeb370f8 net: macb: fix NULL dereference due to no pcs_config method
> e4e143e26ce8 net: macb: add support for high speed interface
Unfortunately, that didn't help.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47
12.753119] macb 1009.ethernet: GEM doesn't support hardware ptp.
[ 12.760178] libphy: MACB_mii_bus: probed
[ 12.881792] MACsec IEEE 802.1AE
[ 12.944426] macb 1009.ethernet eth0: Cadence GEM rev 0x10070109 at
0x1009 irq 16 (70:b3:d5:92:f1:07)
Andreas.
--
Andreas Schwa
> plat->phy_interface = device_get_phy_mode(&pdev->dev);
> - if (plat->phy_interface < 0)
> + if ((int)plat->phy_interface < 0)
> return ERR_PTR(plat->phy_interface);
I don't think the conversion to long when passed to ERR_
the new sockptr_t type. But in the times of
> ftrace, bpftrace and co these kinds of debug printks are pretty anyway,
I think there is a word missing after pretty.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"A
On Sep 16 2019, wrote:
> I will have a look on it. It would be good if you could give me some
> details about the steps to reproduce it.
You need to trigger OOM.
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EE
,
it then stalled as a whole.
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
Y_GBIT_FEATURES,
.flags = PHY_HAS_INTERRUPT,
- .soft_reset = &genphy_soft_reset,
+ .soft_reset = &vsc8541_soft_reset,
.config_init= &vsc85xx_config_init,
.config_aneg= &vsc85xx_config_aneg,
.aneg_done = &genphy_aneg_do
fff:00: attached
PHY driver [Microsemi VSC8541 SyncE]
(mii_bus:phy_addr=1009.ethernet-:00, irq=POLL)
[ 1358.32] macb 1009.ethernet eth0: Cadence GEM rev 0x10070109 at
0x1009 irq 12 (70:b3:d5:92:f1:07)
This is 4.20-rc4 on a HiFive-U.
Andreas.
--
Andreas Sc
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
On Nov 19 2018, Andrew Lunn wrote:
> Could you turn on lockdep and see if it reports a deadlock.
How do I "turn on lockdep"?
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for so
le, perhaps it needs to be
rewritten.
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
On Nov 19 2018, Andrew Lunn wrote:
> On Mon, Nov 19, 2018 at 03:57:17PM +0100, Andreas Schwab wrote:
>> On Okt 08 2018, Quentin Schulz wrote:
>>
>> > The Microsemi PHYs have multiple banks of registers (called pages).
>> > Registers can only be accessed fro
54/0xf2
[<0>] __driver_attach+0xde/0x106
[<0>] bus_for_each_dev+0x4a/0x72
[<0>] driver_attach+0x1a/0x22
[<0>] bus_add_driver+0x1ce/0x212
[<0>] driver_register+0x3a/0xd0
[<0>] __platform_driver_register+0x3a/0x42
[<0>] macb_driver_init+0x20/0x28 [macb]
[<0&g
U_DYNAMIC_RESERVE,
> + atom_size, pcpu_cpu_distance,
> pcpu_fc_alloc, pcpu_fc_free);
> if (rc < 0)
> panic("cannot initialize percpu area (err=%d)", rc);
That didn't help.
Andreas.
--
Andr
t; 794807e1 41e20010
7c210b78
[ 91.139752] ---[ end trace f5d1d5431651845d ]---
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
must now be initialized, where previously it was
ignored as documented in sendmsg(2).
See also <https://sourceware.org/bugzilla/show_bug.cgi?id=23037>.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"A
(this document)| | driver |
> | | | |
>
This is all mis-aligned. How about replacing all the thin space
characters by normal spaces?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
ptables v1.4.21: can't initialize iptables table `filter': Table does not
exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
# modprobe iptable-filter
FATAL: Error inserting iptable_filter
(/lib/modules/4.7.0-rc1/kernel/net/ipv4/netfilter/iptable_filter.ko):
David Ahern writes:
> @@ -50,7 +54,7 @@ LDLIBS += $(LIBNETLINK)
> all: Config
> @set -e; \
> for i in $(SUBDIRS); \
> - do $(MAKE) $(MFLAGS) -C $$i; done
> + do echo "\n$$i"; $(MAKE) $(MFLAGS) -C $$i; done
echo "\n" is not portab
CONFIG_NET_VENDOR_CAVIUM is only used to hide/show config options and to
include subdirectories in the build, so it doesn't make sense to make it
tristate.
Signed-off-by: Andreas Schwab
---
drivers/net/ethernet/cavium/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --
Ok, that is already fixed by 31b33df.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe netdev&qu
Trying to connect to ::1 on any port (whether or not anything listens)
causes the connection to hang in SYN-SENT state.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different.&q
t; + if (p->process_ctx)
> + free(p->process_ctx);
> + if (p->socket_ctx)
> + free(p->socket_ctx);
free(NULL) is a no-op.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG
Andy Lutomirski writes:
> Glibc people: If Linux wired up the syscalls, would glibc use them?
Not automatically. It needs to be compatible with the configured
minimum kernel version, so runtime probing would needed to be
implemented.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG
p route change - change route
ip route replace - change or add new one
[...]
According to this "replace" should be a superset of "change".
Also, please check out comment#3, it also fails for replacing a route
with something different (it's a route to an ipsec tunnel)
embly look
>> right with that cast in atomic_set() as well?
>
> No. With the casts to volatile in atomic_set and atomic64_set I
> still see places where ld8 is changed to ld4 + sign-extend.
Use atomic64_read to read an atomic64_t.
Signed-off-by: Andreas Schwab <[EMAIL PRO
A switch on long long causes gcc to generate a reference to __ucmpdi2 on
ppc32. Avoid that by casting to int, since the value is only a small
integer anyway.
Signed-off-by: Andreas Schwab <[EMAIL PROTECTED]>
---
drivers/net/s2io.c |4 ++--
1 file changed, 2 insertions(+), 2 del
wise.
(This is a very old patch, but the issue is still present.)
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something
Michael Buesch <[EMAIL PROTECTED]> writes:
> ...the bcm43xx driver in my tree with a 4318 chip?
> The code there works excellent with my 4306 now, but I can't
> get it to work with my 4318.
Doesn't work for me either. I cannot get it to associate to the AP.
Andreas.
Larry Finger <[EMAIL PROTECTED]> writes:
> The patch does not apply because your mailer is breaking the white space and
> substituting spaces for
> tabs.
No, it does not apply because it was space-stuffed.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linu
0.15.5 added.
> from the latest Linksys WPC300N driver at
> http://www.linksys.com/download/
> It's ucode revision 0x0173, patchlevel 0x0425, 2006-10-04.
Requires Javascript.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes:
> Well, the latest "released" version (fwcutter-005) contains a huge list
> of ... v3 URLs :-) Only 2 v4 in there. I'll check SVN.
Still the same. One of them does not exist, the other one requires
Javascript!
A
There is no point in testing the atomic value if the result is thrown
away.
Signed-off-by: Andreas Schwab <[EMAIL PROTECTED]>
diff --git a/drivers/connector/cn_queue.c b/drivers/connector/cn_queue.c
index 9f2f00d..05f8ce2 100644
--- a/drivers/connector/cn_queue.c
+++ b/drivers/con
The ixgb driver is using pci_alloc_consistent, thus is should also use
pci_set_consistent_dma_mask. This allows the driver to work on SGI
systems.
In case of an error during probing it should also disable the device again.
Signed-off-by: Andreas Schwab <[EMAIL PROTECTED]>
--- linux-
Andreas Schwab <[EMAIL PROTECTED]> writes:
> Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes:
>
>> At this point, all I can say is... does it work in OS X ?
>
> Strange, OS X can't do it either. Looks like I have a hardware problem.
It turned out that one of
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes:
> At this point, all I can say is... does it work in OS X ?
Strange, OS X can't do it either. Looks like I have a hardware problem.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfelds
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes:
> On Sat, 2006-03-04 at 15:53 +0100, Andreas Schwab wrote:
>> I suppose the NIC in the PowerMac G5 can do GigE, yet when plugged into a
>> GB switch it is only willing to talk 100MB with it. Any idea why? Kernel
>> is
g
Wake-on: d
Current message level: 0x0007 (7)
Link detected: yes
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"A
41 matches
Mail list logo