Add a new superblock version, and consolidate related defines.
Signed-off-by: Gabriel de Perthuis
---
drivers/md/bcache/bcache.h | 23 ++-
drivers/md/bcache/request.c | 2 +-
drivers/md/bcache/super.c | 21 -
3 files changed, 35 insertions(+), 11
Add a new superblock version, and consolidate related defines.
Signed-off-by: Gabriel de Perthuis
---
drivers/md/bcache/bcache.h | 23 ++-
drivers/md/bcache/request.c | 2 +-
drivers/md/bcache/super.c | 21 -
3 files changed, 35 insertions(+), 11
Le lun. 08 avril 2013 22:49:56 CEST, Kent Overstreet a écrit :
On Mon, Apr 08, 2013 at 12:11:06PM +0200, Gabriel wrote:
Add a new superblock version, and consolidate related defines.
So, I think BDEV_WITH_OFFSET looks ok, but what's the use case for it? I
was going to add it way back b
ed for now; support
for shrinking might be added if the need comes up.
Signed-off-by: Gabriel de Perthuis
---
Documentation/bcache.txt | 4
drivers/md/bcache/bcache.h | 1 +
drivers/md/bcache/super.c | 13 -
drivers/md/bcache/sysfs.c | 11 +++
4 files changed, 24
Hi Im trying to boot an encrypted file system using an initrd on a USB.
I use syslinux for the actual boot process as I couldnt get Grub to boot
of it for some reason. This is the .cfg
default vmlinuz
timeout 100
prompt 1
label linux
kernel vmlinuz
append initrd=/initrd.gz root=/dev/ram0 ro
Um yes it is.
How could I otherwise have booted far enough to get the panic?
My boot partition is on the usb I cant boot from hard drive.
Ursprungligt meddelande
Från: [EMAIL PROTECTED]
Datum: Apr 15, 2005 9:29:06 AM
Till: gabriel <[EMAIL PROTECTED]>
Ärende: RE: Booting from US
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block
(1,0)
> followed by the USB information and stop.
> <5> Vendor SWISSBIT Mode: Victorinox 2.0 Rev 2.00
> Type Direct-Access ANSI SCSI Revision: 02
> SCSI device sdb: 1022720 512 byte hdwr sectors (524mb)
> sdb: Write Protec
On Fri, 2005-04-15 at 09:27 +0200, gabriel wrote:
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block
(1,0)
>Hi Gabriel!
Hi!
>It looks like initrd.gz could not be mounted. The unknown-block(1,0)
>is /dev/ram0 (and has normally initrd attached to it) as
>I don't think syslinux digs the "/" in the initrd filename. Did you try
>it with initrd=initrd.gz?
Yep no difference.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majord
>Have you edit the build-initrd.sh script to fit your needs?
Yeah.. but it shouldn't matter much since I've not been able to load the initrd
yet?
>Does
> http://featherlinux.berlios.de/usb-instructions.htm or
> http://www.ussg.iu.edu/hypermail/linux/kernel/0211.1/0551.html help?)
I thought
Hi.
I patched 2.4.3 to 2.4.4 with the following commands:
cd /usr/src
cp -r linux-2.2.3 linux-2.2.4
ln -s linux-2.2.4 linux
cd linux
mv patch-2.2.4 .
patch -p1 < patch-2.2.4
When I compiled bzImage (using .config from 2.2.3) I got the following
errors:
arch/i386/kernel/kernel.o(.text.lock+0x20)
uot; would cause it to rapidly update and become responsive
> again.
> The freeze would happen at a random time interval that I couldn't figure out.
>
I got that Xchat problem on i686 yesterday.
I'm running 2.6.24-06481-gaa62999 right now with near 4h uptime and the problem
On Tue, Feb 12, 2008 at 12:49:05PM +0100, Gabriel Paubert wrote:
> On Fri, Feb 08, 2008 at 07:40:43PM +1100, Benjamin Herrenschmidt wrote:
> >
> > On Fri, 2008-02-08 at 01:44 +0100, Bartlomiej Zolnierkiewicz wrote:
> > > - couple of fixes and preparatory patches
> >
s which appeared some time
between 2.6.24 and 2.6.25-rc1: at boot I get an infinite string of
hdb: empty DMA table?
I'm trying to bisect it right now.
Gabriel
>
> I'll have a look & test next week hopefully.
>
> Ben.
>
>
> ___
On Tue, Feb 12, 2008 at 01:30:03PM +0100, Gabriel Paubert wrote:
> On Tue, Feb 12, 2008 at 12:49:05PM +0100, Gabriel Paubert wrote:
> > On Fri, Feb 08, 2008 at 07:40:43PM +1100, Benjamin Herrenschmidt wrote:
> > >
> > > On Fri, 2008-02-08 at 01:44 +0100, Bart
s.h:26:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:33:3: error: #error You lose.
> and
gt;> presses repeated.
>
> I see this one, too... x60, too...
>
I have that problem on my Dell Precision WorkStation , as soon I stress the box
a bit keyboard is going mad.
Gabriel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a
Mike Galbraith wrote:
> On Sat, 2008-02-16 at 02:23 +0100, Gabriel C wrote:
>> Pavel Machek wrote:
>>> Hi!
>> Hi ,
>>
>>>> I'd not really done any real wor under 2.6.25 yet, but now while
>>>> running
>>>> a kernel com
On 18/09/2013 12:01, Maxime COQUELIN wrote:
> This patch adds support to SSC (Synchronous Serial Controller)
> I2C driver. This IP also supports SPI protocol, but this is not
> the aim of this driver.
>
> This IP is embedded in all ST SoCs for Set-top box platorms, and
> supports I2C Standard and F
From: Gabriel Fernandez
Theses patches enable ccu8540 pintctrl DT for uart and i2c
Modifications from first version:
- supress &pinctrl_dbx500 phandle.
- add pintctrl { compatible = "stericsson,db8540-pinctrl"; ...
- cosmetics.
Gabriel Fernandez (2):
A
From: Gabriel Fernandez
This patch adds pinctrl device tree settings for uart0 and uart2
for ccu8540 board.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 81 +
arch/arm/boot/dts/ccu8540.dts | 11
arch/arm/boot/dts
From: Gabriel Fernandez
This patch configures pin map in device tree of i2c0,
1,2,4 & 5 for ccu8540 board.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 115 +
arch/arm/boot/dts/ccu8540.dts | 34 ++
2 f
From: Gabriel Fernandez
This patch set introduces a new board for u8540 platform: ccu8540-uib-v3.
Gabriel Fernandez (4):
ARM: ux540: Add ccu8540-uib-v3 Device Tree Machine
ARM: u8540: Add device tree support for lp5521 leds
ARM: u8540: Add device tree support for bh1780
ARM: u8540
From: Gabriel Fernandez
This patch adds DT probing of lp5521 leds for u8540.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-uib-v3.dts | 22 ++
1 file changed, 22 insertions(+)
diff --git a/arch/arm/boot/dts/ccu8540-uib-v3.dts
b/arch/arm/boot/dts/ccu8540
From: Gabriel Fernandez
This patch adds DT probing of the light sensor bh1780
for u8540.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-uib-v3.dts | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/ccu8540-uib-v3.dts
b/arch/arm/boot/dts/ccu8540-uib-v3
From: Gabriel Fernandez
Here we ensure the SFH7741 Proximity Sensor is registered through
gpio-keys when booting with Device Tree enabled.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-uib-v3.dts | 15 +++
1 file changed, 15 insertions(+)
diff --git a/arch/arm
From: Gabriel Fernandez
This board includes the U8540 platform and specifies only the
ST-Ericsson UIB version 3.
---
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/ccu8540-uib-v3.dts | 16
2 files changed, 17 insertions(+)
create mode 100644 arch/arm/boot/dts
On 29 May 2013 17:50, Lee Jones wrote:
> On Wed, 29 May 2013, Gabriel Fernandez wrote:
>
>> From: Gabriel Fernandez
>>
>> This board includes the U8540 platform and specifies only the
>> ST-Ericsson UIB version 3.
>
> I'm confused by this.
>
> Is it
From: Gabriel Fernandez
This patch adds pinctrl device tree settings for uart0 and uart2
for ccu8540 board.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 77
arch/arm/boot/dts/ccu8540.dts | 7 +++
arch/arm/boot/dts
From: Gabriel Fernandez
Theses patches enable ccu8540 pintctrl DT for uart and i2c
Gabriel Fernandez (3):
ARM: ux500: use #include syntax to include *.dtsi.
ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2
ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5
arch/arm/
From: Gabriel Fernandez
This patch prepares the use of '#define' into dts files.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540.dts | 2 +-
arch/arm/boot/dts/ccu9540.dts | 2 +-
arch/arm/boot/dts/dbx5x0.dtsi | 2 +-
arch/arm/boot/dts/href.dtsi |
From: Gabriel Fernandez
This patch configures pin map in device tree of i2c0,
1,2,4 & 5 for ccu8540 board.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 115 +
arch/arm/boot/dts/ccu8540.dts | 30 +
2 f
On 28 May 2013 12:09, Lee Jones wrote:
> On Mon, 27 May 2013, Gabriel Fernandez wrote:
>
>> From: Gabriel Fernandez
>>
>> This patch adds pinctrl device tree settings for uart0 and uart2
>> for ccu8540 board.
>>
>> Signed-off-by: Gabriel Ferna
On 28 May 2013 12:12, Lee Jones wrote:
> On Mon, 27 May 2013, Gabriel Fernandez wrote:
>
>> From: Gabriel Fernandez
>>
>> This patch configures pin map in device tree of i2c0,
>> 1,2,4 & 5 for ccu8540 board.
>>
>> Signed-off-by: Gabriel F
On 27 May 2013 15:30, Gabriel Fernandez wrote:
> From: Gabriel Fernandez
>
> This patch adds pinctrl device tree settings for uart0 and uart2
> for ccu8540 board.
>
> Signed-off-by: Gabriel Fernandez
> ---
> arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 77
Hi,
When building agp* modular ( CONFIG_AGP=y/m and CONFIG_AGP_INTEL=m ) intel-agp
does nothing on my box
( Dell Precision WorkStation 530 MT ) chipset is not being detected.
Building both Y fixes that and agpgart works and also detects my chipset.
..
Linux agpgart interface v0.102
agpgart: D
0 00 00 00 00 00 00 00 00 00 00 00
>> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> e0: 05 33 30 c4 00 00 00 00 00 00 00 00 00 00 00 00
>> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>>
>> 04:0f.1 USB Controller: NEC Corporation USB (rev 41) (prog-if 1
Gabriel C wrote:
> Dave Airlie wrote:
>>> Hi,
>>>
>>> When building agp* modular ( CONFIG_AGP=y/m and CONFIG_AGP_INTEL=m )
>>> intel-agp does nothing on my box
>>> ( Dell Precision WorkStation 530 MT ) chipset is not being detected.
>>>
ything as long you 'have foo and foo_old'
*supported* in that kernel.
> I'm not going to play these kconfig SELECT tricks anymore.
Fix it different then.
> We had _lots_ of bugs there. People submitted patches that
> obviously looked OK and still they turned out to br
t does happen if one builds both into the kernel ? ( eg: all the *_AGP* Y ,
and all the *_EDAC* y )
Guessing no one of them will work ?
>
> > Is there something short-term-and-sleazy we can do to "fix" it?
>
> not that I'm aware of. I think Greg has been working o
;
> 125 !PageReserved(pfn_to_page(pfn)))
> 126 return NULL;
> 127 }
> 128
> 129 WARN_ON_ONCE(page_is_ram(pfn));
> 130
>
> The WARN_ON was introduced by git-agpgart.patch.
>
[..]
I'm getting that in mainl
Arjan van de Ven wrote:
> Gabriel C wrote:
>> Laurent Riffard wrote:
>>> Le 16.02.2008 09:25, Andrew Morton a écrit :
>>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/
>
>> [..]
>>
>> I'm gett
Thomas Gleixner wrote:
> On Sun, 24 Feb 2008, Robert Hancock wrote:
>> Gabriel C wrote:
>>> Hi,
>>>
>>> I noticed tsc is always marked unstable on my box with 2.6.25* , 2.6.24 is
>>> fine.
>>>
>>> ..
>>>
>>> [0
Thomas Gleixner wrote:
> On Mon, 25 Feb 2008, Gabriel C wrote:
>>>>> Booting nohz=off fixes that.
>>>>>
>>>>> Another strange thing is when I try to boot that kernel with
>>>>> clocksource=acpi_pm it just hangs.
>
> W
Arjan van de Ven wrote:
> Gabriel C wrote:
>> Arjan van de Ven wrote:
>>> Gabriel C wrote:
>>>> Laurent Riffard wrote:
>>>>> Le 16.02.2008 09:25, Andrew Morton a écrit :
>>>>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches
Gabriel C wrote:
> Arjan van de Ven wrote:
>> Gabriel C wrote:
>>> Arjan van de Ven wrote:
>>>> Gabriel C wrote:
>>>>> Laurent Riffard wrote:
>>>>>> Le 16.02.2008 09:25, Andrew Morton a écrit :
>>>>>>> ftp
does anyone know of a linux supported, pci SDSL card? I see a couple that are windows
based, but nothing on those and linux...thanks in advance. --gabe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at h
rrupt line is
unfortunately not connected).
>
> My hope is to use 'hwclock' from util-linux w/o modification. Is this
> reasonable?
No.
Regards,
Gabriel.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
or
dynamic linking with kernel exported symbols), it's not a problem.
Of course it will SIGSEGV instead of returning -EFAULT but this is a good
thing IMHO, nobody checks for -EFAULT from gettimeofday(). I think
that system calls should rather force SIGSEGV than return -EFAULT anyway,
to ma
On Fri, 20 Oct 2000, Andrea Arcangeli wrote:
> Many thanks to Doug and Gabriel for very useful explanations about this FPU
> stuff. I suggest Gabriel to submit his way faster and more correct tag word
> conversion function to Linus for 2.4.x.
Here it a first shot, twd_i387_t
stem,
is there anything I can do to improve this? Thanks for all your help.
--
Gabriel Devenyi
[EMAIL PROTECTED]
Using 1047120 loops per ms, running every load for 30 seconds
Benchmarking kernel 2.6.12-ck3-r1 at datestamp 200507192216
--- Benchmarking Audio in the presence of loads ---
Latency +
ggested settings for preempt in the ck kernel
configuration?
Thanks for your time.
--
Gabriel Devenyi
[EMAIL PROTECTED]
On July 20, 2005 00:42, Con Kolivas wrote:
> On Wed, 20 Jul 2005 12:46 pm, Gabriel Devenyi wrote:
> > I've been using the the -ck patchset for a very long time, and
something odd? Can anyone else with an amd machine confirm this
behavior? Con: should we attempt to get the attention of LKML to see why amd
chips act differently?
--
Gabriel Devenyi
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
d he had it lying around somewhere and needed to find time to dust
> it off and get it up to speed.
>
> Cheers,
> Con
> _______
> [EMAIL PROTECTED]
> ck mailing list. Please reply-to-all when posting.
> If replying to an email please reply b
My x86-64 system has two network cards, a r8169 and a forcedeth, the r8169
works fine on my network,
but when I attempt to use the forcedeth card, I get the following errors in
dmesg:
NETDEV WATCHDOG: eth0: transmit timed out
nv_stop_tx: TransmitterStatus remained busy<7>eth0: tx_timeout: dead e
Cheers!
Everythings up and running now. It had nothing to do with the kernel and
all to do with a wrong word in syslinux.cfg.
I had the wrong default set so it defaulted to running the kernel
without options. Which is no good idea when booting an initrd =)
Thanks for the help anyhow.
-
To unsubsc
Hi all , error when i try up the module powernow-k8
Jul 28 16:25:26 debian kernel: powernow-k8: Found 1
AMD Athlon 64 / Opteron processors (version 1.00.09b)
Jul 28 16:25:26 debian kernel: powernow-k8: BIOS
error: maxvid exceeded with pstate 0
what can do it?
__
Thats correct, does it need it?
--
Gabriel Devenyi
[EMAIL PROTECTED]
Con Kolivas wrote:
On Fri, 29 Jul 2005 21:11, Gabriel Devenyi wrote:
Hello Con,
Attempting to run this on my 2.6.12-ck3s system results in the following
error:
sawtooth interbench-0.24 # ./interbench
loops_per_ms unknown
55.2 89
X 89.7 +/- nan 49452.8
Burn400 +/- nan 100420.1
Write 49.2 +/- nan 34367.2
Read 4.14 +/- nan 56.796.7
Compile 551 +/- nan 136915.4
--
Gabriel Devenyi
[
re to make the system settle a little,
perhaps another method needs to be used. Thanks for your time!
--
Gabriel Devenyi
[EMAIL PROTECTED]
Con Kolivas wrote:
Interbench is a benchmark application is designed to benchmark interactivity
in Linux.
Direct download link:
http://ck.koliva
Con Kolivas wrote:
On Thu, 4 Aug 2005 21:44, Gabriel Devenyi wrote:
Hi Con,
You must hate me by now...
No. A bug report is a bug report. I hate the fact that I coded up 2000 lines
of code and am still suffering from a problem in the same 10 lines that I did
in version .01. PEBKAC.
I
ng AMD processor there
is) However I've realized I did have cool n' quiet with the ondemand
governor running on my athlon64, so that might indicate an issue, again,
I'll look into that tonight.
--
Gabriel Devenyi
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line &q
ting. Thanks. Which distros are using this, or plan to do so?
We use util-linux-ng in Frugalware Linux for quite some time now.
Gabriel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://
>
> Anybody have a suggestion of what to check, or maybe a patch to revert? Or
> a .config option that needs to be enabled?
>
Sounds for me like this one :
http://lkml.org/lkml/2007/12/6/409
Gabriel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu
shacky wrote:
[ Added linux-hotplug to CC ]
> Hi.
Hi,
>
> I'm writing here because I didn't found a mailing list specific for udev.
There it is :
http://vger.kernel.org/vger-lists.html#linux-hotplug
> I'm sorry if I am out of topic. In this case please tell me.
>
> I'm trying to get an Hu
Andrew Morton wrote:
> On Fri, 23 Nov 2007 02:39:08 +0100 Gabriel C <[EMAIL PROTECTED]> wrote:
>
>> I have some warnings on each SCSI disc:
>>
>>
>> ...
>>
>> [ 30.724410] scsi 0:0:0:0: Direct-Access SEAGATE ST318406LW
>> 01
Timing buffered disk reads:8 MB in 3.26 seconds = 2.46 MB/sec
/dev/sdb:
Timing buffered disk reads:8 MB in 3.56 seconds = 2.25 MB/sec
My IDE discs are fine.
Please let me know if you need my config or any other informations.
Gabriel
-
To unsubscribe from this list: send the line "
t;> fine.
>>>>>>>
>>>>>>> I guess commit 8655a546c83fc43f0a73416bbd126d02de7ad6c0 "[SCSI] Do not
>>>>>>> requeue requests if REQ_FAILFAST is set" is the real culprit. The other
>>>>>>> commits are touchi
edf365eb7d9d8c89fec79df5d
See also :
http://lkml.org/lkml/2007/11/23/5
and search for '2.6.24-rc3-mm1: I/O error, system hangs' on LKML
>
> I tested x86, ext3-on-SATA(/dev/sda).
> It seems works well.
>
> Hmm...
IDE/SATA is fine here as well just SCSI broke
Regards,
James Bottomley wrote:
> On Sat, 2007-11-24 at 18:54 +0100, Gabriel C wrote:
>> James Bottomley wrote:
>>> On Sat, 2007-11-24 at 13:57 +0100, Laurent Riffard wrote:
>>>> Le 24.11.2007 07:42, James Bottomley a écrit :
>>>>> On Fri, 2007-11-23 at
Gabriel C wrote:
> James Bottomley wrote:
>> On Sat, 2007-11-24 at 18:54 +0100, Gabriel C wrote:
>>> James Bottomley wrote:
>>>> On Sat, 2007-11-24 at 13:57 +0100, Laurent Riffard wrote:
>>>>> Le 24.11.2007 07:42, James Bottomley a écrit :
>>>
6288.330357 192.168.0.2 -> 192.168.0.2 TCP http > 53122 [ACK] Seq=1
Ack=132 Win=33856 Len=0 TSV=145883294 TSER=145883294
1197686288.474624 192.168.0.2 -> 192.168.0.2 HTTP HTTP/1.1 200 OK
(application/x-bzip2)
1197686288.474684 192.168.0.2 -> 192.168.0.2 TCP 53122 > http [ACK] Seq=
ask here, but I can not find any solution, and I asked
> already in other groups.
>
> Thank you very much
Should work with hda=nodma or ideX=nodma ( where X is your HDD nr , in your
case is 0 )
Also have a look at Documentation/ide.txt.
> Olli
Gabriel
--
To unsubscribe from this list
Oliver Joa wrote:
> Hi,
>
> Gabriel C wrote:
>> Oliver Joa wrote:
>>> Hi,
>> Hi Oliver ,
>>
>>> how can I tell the kernel not to probe DMA for a specific harddisk (e.g.
>>> hda). My first Drive (hda) is a Compact-Flash Card which can not do D
Oliver Joa wrote:
> Hi,
>
> Gabriel C wrote:
>
> [...]
>
>>>> Also have a look at Documentation/ide.txt.
>>> I read this already. Searching for "nodma" in this document gives only
>>> one line:
>>>
>>> "i
device_id sis190_pci_tbl[] __devinitdata = {
+static const struct pci_device_id sis190_pci_tbl[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 },
{ PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 },
{ 0, },
Gabriel
--
To unsubscribe from this list: send
e
in the first bytes, otherwise the third byte gives you
the size IIUC.
Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
ke a look at the diffview of 2.6.11-rc4-rc5 incremental patch.
>
>
> 5599 files changed, 166396 insertions(+), 293627 deletions(-)
>
Wow! Over 100 thousand lines removed!
If true, color me impressed, and kudos
to the developers.
Small is beautiful, I really like this :-)
hey, how and where you export the filesystem is an exercise left for the
reader, i have no problem exporting nfs filesystems in my internal
network, what you do or dont, is up to you. and there is always
cfs...
,[ On Tue, Jun 19, at 04:45PM, Eli Carter wrote: ]--
| Gabriel Rocha
n Tue, Jun 19, at 07:24PM, Kelledin Tane wrote: ]------
| Gabriel Rocha wrote:
|
| > you could always compile on one machine and nfs mount the /usr/src/linux
| > and do a make modules_install from the nfs mounted directory...
|
| The way I've always managed this sort of thing is
ore majordomo info at http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at http://www.tux.org/lkml/
|
`[ End Quote ]-------
--
Gabriel Rocha ([EMAIL PROTECTED]) - 1-877-4-1SECURE
OneSecure, Inc. Sunnyvale Security Operations Center (GMT -0700)
-BEGIN PGP PUBLIC KEY
OK, second attempt, I got no replies the first time...
>
> Hi.
> I patched 2.4.3 to 2.4.4 with the following commands:
>
> cd /usr/src
> cp -r linux-2.4.3 linux-2.4.4
> ln -s linux-2.4.4 linux
> cd linux
> mv ../patch-2.4.4 .
> patch -p1 < patch-2.4.4
>
> When I compiled bzImage (using .conf
ok, i screwed up and there went my 2 gigs of mp3's...i feel stupid, i
figure, what the heck, i can take this as the perfect oportunity to
leanr how to undelete stuff...lo and behold, i find tons of info on how
to undelete from a ext2 filesystem...nothing on reiser...pointers on
docs would be reall
Hi,
I have a megaraid 466 controller, which both ami and the linux
kernel say is supported under 2.4.4, I tried the ami patches to
the drivers in the vanilla kernel to no avail, the card works
under windows...the card is even detected under linux now, but
it
ok, pardon my ignorance if this has nothing to do with the kernel
proper, but it is something i find very neat on OpenBSD that I would
love to see implemented into linux...it is the change option to route.
Under Obsd I can simply route change ip gateway...i'd like to be able to
do the same if its
e let me know. Loosing 15 MB of
RAM is not a big deal but I like linux bug-free, fast and stable.
I'm available to give more details or run some tests if anyone cares.
Regards,
Gabriel
Attached is the filled template describing the problem as in
REPORTING-BUGS.
For more details plea
;
which are not fixed during the release cycle nor in the .XX stable kernels.
Maybe after XX kernel releases there should be one just with bug-fixes
_without_ any
new features , eg: cleaning bugs from bugzilla , know regressions , cleaning up
code ,
removing broken drivers and the like.
> cu
> A
Hi,
With newer kernels HDD in my old laptop is limited to UDMA 33.
With this patch I get UDMA 100 again.
Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>
---
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c
index 6b7bb53..3878224 100644
--- a/drivers/ide/pci/sis
Hi,
With newer kernels HDD in my old laptop is limited to UDMA 33.
With this patch I get UDMA 100 again.
Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>
---
diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c
index 3b5be77..87546d9 100644
--- a/drivers/ata/pata_sis.c
gs 0x40
fork(): process `thunderbird-bin' used deprecated clone flags 0x40
fork(): process `wish' used deprecated clone flags 0x40
fork(): process `xchat' used deprecated clone flags 0x40
fork(): process `kdbus' used deprecated clone flags 0x40
--dmesg|grep 'u
Gabriel C wrote:
> Andrew Morton wrote:
>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc2/2.6.24-rc2-mm1/
>
> I got it to boot but ..
>
> ...
> [ 45.030261] input: Power Button (CM) as /devices/virtual/input/input4
> [ 45.031331] BUG: sl
Andrew Morton wrote:
> On Wed, 14 Nov 2007 04:41:38 +0100 Gabriel C <[EMAIL PROTECTED]> wrote:
>
>> Uff clone-prepare-to-recycle-clone_detached-and-clone_stopped.patch *really*
>> spams.
>> Looks like some programs are using this 'deprecated
re would only cause the
> device firmware to crash, which would eventually lead to a disconnect.
> That shouldn't have caused the much more severe problems shown in the log
> you sent.
>
Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
th
Matthew Dharm wrote:
> On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote:
>> Matthew Dharm wrote:
>>> On Tue, Nov 13, 2007 at 07:49:24PM -0800, Greg KH wrote:
>>>> Matt, are these the errors you were worried about with the patch we were
>>>> ju
t;
>
> It's not in my mailbox on this machine, gladly we have lkml archived
> in the Net. Here is a positive tester report:
>
> http://lkml.org/lkml/2007/10/15/168:
>
> ==
> Date Mon, 15 Oct 2007 15:53:08 +0200
> From Gabriel C <>
>
s suppressed.
>>>>
>>>> All this BUG / WARNINGS are caused by *-qos* patches. Reverting this 3
>>>> patches makes the BUGs go away :
>>>>
>>>> latencyc-use-qos-infrastructure.patch
>>>> pm-qos-infrastructure-and-interfac
Boaz Harrosh wrote:
> On Thu, Nov 15 2007 at 19:15 +0200, Matthew Dharm <[EMAIL PROTECTED]> wrote:
>> On Wed, Nov 14, 2007 at 10:23:09AM +0100, Gabriel C wrote:
>>> Matthew Dharm wrote:
>>>> On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote:
>>>
g the 'git' check ;)
if [ -d ".git" ]; then
if head=`git rev-parse --verify HEAD 2>/dev/null`; then
...
fi
or some git magic command I don't know yet =)
Regards,
Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kerne
h a warning of course that the code produced will be specifically
> for the native cpu that it's compiled on.
And kill off all Distro kernels right ? IMO to set that auto magically is bad.
Regards,
Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu
rtc->char_lock)))
33 return -EBUSY;
34
35 file->private_data = rtc;
36
(gdb)
config is attached.
Regards,
Gabriel
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24-rc1
# Sat Oct 27 13:40:58 2007
#
CONFIG_X86_3
1 - 100 of 1620 matches
Mail list logo