Re: Vmalloc.h implicit functions

2021-09-08 Thread Valdis Klētnieks
On Wed, 08 Sep 2021 12:02:39 +0200, Omar Mustafa said: > The driver is RTL8822BE Bluetooth That's not what I asked for. And that's not the *driver*, that's the *device*. For example, this laptop has an Ethernet and a wireless card: [~] lspci -nn |grep -i net 01:00.0 Ethernet controller [0200]:

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Lafan Mining
On Wednesday, September 8th, 2021 at 12:50, Greg KH wrote: > Please update your kernel version, this should already be fixed. It's not. There have been sent several patches already to fix this issue. Here are 2 of them: 1. https://lkml.org/lkml/2021/9/5/146 2.

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Lukas Bulwahn
On Wed, Sep 8, 2021 at 6:00 PM Lafan Mining wrote: > > On Wednesday, September 8th, 2021 at 12:50, Greg KH wrote: > > > Please update your kernel version, this should already be fixed. > > It's not. There have been sent several patches already to fix this issue. > Here are 2 of them: > > 1.

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Lafan Mining
On Wednesday, September 8th, 2021 at 1:06 PM, Greg KH wrote: > What exactly is the tree you are pulling from? Here is my output of the clone repo $ git remote show origin * remote origin Fetch URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Push URL:

Re: Vmalloc.h implicit functions

2021-09-08 Thread Omar Mustafa
The driver is RTL8822BE Bluetooth Sent from my iPhone > On 8 Sep 2021, at 7:54 AM, Valdis Klētnieks wrote: > > On Wed, 08 Sep 2021 07:46:13 +0200, Omar Mustafa said: > >> Okay my kernel is 5.13.9-generic and I have tried what you mentioned but >> failed >> the only remaining solution I can

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Lafan Mining
On Wednesday, September 8th, 2021 at 12:50 PM, Greg KH wrote: > Please update your kernel version, this should already be fixed. > > What version exactly are you trying to build? I tried to build the latest source code available in master. Judging by the latest tag name it's v5.14-rc7. When

Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Lafan Mining
Hello! I'm learning the Linux Kernel and currently faced troubles with building the upstream. I git clone'd source code of master and tried to make deb-pkg. I faced compile error: drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c: In function

Re: Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue

2021-09-08 Thread Greg KH
On Wed, Sep 08, 2021 at 04:57:45PM +0530, Pintu Agarwal wrote: > Hi, > > On Mon, 6 Sept 2021 at 21:58, Pintu Agarwal wrote: > > > On Tue, 31 Aug 2021 at 18:49, Pintu Agarwal wrote: > > > > > > No, but you can backport it easily. Back at > > > >

Re: Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue

2021-09-08 Thread Pintu Agarwal
Hi, On Mon, 6 Sept 2021 at 21:58, Pintu Agarwal wrote: > On Tue, 31 Aug 2021 at 18:49, Pintu Agarwal wrote: > > > > No, but you can backport it easily. Back at > > > http://lists.infradead.org/pipermail/openwrt-devel/2019-November/025967.html > > > I provided backports of this feature to

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Greg KH
On Wed, Sep 08, 2021 at 10:02:50AM +, Lafan Mining wrote: > On Wednesday, September 8th, 2021 at 12:50 PM, Greg KH wrote: > > > Please update your kernel version, this should already be fixed. > > > > What version exactly are you trying to build? > > I tried to build the latest source code

Re: Kernel upstream compile error at drivers/staging/media

2021-09-08 Thread Greg KH
On Wed, Sep 08, 2021 at 09:39:15AM +, Lafan Mining wrote: > Hello! > > I'm learning the Linux Kernel and currently faced troubles with building the > upstream. I git clone'd source code of master and tried to make deb-pkg. I > faced compile error: > >