Re: Linux 5.11

2021-02-15 Thread Guenter Roeck
On Sun, Feb 14, 2021 at 02:45:13PM -0800, Linus Torvalds wrote: > Nothing unexpected or particularly scary happened this week, so here > we are - with 5.11 tagged and pushed out. > > In fact, it's a smaller-than-average set of commits from rc7 to final, > which makes me happy. And I already have s

Re: Linux 5.11

2021-02-14 Thread Bhaskar Chowdhury
On 14:45 Sun 14 Feb 2021, Linus Torvalds wrote: Nothing unexpected or particularly scary happened this week, so here we are - with 5.11 tagged and pushed out. In fact, it's a smaller-than-average set of commits from rc7 to final, which makes me happy. And I already have several pull requests lin

Linux 5.11

2021-02-14 Thread Linus Torvalds
y Juergen Gross (1): xen/netback: avoid race in xenvif_rx_ring_slots_available() Julien Grall (1): arm/xen: Don't probe xenbus as part of an early initcall Linus Torvalds (1): Linux 5.11 Lorenzo Bianconi (1): mt76: dma: fix a possible memory leak in mt76_add_fragment

Re: Linux 5.11-rc7

2021-02-08 Thread Guenter Roeck
On Sun, Feb 07, 2021 at 02:32:37PM -0800, Linus Torvalds wrote: > So it's the biggest sporting day of the year here in the US, when > everybody is getting ready to watch the yearly top TV commercials, > occasionally interrupted by some odd handegg carrying competition that > I still haven't figured

Re: Linux 5.11-rc7

2021-02-07 Thread Randy Dunlap
On 2/7/21 2:32 PM, Linus Torvalds wrote: > So it's the biggest sporting day of the year here in the US, when > everybody is getting ready to watch the yearly top TV commercials, > occasionally interrupted by some odd handegg carrying competition that > I still haven't figured out the rules for afte

Re: Linux 5.11-rc7

2021-02-07 Thread Bhaskar Chowdhury
ovl: fix dentry leak in ovl_get_redirect Lijun Pan (1): ibmvnic: device remove has higher precedence over reset Lin Feng (1): bfq-iosched: Revert "bfq: Fix computation of shallow depth" Linus Torvalds (1): Linux 5.11-rc7 Linus Walleij (1): ARM: OMAP1: OSK: fix oh

Linux 5.11-rc7

2021-02-07 Thread Linus Torvalds
er reset Lin Feng (1): bfq-iosched: Revert "bfq: Fix computation of shallow depth" Linus Torvalds (1): Linux 5.11-rc7 Linus Walleij (1): ARM: OMAP1: OSK: fix ohci-omap breakage Loris Reiff (2): bpf, cgroup: Fix optlen WARN_ON_ONCE toctou bpf, cgroup: Fix problem

Re: Linux 5.11-rc5

2021-02-04 Thread Greg KH
On Thu, Feb 04, 2021 at 10:32:56AM -0800, Linus Torvalds wrote: > On Thu, Feb 4, 2021 at 10:19 AM Mike Rapoport wrote: > > > > On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > > > > > > Mike: should we perhaps revert the first patch too (commit > > > bde9cfa3afe4: "x86/setup: don'

Re: Linux 5.11-rc5

2021-02-04 Thread Linus Torvalds
On Thu, Feb 4, 2021 at 10:19 AM Mike Rapoport wrote: > > On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > > > > Mike: should we perhaps revert the first patch too (commit > > bde9cfa3afe4: "x86/setup: don't remove E820_TYPE_RAM for pfn 0")? > > Unfortunately, I was too optimistic

Re: Linux 5.11-rc5

2021-02-04 Thread Mike Rapoport
On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > On Mon, Jan 25, 2021 at 12:35 PM Chris Wilson > wrote: > > Mike: should we perhaps revert the first patch too (commit > bde9cfa3afe4: "x86/setup: don't remove E820_TYPE_RAM for pfn 0")? Unfortunately, I was too optimistic and did

Re: Linux 5.11-rc6 compile error

2021-02-03 Thread Shuah Khan
On 2/3/21 1:06 PM, Linus Torvalds wrote: On Wed, Feb 3, 2021 at 11:58 AM Shuah Khan wrote: ld: arch/x86/built-in.a: member arch/x86/kernel/pci-swiotlb.o in archive is not an object make: *** [Makefile:1170: vmlinux] Error 1 That honestly sounds like something went wrong earlier - things like

Re: Linux 5.11-rc6 compile error

2021-02-03 Thread Randy Dunlap
On 2/3/21 11:58 AM, Shuah Khan wrote: > I am seeing the following compile error on Linux 5.11-rc6. > No issues on 5.11.0-rc5 with the same config. > > ld: arch/x86/built-in.a: member arch/x86/kernel/pci-swiotlb.o in archive is > not an object > make: *** [Makefile:1170

Re: Linux 5.11-rc6 compile error

2021-02-03 Thread Linus Torvalds
On Wed, Feb 3, 2021 at 11:58 AM Shuah Khan wrote: > > ld: arch/x86/built-in.a: member arch/x86/kernel/pci-swiotlb.o in archive > is not an object > make: *** [Makefile:1170: vmlinux] Error 1 That honestly sounds like something went wrong earlier - things like doing a system upgrade in the middle

Linux 5.11-rc6 compile error

2021-02-03 Thread Shuah Khan
I am seeing the following compile error on Linux 5.11-rc6. No issues on 5.11.0-rc5 with the same config. ld: arch/x86/built-in.a: member arch/x86/kernel/pci-swiotlb.o in archive is not an object make: *** [Makefile:1170: vmlinux] Error 1 CONFIG_SWIOTLB_XEN=y CONFIG_SWIOTLB=y I can debug

Re: Linux 5.11-rc6

2021-01-31 Thread Guenter Roeck
On Sun, Jan 31, 2021 at 02:01:43PM -0800, Linus Torvalds wrote: > Things look a little calmer than last week, and over-all very average > for rc6. So - like always this late in the release schedule - I'd > certainly have liked things to be even calmer, but nothing here really > stands out. > > The

Linux 5.11-rc6

2021-01-31 Thread Linus Torvalds
ion of struct page for holes in memory layout" tty: avoid using vfs_iocb_iter_write() for redirected console writes Linux 5.11-rc6 Linus Walleij (3): ARM: dts: ux500: Reserve memory carveouts dt-bindings: leds: Add DT binding for Richtek RT8515 leds: rt8515: Add Richtek RT8515

Re: Linux 5.11-rc5

2021-01-28 Thread Pavel Machek
Hi! /-/blob/master/kconfig/debug > > > > > > Here's a boot dmesg from some affected machines from just before the merge > > > with rc5: > > > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/shard-skl1/boot18.txt > > > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/fi-skl-6600u/boot.htm

Re: [GIT PULL] KVM fixes for Linux 5.11-rc6

2021-01-27 Thread pr-tracker-bot
The pull request you sent on Wed, 27 Jan 2021 05:22:46 -0500: > https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4992eb41ab1b5d08479193afdc94f9678e5ded13 Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [GIT PULL] KVM fixes for Linux 5.11-rc6

2021-01-27 Thread Paolo Bonzini
following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to 9a78e15802a87de2b08dfd1bd88e855201d2c8fa:

[GIT PULL] KVM fixes for Linux 5.11-rc6

2021-01-27 Thread Paolo Bonzini
Linus, I sent this yesterday but I cannot find it in the archives (weird), so I am resending it. The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm

Re: Linux 5.11-rc5

2021-01-27 Thread Greg KH
On Tue, Jan 26, 2021 at 10:45:10AM -0800, Linus Torvalds wrote: > On Tue, Jan 26, 2021 at 8:25 AM Mike Rapoport wrote: > > > > On Mon, Jan 25, 2021 at 09:46:19PM +, Chris Wilson wrote: > > > > > > CI does confirm that the revert of d3921cb8be29 brings the machines back > > > to life. > > > > I

[GIT PULL] KVM fixes for Linux 5.11-rc5

2021-01-26 Thread Paolo Bonzini
Linus, The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to

Re: Linux 5.11-rc5

2021-01-26 Thread Linus Torvalds
On Tue, Jan 26, 2021 at 8:25 AM Mike Rapoport wrote: > > On Mon, Jan 25, 2021 at 09:46:19PM +, Chris Wilson wrote: > > > > CI does confirm that the revert of d3921cb8be29 brings the machines back > > to life. > > I still cannot see what could possibly go wrong, so let's revert > d3921cb8be29 f

Re: Linux 5.11-rc5

2021-01-26 Thread Mike Rapoport
On Mon, Jan 25, 2021 at 09:13:59PM +, Chris Wilson wrote: > Quoting Mike Rapoport (2021-01-25 21:04:56) > > On Mon, Jan 25, 2021 at 08:34:34PM +, Chris Wilson wrote: > > > Quoting Linus Torvalds (2021-01-25 01:06:40) > > > > Mike Rapoport (3): > > > ... > > > > mm: fix initialization

Re: Linux 5.11-rc5

2021-01-26 Thread Mike Rapoport
On Mon, Jan 25, 2021 at 09:46:19PM +, Chris Wilson wrote: > Quoting Mike Rapoport (2021-01-25 21:33:48) > > On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > > > On Mon, Jan 25, 2021 at 12:35 PM Chris Wilson > > > wrote: > > > > > > > > Quoting Linus Torvalds (2021-01-25 01:06

Re: Linux 5.11-rc5

2021-01-26 Thread Chris Wilson
Quoting Chris Wilson (2021-01-25 21:46:19) > Quoting Mike Rapoport (2021-01-25 21:33:48) > > On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > > > Mike: should we perhaps revert the first patch too (commit > > > bde9cfa3afe4: "x86/setup: don't remove E820_TYPE_RAM for pfn 0")? > >

Re: Linux 5.11-rc5

2021-01-25 Thread Mike Rapoport
On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > On Mon, Jan 25, 2021 at 12:35 PM Chris Wilson > wrote: > > > > Quoting Linus Torvalds (2021-01-25 01:06:40) > > > Mike Rapoport (3): > > ... > > > mm: fix initialization of struct page for holes in memory layout > > > > We ha

Re: Linux 5.11-rc5

2021-01-25 Thread Chris Wilson
Quoting Mike Rapoport (2021-01-25 21:33:48) > On Mon, Jan 25, 2021 at 12:49:39PM -0800, Linus Torvalds wrote: > > On Mon, Jan 25, 2021 at 12:35 PM Chris Wilson > > wrote: > > > > > > Quoting Linus Torvalds (2021-01-25 01:06:40) > > > > Mike Rapoport (3): > > > ... > > > > mm: fix initializa

Re: Linux 5.11-rc5

2021-01-25 Thread Chris Wilson
Quoting Mike Rapoport (2021-01-25 21:04:56) > On Mon, Jan 25, 2021 at 08:34:34PM +, Chris Wilson wrote: > > Quoting Linus Torvalds (2021-01-25 01:06:40) > > > Mike Rapoport (3): > > ... > > > mm: fix initialization of struct page for holes in memory layout > > > > We have half a dozen or

Re: Linux 5.11-rc5

2021-01-25 Thread Mike Rapoport
On Mon, Jan 25, 2021 at 08:34:34PM +, Chris Wilson wrote: > Quoting Linus Torvalds (2021-01-25 01:06:40) > > Mike Rapoport (3): > ... > > mm: fix initialization of struct page for holes in memory layout > > We have half a dozen or so different machines in CI that are silently > failing t

Re: Linux 5.11-rc5

2021-01-25 Thread Linus Torvalds
On Mon, Jan 25, 2021 at 12:35 PM Chris Wilson wrote: > > Quoting Linus Torvalds (2021-01-25 01:06:40) > > Mike Rapoport (3): > ... > > mm: fix initialization of struct page for holes in memory layout > > We have half a dozen or so different machines in CI that are silently > failing to boot,

Re: Linux 5.11-rc5

2021-01-25 Thread Chris Wilson
Quoting Linus Torvalds (2021-01-25 01:06:40) > Mike Rapoport (3): ... > mm: fix initialization of struct page for holes in memory layout We have half a dozen or so different machines in CI that are silently failing to boot, that we believe is bisected to this patch. 17:56 tsa :

Re: Linux 5.11-rc5

2021-01-24 Thread Bhaskar Chowdhury
On 20:06 Sun 24 Jan 2021, Guenter Roeck wrote: On 1/24/21 7:56 PM, Bhaskar Chowdhury wrote: On 19:48 Sun 24 Jan 2021, Guenter Roeck wrote: On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: So this rc looked fairly calm and small, all the way up until today. In fact, over 40% of

Re: Linux 5.11-rc5

2021-01-24 Thread Guenter Roeck
On 1/24/21 7:56 PM, Bhaskar Chowdhury wrote: > On 19:48 Sun 24 Jan 2021, Guenter Roeck wrote: >> On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: >>> So this rc looked fairly calm and small, all the way up until today. >>> >>> In fact, over 40% of the non-merge commits came in today,

Re: Linux 5.11-rc5

2021-01-24 Thread Bhaskar Chowdhury
On 19:48 Sun 24 Jan 2021, Guenter Roeck wrote: On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: So this rc looked fairly calm and small, all the way up until today. In fact, over 40% of the non-merge commits came in today, as people unloaded their work for the week on me. The end

Re: Linux 5.11-rc5

2021-01-24 Thread Guenter Roeck
On Sun, Jan 24, 2021 at 05:06:40PM -0800, Linus Torvalds wrote: > So this rc looked fairly calm and small, all the way up until today. > > In fact, over 40% of the non-merge commits came in today, as people > unloaded their work for the week on me. The end result is a slightly > larger than usual

Linux 5.11-rc5

2021-01-24 Thread Linus Torvalds
): mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid() Linus Torvalds (3): tty: implement write_iter tty: fix up hung_up_tty_write() conversion Linux 5.11-rc5 Longfang Liu (1): USB: ehci: fix an interrupt calltrace error Lorenzo Bianconi (2): iio: common:

Re: [GIT PULL] KUnit update for Linux 5.11-rc5

2021-01-23 Thread pr-tracker-bot
The pull request you sent on Fri, 22 Jan 2021 17:43:04 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-kunit-fixes-5.11-rc5 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/929b979611f5d2a264a2c1b9fe84baa975828522 Tha

[GIT PULL] KUnit update for Linux 5.11-rc5

2021-01-22 Thread Shuah Khan
Hi Linus, Please pull the following KUnit fixes update for Linux 5.11-rc5. This KUnit update for Linux 5.11-rc5 consists of 5 fixes to kunit tool and documentation from Daniel Latypov and David Gow. diff is attached. thanks, -- Shuah

Re: Linux 5.11-rc4

2021-01-18 Thread Guenter Roeck
On 1/18/21 7:35 PM, Paul Zimmerman wrote: > On Mon, Jan 18, 2021 at 14:35:20 -0800, Guenter Roeck wrote: >> On Sun, Jan 17, 2021 at 04:56:46PM -0800, Linus Torvalds wrote: >>> Things continue to look fairly normal for this release: 5.11-rc4 is >>> solidly average in size, and nothing particularly s

Re: Linux 5.11-rc4

2021-01-18 Thread Paul Zimmerman
On Mon, Jan 18, 2021 at 14:35:20 -0800, Guenter Roeck wrote: > On Sun, Jan 17, 2021 at 04:56:46PM -0800, Linus Torvalds wrote: >> Things continue to look fairly normal for this release: 5.11-rc4 is >> solidly average in size, and nothing particularly scary stands out. >> >> In the diff itself, the

Re: Linux 5.11-rc4

2021-01-18 Thread Guenter Roeck
On Sun, Jan 17, 2021 at 04:56:46PM -0800, Linus Torvalds wrote: > Things continue to look fairly normal for this release: 5.11-rc4 is > solidly average in size, and nothing particularly scary stands out. > > In the diff itself, the new ampere modesetting support shows up fairly > clearly - it's on

Linux 5.11-rc4

2021-01-17 Thread Linus Torvalds
alds (4): mm: fix clear_refs_write locking mm: don't play games with pinned pages in clear_page_refs mm: don't put pinned pages into the swap cache Linux 5.11-rc4 Lu Baolu (1): iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev() Lukas Bulwah

Re: [GIT PULL] Kselftest fixes for Linux 5.11-rc4

2021-01-14 Thread pr-tracker-bot
The pull request you sent on Thu, 14 Jan 2021 13:52:41 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-fixes-5.11-rc4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/146620506274bd24d52fb1c589110a30eed8240b Thank you

[GIT PULL] Kselftest fixes for Linux 5.11-rc4

2021-01-14 Thread Shuah Khan
Hi Linus, Please pull the following Kselftest fixes update for Linux 5.11-rc4 This Kselftest fixes update for Linux 5.11-rc4 consists of one single fix to skip BPF selftests by default. BPF selftests have a hard dependency on cutting edge versions of tools in the BPF ecosystem including LLVM

Re: Linux 5.11-rc3

2021-01-11 Thread Guenter Roeck
On Sun, Jan 10, 2021 at 02:48:47PM -0800, Linus Torvalds wrote: [ ... ] > So please go out and test, and report any issues you find, Build results: total: 153 pass: 151 fail: 2 Failed builds: arm64:allmodconfig ia64:defconfig Qemu test results: total: 430 pass: 428

Linux 5.11-rc3

2021-01-10 Thread Linus Torvalds
sive init Linus Torvalds (3): mm: make wait_on_page_writeback() wait for multiple pending writebacks poll: fix performance regression due to out-of-line __put_user() Linux 5.11-rc3 Linus Walleij (1): ARM: dts: ux500/golden: Set display max brightness Liu Yi L (3):

Re: [GIT PULL] KUnit update for Linux 5.11-rc3

2021-01-08 Thread pr-tracker-bot
The pull request you sent on Fri, 8 Jan 2021 11:57:56 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-kunit-fixes-5.11-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/263da3330f6c0e4af603ec62f291e43eb3001f7b Than

Re: [GIT PULL] Kselftest fixes for Linux 5.11-rc3

2021-01-08 Thread pr-tracker-bot
The pull request you sent on Fri, 8 Jan 2021 11:14:39 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-next-5.11-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8f3d8491d03594823a7f7d71d5063e1bcd03c75c Thank you!

[GIT PULL] KUnit update for Linux 5.11-rc3

2021-01-08 Thread Shuah Khan
Hi Linus, Please pull the following KUnit fixes update for Linux 5.11-rc3. This kunit update for Linux 5.11-rc3 consists one fix to force the use of the 'tty' console for UML. Given that kunit tool requires the console output, explicitly stating the dependency makes sense than rel

[GIT PULL] Kselftest fixes for Linux 5.11-rc3

2021-01-08 Thread Shuah Khan
Hi Linus, Please pull the following fixes update for Linux 5.11-rc3. This fixes update for 5.11-rc3 consists of two minor fixes to vDSO test changes in 5.11-rc1 update. diff is attached. thanks, -- Shuah The following changes

Re: Linux 5.11-rc2

2021-01-08 Thread Andrii Nakryiko
On Fri, Jan 8, 2021 at 3:12 AM Christopher William Snowhill wrote: > > There appears to be a regression with the filesystem NLS modules. I cannot > load any of them. They all produce: > > modprobe: ERROR: could not insert 'nls_cp437': Invalid argument > > The system journal reports: > > Jan 08 02

Re: Linux 5.11-rc2

2021-01-08 Thread Christopher William Snowhill
There appears to be a regression with the filesystem NLS modules. I cannot load any of them. They all produce: modprobe: ERROR: could not insert 'nls_cp437': Invalid argument The system journal reports: Jan 08 02:04:56 mrgency kernel: BPF:No data Jan 08 02:04:56 mrgency kernel: failed to valida

Re: Linux 5.11-rc2

2021-01-05 Thread Linus Torvalds
On Tue, Jan 5, 2021 at 12:57 PM Guenter Roeck wrote: > > NP. The test are running automatically anyway, so I figured I might > as well report the results. Does that make sense, or is it just noise ? Definitely not noise. I very much like seeing the results. In fact, even in situations like this,

Re: Linux 5.11-rc2

2021-01-05 Thread Guenter Roeck
On Tue, Jan 05, 2021 at 11:55:20AM -0800, Linus Torvalds wrote: > On Tue, Jan 5, 2021 at 10:46 AM Guenter Roeck wrote: > > > > Problems are as already reported against v5.11-rc1. > > Yes. Thanks for keeping on top of this, I'm expecting to get the fixes > as people get back from vacations. > NP

Re: Linux 5.11-rc2

2021-01-05 Thread Linus Torvalds
On Tue, Jan 5, 2021 at 10:46 AM Guenter Roeck wrote: > > Problems are as already reported against v5.11-rc1. Yes. Thanks for keeping on top of this, I'm expecting to get the fixes as people get back from vacations. Linus

Re: Linux 5.11-rc2

2021-01-05 Thread Guenter Roeck
On Sun, Jan 03, 2021 at 04:13:08PM -0800, Linus Torvalds wrote: > Ok, let's be honest - not a lot has happened in the last week or two. > > The merge window itself may not have been hugely impacted by the > holiday season, but that's because all the new code should already > have been ready before

Re: Linux 5.11-rc1

2021-01-03 Thread Adam Borowski
On Sun, Jan 03, 2021 at 05:45:16PM +, David Laight wrote: > From: Ilkka Prusi > > Note that /sbin is now just a symlink to /usr/sbin on Debian since 10 > > (Buster) as per FHS[1][2]. > > > > [1] https://wiki.linuxfoundation.org/lsb/fhs > > [2] > > https://arstechnica.com/information-technolo

Linux 5.11-rc2

2021-01-03 Thread Linus Torvalds
io_uring: don't assume mm is constant across submits Joe Perches (1): checkpatch: prefer strscpy to strlcpy Josh Poimboeuf (1): kdev_t: always inline major/minor helper functions Kalesh Singh (1): mm/mremap.c: fix extent calculation Linus Torvalds (2): depmod:

RE: Linux 5.11-rc1

2021-01-03 Thread David Laight
From: Ilkka Prusi > Sent: 02 January 2021 23:27 > > > PATH for the root on Debian is > > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin > > > > Note that /sbin is now just a symlink to /usr/sbin on Debian since 10 > (Buster) as per FHS[1][2]. > > [1] https://wiki.linuxfoundation.o

RE: Linux 5.11-rc1

2021-01-03 Thread David Laight
From: Bernd Petrovitsch > Sent: 02 January 2021 11:05 > > On Sat, 2021-01-02 at 10:13 +0100, Sedat Dilek wrote: > [...] > > To be honest I wondered why there were no more reports on this. > > Perhaps I'm not the only one who has /sbin and /usr/sbin in the > $PATH of normal accounts too (and idk w

Re: Linux 5.11-rc1

2021-01-02 Thread Ilkka Prusi
PATH for the root on Debian is /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Note that /sbin is now just a symlink to /usr/sbin on Debian since 10 (Buster) as per FHS[1][2]. [1] https://wiki.linuxfoundation.org/lsb/fhs [2] https://arstechnica.com/information-technology/2019/09

Re: Linux 5.11-rc1

2021-01-02 Thread Masahiro Yamada
On Sat, Jan 2, 2021 at 4:51 PM Masahiro Yamada wrote: > > On Sat, Jan 2, 2021 at 3:55 AM Sedat Dilek wrote: > > > > On Fri, Jan 1, 2021 at 5:14 PM Pavel Machek wrote: > > > > > > Hi! > > > > > > > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > > > > /sbin/depmod > > > > > > > > > > > > $

Re: Linux 5.11-rc1

2021-01-02 Thread Sedat Dilek
> > IMHO users should not need to fix their environment. > > ( The discussion is a bit obsolete as we now have a fix. ) > > FWIW, I have no (and don't see any) problems simply appending > /sbin:/usr/sbin to the $PATH in/for the kernel's scripts. > Another workaround is to pass DEPMOD=/path/to/depm

Re: Linux 5.11-rc1

2021-01-02 Thread Bernd Petrovitsch
On Sat, 2021-01-02 at 12:26 +0100, Sedat Dilek wrote: > On Sat, Jan 2, 2021 at 12:05 PM Bernd Petrovitsch > wrote: > > On Sat, 2021-01-02 at 10:13 +0100, Sedat Dilek wrote: > > [...] > > > To be honest I wondered why there were no more reports on this. > > > > Perhaps I'm not the only one who has

Re: Linux 5.11-rc1

2021-01-02 Thread Sedat Dilek
On Sat, Jan 2, 2021 at 12:05 PM Bernd Petrovitsch wrote: > > On Sat, 2021-01-02 at 10:13 +0100, Sedat Dilek wrote: > [...] > > To be honest I wondered why there were no more reports on this. > > Perhaps I'm not the only one who has /sbin and /usr/sbin in the > $PATH of normal accounts too (and idk

Re: Linux 5.11-rc1

2021-01-02 Thread Bernd Petrovitsch
On Sat, 2021-01-02 at 10:13 +0100, Sedat Dilek wrote: [...] > To be honest I wondered why there were no more reports on this. Perhaps I'm not the only one who has /sbin and /usr/sbin in the $PATH of normal accounts too (and idk what's the default behaviour of distributions is - my .bashrc "fixes"

Re: Linux 5.11-rc1

2021-01-02 Thread Sedat Dilek
On Sat, Jan 2, 2021 at 8:52 AM Masahiro Yamada wrote: > > On Sat, Jan 2, 2021 at 3:55 AM Sedat Dilek wrote: > > > > On Fri, Jan 1, 2021 at 5:14 PM Pavel Machek wrote: > > > > > > Hi! > > > > > > > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > > > > /sbin/depmod > > > > > > > > > > > > $

Re: Linux 5.11-rc1

2021-01-02 Thread Masahiro Yamada
On Sat, Jan 2, 2021 at 3:55 AM Sedat Dilek wrote: > > On Fri, Jan 1, 2021 at 5:14 PM Pavel Machek wrote: > > > > Hi! > > > > > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > > > /sbin/depmod > > > > > > > > > > $ which depmod > > > > > [ empty ] > > > > > > > > > > $ echo $PATH > > > > > /

Re: Linux 5.11-rc1

2021-01-01 Thread Sedat Dilek
On Fri, Jan 1, 2021 at 7:55 PM Sedat Dilek wrote: > > On Fri, Jan 1, 2021 at 5:14 PM Pavel Machek wrote: > > > > Hi! > > > > > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > > > /sbin/depmod > > > > > > > > > > $ which depmod > > > > > [ empty ] > > > > > > > > > > $ echo $PATH > > > > > /

Re: Linux 5.11-rc1

2021-01-01 Thread Sedat Dilek
On Fri, Jan 1, 2021 at 5:14 PM Pavel Machek wrote: > > Hi! > > > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > > /sbin/depmod > > > > > > > > $ which depmod > > > > [ empty ] > > > > > > > > $ echo $PATH > > > > /opt/proxychains-ng/bin:/home/dileks/bin:/usr/local/bin:/usr/bin:/bin:/usr/loc

Re: Linux 5.11-rc1

2021-01-01 Thread Pavel Machek
Hi! > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > /sbin/depmod > > > > > > $ which depmod > > > [ empty ] > > > > > > $ echo $PATH > > > /opt/proxychains-ng/bin:/home/dileks/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > > Ok, I think this is a broken setup that has a sep

linux-next: stats (Was: Linux 5.11-rc1)

2020-12-29 Thread Stephen Rothwell
Hi all, As usual, the executive friendly graph is at http://neuling.org/linux-next-size.html :-) (No merge commits counted, next-20201214 was the first linux-next after the merge window opened.) Commits in v5.11-rc1 (relative to v5.10): 12498 Commits in next-20201214:

Re: Linux 5.11-rc1

2020-12-28 Thread Kalesh Singh
On Mon, Dec 28, 2020 at 12:59 PM Linus Torvalds wrote: > > On Mon, Dec 28, 2020 at 7:51 AM Guenter Roeck wrote: > > > > Build results: > > total: 153 pass: 151 fail: 2 > > Thanks for doing these for the mainline rc's too. I've seen them for > the stable kernels, but it's lovely to see it

Re: Linux 5.11-rc1

2020-12-28 Thread Linus Torvalds
On Mon, Dec 28, 2020 at 12:04 AM Sedat Dilek wrote: > > > $ dpkg -L kmod | grep bin | grep depmod > > /sbin/depmod > > > > $ which depmod > > [ empty ] > > > > $ echo $PATH > > /opt/proxychains-ng/bin:/home/dileks/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games Ok, I think this is a

Re: Linux 5.11-rc1

2020-12-28 Thread Sedat Dilek
On Mon, Dec 28, 2020 at 8:40 PM Linus Torvalds wrote: > > On Mon, Dec 28, 2020 at 12:04 AM Sedat Dilek wrote: > > > > > $ dpkg -L kmod | grep bin | grep depmod > > > /sbin/depmod > > > > > > $ which depmod > > > [ empty ] > > > > > > $ echo $PATH > > > /opt/proxychains-ng/bin:/home/dileks/bin:/us

Re: Linux 5.11-rc1

2020-12-28 Thread Guenter Roeck
On 12/28/20 11:37 AM, Kalesh Singh wrote: [ ... ] >>> parisc: Failed to execute /sbin/init (error -12) >>> >>> Caused by: c49dd3401802 ("mm: speedup mremap on 1GB or larger regions") >> >> Looks like Kalesh is looking at it. >> >> I don't think that was supposed to matter at all on parisc, but >>

Re: Linux 5.11-rc1

2020-12-28 Thread Linus Torvalds
On Mon, Dec 28, 2020 at 7:26 AM Sedat Dilek wrote: > > I also tested with LLVM toolchain v11.0.1-rc2 together with passing > LLVM=1 and LLVM_IAS=1 to my make line. > > I had one ERROR: > > error: too few operands for instruction in arch/x86/kvm/svm/sev.c Looks like Paolo already picked up the fix

Re: Linux 5.11-rc1

2020-12-28 Thread Sedat Dilek
On Mon, Dec 28, 2020 at 8:45 PM Linus Torvalds wrote: > > On Mon, Dec 28, 2020 at 7:26 AM Sedat Dilek wrote: > > > > I also tested with LLVM toolchain v11.0.1-rc2 together with passing > > LLVM=1 and LLVM_IAS=1 to my make line. > > > > I had one ERROR: > > > > error: too few operands for instruct

Re: Linux 5.11-rc1

2020-12-28 Thread Linus Torvalds
On Mon, Dec 28, 2020 at 7:51 AM Guenter Roeck wrote: > > Build results: > total: 153 pass: 151 fail: 2 Thanks for doing these for the mainline rc's too. I've seen them for the stable kernels, but it's lovely to see it for rc1. > ERROR: modpost: "irq_check_status_bit" [drivers/perf/arm_sp

Re: Linux 5.11-rc1

2020-12-28 Thread Guenter Roeck
On Sun, Dec 27, 2020 at 04:04:11PM -0800, Linus Torvalds wrote: > Two weeks have passed, Christmas is over, and so is the merge window. > > I want to thank all the maintainers who sent in their pull requests > early: we all wanted to get things done before the holidays really > hit, and mostly it

Re: Linux 5.11-rc1

2020-12-28 Thread Sedat Dilek
[ Please CC me I am not subscribed to LKML and linux-kbuild ML ] Hi Linus, I also tested with LLVM toolchain v11.0.1-rc2 together with passing LLVM=1 and LLVM_IAS=1 to my make line. I had one ERROR: error: too few operands for instruction in arch/x86/kvm/svm/sev.c The issue was reported in Cla

Re: Linux 5.11-rc1

2020-12-28 Thread Sedat Dilek
On Mon, Dec 28, 2020 at 9:04 AM Sedat Dilek wrote: > > On Mon, Dec 28, 2020 at 8:30 AM Sedat Dilek wrote: > > > > [ Please CC me I am not subscribed to LKML and linux-kbuild ML ] > > > > Hi Linus, Hi Mashiro, > > > > thanks for the Linux v5.11-rc1 release. > > > > With a new release I always do m

Re: Linux 5.11-rc1

2020-12-28 Thread Sedat Dilek
On Mon, Dec 28, 2020 at 8:30 AM Sedat Dilek wrote: > > [ Please CC me I am not subscribed to LKML and linux-kbuild ML ] > > Hi Linus, Hi Mashiro, > > thanks for the Linux v5.11-rc1 release. > > With a new release I always do my first builds with my distro's > default compiler and linker (GCC v10.2

Re: Linux 5.11-rc1

2020-12-27 Thread Sedat Dilek
[ Please CC me I am not subscribed to LKML and linux-kbuild ML ] Hi Linus, Hi Mashiro, thanks for the Linux v5.11-rc1 release. With a new release I always do my first builds with my distro's default compiler and linker (GCC v10.2.1 and GNU/ld BFD v2.35.1). ( It's approx. 40% faster than LLVM too

Linux 5.11-rc1

2020-12-27 Thread Linus Torvalds
Two weeks have passed, Christmas is over, and so is the merge window. I want to thank all the maintainers who sent in their pull requests early: we all wanted to get things done before the holidays really hit, and mostly it seemed to work quite well. In fact, it was rather nice to handle the big

Re: [GIT PULL] KVM changes for Linux 5.11

2020-12-20 Thread pr-tracker-bot
The pull request you sent on Sun, 20 Dec 2020 04:11:12 -0500: > https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6a447b0e3151893f6d4a889956553c06d2e775c6 Thank you! -- Deet-doot-dot, I am a bot. https://ko

[GIT PULL] KVM changes for Linux 5.11

2020-12-20 Thread Paolo Bonzini
Linus, The following changes since commit 701f49065e68741a26752e6ae235c02bcafa2424: arm64: mark __system_matches_cap as __maybe_unused (2020-12-03 16:54:57 +) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes

Re: [GIT PULL] KUnit update for Linux 5.11-rc1

2020-12-16 Thread pr-tracker-bot
The pull request you sent on Tue, 15 Dec 2020 14:52:11 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-kunit-5.11-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/706451d47b3716c24e0553dfdefba11d202effc1 Thank you

Re: [GIT PULL] Kselftest update for Linux 5.11-rc1

2020-12-16 Thread pr-tracker-bot
The pull request you sent on Tue, 15 Dec 2020 13:35:31 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-next-5.11-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7194850efa47c8dac6e805087dd23c7b03af019d Thank you!

Re: [GIT PULL] Kselftest fixes update for Linux 5.11-rc1

2020-12-16 Thread pr-tracker-bot
The pull request you sent on Tue, 15 Dec 2020 11:59:10 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > tags/linux-kselftest-fixes-5.11-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b80affe33fdd56c8e9f1f0f33ad99f9016a59195 Thank you

[GIT PULL] KUnit update for Linux 5.11-rc1

2020-12-15 Thread Shuah Khan
Hi Linus, Please pull the following KUnit update for Linux 5.11-rc1. This kunit update for Linux 5.11-rc1 consists of: -- documentation update and fix to kunit_tool to parse diagnostic messages correctly from David Gow -- Support for Parameterized Testing and fs/ext4 test updates to use

[GIT PULL] Kselftest update for Linux 5.11-rc1

2020-12-15 Thread Shuah Khan
Hi Linus, Please pull the following Kselftest update for Linux 5.11-rc1. This kselftest update for Linux 5.11-rc1 consists of: - Much needed gpio test Makefile cleanup to various problems with test dependencies and build errors from Michael Ellerman - Enabling vDSO test on non x86 platforms

[GIT PULL] Kselftest fixes update for Linux 5.11-rc1

2020-12-15 Thread Shuah Khan
Hi Linus, Please pull this Kselftest fixes update for Linux 5.11-rc1. This Kselftest fixes update for Linux 5.11-rc1 consists of build error fixes for clone3 and rseq tests. diff is attached. thanks, -- Shuah The following

[GIT PULL] irqchip updates for Linux 5.11

2020-12-12 Thread Marc Zyngier
p/qcom-pdc: Fix phantom irq when changing between rising/falling (2020-12-12 10:46:02 +) irqchip updates for Linux 5.11 - Preliminary support for managed interrupts on platform devices - Correctly identify allocation of MSIs prox

Re: [GIT PULL] cpupower update for Linux 5.11-rc1

2020-12-01 Thread Rafael J. Wysocki
On Mon, Nov 30, 2020 at 10:47 PM Shuah Khan wrote: > > Hi Rafael, > > Please pull the following cpupower update for Linux 5.11-rc1. > > This cpupower update for Linux 5.11-rc1 consists of a change to provide > online and offline CPU information. This change makes it easi

[GIT PULL] cpupower update for Linux 5.11-rc1

2020-11-30 Thread Shuah Khan
Hi Rafael, Please pull the following cpupower update for Linux 5.11-rc1. This cpupower update for Linux 5.11-rc1 consists of a change to provide online and offline CPU information. This change makes it easier to keep track of offline cpus whose cpuidle or cpufreq property aren't changed