[Intel-wired-lan] [PATCH net v2] i40e: Fix NULL ptr dereference on VSI filter sync
Jesse Brandeburg
jesse.brandeburg at intel.com
Thu Feb 11 18:25:13 UTC 2021
Michał Małoszewski wrote:
> ---
> v2: permissions are changed
>
> drivers/net/ethernet/intel/i40e/i40e.h | 1 +
> drivers/net/ethernet/intel/i40e/i40e_main.c | 8 ++++++--
> 2 files changed, 7 insertions(+), 2 deletions(-)
> mode change 100644 => 100755 drivers/net/ethernet/intel/i40e/i40e.h
> mode change 100644 => 100755 drivers/net/ethernet/intel/i40e/i40e_main.c
Please fix your git commit, this file permission change making the
files 100755 (executable!) doesn't make any sense and will be rejected
upstream, so I'm rejecting it here.
You must resubmit a v3 please without the 755 changes.
in your tree:
chmod 644 drivers/net/ethernet/intel/i40e/i40e.h drivers/net/ethernet/intel/i40e/i40e_main.c
git add -u
git commit --amend
More information about the Intel-wired-lan
mailing list