Re: [PATCH net-next] Remove DECnet support from kernel

2023-01-09 Thread Jan Engelhardt
On Monday 2023-01-09 08:04, Jiri Slaby wrote: > On 18. 08. 22, 2:43, Stephen Hemminger wrote: >> DECnet is an obsolete network protocol > > this breaks userspace. Some projects include linux/dn.h: > > https://codesearch.debian.net/search?q=include.*linux%2Fdn.h&literal=0 > > I found Trinity fail

Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-12 Thread Jan Engelhardt
On Thursday 2017-01-12 16:52, Nicolas Dichtel wrote: >Le 09/01/2017 à 13:56, Christoph Hellwig a écrit : >> On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: >>> Regularly, when a new header is created in include/uapi/, the developer >>> forgets to add it in the corresponding Kbuild

Re: therm_pm72 units, interface

2013-01-17 Thread Jan Engelhardt
On Wednesday 2012-08-15 23:36, Benjamin Herrenschmidt wrote: >BTW... On a somewhat related note ... if you happen to have a spare >Xserve G5 PSU I'm interested :-) I tried pulling it out, but the PSU stuck so hard in the ATX-like mainboard power socket that removing the PSU would have probably

Re: therm_pm72 units, interface

2012-08-17 Thread Jan Engelhardt
On Thursday 2012-08-16 22:51, Benjamin Herrenschmidt wrote: > >You can try netbooting... OF netboot is limited to 4M sized zImages >which can be a bit tough nowadays, but modern yaboot can netboot larger >files. Another option is USB sticks. I can just exploit the fact that the machine will run f

Re: therm_pm72 units, interface

2012-08-16 Thread Jan Engelhardt
On Wednesday 2012-08-15 23:35, Benjamin Herrenschmidt wrote: >> XServe G5 of mine started powering off more or less >> randomly > >BTW. There's a new windfarm driver for these in recent kernels... > >Appart from that, the trip points are coming from a calibration EEPROM, >you may want to tweak th

therm_pm72 units, interface

2012-08-15 Thread Jan Engelhardt
About a week ago, an XServe G5 of mine started powering off more or less randomly (after 1 hour, chances were good it for it to occur). A problematic UPS has already been cut from the loop, and today I cleaned the machine inside out with pressurized air. So far it runs, for now at least, with

Re: Force FB off

2010-12-15 Thread Jan Engelhardt
On Tuesday 2010-12-14 21:18, Dave Airlie wrote: >On Wed, Dec 15, 2010 at 3:41 AM, Jan Engelhardt wrote: > >> >>booting with video=off nor video=i915:off has any effect on skipping >>FB. What is the correct option to stop FB from taking over my boot >>consoles? >

Re: the printk problem

2008-07-05 Thread Jan Engelhardt
On Saturday 2008-07-05 19:56, Linus Torvalds wrote: >> > >> > How about %p{feature}? > >No. > >I _expressly_ chose '%p[alphanumeric]*' because it's basically >totally insane to have that in a *real* printk() string: the end result >would be totally unreadable. So, and what do you do when you ru

Re: the printk problem

2008-07-05 Thread Jan Engelhardt
On Saturday 2008-07-05 15:50, Vegard Nossum wrote: > >I think the most elegant solution would be a macro similar to the >initcall macros, that adds the custom extensions to a table which is >defined by a special linker section. This allows complete >decentralization, but I don't think it's possibl

Re: the printk problem

2008-07-05 Thread Jan Engelhardt
On Saturday 2008-07-05 14:52, Vegard Nossum wrote: >> On Saturday 2008-07-05 00:01, Andrew Morton wrote: >>> >>>We don't know how much interest there would be in churning NIPQUAD from >>>the net guys. Interestingly, there's also %C (wint_t) which is a >>>32-bit quantity. So we could just go and

Re: the printk problem

2008-07-05 Thread Jan Engelhardt
On Saturday 2008-07-05 00:01, Andrew Morton wrote: > >We don't know how much interest there would be in churning NIPQUAD from >the net guys. Interestingly, there's also %C (wint_t) which is a >32-bit quantity. So we could just go and say "%C prints an ipv4 >address" and be done with it. But the

Re: drivers/net/fec_8xx config problem

2008-04-30 Thread Jan Engelhardt
On Wednesday 2008-04-30 21:23, Scott Wood wrote: >> On Apr 30, 2008, at 2:20 PM, Scott Wood wrote: >> >On Wed, Apr 30, 2008 at 02:19:21PM -0500, Becky Bruce wrote: >> >>I just noticed that the fec_8xx driver is not currently reachable via >> >>menuconfig because it depends on 8XX instead of 8xx. >

[PATCH] [POWERPC]: constify function pointer tables

2008-01-22 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> --- arch/powerpc/kernel/setup-common.c |2 +- arch/powerpc/platforms/cell/spufs/inode.c|2 +- arch/powerpc/platforms/pseries/hvCall_inst.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/p

Re: 1st version of azfs

2007-12-17 Thread Jan Engelhardt
>+config AZ_FS >+ tristate "AZFS filesystem support" >+ default m I do not think it should default to anything. >+#define AZFS_SUPERBLOCK_FLAGS MS_NOEXEC | \ >+ MS_SYNCHRONOUS | \ >+ MS_DIRSYNC | \ >+

Re: [patch 1/3] ps3: Disk Storage Driver

2007-07-18 Thread Jan Engelhardt
On Jul 16 2007 18:15, Geert Uytterhoeven wrote: > >Add a Disk Storage Driver for the PS3: > - Implemented as a block device driver with a dynamic major > - Disk names (and partitions) are of the format ps3d%c(%u) > - Uses software scatter-gather with a 64 KiB bounce buffer as the hypervisor >