Re: [GIT PULL] Ext3 removal, quota & udf fixes

2015-09-01 Thread Albino B Neto
2015-08-31 19:31 GMT-03:00 Raymond Jennings : > I think also that we should remove the ext2 driver before we remove the ext3 > driver. Yes. It is logical to remove the old ext2 drive, because there are more computers with ext3 that ext2. Ext2 is obsolete by existing technologies. -- Al

Re: [PATCH] staging: i2o: Used

2015-09-08 Thread Albino B Neto
kernel did > you make this against? Greg, he should fix code all files ? -- Albino B Neto www.bino.us -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: When would be preempt_rt patchet available for 4.2 kernel

2015-09-09 Thread Albino B Neto
2015-09-09 11:28 GMT-03:00 Thomas Gleixner : > B1;2802;0cOn Wed, 9 Sep 2015, Manish Jaggi wrote: >> I am working on linux 4.2 kernel for our ARM64 platform. > > That's lame. I'm working on linux 5.0 kernel for my new arch/zilchcore > platform. linux 5.0 kernel ? -

Re: [GIT PULL] Ext3 removal, quota & udf fixes

2015-09-01 Thread Albino B Neto
obytes of extra code that the ext4 driver > has in comparison to ext2. Ext2 portion embedded and Ext3 many machines. -- Albino B Neto www.bino.us "Debian. Freedom to code. Code to freedom!" faw -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [GIT PULL] Ext3 removal, quota & udf fixes

2015-09-03 Thread Albino B Neto
orting possible > legacy cases. Good. The future of ext4 ? Are you (developers) write other file system ? -- Albino B Neto www.bino.us "Debian. Freedom to code. Code to freedom!" faw -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCH] fixing the coding style changes

2015-10-25 Thread Albino B Neto
2015-10-25 4:47 GMT-02:00 saurabh : > From 999005638f8d3f95075fdfdc6bf8f7ff88810f5d Mon Sep 17 00:00:00 2001 > From: Saurabh Sengar > Date: Sun, 25 Oct 2015 08:58:42 +0530 > Subject: [PATCH] fixing the coding style changes You should read Documentation/SubmittingPatches for a description of how d

Re: USB, TTY, char/misc, and Staging trees now closed for 4.3

2015-08-19 Thread Albino B Neto
2015-08-19 11:52 GMT-03:00 Greg KH : > Given that 4.2 will be out in a few days, it's time to close my trees > for new patches until 4.3-rc1 is out. Ok -- Albino B Neto "Debian. Freedom to code. Code to freedom!" faw twitter.com/b1n0anb gplus.to/AlbinoBNeto -- To unsub

Re: ARM Linux Kernel Update

2015-11-12 Thread Albino B Neto
2015-11-12 21:46 GMT-02:00 Satay Epic : > Hello, > > I've an ARM SL3516 board with Linux 2.6.15 and I've tool-chain setup. > I could able to compile the GPL source. This board has red-boot. > > I would like to update the kernel to 3.8.24. My first attempt so not > sure about anything I should kn

Re: [PATCH 2/2] drivers:staging:wlan_ng Fix no space is necessary after a cast

2015-10-27 Thread Albino B Neto
2015-10-27 9:24 GMT-02:00 Bogicevic Sasa : > This fixes "No space is necessary after a cast" messages from > checkpatch.pl > > Signed-off-by: Bogicevic Sasa Tips for read: https://www.kernel.org/doc/Documentation/CodingStyle Albino -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v2 01/20] staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macro

2015-10-27 Thread Albino B Neto
2015-10-27 15:27 GMT-02:00 Ivan Safonov : > Not tested. Is this transformation can to break the code? Send email to LKML. Read: https://www.kernel.org/doc/Documentation/SubmittingPatches Albino -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: [PATCH/RFC] make btrfs subvol mounts appear in /proc/mounts

2015-10-28 Thread Albino B Neto
2015-10-27 20:25 GMT-02:00 Neil Brown : > snif > > diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c > index 611b66d73e80..e96c53590f72 100644 > --- a/fs/btrfs/inode.c > +++ b/fs/btrfs/inode.c > @@ -5621,6 +5621,23 @@ static void btrfs_dentry_release(struct dentry *dentry) Signed-off-by: ?

Re: [PATCH] fs/file.c: __const_max is actually __const_min :-)

2015-10-29 Thread Albino B Neto
2015-10-29 9:01 GMT-02:00 Rasmus Villemoes : > 7f4b36f9bb930 "get rid of files_defer_init()" inexplicably changed a > min() to a __const_max() - but the __const_max macro actually gives > the minimum... So no functional change, just less confusing naming. > > Signed-off-by: Rasmus Villemoes > ---

Re: Improvement of trails and tutorials to become a kernel developer / maintainer

2015-11-06 Thread Albino B Neto
2015-11-06 15:15 GMT-02:00 Patrick Plattes : > ello, > > I'm interested since a very long time in kernel development, but I > never saw the right path to become familiar with parts of the kernel. > I read a bit of ipc code and ext* code, but since I often don't know > any possible next steps I move

Re: [4.3-rc1 regression] modular 8250 doesn't load

2015-09-14 Thread Albino B Neto
2015-09-14 14:08 GMT-03:00 Mikael Pettersson : > I have CONFIG_SERIAL_8250=m. With 4.2 '/sbin/modprobe 8250' worked > and resulted in: > > [ 41.354550] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled > [ 41.375156] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) > is a 1

Re: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt

2015-11-17 Thread Albino B Neto
2015-11-17 14:12 GMT-02:00 Masanari Iida : > This patch fix spelling typos in 6lowpan.txt Sorry, I not saw change. Albino -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ker

Fwd: [ANNOUNCE] Git v2.5.3

2015-09-18 Thread Albino B Neto
quot;unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Albino B Neto www.bino.us twitter.com/@b1n0anb -- To unsubscribe from this list: send

Re: [PATCH 0/2] improve error handling on chipidea/udc.c and f_midi.c

2015-09-18 Thread Albino B Neto
2015-09-18 14:12 GMT-03:00 : > From: "Felipe F. Tonello" Signed-off-by ? Albino -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the F