search for: misattribut

Displaying 20 results from an estimated 27 matches for "misattribut".

Did you mean: misattributed
2020 Apr 30
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...ighten us. > > @Andrew, any guidance here? Should we really add all memory to the > firmware memmap, even if this contradicts with the existing > documentation? (especially, if the actual firmware memmap will *not* > contain that memory after a reboot) For some reason that patch is misattributed - it was authored by Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in a decade. I looked through the email discussion from that time and I'm not seeing anything useful. But I wasn't able to locate Dave Hansen's review comments.
2020 Apr 30
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...ighten us. > > @Andrew, any guidance here? Should we really add all memory to the > firmware memmap, even if this contradicts with the existing > documentation? (especially, if the actual firmware memmap will *not* > contain that memory after a reboot) For some reason that patch is misattributed - it was authored by Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in a decade. I looked through the email discussion from that time and I'm not seeing anything useful. But I wasn't able to locate Dave Hansen's review comments.
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...re? Should we really add all memory to the > >> firmware memmap, even if this contradicts with the existing > >> documentation? (especially, if the actual firmware memmap will *not* > >> contain that memory after a reboot) > > > > For some reason that patch is misattributed - it was authored by > > Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > > a decade. I looked through the email discussion from that time and I'm > > not seeing anything useful. But I wasn't able to locate Dave Hansen's > &g...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...re? Should we really add all memory to the > >> firmware memmap, even if this contradicts with the existing > >> documentation? (especially, if the actual firmware memmap will *not* > >> contain that memory after a reboot) > > > > For some reason that patch is misattributed - it was authored by > > Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > > a decade. I looked through the email discussion from that time and I'm > > not seeing anything useful. But I wasn't able to locate Dave Hansen's > &g...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...he > >>>> firmware memmap, even if this contradicts with the existing > >>>> documentation? (especially, if the actual firmware memmap will *not* > >>>> contain that memory after a reboot) > >>> > >>> For some reason that patch is misattributed - it was authored by > >>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > >>> a decade. I looked through the email discussion from that time and I'm > >>> not seeing anything useful. But I wasn't able to locate D...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...he > >>>> firmware memmap, even if this contradicts with the existing > >>>> documentation? (especially, if the actual firmware memmap will *not* > >>>> contain that memory after a reboot) > >>> > >>> For some reason that patch is misattributed - it was authored by > >>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > >>> a decade. I looked through the email discussion from that time and I'm > >>> not seeing anything useful. But I wasn't able to locate D...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...mware memmap, even if this contradicts with the existing >>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>> contain that memory after a reboot) >>>>>> >>>>>> For some reason that patch is misattributed - it was authored by >>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>> not seeing anything useful. But I wasn...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...mware memmap, even if this contradicts with the existing >>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>> contain that memory after a reboot) >>>>>> >>>>>> For some reason that patch is misattributed - it was authored by >>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>> not seeing anything useful. But I wasn...
2019 Jul 24
1
Reminder: 3 open syzbot bugs in vhost subsystem
...redhat.com> > > If you believe a bug is no longer valid, please close the syzbot report by > sending a '#syz fix', '#syz dup', or '#syz invalid' command in reply to the > original thread, as explained at https://goo.gl/tpsmEJ#status > > If you believe I misattributed a bug to the vhost subsystem, please let me know, > and if possible forward the report to the correct people or mailing list. > > Here are the bugs: > > -------------------------------------------------------------------------------- > Title: KASAN: use-after-free W...
2019 Jul 02
0
Reminder: 2 open syzbot bugs in vhost subsystem
...> If you believe a bug is no longer valid, please close the syzbot report by > > sending a '#syz fix', '#syz dup', or '#syz invalid' command in reply to the > > original thread, as explained at https://goo.gl/tpsmEJ#status > > > > If you believe I misattributed a bug to the vhost subsystem, please let me know, > > and if possible forward the report to the correct people or mailing list. > > > > Here are the bugs: > > > > -------------------------------------------------------------------------------- > > Title:...
2020 May 01
0
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...@Andrew, any guidance here? Should we really add all memory to the >> firmware memmap, even if this contradicts with the existing >> documentation? (especially, if the actual firmware memmap will *not* >> contain that memory after a reboot) > > For some reason that patch is misattributed - it was authored by > Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > a decade. I looked through the email discussion from that time and I'm > not seeing anything useful. But I wasn't able to locate Dave Hansen's > review comments....
2018 Apr 11
0
Adding DebugLoc to machine instructions generated from InlineAsm constants
...s constant input argument because I want to label it with the correct DebugLoc. Currently, the InlineAsm MachineInstr itself has the correct DebugLoc, but all the MOVs to registers that are spawned for any (e.g. integer) constant input arguments do not have DebugLoc associated with them, leading to misattribution of some source lines. I can't seem to find the specific place where those instructions are generated from the IR and I'd appreciate any hints. I realize this issue might be specific to my custom backend - which is similar to the x86 backend - but finding the place where this is done in e...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...adicts with the existing >>>>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>>>> contain that memory after a reboot) >>>>>>>> >>>>>>>> For some reason that patch is misattributed - it was authored by >>>>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>>>> not seeing anythi...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...adicts with the existing >>>>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>>>> contain that memory after a reboot) >>>>>>>> >>>>>>>> For some reason that patch is misattributed - it was authored by >>>>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>>>> not seeing anythi...
2019 Jul 02
0
Reminder: 2 open syzbot bugs in vhost subsystem
...the last week. > > If you believe a bug is no longer valid, please close the syzbot report by > sending a '#syz fix', '#syz dup', or '#syz invalid' command in reply to the > original thread, as explained at https://goo.gl/tpsmEJ#status > > If you believe I misattributed a bug to the vhost subsystem, please let me know, > and if possible forward the report to the correct people or mailing list. > > Here are the bugs: > > -------------------------------------------------------------------------------- > Title: memory leak in vhost_ne...
2020 May 01
0
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...eally add all memory to the >>>> firmware memmap, even if this contradicts with the existing >>>> documentation? (especially, if the actual firmware memmap will *not* >>>> contain that memory after a reboot) >>> >>> For some reason that patch is misattributed - it was authored by >>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>> a decade. I looked through the email discussion from that time and I'm >>> not seeing anything useful. But I wasn't able to locate Dave Hansen'...
2020 May 01
0
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...>>> firmware memmap, even if this contradicts with the existing >>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>> contain that memory after a reboot) >>>>> >>>>> For some reason that patch is misattributed - it was authored by >>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>> a decade. I looked through the email discussion from that time and I'm >>>>> not seeing anything useful. But I wasn't able to...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...;>>>>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>>>>>> contain that memory after a reboot) >>>>>>>>>> >>>>>>>>>> For some reason that patch is misattributed - it was authored by >>>>>>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>>>>&g...
2020 May 01
2
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...;>>>>>>>>> documentation? (especially, if the actual firmware memmap will *not* >>>>>>>>>>> contain that memory after a reboot) >>>>>>>>>> >>>>>>>>>> For some reason that patch is misattributed - it was authored by >>>>>>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in >>>>>>>>>> a decade. I looked through the email discussion from that time and I'm >>>>>>>>&g...
2020 May 01
0
[PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
...f this contradicts with the existing > >>>>>>> documentation? (especially, if the actual firmware memmap will *not* > >>>>>>> contain that memory after a reboot) > >>>>>> > >>>>>> For some reason that patch is misattributed - it was authored by > >>>>>> Shaohui Zheng <shaohui.zheng at intel.com>, who hasn't been heard from in > >>>>>> a decade. I looked through the email discussion from that time and I'm > >>>>>> not seeing anything useful...