]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/poison.h
Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots
[bcachefs-tools-debian] / include / linux / poison.h
index 2d3249eb0e62d4b29f03e6e03a21934f555278aa..851a855d386884177eb50db59a67821168c2258d 100644 (file)
 /********** net/core/page_pool.c **********/
 #define PP_SIGNATURE           (0x40 + POISON_POINTER_DELTA)
 
+/********** net/core/skbuff.c **********/
+#define SKB_LIST_POISON_NEXT   ((void *)(0x800 + POISON_POINTER_DELTA))
+
 /********** kernel/bpf/ **********/
 #define BPF_PTR_POISON ((void *)(0xeB9FUL + POISON_POINTER_DELTA))
 
+/********** VFS **********/
+#define VFS_PTR_POISON ((void *)(0xF5 + POISON_POINTER_DELTA))
+
 #endif