Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1264955

Re: [BUG, PATCH 03/10] sysfs: added __compat_only_sysfs_link_entry_to_kobj()

From Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [BUG, PATCH 03/10] sysfs: added __compat_only_sysfs_link_entry_to_kobj()
Date 2015-11-08 01:50 +0100
Message-ID <qsmlc-15o-9@gated-at.bofh.it> (permalink)
References (3 earlier) <qs9nY-1co-11@gated-at.bofh.it> <qsaam-1K0-11@gated-at.bofh.it> <qsg66-5IM-21@gated-at.bofh.it> <qskjo-8jg-11@gated-at.bofh.it> <qskW5-lV-1@gated-at.bofh.it>
Organization Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo

Show all headers | View raw


On Sat, Nov 07, 2015 at 03:11:47PM -0800, Jeremiah Mahler wrote:
> Jarkko,
> 
> On Sun, Nov 08, 2015 at 12:31:09AM +0200, Jarkko Sakkinen wrote:
> > On Sat, Nov 07, 2015 at 10:08:56AM -0800, Jeremiah Mahler wrote:
> > > Jarkko,
> > > 
> > > On Sat, Nov 07, 2015 at 01:41:37PM +0200, Jarkko Sakkinen wrote:
> > > > On Sat, Nov 07, 2015 at 12:55:43PM +0200, Jarkko Sakkinen wrote:
> > > > > On Fri, Nov 06, 2015 at 06:55:18PM -0800, Jeremiah Mahler wrote:
> > > > > > Jarkko,
> > > > > > 
> [...]
> > > > I pushed a fix over here:
> > > > 
> > > > https://github.com/jsakkine/linux-tpmdd/tree/fixes
> > > > 
> > > This fix does work since it effectively avoids the call to
> > > __compat_only_sysfs_link_entry_to_kobj().
> > > 
> > > Have you tested cases where __compat_only_sysfs_link_entry_to_kobj()
> > > is actually used?
> > 
> > Yes, of course I have. And I checked your DSDT and my assumption was
> > correct. There was no DSM in the ACPI object.
> > 
> > However, there is probably another regression but it is caused by some
> > patch that was added earlier. I strongly believe it is not caused by any
> > of my 4.4 patches.
> > 
> > I think what was happening with you was that
> > __compat_only_sysfs_link_entry_to_kobj() was returning -ENOENT, which it
> > should do when target is not found. This was propagated to tpm_tis and
> > it probably messes up clean up somehow.
> > 
> > I have to test my hypothesis as soon as possible. The fix that I pushed
> > is still valid no matter which way the things are.
> > 
> > > [...]
> > > 
> > > -- 
> > > - Jeremiah Mahler
> > 
> > /Jarkko
> 
> It sounds like you have the problem figured out and have a good fix.
> If I can do anything else to help let me know :-)

Turns out that after all the second issue that I described was also
because of this patch.

Clean up was not done properly when that function. I revised my fix.

If you want to help, check that the revised patch works I'll add
Tested-by to the patch. Thank you!

> -- 
> - Jeremiah Mahler

/Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jeremiah Mahler <jmmahler@gmail.com> - 2015-11-07 04:00 +0100
  Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-07 12:00 +0100
    Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-07 12:50 +0100
      Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jeremiah Mahler <jmmahler@gmail.com> - 2015-11-07 19:10 +0100
        Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-07 23:40 +0100
          Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jeremiah Mahler <jmmahler@gmail.com> - 2015-11-08 00:20 +0100
            Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-08 01:50 +0100
              Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jeremiah Mahler <jmmahler@gmail.com> - 2015-11-08 04:10 +0100
                Re: [BUG, PATCH 03/10] sysfs: added  __compat_only_sysfs_link_entry_to_kobj() Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-08 08:50 +0100

csiph-web