~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/fs/reiserfs/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /fs/reiserfs/Makefile (Version linux-6.12-rc7) and /fs/reiserfs/Makefile (Version linux-4.12.14)


  1 # SPDX-License-Identifier: GPL-2.0             << 
  2 #                                                   1 #
  3 # Makefile for the linux reiser-filesystem rou      2 # Makefile for the linux reiser-filesystem routines.
  4 #                                                   3 #
  5                                                     4 
  6 obj-$(CONFIG_REISERFS_FS) += reiserfs.o             5 obj-$(CONFIG_REISERFS_FS) += reiserfs.o
  7                                                     6 
  8 reiserfs-objs := bitmap.o do_balan.o namei.o i      7 reiserfs-objs := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o \
  9                  super.o prints.o objectid.o l      8                  super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
 10                  hashes.o tail_conversion.o jo      9                  hashes.o tail_conversion.o journal.o resize.o \
 11                  item_ops.o ioctl.o xattr.o lo     10                  item_ops.o ioctl.o xattr.o lock.o
 12                                                    11 
 13 ifeq ($(CONFIG_REISERFS_PROC_INFO),y)              12 ifeq ($(CONFIG_REISERFS_PROC_INFO),y)
 14 reiserfs-objs += procfs.o                          13 reiserfs-objs += procfs.o
 15 endif                                              14 endif
 16                                                    15 
 17 ifeq ($(CONFIG_REISERFS_FS_XATTR),y)               16 ifeq ($(CONFIG_REISERFS_FS_XATTR),y)
 18 reiserfs-objs += xattr_user.o xattr_trusted.o      17 reiserfs-objs += xattr_user.o xattr_trusted.o
 19 endif                                              18 endif
 20                                                    19 
 21 ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)            20 ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)
 22 reiserfs-objs += xattr_security.o                  21 reiserfs-objs += xattr_security.o
 23 endif                                              22 endif
 24                                                    23 
 25 ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)           24 ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)
 26 reiserfs-objs += xattr_acl.o                       25 reiserfs-objs += xattr_acl.o
 27 endif                                              26 endif
 28                                                    27 
                                                   >>  28 # gcc -O2 (the kernel default)  is overaggressive on ppc32 when many inline
                                                   >>  29 # functions are used.  This causes the compiler to advance the stack
                                                   >>  30 # pointer out of the available stack space, corrupting kernel space,
                                                   >>  31 # and causing a panic. Since this behavior only affects ppc32, this ifeq
                                                   >>  32 # will work around it. If any other architecture displays this behavior,
                                                   >>  33 # add it here.
                                                   >>  34 ccflags-$(CONFIG_PPC32) := $(call cc-ifversion, -lt, 0400, -O1)
                                                   >>  35 
 29 TAGS:                                              36 TAGS:
 30         etags *.c                                  37         etags *.c
                                                   >>  38 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php