* [Patch] um: tell git to ignore generated files @ 2010-02-20 14:33 Américo Wang 2010-02-20 15:09 ` Al Viro 0 siblings, 1 reply; 8+ messages in thread From: Américo Wang @ 2010-02-20 14:33 UTC (permalink / raw) To: LKML; +Cc: Jeff Dike, Andrew Morton, user-mode-linux-devel git should ignore these files, since they are generated. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff --git a/arch/um/.gitignore b/arch/um/.gitignore new file mode 100644 index 0000000..f22bd73 --- /dev/null +++ b/arch/um/.gitignore @@ -0,0 +1,5 @@ +include/shared/kern_constants.h +include/shared/user_constants.h +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Patch] um: tell git to ignore generated files 2010-02-20 14:33 [Patch] um: tell git to ignore generated files Américo Wang @ 2010-02-20 15:09 ` Al Viro 2010-02-20 15:16 ` Al Viro 2010-02-20 15:35 ` [uml-devel] " Américo Wang 0 siblings, 2 replies; 8+ messages in thread From: Al Viro @ 2010-02-20 15:09 UTC (permalink / raw) To: Am??rico Wang; +Cc: LKML, Jeff Dike, Andrew Morton, user-mode-linux-devel On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > git should ignore these files, since they are generated. > +include/shared/kern_constants.h > +include/shared/user_constants.h I have patches taking that to include/generated, actually ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Patch] um: tell git to ignore generated files 2010-02-20 15:09 ` Al Viro @ 2010-02-20 15:16 ` Al Viro 2010-02-20 15:36 ` Américo Wang 2010-02-20 19:10 ` [uml-devel] " Jeff Dike 2010-02-20 15:35 ` [uml-devel] " Américo Wang 1 sibling, 2 replies; 8+ messages in thread From: Al Viro @ 2010-02-20 15:16 UTC (permalink / raw) To: Am??rico Wang; +Cc: LKML, Jeff Dike, Andrew Morton, user-mode-linux-devel On Sat, Feb 20, 2010 at 03:09:36PM +0000, Al Viro wrote: > On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > > > git should ignore these files, since they are generated. > > > +include/shared/kern_constants.h > > +include/shared/user_constants.h > > I have patches taking that to include/generated, actually BTW, what's the status of skas4? I have a series of patches leading towards resurrection of uml/powerpc (skas0), but I'd rather avoid breaking skas4 in process... Where does the recent version of that thing live? ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Patch] um: tell git to ignore generated files 2010-02-20 15:16 ` Al Viro @ 2010-02-20 15:36 ` Américo Wang 2010-02-20 19:10 ` [uml-devel] " Jeff Dike 1 sibling, 0 replies; 8+ messages in thread From: Américo Wang @ 2010-02-20 15:36 UTC (permalink / raw) To: Al Viro Cc: Am??rico Wang, LKML, Jeff Dike, Andrew Morton, user-mode-linux-devel On Sat, Feb 20, 2010 at 03:16:05PM +0000, Al Viro wrote: >On Sat, Feb 20, 2010 at 03:09:36PM +0000, Al Viro wrote: >> On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: >> > >> > git should ignore these files, since they are generated. >> >> > +include/shared/kern_constants.h >> > +include/shared/user_constants.h >> >> I have patches taking that to include/generated, actually > >BTW, what's the status of skas4? I have a series of patches leading towards >resurrection of uml/powerpc (skas0), but I'd rather avoid breaking skas4 >in process... Where does the recent version of that thing live? I have no idea, maybe it is still in draft? Jeff? Thanks. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [uml-devel] [Patch] um: tell git to ignore generated files 2010-02-20 15:16 ` Al Viro 2010-02-20 15:36 ` Américo Wang @ 2010-02-20 19:10 ` Jeff Dike 2010-02-23 15:44 ` [uml-devel] future of UML, was: " /dev/rob0 1 sibling, 1 reply; 8+ messages in thread From: Jeff Dike @ 2010-02-20 19:10 UTC (permalink / raw) To: Al Viro; +Cc: xiyou.wangcong, Andrew Morton, user-mode-linux-devel On Sat, Feb 20, 2010 at 03:16:05PM +0000, Al Viro wrote: > On Sat, Feb 20, 2010 at 03:09:36PM +0000, Al Viro wrote: > > On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > > > > > git should ignore these files, since they are generated. > > > > > +include/shared/kern_constants.h > > > +include/shared/user_constants.h > > > > I have patches taking that to include/generated, actually > > BTW, what's the status of skas4? I have a series of patches leading towards > resurrection of uml/powerpc (skas0), but I'd rather avoid breaking skas4 > in process... Where does the recent version of that thing live? TBH, I haven't done any real work in UML in the last year or so. The world has pretty much passed UML by, and it's beyond my capabilities and time to catch up and keep up. So, to answer the question, I'd say that skas4 is in the same boat. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* [uml-devel] future of UML, was: Re: [Patch] um: tell git to ignore generated files 2010-02-20 19:10 ` [uml-devel] " Jeff Dike @ 2010-02-23 15:44 ` /dev/rob0 0 siblings, 0 replies; 8+ messages in thread From: /dev/rob0 @ 2010-02-23 15:44 UTC (permalink / raw) To: user-mode-linux-devel, user-mode-linux [ user-mode-linux@lists.sourceforge.net added, CC: to be sent separately[1] ] On Sat, Feb 20, 2010 at 02:10:51PM -0500, Jeff Dike wrote: > TBH, I haven't done any real work in UML in the last year or so. > The world has pretty much passed UML by, and it's beyond my > capabilities and time to catch up and keep up. Sad. I've seen supposed benchmarks showing the benefits of other virtualization (FULL v12n) approaches over UML, but I've never believed them. The default UML images opened up xterms as tty devices. I didn't use those; I made ttys elsewhere, or even used a system tty chown'ed. I thought UML was a pretty nice idea. Makes more sense to me to run Linux on Linux rather than having to do full hardware v12n. To me, the subjective "feel" was fine. I ran servers in the UMLs. They didn't seem sluggish. My major UML project was a virtual DMZ. Really cool thing: boot up one physical machine connected to the Internet, but it had no services exposed to the Internet ... yet it was a full-service mail and Web and VPN server, plus Samba and other services on the LAN. My project died due to funding (it was sold to a customer without proper consideration of development costs, and I declined to continue development for free.) Sometimes what the world chooses is not the best thing. This is not the only occurrance of that happening in the computing world. Thanks, Jeff; you were right, it *was* fun. [1] I find that list servers tend to accept mail from me using this address, but since it's not sent through GMX facilities, it's commonly regarded as spam elsewhere. Thus I will send Jeff a CC: using an address which passes SPF et al, but is not subscribed. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [uml-devel] [Patch] um: tell git to ignore generated files 2010-02-20 15:09 ` Al Viro 2010-02-20 15:16 ` Al Viro @ 2010-02-20 15:35 ` Américo Wang 2010-02-25 14:55 ` [RESEND Patch] " Américo Wang 1 sibling, 1 reply; 8+ messages in thread From: Américo Wang @ 2010-02-20 15:35 UTC (permalink / raw) To: Al Viro Cc: user-mode-linux-devel, Am??rico Wang, Jeff Dike, LKML, Andrew Morton On Sat, Feb 20, 2010 at 03:09:36PM +0000, Al Viro wrote: >On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: >> >> git should ignore these files, since they are generated. > >> +include/shared/kern_constants.h >> +include/shared/user_constants.h > >I have patches taking that to include/generated, actually Oh, ok, I can remove these two for you. :) Thanks. ------------> Tell git to ignore the generated files under um, except: include/shared/kern_constants.h include/shared/user_constants.h which will be moved to include/generated. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff --git a/arch/um/.gitignore b/arch/um/.gitignore new file mode 100644 index 0000000..f22bd73 --- /dev/null +++ b/arch/um/.gitignore @@ -0,0 +1,3 @@ +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [RESEND Patch] um: tell git to ignore generated files 2010-02-20 15:35 ` [uml-devel] " Américo Wang @ 2010-02-25 14:55 ` Américo Wang 0 siblings, 0 replies; 8+ messages in thread From: Américo Wang @ 2010-02-25 14:55 UTC (permalink / raw) To: Américo Wang Cc: Al Viro, LKML, Jeff Dike, Andrew Morton, user-mode-linux-devel Tell git to ignore the generated files under um, except: include/shared/kern_constants.h include/shared/user_constants.h which will be moved to include/generated. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff --git a/arch/um/.gitignore b/arch/um/.gitignore new file mode 100644 index 0000000..f22bd73 --- /dev/null +++ b/arch/um/.gitignore @@ -0,0 +1,3 @@ +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds ^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-02-25 14:55 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-02-20 14:33 [Patch] um: tell git to ignore generated files Américo Wang 2010-02-20 15:09 ` Al Viro 2010-02-20 15:16 ` Al Viro 2010-02-20 15:36 ` Américo Wang 2010-02-20 19:10 ` [uml-devel] " Jeff Dike 2010-02-23 15:44 ` [uml-devel] future of UML, was: " /dev/rob0 2010-02-20 15:35 ` [uml-devel] " Américo Wang 2010-02-25 14:55 ` [RESEND Patch] " Américo Wang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox