tree/branch:
https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue.git main
branch HEAD: 0cbfd45fbcf0cb26d85c981b91c62fe73cdee01c bonding: Fix unnecessary
warnings and logs from bond_xdp_get_xmit_slave()
elapsed time: 732m
configs tested: 101
configs skipped: 3
The following configs
> -Original Message-
> From: Joshua Hay
> Sent: Tuesday, September 3, 2024 11:50 AM
> To: intel-wired-...@lists.osuosl.org
> Cc: Olech, Milena ; Lobakin, Aleksander
> ; net...@vger.kernel.org; Hay, Joshua A
> ; sta...@vger.kernel.org; Kitszel, Przemyslaw
>
> Subject: [Intel-wired-lan][PAT
> -Original Message-
> From: Intel-wired-lan On Behalf Of
> Larysa Zaremba
> Sent: Wednesday, September 4, 2024 2:54 AM
> To: intel-wired-...@lists.osuosl.org; Nguyen, Anthony L
>
> Cc: Tantilov, Emil S ; Zaremba, Larysa
> ; Kitszel, Przemyslaw
> ; Hay, Joshua A ;
> linux-ker...@vger.kern
On 2024-09-23 17:10:36 -0700, Jacob Keller wrote:
>
>
> On 9/23/2024 4:11 PM, Jacob Keller wrote:
> >
> >
> > On 9/23/2024 2:22 PM, Mohamed Khalfella wrote:
> >> Commit 004d25060c78 ("igb: Fix igb_down hung on surprise removal")
> >> changed igb_io_error_detected() to ignore non-fatal pcie erro
Commit 004d25060c78 ("igb: Fix igb_down hung on surprise removal")
changed igb_io_error_detected() to ignore non-fatal pcie errors in order
to avoid hung task that can happen when igb_down() is called multiple
times. This caused an issue when processing transient non-fatal errors.
igb_io_resume(),
Changes:
- Changed dev_info() to dev_dbg() as suggested.
v1:
https://lore.kernel.org/all/20240923212218.116979-1-mkhalfe...@purestorage.com/
Mohamed Khalfella (1):
igb: Do not bring the device up after non-fatal error
drivers/net/ethernet/intel/igb/igb_main.c | 4
1 file changed, 4 inse
On 9/24/2024 3:04 AM, Marcin Szycik wrote:
Caution: This message originated from an External Source. Use proper caution
when opening attachments, clicking links, or responding.
If DDP package is missing or corrupted, the driver should enter Safe Mode.
Instead, an error is returned and probe fa
On 9/24/2024 3:04 AM, Marcin Szycik wrote:
Caution: This message originated from an External Source. Use proper caution
when opening attachments, clicking links, or responding.
netif_is_ice() works by checking the pointer to netdev ops. However, it
only checks for the default ice_netdev_ops, n
Hello,
We found the following crash when fuzzing^1 the Linux kernel 6.10 and
we are able
to reproduce it. To our knowledge, this crash has not been observed by SyzBot so
we would like to report it for your reference.
- Crash
BUG: kernel NULL pointer dereference, address: 006a
#PF: sup
On 2024-09-23 16:11:14 -0700, Jacob Keller wrote:
>
>
> On 9/23/2024 2:22 PM, Mohamed Khalfella wrote:
> > Commit 004d25060c78 ("igb: Fix igb_down hung on surprise removal")
> > changed igb_io_error_detected() to ignore non-fatal pcie errors in order
> > to avoid hung task that can happen when ig
Commit 004d25060c78 ("igb: Fix igb_down hung on surprise removal")
changed igb_io_error_detected() to ignore non-fatal pcie errors in order
to avoid hung task that can happen when igb_down() is called multiple
times. This caused an issue when processing transient non-fatal errors.
igb_io_resume(),
With all the caching in the network stack, some pages may be
held in the network stack without returning to the page_pool
soon enough, and with VF disable causing the driver unbound,
the page_pool does not stop the driver from doing it's
unbounding work, instead page_pool u
On Mon, Sep 23, 2024 at 3:44 PM Tony Nguyen wrote:
>
>
>
> On 9/23/2024 9:46 AM, Wander Lairson Costa wrote:
> > On Mon, Sep 23, 2024 at 6:04 AM Przemek Kitszel
> > wrote:
> >>
> >> On 9/21/24 14:52, Paul Menzel wrote:
> >>> Dear Wander,
> >>>
> >>>
> >>> Thank you for your patch.
> >>>
> >>> Am
randconfig-001-20240924gcc-14.1.0
arc randconfig-002-20240924gcc-14.1.0
arm allmodconfigclang-20
arm allnoconfiggcc-14.1.0
arm allyesconfigclang-20
arm
If DDP package is missing or corrupted, the driver should enter Safe Mode.
Instead, an error is returned and probe fails.
To fix this, don't exit init if ice_init_ddp_config() returns an error.
Repro:
* Remove or rename DDP package (/lib/firmware/intel/ice/ddp/ice.pkg)
* Load ice
Fixes: cc5776fe
netif_is_ice() works by checking the pointer to netdev ops. However, it
only checks for the default ice_netdev_ops, not ice_netdev_safe_mode_ops,
so in Safe Mode it always returns false, which is unintuitive. While it
doesn't look like netif_is_ice() is currently being called anywhere in Safe
Mode,
hsdk_defconfigclang-20
arc randconfig-001-20240924gcc-14.1.0
arc randconfig-002-20240924gcc-14.1.0
arm allmodconfigclang-20
arm allnoconfiggcc-14.1.0
arm
On 2024/9/24 14:45, Gur Stavi wrote:
> With all the caching in the network stack, some pages may be
> held in the network stack without returning to the page_pool
> soon enough, and with VF disable causing the driver unbound,
> the page_pool does not stop the driver from doing it's
18 matches
Mail list logo