* Re: Linux 4.4-rc1
2015-11-16 1:24 Linux 4.4-rc1 Linus Torvalds
@ 2015-11-16 4:51 ` Ken Moffat
2015-11-16 5:27 ` Guenter Roeck
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Ken Moffat @ 2015-11-16 4:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Junio C Hamano
On Sun, Nov 15, 2015 at 05:24:37PM -0800, Linus Torvalds wrote:
> So it's Sunday, two weeks has passed, and so 4.4-rc1 is out there and
> the merge window is closed.
>
[...]
>
> Go out and test.
>
> Linus
>
After what I picked up during the 4.3 cycle, I tried using 'xzcat |
git apply -' but I got the following (after messages about spaces
before tabs) :
error: cannot apply binary patch to
'drivers/staging/ft1000/ft1000-pcmcia/ft1000.img' without full index
line
error: drivers/staging/ft1000/ft1000-pcmcia/ft1000.img: patch does
not apply
error: cannot apply binary patch to
'drivers/staging/ft1000/ft1000-usb/ft3000.img' without full index
line
error: drivers/staging/ft1000/ft1000-usb/ft3000.img: patch does not
apply
That is with git-2.6.3.
Interestingly, using 'xzcat | patch -p1' seems to apply fine, or at
least it doesn't seem to report any errors, and I have no particular
interest in ft1000 so I'll go with that.
It boots ok on this machine (AMD K10, with my current config), but
that doesn't say a lot, so I'll shut up.
ĸen
--
This email was written using 100% recycled letters.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-16 1:24 Linux 4.4-rc1 Linus Torvalds
2015-11-16 4:51 ` Ken Moffat
@ 2015-11-16 5:27 ` Guenter Roeck
2015-11-18 14:46 ` Shuah Khan
2015-11-19 4:45 ` Stephen Rothwell
3 siblings, 0 replies; 11+ messages in thread
From: Guenter Roeck @ 2015-11-16 5:27 UTC (permalink / raw)
To: Linus Torvalds
Cc: Linux Kernel Mailing List, Greg Kroah-Hartman, Mikael Starvik,
Jesper Nilsson, linux-cris-kernel, linux-serial
On Sun, Nov 15, 2015 at 05:24:37PM -0800, Linus Torvalds wrote:
> So it's Sunday, two weeks has passed, and so 4.4-rc1 is out there and
> the merge window is closed.
>
> As usual, the full shortlog is much too big to post, so appended is
> the usual shortlog of just my merges, which just shows who I did pulls
> from, with a very short comment on each merge.
>
> Just looking at the patch itself, things look fairly normal at a high
> level, possibly a bit more driver-heavy than usual with about 75% of
> the patch being drivers, and 10% being architecture updates. The
> remaining 15% is documentation, filesystem, core networking (as
> opposed to network drivers), tooling and some core infrastructure.
>
> The driver changes are all over, although staging, networking and GPU
> drivers stand out (and those three areas account for over half of the
> driver changes - roughly 40% of the whole patch).
>
> On the architecture side, ARM (when counting both 32-bit and 64-bit)
> accounts for about half the changes, with x86, powerpc, mips, chris
> and s390 accounting for the other half.
>
> Go out and test.
>
Build results:
total: 144 pass: 143 fail: 1
Failed builds:
cris:allnoconfig
Qemu test results:
total: 95 pass: 94 fail: 1
Failed tests:
cris:crisv32_defconfig
cris:allnoconfig fails to build because of section mismatches, which is now
fatal with allnoconfig builds (since 47490ec141b9, "modpost: Add flag -E for
making section mismatches fatal"). Proposed patches to fix the problems are
available at [1] and [2]. Other allnoconfig builds (untested by me) probably
fail as well, though.
The cris:crisv32_defconfig qemu test crashes because of interference between
commit 7d8c70d8048c ("serial: mctrl-gpio: rename init function") and commit
7b9c5162c182 ("serial: etraxfs-uart: use mctrl_gpio helpers for handling
modem signals"). A proposed patch is available at [3].
Further details are available at http://server.roeck-us.net:8010/builders.
Guenter
---
[1] https://patchwork.kernel.org/patch/7592471/
[2] https://patchwork.kernel.org/patch/7592461/
[3] https://patchwork.kernel.org/patch/7533041/
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-16 1:24 Linux 4.4-rc1 Linus Torvalds
2015-11-16 4:51 ` Ken Moffat
2015-11-16 5:27 ` Guenter Roeck
@ 2015-11-18 14:46 ` Shuah Khan
2015-11-18 16:17 ` Linus Torvalds
2015-11-19 4:45 ` Stephen Rothwell
3 siblings, 1 reply; 11+ messages in thread
From: Shuah Khan @ 2015-11-18 14:46 UTC (permalink / raw)
To: Linus Torvalds, David Miller; +Cc: Linux Kernel Mailing List
On Sun, Nov 15, 2015 at 6:24 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> So it's Sunday, two weeks has passed, and so 4.4-rc1 is out there and
> the merge window is closed.
>
> As usual, the full shortlog is much too big to post, so appended is
> the usual shortlog of just my merges, which just shows who I did pulls
> from, with a very short comment on each merge.
>
> Just looking at the patch itself, things look fairly normal at a high
> level, possibly a bit more driver-heavy than usual with about 75% of
> the patch being drivers, and 10% being architecture updates. The
> remaining 15% is documentation, filesystem, core networking (as
> opposed to network drivers), tooling and some core infrastructure.
>
> The driver changes are all over, although staging, networking and GPU
> drivers stand out (and those three areas account for over half of the
> driver changes - roughly 40% of the whole patch).
>
> On the architecture side, ARM (when counting both 32-bit and 64-bit)
> accounts for about half the changes, with x86, powerpc, mips, chris
> and s390 accounting for the other half.
>
> Go out and test.
>
I ran into the same VPN bug that was reported in 4.3. This bug is very pesky.
VPN connection works just fine and subsequent web access fails. It took me
a couple of hours to trace it back to the kernel, after investigating
the obvious
suspects (routers, network connections etc.)
I am hoping the fix gets into 4.4-rc2 as well as 4.3.1
http://patchwork.ozlabs.org/patch/544307/
I tested the fix on 4.3 and 4.4-rc1 on my VPN setup
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Linux 4.4-rc1
2015-11-18 14:46 ` Shuah Khan
@ 2015-11-18 16:17 ` Linus Torvalds
2015-11-18 17:12 ` David Miller
2015-11-19 14:10 ` Shuah Khan
0 siblings, 2 replies; 11+ messages in thread
From: Linus Torvalds @ 2015-11-18 16:17 UTC (permalink / raw)
To: Shuah Khan; +Cc: David Miller, Linux Kernel Mailing List
On Wed, Nov 18, 2015 at 6:46 AM, Shuah Khan <shuahkhan@gmail.com> wrote:
>
> I am hoping the fix gets into 4.4-rc2 as well as 4.3.1
>
> http://patchwork.ozlabs.org/patch/544307/
>
> I tested the fix on 4.3 and 4.4-rc1 on my VPN setup
That should be commit 5f8dc33e8ee7 ("net: fix feature changes on
devices without ndo_set_features") and it got merged through the
networking tree yesterday.
Of course, it's always a good idea to double-check, so go out and test
that the current -git tree works for you..
Thanks,
Linus
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-18 16:17 ` Linus Torvalds
@ 2015-11-18 17:12 ` David Miller
2015-11-19 14:10 ` Shuah Khan
1 sibling, 0 replies; 11+ messages in thread
From: David Miller @ 2015-11-18 17:12 UTC (permalink / raw)
To: torvalds; +Cc: shuahkhan, linux-kernel
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed, 18 Nov 2015 08:17:17 -0800
> On Wed, Nov 18, 2015 at 6:46 AM, Shuah Khan <shuahkhan@gmail.com> wrote:
>>
>> I am hoping the fix gets into 4.4-rc2 as well as 4.3.1
>>
>> http://patchwork.ozlabs.org/patch/544307/
>>
>> I tested the fix on 4.3 and 4.4-rc1 on my VPN setup
>
> That should be commit 5f8dc33e8ee7 ("net: fix feature changes on
> devices without ndo_set_features") and it got merged through the
> networking tree yesterday.
>
> Of course, it's always a good idea to double-check, so go out and test
> that the current -git tree works for you..
Also, all of the commits in question up the chain of "Fixes: " tags
only apply to 4.4-rc1, so 4.3 should not need the fix.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-18 16:17 ` Linus Torvalds
2015-11-18 17:12 ` David Miller
@ 2015-11-19 14:10 ` Shuah Khan
2015-11-19 19:25 ` Linus Torvalds
1 sibling, 1 reply; 11+ messages in thread
From: Shuah Khan @ 2015-11-19 14:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: David Miller, Linux Kernel Mailing List
On Wed, Nov 18, 2015 at 9:17 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Wed, Nov 18, 2015 at 6:46 AM, Shuah Khan <shuahkhan@gmail.com> wrote:
>>
>> I am hoping the fix gets into 4.4-rc2 as well as 4.3.1
>>
>> http://patchwork.ozlabs.org/patch/544307/
>>
>> I tested the fix on 4.3 and 4.4-rc1 on my VPN setup
>
> That should be commit 5f8dc33e8ee7 ("net: fix feature changes on
> devices without ndo_set_features") and it got merged through the
> networking tree yesterday.
>
> Of course, it's always a good idea to double-check, so go out and test
> that the current -git tree works for you..
>
I am running into the following depmod error:
depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet
Makefile:1139: recipe for target '_modinst_post' failed
make: *** [_modinst_post] Error 1
I am testing on your tree - the top commit is:
commit 34258a32d9a9fc9e38fb549efe1692301cc31f85
Merge: 0d77a12 f52c74f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Nov 18 08:59:29 2015 -0800
Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-19 14:10 ` Shuah Khan
@ 2015-11-19 19:25 ` Linus Torvalds
2015-11-20 1:39 ` Shuah Khan
0 siblings, 1 reply; 11+ messages in thread
From: Linus Torvalds @ 2015-11-19 19:25 UTC (permalink / raw)
To: Shuah Khan; +Cc: David Miller, Linux Kernel Mailing List
On Thu, Nov 19, 2015 at 6:10 AM, Shuah Khan <shuahkhan@gmail.com> wrote:
>
> I am running into the following depmod error:
>
> depmod: ERROR: Found 2 modules in dependency cycles!
> depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet
There should be a patch for this in the staging tree, but Greg hasn't
sent the pull request yet.
In the meantime, do you actually _use_ lustre? Because if not, you can
just compile it out for now.
Linus
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 4.4-rc1
2015-11-19 19:25 ` Linus Torvalds
@ 2015-11-20 1:39 ` Shuah Khan
0 siblings, 0 replies; 11+ messages in thread
From: Shuah Khan @ 2015-11-20 1:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: David Miller, Linux Kernel Mailing List
On Thu, Nov 19, 2015 at 12:25 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Thu, Nov 19, 2015 at 6:10 AM, Shuah Khan <shuahkhan@gmail.com> wrote:
>>
>> I am running into the following depmod error:
>>
>> depmod: ERROR: Found 2 modules in dependency cycles!
>> depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet
>
> There should be a patch for this in the staging tree, but Greg hasn't
> sent the pull request yet.
>
> In the meantime, do you actually _use_ lustre? Because if not, you can
> just compile it out for now.
>
I must have enabled a while back to experiment and forgot all about it.
Disabled Lustre. Verified VPN and everything looks good.
-- Shuah
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: stats for v4.4-rc1
2015-11-16 1:24 Linux 4.4-rc1 Linus Torvalds
@ 2015-11-19 4:45 ` Stephen Rothwell
2015-11-16 5:27 ` Guenter Roeck
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2015-11-19 4:45 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Linus Torvalds, linux-next
Hi all,
As usual, the executive friendly graph is at
http://neuling.org/linux-next-size.html :-)
(No merge commits counted, next-20151103 was the first linux-next after
the merge window opened.)
Commits in v4.4-rc1 (relative to v4.3): 11528
Commits in next-20151103: 10823
Commits with the same SHA1: 9957
Commits with the same patch_id: 404 (1)
Commits with the same subject line: 51 (1)
(1) not counting those in the lines above.
So commits in -rc1 that were in next-20151103: 10412 90%
Some breakdown of the list of extra commits (relative to next-20151103)
in -rc1:
Top ten first word of commit summary:
136 drm
116 btrfs
40 mips
36 cxlflash
34 kvm
28 hpsa
27 perf
27 net
24 megaraid_sas
17 vfio
Top ten authors:
32 mrochs@linux.vnet.ibm.com
30 a.hajda@samsung.com
24 sumit.saxena@avagotech.com
24 quwenruo@cn.fujitsu.com
17 sreekanth.reddy@avagotech.com
17 dsterba@suse.com
16 jcmvbkbc@gmail.com
16 chuck.lever@oracle.com
15 edumazet@google.com
15 don.brace@pmcs.com
Top ten commiters:
107 martin.petersen@oracle.com
94 davem@davemloft.net
69 jbottomley@odin.com
54 clm@fb.com
48 dsterba@suse.com
45 bskeggs@redhat.com
42 torvalds@linux-foundation.org
41 ralf@linux-mips.org
32 pbonzini@redhat.com
30 rostedt@goodmis.org
There are also 411 commits in next-20151103 that didn't make it into
v4.4-rc1.
Top ten first word of commit summary:
52 mm
23 orangefs
23 arm
18 page-flags
17 arm-soc
15 soc
15 ocfs2
12 thp
12 nfsd
11 media
Top ten authors:
63 kirill.shutemov@linux.intel.com
30 akpm@linux-foundation.org
20 hubcap@omnibond.com
19 minchan@kernel.org
19 jlayton@poochiereds.net
13 olof@lixom.net
11 sboyd@codeaurora.org
8 ryan.ding@oracle.com
8 pankaj.dubey@samsung.com
7 mathieu.poirier@linaro.org
Some of Andrew's patches are fixes for other patches in his tree (and
have been merged into those).
Top ten commiters:
199 sfr@canb.auug.org.au
24 hubcap@omnibond.com
20 bfields@redhat.com
20 agross@codeaurora.org
13 olof@lixom.net
12 arnd@arndb.de
11 wsa@the-dreams.de
11 mchehab@osg.samsung.com
9 kgene@kernel.org
8 peter.chen@freescale.com
Those commits by me are from the quilt series (mainly Andrew's mmotm
tree).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
^ permalink raw reply [flat|nested] 11+ messages in thread* linux-next: stats for v4.4-rc1
@ 2015-11-19 4:45 ` Stephen Rothwell
0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2015-11-19 4:45 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Linus Torvalds, linux-next
Hi all,
As usual, the executive friendly graph is at
http://neuling.org/linux-next-size.html :-)
(No merge commits counted, next-20151103 was the first linux-next after
the merge window opened.)
Commits in v4.4-rc1 (relative to v4.3): 11528
Commits in next-20151103: 10823
Commits with the same SHA1: 9957
Commits with the same patch_id: 404 (1)
Commits with the same subject line: 51 (1)
(1) not counting those in the lines above.
So commits in -rc1 that were in next-20151103: 10412 90%
Some breakdown of the list of extra commits (relative to next-20151103)
in -rc1:
Top ten first word of commit summary:
136 drm
116 btrfs
40 mips
36 cxlflash
34 kvm
28 hpsa
27 perf
27 net
24 megaraid_sas
17 vfio
Top ten authors:
32 mrochs@linux.vnet.ibm.com
30 a.hajda@samsung.com
24 sumit.saxena@avagotech.com
24 quwenruo@cn.fujitsu.com
17 sreekanth.reddy@avagotech.com
17 dsterba@suse.com
16 jcmvbkbc@gmail.com
16 chuck.lever@oracle.com
15 edumazet@google.com
15 don.brace@pmcs.com
Top ten commiters:
107 martin.petersen@oracle.com
94 davem@davemloft.net
69 jbottomley@odin.com
54 clm@fb.com
48 dsterba@suse.com
45 bskeggs@redhat.com
42 torvalds@linux-foundation.org
41 ralf@linux-mips.org
32 pbonzini@redhat.com
30 rostedt@goodmis.org
There are also 411 commits in next-20151103 that didn't make it into
v4.4-rc1.
Top ten first word of commit summary:
52 mm
23 orangefs
23 arm
18 page-flags
17 arm-soc
15 soc
15 ocfs2
12 thp
12 nfsd
11 media
Top ten authors:
63 kirill.shutemov@linux.intel.com
30 akpm@linux-foundation.org
20 hubcap@omnibond.com
19 minchan@kernel.org
19 jlayton@poochiereds.net
13 olof@lixom.net
11 sboyd@codeaurora.org
8 ryan.ding@oracle.com
8 pankaj.dubey@samsung.com
7 mathieu.poirier@linaro.org
Some of Andrew's patches are fixes for other patches in his tree (and
have been merged into those).
Top ten commiters:
199 sfr@canb.auug.org.au
24 hubcap@omnibond.com
20 bfields@redhat.com
20 agross@codeaurora.org
13 olof@lixom.net
12 arnd@arndb.de
11 wsa@the-dreams.de
11 mchehab@osg.samsung.com
9 kgene@kernel.org
8 peter.chen@freescale.com
Those commits by me are from the quilt series (mainly Andrew's mmotm
tree).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
^ permalink raw reply [flat|nested] 11+ messages in thread