public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols
@ 2005-03-15 19:56 Alex Tribble
  2005-03-15 20:18 ` Patrick McHardy
  2005-03-16 18:40 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Tribble @ 2005-03-15 19:56 UTC (permalink / raw)
  To: linux-kernel

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


ChangeSet@1.2186, 2005-03-15 13:46:12-06:00, prat@prat.homelinux.net
  Export dev_get_flags to fix missing symbols in ipv6.ko


 dev.c |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/net/core/dev.c b/net/core/dev.c
--- a/net/core/dev.c	2005-03-15 13:54:23 -06:00
+++ b/net/core/dev.c	2005-03-15 13:54:23 -06:00
@@ -3325,6 +3325,7 @@
 EXPORT_SYMBOL(dev_remove_pack);
 EXPORT_SYMBOL(dev_set_allmulti);
 EXPORT_SYMBOL(dev_set_promiscuity);
+EXPORT_SYMBOL(dev_get_flags);
 EXPORT_SYMBOL(dev_change_flags);
 EXPORT_SYMBOL(dev_set_mtu);
 EXPORT_SYMBOL(dev_set_mac_address);

===================================================================


This BitKeeper patch contains the following changesets:
1.2186
## Wrapped with gzip_uu ##


M'XL( &\]-T(  \V46VO;,!3'GZ-/(>C+QHBLBZ\I&5F[L(YU)*0K;(P1%%N^
M++%E)#F7X0\_Q27-TG64E3U,THMU_AR?_SD_= 9OM5"#7JVX 6?P2FIS]X%R
M68I5435;5(E]:":E#3F-5LX^Y.Q%CA:UTXGZ%'G JJ;<Q#E<"Z4'/8+8_8W9
MU6+0FXW?W5Z_F0$P',++G%>9N!$&#H? 2+7FJT2/N,E7LD)&\4J7PG 4R[*]
ME[848VJW1P*&/;\E/G:#-B8)(=PE(L'4#7WWF*VNXRC 2.IDA:3*3A-YF!$/
M!Q2SL"4LQ#YX"PFB)/0A]AS,'.)!P@:N/R"TC_T!QG#O>?1[=^ K OL87,!_
M:^,2Q'"\K:4R,!'K>2;,/%WQ3-O?P+38PK+0NJ@RJ'?E0JXT+"I8U&L?+27X
M8"OW@Q!,CVT&_;]< &".P>LG3%G[3BR5<&R)*/[56>39OM* N&W(O"!*PSAQ
M_63!HC^U\9%<W8Q(1.UN/>I&;H?.J>YI?IY1(TB;!5>C1J-B4>Z3?/V><?6C
M6'Y[M$I*""6>BZ/6C2*7=20]!(E&]OQ?(*52=<@X/$E4+*L4Q>=0FERH3:$%
MW,D&6O$!-)OE@-HF%U47-FJWQ[&H["MB#O@AR]_=M":PKS;=L3Q-'PSN&42^
M9XP&D(#QY^ED]FE^\^7CQ>3ZQ8FIE^?'=RC.1;S433E<<,:\Q,?@)^7<Y(WP
#!   
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols
  2005-03-15 19:56 [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols Alex Tribble
@ 2005-03-15 20:18 ` Patrick McHardy
  2005-03-16 18:40 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2005-03-15 20:18 UTC (permalink / raw)
  To: Alex Tribble; +Cc: linux-kernel

Alex Tribble wrote:
> ChangeSet@1.2186, 2005-03-15 13:46:12-06:00, prat@prat.homelinux.net
>   Export dev_get_flags to fix missing symbols in ipv6.ko

The same patch is already in Linus' tree:

ChangeSet 1.2186, 2005/03/15 10:16:32-08:00, akpm@osdl.org

	[NET]: Need to export dev_get_flags() to modules.
	
	Signed-off-by: Andrew Morton <akpm@osdl.org>
	Signed-off-by: David S. Miller <davem@davemloft.net>

Funny, you even hit the same ChangeSet number :)

Regards
Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols
  2005-03-15 19:56 [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols Alex Tribble
  2005-03-15 20:18 ` Patrick McHardy
@ 2005-03-16 18:40 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2005-03-16 18:40 UTC (permalink / raw)
  To: Alex Tribble; +Cc: linux-kernel

Alex Tribble wrote:
> You can import this changeset into BK by piping this whole message to:
> '| bk receive [path to repository]' or apply the patch as usual.

Note that -nobody- uses these "bk receive" patches.  They just don't 
work.  They depend on the person running "bk receive" to have 
-precisely- the same tree as you at the time of the pull.

Either (1) a patch itself or (2) a patch + 'bk pull' info is needed.

	Jeff




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-16 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15 19:56 [PATCH] Export dev_get_flags in net/core/dev.c to fix missing symbols Alex Tribble
2005-03-15 20:18 ` Patrick McHardy
2005-03-16 18:40 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox