linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new reiser4 snapshot is available
@ 2003-11-14 10:43 Svetoslav Slavtchev
  0 siblings, 0 replies; 8+ messages in thread
From: Svetoslav Slavtchev @ 2003-11-14 10:43 UTC (permalink / raw)
  To: lkml 

Hi,

1.)--------------------------------------------------
is this done on purpose ?

  CC [M]  fs/reiser4/blocknrset.o
  CC [M]  fs/reiser4/super.o
fs/reiser4/super.c: In function `statfs_type':
fs/reiser4/super.c:41: warning: integer overflow in expression
  CC [M]  fs/reiser4/oid.o
  CC [M]  fs/reiser4/tree_walk.o

gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)

const __u32 REISER4_SUPER_MAGIC = 0x52345362;   /* (*(__u32 *)"R4Sb"); */

static __u64 reserved_for_gid(const struct super_block *super, gid_t gid);
static __u64 reserved_for_uid(const struct super_block *super, uid_t uid);
static __u64 reserved_for_root(const struct super_block *super);

/* Return reiser4-specific part of super block */
reiser4_super_info_data *
get_super_private_nocheck(const struct super_block *super       /* super
block
                                                                 * queried
*/ )
{
        return (reiser4_super_info_data *) super->s_fs_info;
}


/* Return reiser4 fstype: value that is returned in ->f_type field by
statfs() */
long
statfs_type(const struct super_block *super UNUSED_ARG  /* super block
                                                         * queried */ )
{
        assert("nikita-448", super != NULL);
        assert("nikita-449", is_reiser4_super(super));
        return (long) REISER4_SUPER_MAGIC;

2.)--------------------------------------------------------
 CC [M]  fs/jbd/transaction.o
fs/jbd/transaction.c: In function `journal_start':
fs/jbd/transaction.c:283: error: structure has no member named
`journal_info'
fs/jbd/transaction.c:288: error: structure has no member named
`journal_info'
fs/jbd/transaction.c: In function `journal_stop':
fs/jbd/transaction.c:1363: error: structure has no member named
`journal_info'
make[2]: *** [fs/jbd/transaction.o] Error 1
make[1]: *** [fs/jbd] Error 2
make: *** [fs] Error 2

3.)---------------------------------------------------
could you please split the patch ?
may be also drop *.orig :-)
but more importantly drop/splut the uml changes

best,

svetljo

PS.

please CC me as i'm not subscribed

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++


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

* Re: new reiser4 snapshot is available
  2003-11-14 13:27         ` Carl-Daniel Hailfinger
@ 2003-11-14 13:32           ` Alex Zarochentsev
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Zarochentsev @ 2003-11-14 13:32 UTC (permalink / raw)
  To: Carl-Daniel Hailfinger; +Cc: Gianni Tedesco, linux-kernel, reiserfs-list

On Fri, Nov 14, 2003 at 02:27:29PM +0100, Carl-Daniel Hailfinger wrote:
> Alex Zarochentsev wrote:
> > I made a cleanup for reiser4 patches (by removing UML-specific changes),
> > you can see result here: 
> > 
> > http://namesys.com/snapshots/2003.11.17/cleaned-up/
> 
> That directory doesn't exist.

http://namesys.com/snapshots/2003.11.12/cleaned-up/

> 
> 
> Carl-Daniel
> 

-- 
Alex.

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

* Re: new reiser4 snapshot is available
  2003-11-14 13:16       ` Alex Zarochentsev
@ 2003-11-14 13:27         ` Carl-Daniel Hailfinger
  2003-11-14 13:32           ` Alex Zarochentsev
  0 siblings, 1 reply; 8+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-11-14 13:27 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: Gianni Tedesco, linux-kernel, reiserfs-list

Alex Zarochentsev wrote:
> I made a cleanup for reiser4 patches (by removing UML-specific changes),
> you can see result here: 
> 
> http://namesys.com/snapshots/2003.11.17/cleaned-up/

That directory doesn't exist.


Carl-Daniel


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

* Re: new reiser4 snapshot is available
  2003-11-14 11:20     ` Alex Zarochentsev
@ 2003-11-14 13:16       ` Alex Zarochentsev
  2003-11-14 13:27         ` Carl-Daniel Hailfinger
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Zarochentsev @ 2003-11-14 13:16 UTC (permalink / raw)
  To: Gianni Tedesco; +Cc: linux-kernel, reiserfs-list

On Fri, Nov 14, 2003 at 02:20:28PM +0300, Alex Zarochentcev wrote:
> On Fri, Nov 14, 2003 at 12:04:25PM +0100, Gianni Tedesco wrote:
> > On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > > > fetch it
> > > > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
> > 
> > Seems to be combined with the UML patch...
> > 
> > zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
> >  Makefile                                                     |    2
> >  arch/i386/kernel/entry.S                                     |    4
> >  arch/i386/kernel/sys_i386.c                                  |    2
> >  arch/um/Kconfig                                              |   48
> >  arch/um/Kconfig_block                                        |   14
> >  arch/um/Kconfig_net                                          |   70
> >  arch/um/Makefile                                             |   49
> >  arch/um/Makefile-i386                                        |   20
> >  arch/um/Makefile-skas                                        |    6
> >  arch/um/config.release                                       |    1
> >  arch/um/defconfig                                            |  203
> >  arch/um/drivers/Makefile                                     |    6
> >  arch/um/drivers/chan_kern.c                                  |    1
> >  arch/um/drivers/chan_user.c                                  |    4
> > 
> > etc....
> 
> yes, this patch taken from our bk repository, 
> because UML is used in development, it contains uml fixes.
> 
> previous snapshot was done more carefully, it is located
> in http://namesys.com/snapshots/2003.10.17/ you can see 
> all changes in one patch as well as broken-out patches.
> 
> changes for test9 are the same as for test7 with minor exceptions. 

I made a cleanup for reiser4 patches (by removing UML-specific changes),
you can see result here: 

http://namesys.com/snapshots/2003.11.17/cleaned-up/

       core.diff.gz               - changes to the core kernel
       reiser4-only-diff.gz       - reiser4 code as a patch
       all.diff.gz                - all in one patch
       reiser4.tar.gz             - reiser4 bk repository (SCCS data included)

 
> > // Gianni Tedesco (gianni at scaramanga dot co dot uk)
> > lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
> > 8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

> -- 
> Alex.

-- 
Alex.

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

* new reiser4 snapshot is available
@ 2003-11-14 11:22 Svetoslav Slavtchev
  0 siblings, 0 replies; 8+ messages in thread
From: Svetoslav Slavtchev @ 2003-11-14 11:22 UTC (permalink / raw)
  To: linux-kernel

Hi again,

4.)-----------------------------------------------------------------
even after aplying the export-* patches from the older snapshot
i still get

  MODPOST
*** Warning: "kswapd" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "destroy_inode" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "nr_free_pagecache_pages" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "inodes_stat" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "balance_dirty_pages_ratelimited" [fs/reiser4/reiser4.ko]
undefined!
*** Warning: "wakeup_kswapd" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "truncate_mapping_pages_range" [fs/reiser4/reiser4.ko]
undefined!
*** Warning: "generic_sync_sb_inodes" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "radix_tree_preload" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "__remove_from_page_cache" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "max_sane_readahead" [fs/reiser4/reiser4.ko] undefined!



best,

svetljo

PS.

please CC me as i'm not subscribed

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++


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

* Re: new reiser4 snapshot is available
  2003-11-14 11:04   ` Gianni Tedesco
@ 2003-11-14 11:20     ` Alex Zarochentsev
  2003-11-14 13:16       ` Alex Zarochentsev
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Zarochentsev @ 2003-11-14 11:20 UTC (permalink / raw)
  To: Gianni Tedesco; +Cc: linux-kernel, reiserfs-list

On Fri, Nov 14, 2003 at 12:04:25PM +0100, Gianni Tedesco wrote:
> On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > > fetch it
> > > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
> 
> Seems to be combined with the UML patch...
> 
> zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
>  Makefile                                                     |    2
>  arch/i386/kernel/entry.S                                     |    4
>  arch/i386/kernel/sys_i386.c                                  |    2
>  arch/um/Kconfig                                              |   48
>  arch/um/Kconfig_block                                        |   14
>  arch/um/Kconfig_net                                          |   70
>  arch/um/Makefile                                             |   49
>  arch/um/Makefile-i386                                        |   20
>  arch/um/Makefile-skas                                        |    6
>  arch/um/config.release                                       |    1
>  arch/um/defconfig                                            |  203
>  arch/um/drivers/Makefile                                     |    6
>  arch/um/drivers/chan_kern.c                                  |    1
>  arch/um/drivers/chan_user.c                                  |    4
> 
> etc....

yes, this patch taken from our bk repository, 
because UML is used in development, it contains uml fixes.

previous snapshot was done more carefully, it is located
in http://namesys.com/snapshots/2003.10.17/ you can see 
all changes in one patch as well as broken-out patches.

changes for test9 are the same as for test7 with minor exceptions. 

> // Gianni Tedesco (gianni at scaramanga dot co dot uk)
> lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
> 8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

-- 
Alex.

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

* Re: new reiser4 snapshot is available
  2003-11-14  9:42 ` Alex Zarochentsev
@ 2003-11-14 11:04   ` Gianni Tedesco
  2003-11-14 11:20     ` Alex Zarochentsev
  0 siblings, 1 reply; 8+ messages in thread
From: Gianni Tedesco @ 2003-11-14 11:04 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: linux-kernel, reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > fetch it
> > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz

Seems to be combined with the UML patch...

zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
 Makefile                                                     |    2
 arch/i386/kernel/entry.S                                     |    4
 arch/i386/kernel/sys_i386.c                                  |    2
 arch/um/Kconfig                                              |   48
 arch/um/Kconfig_block                                        |   14
 arch/um/Kconfig_net                                          |   70
 arch/um/Makefile                                             |   49
 arch/um/Makefile-i386                                        |   20
 arch/um/Makefile-skas                                        |    6
 arch/um/config.release                                       |    1
 arch/um/defconfig                                            |  203
 arch/um/drivers/Makefile                                     |    6
 arch/um/drivers/chan_kern.c                                  |    1
 arch/um/drivers/chan_user.c                                  |    4

etc....

-- 
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* new reiser4 snapshot is available
       [not found] <20031113143438.GD1278@backtop.namesys.com>
@ 2003-11-14  9:42 ` Alex Zarochentsev
  2003-11-14 11:04   ` Gianni Tedesco
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Zarochentsev @ 2003-11-14  9:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: reiserfs-list

[resend to LKML]

> Hi All,
> 
> New snapshot arrived
> 
> fetch it
> http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
> 
> for description look at http://namesys.com/snapshots/2003.11.12/READ.ME
> 
> reiser4progs and libaal packages should be taken from the previous snapshot
> dir http://namesys.com/snapshot/2003.10.17/.
> 
> good luck
> -- 
-- 
Alex.

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

end of thread, other threads:[~2003-11-14 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-14 10:43 new reiser4 snapshot is available Svetoslav Slavtchev
  -- strict thread matches above, loose matches on Subject: below --
2003-11-14 11:22 Svetoslav Slavtchev
     [not found] <20031113143438.GD1278@backtop.namesys.com>
2003-11-14  9:42 ` Alex Zarochentsev
2003-11-14 11:04   ` Gianni Tedesco
2003-11-14 11:20     ` Alex Zarochentsev
2003-11-14 13:16       ` Alex Zarochentsev
2003-11-14 13:27         ` Carl-Daniel Hailfinger
2003-11-14 13:32           ` Alex Zarochentsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).