<div><div dir="auto" style="font-size:1rem;color:rgb(49,49,49);word-spacing:1px">Hello guys hope you are doing good! we are Bigbudsupply we grow and sell the best medical marijuana product, we are looking for long time customers, you can Email us /<a href="mailto:Bigbudsupply1@gmail.com">Bigbudsupply1@gmail.com</a></div><div dir="auto" style="font-size:1rem;color:rgb(49,49,49);word-spacing:1px">Text/+14432672189</div><div dir="auto" style="font-size:1rem;color:rgb(49,49,49);word-spacing:1px">Looking forward to working with you guys</div><div dir="auto" style="font-size:1rem;color:rgb(49,49,49);word-spacing:1px"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 12 Aug 2020 at 09:59 Dan Carpenter <<a href="mailto:dan.carpenter@oracle.com">dan.carpenter@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeah, the patch doesn't work at all.  I looked at one call tree and it<br><br>is:<br><br><br><br>hfs_mdb_get() tries to allocate HFS_SB(sb)->ext_tree.<br><br><br><br>        HFS_SB(sb)->ext_tree = hfs_btree_open(sb, HFS_EXT_CNID, hfs_ext_keycmp);<br><br>                    ^^^^^^^^<br><br><br><br>hfs_btree_open() calls page = read_mapping_page(mapping, 0, NULL);<br><br>read_mapping_page() calls mapping->a_ops->readpage() which leads to<br><br>hfs_readpage() which leads to hfs_ext_read_extent() which calls<br><br>res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd);<br><br>                                         ^^^^^^^^<br><br><br><br>So we need ->ext_tree to be non-NULL before we can set ->ext_tree to be<br><br>non-NULL...  :/<br><br><br><br>I wonder how long this has been broken and if we should just delete the<br><br>AFS file system.<br><br><br><br>regards,<br><br>dan carpenter<br><br><br><br>-- <br><br>You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group.<br><br>To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:syzkaller-bugs%2Bunsubscribe@googlegroups.com" target="_blank">syzkaller-bugs+unsubscribe@googlegroups.com</a>.<br><br>To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/syzkaller-bugs/20200812085904.GA16441%40kadam" rel="noreferrer" target="_blank">https://groups.google.com/d/msgid/syzkaller-bugs/20200812085904.GA16441%40kadam</a>.<br><br></blockquote></div></div>