[03:10] *** xecutertool has joined #linux-media [03:16] *** xecutercmd has quit IRC (Ping timeout: 480 seconds) [04:14] *** zaxe[m] has joined #linux-media [04:16] *** zaxe[m] has left User left [06:30] *** djrscally has joined #linux-media [06:32] *** mripard has joined #linux-media [06:44] *** dcz has joined #linux-media [06:45] *** GBenji has joined #linux-media [06:51] *** dcz_ has joined #linux-media [06:55] *** dcz has quit IRC (Ping timeout: 480 seconds) [06:59] *** ao2 has joined #linux-media [07:16] *** sklug has joined #linux-media [07:21] *** dcz_ has quit IRC (Quit: Konversation terminated!) [07:31] *** frieder has joined #linux-media [07:34] <mripard> hverkuil: it looks like your mail provider has blacklisted kernel.org [07:37] <mripard> https://lore.kernel.org/linux-media/20250325-dynamic-sexy-bobcat-0b7d69@houat/ never reached you, and I got an SMTP rejection mail from your provider [07:40] *** frieder has quit IRC (Ping timeout: 480 seconds) [07:44] <hverkuil> mripard: I did get it through the linux-media mailinglist. I get other mails from kernel.org addresses, so it might be a fluke. Try sending a test message to me, see if it is still a problem. [07:45] *** tmerciai has joined #linux-media [07:51] <mripard> hverkuil: just sent one to you [07:53] <hverkuil> Haven't seen it yet. If you get a rejection email then please forward it to hansverk@cisco.com. [07:56] <mripard> hverkuil: done for the first one, I will if there's a second one [08:02] *** yaouaissa has joined #linux-media [08:04] *** frieder has joined #linux-media [08:27] *** sgruszka has joined #linux-media [08:36] <yaouaissa> Hi, I'm working on developing a new kernel driver that we want to upstream to the Linux kernel. [08:36] <yaouaissa> Currently, we're developing this driver using an FPGA board with proprietary bitfiles that we cannot share publicly. [08:36] <yaouaissa> The IP that our driver supports isn't yet available on the market, though it's expected to be released in the coming months. [08:36] <yaouaissa> Additionally, the firmware for this device cannot be provided publicly and will only be available to clients. [08:36] <yaouaissa> When submitting to the kernel community, is it mandatory to provide a publicly available test board for validation, or would a detailed technical report with comprehensive testing documentation be sufficient for the upstreaming process?" [08:42] *** arvinchon has joined #linux-media [08:44] *** wallacer has quit IRC (Read error: Connection reset by peer) [08:44] *** wallacer has joined #linux-media [08:50] <hverkuil> mripard: tor.source.kernel.org appears to be blocked. I wonder if my provider thinks this is a tor server. But 'tor' probably refers to Toronto. [09:02] <pinchartl> yaouaissa: a board is not mandatory. subsystem maintainers don't typically have access to all hardware supported by their subsystem [09:02] <pinchartl> what kind of device is that ? [09:21] *** HackerBikepacker has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) [09:21] *** mriesch has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) [09:32] *** gouchi has joined #linux-media [09:36] <yaouaissa> pinchartl: it's a video device [09:38] *** Mo has joined #linux-media [09:40] *** gouchi has quit IRC (Quit: Quitte) [09:44] <pinchartl> as in video capture ? processing ? encoding/decoding ? [09:45] <hverkuil> yaouaissa: if the kernel driver requires that firmware is uploaded to the device before it can function, then the requirement is that said firmware binary is made available in https://web.git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ [09:46] <hverkuil> The reasoning is that there is no point in mainlining a driver if you cannot use it without an NDA or something like that. [09:46] <hverkuil> Based on what you described, that is probably the main sticking point. [09:47] <yaouaissa> pinchartl: encoding/decoding [09:55] <yaouaissa> hverkuil: it's the case, the firmawre is loaded to the device, without, the driver is useless. [10:14] <pinchartl> yaouaissa: is the firmware freely redistributable in binary form ? [10:15] <pinchartl> and does it run on an MCU dedicated to the codec, or on a generic-purpose CPU/MCU that also handles other tasks ? [10:50] <yaouaissa> pinchartl: the firmware run on a dedicated MCU ( integrated with the codec ). [10:52] <yaouaissa> pinchartl: Unfortunatly, the SoC vendors who can publish the firmawre. [10:53] <pinchartl> is the firmware tuned/optimized/modified for each SoC ? [11:04] <yaouaissa> pinchartl: each soc has features, like in some case, we can have firmware that enables only the jpeg or for AVC-ONLY. [11:10] <pinchartl> you can't make a universal firmware that would detect the features of the IP and act accordingly ? [11:11] <bemug46> Hi, I'm having issue reproducing the kernel test robot error here : https://lore.kernel.org/linux-media/202503291609.9gCJpjjk-lkp@intel.com/. Is that because my arch is 64 bits even if I cross compile to 32 ? ? I tried to cross compile using its reproduce instructions found in the mail [11:11] <bemug46> https://download.01.org/0day-ci/archive/20250329/202503291609.9gCJpjjk-lkp@intel.com/reproduce. [11:11] <bemug46> I guess it's because of my u64 mipi_freq var that is then divided, but I'd like to make sure I didn't make any similar mistakes elsewhere [11:15] <pinchartl> bemug46: did you cross-compile to sh4 ? [11:17] <bemug46> Apparently lkp downloaded it for me in ~/0day with the last command [11:18] <yaouaissa> pinchartl: i will discuss this with the team, thank you. [11:19] <bemug46> pinchartl nevermind I only have 2 files in ~/0day : 14.2.0 and gcc-14.2.0-nolibc [11:20] <pinchartl> yaouaissa: you're welcome. I think a single firmware would greatly simplify usage of the codec [11:20] <bemug46> I guess they are cross compilers [11:21] <bemug46> $ file ./build_dir/vmlinux [11:21] <bemug46> ./build_dir/vmlinux: ELF 32-bit LSB executable, Renesas SH, version 1 (SYSV), statically linked, BuildID[sha1]=eb985dfa906a3f0d2adf8018bb8b78310652b681, not stripped [11:21] <bemug46> Sounds good [11:44] *** HackerBikepacker has joined #linux-media [11:45] *** mriesch has joined #linux-media [11:50] *** HackerBikepacker has quit IRC (Remote host closed the connection) [11:50] *** mriesch has quit IRC (Remote host closed the connection) [11:50] *** HackerBikepacker has joined #linux-media [11:51] *** HackerBikepacker has quit IRC (Remote host closed the connection) [11:51] *** mriesch has joined #linux-media [11:52] *** HackerBikepacker has joined #linux-media [11:57] *** HackerBikepacker has quit IRC (Remote host closed the connection) [11:57] *** mriesch has quit IRC (Remote host closed the connection) [12:01] *** mriesch has joined #linux-media [12:02] *** HackerBikepacker has joined #linux-media [12:03] *** mriesch has quit IRC (Remote host closed the connection) [12:03] *** HackerBikepacker has quit IRC (Remote host closed the connection) [12:03] *** mriesch has joined #linux-media [12:04] *** HackerBikepacker has joined #linux-media [12:08] *** HackerBikepacker has quit IRC () [12:08] *** mriesch has quit IRC () [12:08] *** HackerBikepacker has joined #linux-media [12:09] *** mriesch has joined #linux-media [12:10] *** mriesch has quit IRC (Remote host closed the connection) [12:10] *** HackerBikepacker has quit IRC (Remote host closed the connection) [12:12] *** mriesch has joined #linux-media [12:13] *** HackerBikepacker has joined #linux-media [12:16] *** mriesch has quit IRC (Remote host closed the connection) [12:16] *** HackerBikepacker has quit IRC (Remote host closed the connection) [12:18] *** HackerBikepacker has joined #linux-media [12:19] *** mriesch has joined #linux-media [12:26] <bemug46> I tried with allyesconfig to use the same config as the bot and still can't reproduce, the vd55g1 is compiled correctly [12:26] <bemug46> CC drivers/media/i2c/vd55g1.o [12:29] *** arvinchon has quit IRC (Remote host closed the connection) [12:44] *** frieder has quit IRC (Ping timeout: 480 seconds) [12:54] *** frieder has joined #linux-media [13:11] *** frieder has quit IRC (Ping timeout: 480 seconds) [13:16] *** tmerciai has quit IRC (Remote host closed the connection) [13:18] *** tmerciai has joined #linux-media [13:23] *** frieder has joined #linux-media [14:16] *** Mo has quit IRC (Ping timeout: 480 seconds) [14:48] *** tmerciai has quit IRC (Remote host closed the connection) [14:49] *** tmerciai has joined #linux-media [15:10] *** frieder has quit IRC (Remote host closed the connection) [15:28] *** Mo has joined #linux-media [15:29] *** dcz_ has joined #linux-media [15:40] *** yaouaissa has quit IRC (Ping timeout: 480 seconds) [15:56] *** Mo has quit IRC (Ping timeout: 480 seconds) [16:01] *** luca|m has joined #linux-media [16:09] *** z3ntu has left User left [16:18] *** luca|m has quit IRC () [16:19] *** z3ntu has joined #linux-media [16:21] *** gouchi has joined #linux-media [16:22] *** gouchi has quit IRC (Remote host closed the connection) [17:05] *** GBenji has quit IRC (Quit: Leaving.) [17:42] *** tmerciai has quit IRC (Ping timeout: 480 seconds) [17:42] *** sgruszka has quit IRC (Ping timeout: 480 seconds) [18:18] *** BrianG61UK has quit IRC (Read error: Connection reset by peer) [18:24] *** mripard_ has joined #linux-media [18:25] *** BrianG61UK has joined #linux-media [18:26] *** mripard has quit IRC (Ping timeout: 480 seconds) [18:26] *** ao2 has quit IRC (Quit: Leaving) [18:38] *** ten157237743246305066182150355 has quit IRC (Remote host closed the connection) [18:42] *** Mo has joined #linux-media [18:43] *** Mo has quit IRC (Remote host closed the connection) [18:43] *** ten157237743246305066182150355 has joined #linux-media [18:43] *** Mo has joined #linux-media [18:50] *** danitool has joined #linux-media [18:54] *** ten157237743246305066182150355 has quit IRC (Quit: The Lounge - https://thelounge.chat) [19:06] *** ten157237743246305066182150355 has joined #linux-media [19:19] *** sgruszka has joined #linux-media [19:33] *** sgruszka has quit IRC (Quit: Leaving) [20:16] *** dcz_ has quit IRC (Read error: No route to host) [20:17] *** dcz_ has joined #linux-media [20:26] *** djrscally has quit IRC (Quit: Konversation terminated!) [20:40] *** djrscally has joined #linux-media [21:49] *** dcz_ has quit IRC (Quit: Konversation terminated!) [22:15] *** yaouaissa has joined #linux-media [22:27] *** djrscally has quit IRC (Quit: Konversation terminated!) [22:38] *** djrscally has joined #linux-media [23:09] *** djrscally has quit IRC (Ping timeout: 480 seconds) [23:27] *** cptaffe has quit IRC (Ping timeout: 480 seconds) [23:45] *** djrscally has joined #linux-media