Re: GRUB always enters a rescue shell.

2017-07-17 Thread Kamil Konieczny
Hi, On 13.07.2017 10:39, Hao Lee wrote: > I encounter a problem when making a bootable disk image because GRUB > always enters a > rescue shell. > > I want to create a disk image and install GRUB 2 on it and then use > Bochs to run it. The steps are as follows. > [...] > Bochs BIOS - build:

Re: [PATCH 390/390] staging:rtl8723bs:core:rtw_btcoex: Fixed checkpatch.pl warning on 'Comparisons should place the constant on the right side of the test'.

2017-07-17 Thread Greg KH
On Wed, Jul 05, 2017 at 02:10:17PM +0530, Shreeya Patel wrote: > Fixed a coding style issue. Why is your subject longer than your changelog text? And where are the other 389 patches in this series? And finally, why are you sending this to kernelnewbies and not the people and mailing list that

Re: [PATCH v4] staging: rtl8723bs: Place constant at the right.

2017-07-17 Thread Greg KH
On Fri, Jul 07, 2017 at 04:07:15PM +0530, Shreeya Patel wrote: > Move constant to the right of the relational operator to follow the pattern > which is more common in kernel code". Please line-wrap your changelog text at the proper column that your editor asks you to :) thnaks, greg k-h

Re: new sysctl tunable knob for tcpip

2017-07-17 Thread Greg KH
On Thu, Jul 06, 2017 at 09:23:46AM +0200, Massimo Sala wrote: > I have an idea about a new sysctl knob. It is under net.ipv4. > > q1) which is the right kernel m-list to discuss it ? net...@vger.kernel.org > 2) any suggestion how to gain the critical mass of consensus ? > > 3) at first : is it

Re: Eudyptula Challenge scripts not responding?

2017-07-17 Thread David Wittman
That said, the autoresponder should reply pretty quickly after your submission. On Thu, Jul 6, 2017 at 9:30 AM, Alexander Kapshuk < alexander.kaps...@gmail.com> wrote: > On Thu, Jul 6, 2017 at 4:04 PM, Laurence Rochfort > wrote: > > Hi all, > > > > The Eudyptula

new sysctl tunable knob for tcpip

2017-07-17 Thread Massimo Sala
I have an idea about a new sysctl knob. It is under net.ipv4. q1) which is the right kernel m-list to discuss it ? 2) any suggestion how to gain the critical mass of consensus ? 3) at first : is it mandatory to code the patch ? optional ... but better for 2) ? best regards, Sala

[PATCH v4] staging: rtl8723bs: Place constant at the right.

2017-07-17 Thread Shreeya Patel
Move constant to the right of the relational operator to follow the pattern which is more common in kernel code". Problem found by checkpatch. Signed-off-by: Shreeya Patel --- Changes in v4: -Make the commit message more appropriate.

[PATCH 390/390] staging:rtl8723bs:core:rtw_btcoex: Fixed checkpatch.pl warning on 'Comparisons should place the constant on the right side of the test'.

2017-07-17 Thread Shreeya Patel
Fixed a coding style issue. Signed-off-by: Shreeya Patel --- drivers/staging/rtl8723bs/core/rtw_btcoex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c