lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 05 Dec 2006 20:44:53 +0900
From:	Masahide NAKAMURA <nakam@...ux-ipv6.org>
To:	Thomas Graf <tgraf@...g.ch>
Cc:	shemminger@...l.org, netdev@...r.kernel.org
Subject: Re: [PATCH 1/7] Sync with 2.6.19 kernel header about include/linux.

Thomas Graf wrote:
> * Masahide NAKAMURA <nakam@...ux-ipv6.org> 2006-12-05 19:15
>> diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h
>> index 8270aac..4418c8d 100644
>> --- a/include/linux/fib_rules.h
>> +++ b/include/linux/fib_rules.h
>> @@ -6,7 +6,6 @@ #include <linux/rtnetlink.h>
>>  
>>  /* rule is permanent, and cannot be deleted */
>>  #define FIB_RULE_PERMANENT	1
>> -#define FIB_RULE_INVERT		2
>>
>>  struct fib_rule_hdr
>>  {
>> @@ -35,7 +34,7 @@ enum
>>  	FRA_UNUSED3,
>>  	FRA_UNUSED4,
>>  	FRA_UNUSED5,
>> -	FRA_FWMARK,	/* mark */
>> +	FRA_FWMARK,	/* netfilter mark */
>>  	FRA_FLOW,	/* flow/class id */
>>  	FRA_UNUSED6,
>>  	FRA_UNUSED7,
> 
> Why are you reverting this?

I just update the header about include/linux without thinking.
Should I have to update them except fib_rules.h?

Anyway, I'll fix "[PATCH 1/7]" and send it again.

Thanks,


-- 
Masahide NAKAMURA
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ