Re: Linux 5.0-rc1

2019-02-10 Thread isdn
Hi all, Am 09.02.19 um 20:42 schrieb Paul Bolle: > Linus Torvalds schreef op zo 06-01-2019 om 18:14 [-0800]: >> Nothing particular stands out, although I do like >> seeing how some ancient drivers are getting put out to pasture >> (*cought*isdn*cough*). > > Just to let people know: the gigaset dr

Re: Linux 5.0-rc1

2019-02-09 Thread Paul Bolle
Linus Torvalds schreef op zo 06-01-2019 om 18:14 [-0800]: > Nothing particular stands out, although I do like > seeing how some ancient drivers are getting put out to pasture > (*cought*isdn*cough*). Just to let people know: the gigaset drivers will get my palliative care until a few weeks before

Re: Linux 5.0-rc1

2019-01-09 Thread unconditionedwitness
The copyright owner can rescind. Those saying you cannot are wrong. Explained. In american vernacular: Video: http://www.veoh.com/watch/v141917696RbH96XaD https://openload.co/f/mT_AH3xmIUM/TruthAboutLinuxandGPLv2__.mp4 Audio: http://ufile.io/sdhpl If you hit a video about a speedrunner: th

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Michal Hocko
On Wed 09-01-19 00:16:59, Guo Ren wrote: > Thx Michal, > > On Tue, Jan 08, 2019 at 04:40:31PM +0100, Michal Hocko wrote: > > On Tue 08-01-19 17:51:07, Guo Ren wrote: > > [...] > > > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > > > { > > > pte_t *pte; > > > unsigned long i;

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Guo Ren
Thx Michal, On Tue, Jan 08, 2019 at 04:40:31PM +0100, Michal Hocko wrote: > On Tue 08-01-19 17:51:07, Guo Ren wrote: > [...] > > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > > { > > pte_t *pte; > > unsigned long i; > > > > pte = (pte_t *) __get_free_page(GFP_KERNE

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Michal Hocko
On Tue 08-01-19 17:51:07, Guo Ren wrote: [...] > static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) > { > pte_t *pte; > unsigned long i; > > pte = (pte_t *) __get_free_page(GFP_KERNEL | __GFP_RETRY_MAYFAIL); >^^

Re: Linux 5.0-rc1 (test results)

2019-01-08 Thread Guo Ren
Hi Linus, On Mon, Jan 07, 2019 at 03:21:45PM -0800, Linus Torvalds wrote: > On Mon, Jan 7, 2019 at 11:26 AM Guenter Roeck wrote: > > > > Bisect points to commit 4cf58924951ef ("mm: treewide: remove unused address > > argument from pte_alloc functions"). Interesting - wasn't that supposed > > to be

Re: Linux 5.0-rc1 (test results)

2019-01-07 Thread Linus Torvalds
On Mon, Jan 7, 2019 at 11:26 AM Guenter Roeck wrote: > > Bisect points to commit 4cf58924951ef ("mm: treewide: remove unused address > argument from pte_alloc functions"). Interesting - wasn't that supposed > to be automatic ? > > csky does use the the removed address argument, so I won't even try

Re: Linux 5.0-rc1 (test results)

2019-01-07 Thread Guenter Roeck
On Sun, Jan 06, 2019 at 06:14:15PM -0800, Linus Torvalds wrote: > So this was a fairly unusual merge window with the holidays, and as a > result I'm not even going to complain about the pull requests that > ended up coming in late. It all mostly worked out fine, I think. And > lot of people got the

Re: linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: (style) Expression is always false

2019-01-07 Thread Dan Carpenter
On Mon, Jan 07, 2019 at 11:40:08AM +, David Binderman wrote: > > Hello there, > > linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: > (style) Expression is always false because 'else if' condition matches > previous condition at line 410. > > Source code is > >

Re: linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: (style) Expression is always false

2019-01-07 Thread gre...@linuxfoundation.org
On Mon, Jan 07, 2019 at 11:40:08AM +, David Binderman wrote: > > Hello there, > > linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: > (style) Expression is always false because 'else if' condition matches > previous condition at line 410. > > Source code is > >