Re: Meltdown/spectre patches.

2018-02-01 Thread Luis de Bethencourt
On 01/08/2018 07:26 AM, Greg KH wrote: > On Fri, Jan 05, 2018 at 07:12:04PM +, Nick Warne wrote: >> Hi all, >> >> Rather than bother the main kernel list with what is going on, does anybody >> know if the latest source code on kernel.org contains the patches, or do I >> need to apply

Re: Importance of kobject

2017-05-17 Thread Luis de Bethencourt
On Wed, May 17, 2017, at 04:50 AM, Greg KH wrote: > On Wed, May 17, 2017 at 12:34:28PM +0100, Okash Khawaja wrote: > > Hi, > > > > On Wed, May 17, 2017 at 8:08 AM, Madhu K wrote: > > > Hi All, > > > > > > I am kernel newbie, I want to know the importance of kobject, can

Re: SSL certificate with Wrong Hostname

2017-05-17 Thread Luis de Bethencourt
Hi Narasimha, We are going to need more context to be able to help you. Where are you getting this error message? Also, it looks like it probably a userspace server problem. Which would be out of the scope of this mailing list. Luis On Tue, May 16, 2017, at 09:29 PM, Narasimha M wrote: > Hi

Re: Mapping of Filename to allocated blocks

2016-04-28 Thread Luis de Bethencourt
On 28/04/16 04:32, arshad hussain wrote: > On Thu, Apr 28, 2016 at 7:28 AM, Manoj Rao wrote: >> Hi All, >> >> I'm looking for a way to get a filename associated with a given physical >> block (ideally what I'd like is a mapping of filename <=> all the allocated >> blocks

Re: Work with correct branch for kernel changes

2015-12-12 Thread Luis de Bethencourt
On 12/12/15 20:43, Shirish Gajera wrote: > Hi, > > I am new to linux kernel and trying to understand the process of > different git branch to work. > > So, if I am not wrong then there are different branch like stable, next, > staging etc. Previously I work with staging branch so if I am making

Re: Wireless Driver issue (Atheros AR9485)

2015-09-18 Thread Luis de Bethencourt
On Thu, Sep 17, 2015 at 08:54:28AM -0400, David Scaperoth wrote: > I'm attempting to run pm-suspend on my laptop (by shutting my lid and on > command line), and its putting my AR9485 wifi card into a funk (i.e. wlan0 > interface seen through ifconfig never returns upon resume). > > I know theres

Re: how to build Documentation/DocBook/

2015-07-17 Thread Luis de Bethencourt
On 17 July 2015 at 13:40, Ahmed Soliman ahmedsoliman0x...@gmail.com wrote: I have fresh kernel downloaded by git and I want to know how to build Documentation/DocBook/ as pdf I have tried make pdfdocs output but I got those warnings Warning(.//include/linux/init.h): no structured comments

Re: dev_* mesage

2015-07-17 Thread Luis de Bethencourt
On 17 July 2015 at 16:06, roni ronit.li...@gmail.com wrote: What is the difference between dev_* (like dev_err) and pr_* (like pr_err)? In which situations we use them? dev_*() is prefered when you have a struct device object. Luis ___

Re: goto???

2015-07-17 Thread Luis de Bethencourt
On 17 July 2015 at 11:00, Bernd Petrovitsch be...@petrovitsch.priv.at wrote: Hi! On Fre, 2015-07-17 at 15:55 +0800, Navy wrote: [...] Goto is recommend in linux kernel programming, but it is despised in many other situation. There are four rationable for using goto in goto is (usually

Re: Message not appearing in mesg

2015-07-07 Thread Luis de Bethencourt
On 7 July 2015 at 16:11, Sébastien Hinderer sebastien.hinde...@ens-lyon.org wrote: Hi Luis, Many thanks for your prompt and helpfulresponse! Do you have the relevant DEBUG macros activated in your kernel's configuration? Perhaps not... https://www.kernel.org/doc/local/pr_debug.txt

Re: [PATCH 0/4] staging: wilc1000: cover letter

2015-07-07 Thread Luis de Bethencourt
On Mon, Jul 06, 2015 at 07:22:09PM -0700, Greg Kroah-Hartman wrote: On Fri, Jun 26, 2015 at 04:43:44PM +0200, Luis de Bethencourt wrote: Patches to be applied on top of https://patchwork.kernel.org/patch/6655831/ I don't use patchwork, and when on an airplane with no internet access (like

Re: Message not appearing in mesg

2015-07-07 Thread Luis de Bethencourt
On 7 July 2015 at 15:53, Sébastien Hinderer sebastien.hinde...@ens-lyon.org wrote: Dear all, I have a module that uses pr_debug at init. Although the module is successfully loaded, the message appears neither in dmesg, nor at the console. I tried toprint a 8 to /proc/sys/kernel/printk but

Re: HELP All USEFULL LINK

2015-07-02 Thread Luis de Bethencourt
On 2 July 2015 at 17:44, Gnoleba GNOGBO gnognol...@gmail.com wrote: Hi All ! Please help me. Can you give me the all usefull link to understand how the kernel works. I am 62. I would like to be evangilist of linux in Africa. I have no money to buy books or courses. Thanks for your help.

Re: HELP All USEFULL LINK

2015-07-02 Thread Luis de Bethencourt
On 2 July 2015 at 21:05, Greg Freemyer greg.freem...@gmail.com wrote: On Thu, Jul 2, 2015 at 3:36 PM, Gnoleba GNOGBO gnognol...@gmail.com wrote: Ok ! I don't know what the othet GUY think about your proposition. At this moment I'll do so. About the 5 create site web it is easy. Here we

Re: HELP All USEFULL LINK

2015-07-02 Thread Luis de Bethencourt
know what the othet GUY think about your proposition. At this moment I'll do so. About the 5 create site web it is easy. Here we have not enough competence to write some web applications which can run on the smartphone or tablets Thanks Gnogbo Le 2 juil. 2015 19:10, Luis de Bethencourt l

Re: How to handle float-point operations

2015-07-01 Thread Luis de Bethencourt
On Wed, Jul 01, 2015 at 01:58:30PM +0530, priyaranjan wrote: Hi Arun, On Thu, Jun 25, 2015 at 2:33 PM, Arun KS getaru...@gmail.com wrote: Hello Mudongliang, On Tue, Jun 23, 2015 at 9:01 AM, 慕冬亮 mudonglianga...@gmail.com wrote: I know there are rarely float-point operations!

Re: Divide Error: 0000 [#1] SMP

2015-07-01 Thread Luis de Bethencourt
On 1 July 2015 at 11:59, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: I don't understand. What is the context of this? Hi Luis, Please see the mail sent by Sioban on June 14th and you will understand the context . :) regards sudip I searched to see if it was in relation to some

Re: Divide Error: 0000 [#1] SMP

2015-07-01 Thread Luis de Bethencourt
On 1 July 2015 at 09:36, Sioban sio...@sioban.net wrote: Hi, After 14 days with a 4.0 kernel I didn't get any divide by zero errors. It looks good. Thank all for the help ! Hello Sioban, I don't understand. What is the context of this? Thanks, Luis

[PATCH 0/4] staging: wilc1000: cover letter

2015-06-26 Thread Luis de Bethencourt
Patches to be applied on top of https://patchwork.kernel.org/patch/6655831/ Thanks! Luis ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Poking eudyptula for status updates

2015-06-25 Thread Luis de Bethencourt
Hello all, I've been waiting for a week now since I submitted task 5 to Eudyptula. I understand reviewing submissions takes time, specially the tasks that are reviewed manually and there is a queue. Plus, it helps make the challege replicate the experience of contributing to an open project.

Re: Poking eudyptula for status updates

2015-06-25 Thread Luis de Bethencourt
On Thu, Jun 25, 2015 at 06:30:23PM +0300, Mike Krinkin wrote: On Thu, Jun 25, 2015 at 05:02:53PM +0200, Luis de Bethencourt wrote: Hello all, I've been waiting for a week now since I submitted task 5 to Eudyptula. I understand reviewing submissions takes time, specially the tasks

Re: Transfer Buffer in URB

2015-06-25 Thread Luis de Bethencourt
On Thu, Jun 25 2015 at 10:43:32AM -0400, Greg KH wrote: On Thu, Jun 25, 2015 at 06:16:28PM +0530, roni wrote: What is the transfer buffer in URB? What is the job of transfer buffer? The in-kernel documentation should answer these questions, which is why we wrote it :) Just in case and for