All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 2/4] gpu: dxgkrnl: hook up dxgkrnl
Date: Wed, 20 May 2020 07:27:35 +0800	[thread overview]
Message-ID: <202005200718.7GiCO2Ip%lkp@intel.com> (raw)
In-Reply-To: <20200519163234.226513-3-sashal@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 15352 bytes --]

Hi Sasha,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on linus/master]
[also build test WARNING on v5.7-rc6 next-20200519]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Sasha-Levin/DirectX-on-Linux/20200520-004214
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 642b151f45dd54809ea00ecd3976a56c1ec9b53d
config: x86_64-allyesconfig (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 135b877874fae96b4372c8a3fbfaa8ff44ff86e3)
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> drivers/gpu/dxgkrnl/hmgr.c:91:6: warning: no previous prototype for function 'get_instance' [-Wmissing-prototypes]
uint get_instance(d3dkmt_handle h)
^
drivers/gpu/dxgkrnl/hmgr.c:91:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
uint get_instance(d3dkmt_handle h)
^
static
>> drivers/gpu/dxgkrnl/hmgr.c:178:6: warning: no previous prototype for function 'print_status' [-Wmissing-prototypes]
void print_status(struct hmgrtable *table)
^
drivers/gpu/dxgkrnl/hmgr.c:178:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void print_status(struct hmgrtable *table)
^
static
>> drivers/gpu/dxgkrnl/hmgr.c:549:21: warning: no previous prototype for function 'hmgrtable_get_entry_type' [-Wmissing-prototypes]
enum hmgrentry_type hmgrtable_get_entry_type(struct hmgrtable *table,
^
drivers/gpu/dxgkrnl/hmgr.c:549:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
enum hmgrentry_type hmgrtable_get_entry_type(struct hmgrtable *table,
^
static
drivers/gpu/dxgkrnl/hmgr.c:173:20: warning: unused function 'is_empty' [-Wunused-function]
static inline bool is_empty(struct hmgrtable *table)
^
4 warnings generated.
--
>> drivers/gpu/dxgkrnl/dxgadapter.c:281:6: warning: no previous prototype for function 'dxgdevice_mark_destroyed' [-Wmissing-prototypes]
void dxgdevice_mark_destroyed(struct dxgdevice *device)
^
drivers/gpu/dxgkrnl/dxgadapter.c:281:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void dxgdevice_mark_destroyed(struct dxgdevice *device)
^
static
>> drivers/gpu/dxgkrnl/dxgadapter.c:664:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
refcount_inc_not_zero(&resource->refcount);
^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
drivers/gpu/dxgkrnl/dxgadapter.c:1326:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
refcount_inc_not_zero(&syncobj->refcount);
^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
3 warnings generated.
--
In file included from drivers/gpu/dxgkrnl/ioctl.c:21:
drivers/gpu/dxgkrnl/dxgvmbus.h:826:26: warning: implicit conversion from enumeration type 'enum dxgkvmb_commandtype' to different enumeration type 'enum dxgkvmb_commandtype_global' [-Wenum-conversion]
command->command_type   = DXGK_VMBCOMMAND_INVALID;
~ ^~~~~~~~~~~~~~~~~~~~~~~
>> drivers/gpu/dxgkrnl/ioctl.c:1568:5: warning: no previous prototype for function 'validate_alloc' [-Wmissing-prototypes]
int validate_alloc(struct dxgallocation *alloc0,
^
drivers/gpu/dxgkrnl/ioctl.c:1568:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int validate_alloc(struct dxgallocation *alloc0,
^
static
>> drivers/gpu/dxgkrnl/ioctl.c:4734:5: warning: no previous prototype for function 'assign_resource_handles' [-Wmissing-prototypes]
int assign_resource_handles(struct dxgprocess *process,
^
drivers/gpu/dxgkrnl/ioctl.c:4734:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int assign_resource_handles(struct dxgprocess *process,
^
static
>> drivers/gpu/dxgkrnl/ioctl.c:4793:5: warning: no previous prototype for function 'open_resource' [-Wmissing-prototypes]
int open_resource(struct dxgprocess *process,
^
drivers/gpu/dxgkrnl/ioctl.c:4793:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int open_resource(struct dxgprocess *process,
^
static
4 warnings generated.
--
In file included from drivers/gpu/dxgkrnl/dxgvmbus.c:22:
drivers/gpu/dxgkrnl/dxgvmbus.h:826:26: warning: implicit conversion from enumeration type 'enum dxgkvmb_commandtype' to different enumeration type 'enum dxgkvmb_commandtype_global' [-Wenum-conversion]
command->command_type   = DXGK_VMBCOMMAND_INVALID;
~ ^~~~~~~~~~~~~~~~~~~~~~~
>> drivers/gpu/dxgkrnl/dxgvmbus.c:108:6: warning: no previous prototype for function 'signal_guest_event' [-Wmissing-prototypes]
void signal_guest_event(struct dxgkvmb_command_host_to_vm *packet,
^
drivers/gpu/dxgkrnl/dxgvmbus.c:108:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void signal_guest_event(struct dxgkvmb_command_host_to_vm *packet,
^
static
>> drivers/gpu/dxgkrnl/dxgvmbus.c:126:6: warning: no previous prototype for function 'process_inband_packet' [-Wmissing-prototypes]
void process_inband_packet(struct dxgvmbuschannel *channel,
^
drivers/gpu/dxgkrnl/dxgvmbus.c:126:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void process_inband_packet(struct dxgvmbuschannel *channel,
^
static
>> drivers/gpu/dxgkrnl/dxgvmbus.c:158:6: warning: no previous prototype for function 'process_completion_packet' [-Wmissing-prototypes]
void process_completion_packet(struct dxgvmbuschannel *channel,
^
drivers/gpu/dxgkrnl/dxgvmbus.c:158:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void process_completion_packet(struct dxgvmbuschannel *channel,
^
static
>> drivers/gpu/dxgkrnl/dxgvmbus.c:785:5: warning: no previous prototype for function 'create_existing_sysmem' [-Wmissing-prototypes]
int create_existing_sysmem(struct dxgdevice *device,
^
drivers/gpu/dxgkrnl/dxgvmbus.c:785:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int create_existing_sysmem(struct dxgdevice *device,
^
static
drivers/gpu/dxgkrnl/dxgvmbus.c:88:20: warning: unused function 'command_vm_to_host_init0' [-Wunused-function]
static inline void command_vm_to_host_init0(struct dxgkvmb_command_vm_to_host
^
6 warnings generated.

vim +/get_instance +91 drivers/gpu/dxgkrnl/hmgr.c

9cc562c3695b5b Sasha Levin 2020-05-19   90  
9cc562c3695b5b Sasha Levin 2020-05-19  @91  uint get_instance(d3dkmt_handle h)
9cc562c3695b5b Sasha Levin 2020-05-19   92  {
9cc562c3695b5b Sasha Levin 2020-05-19   93  	return (h & HMGRHANDLE_INSTANCE_MASK) >> HMGRHANDLE_INSTANCE_SHIFT;
9cc562c3695b5b Sasha Levin 2020-05-19   94  }
9cc562c3695b5b Sasha Levin 2020-05-19   95  
9cc562c3695b5b Sasha Levin 2020-05-19   96  static bool is_handle_valid(struct hmgrtable *table, d3dkmt_handle h,
9cc562c3695b5b Sasha Levin 2020-05-19   97  			    bool ignore_destroyed, enum hmgrentry_type t)
9cc562c3695b5b Sasha Levin 2020-05-19   98  {
9cc562c3695b5b Sasha Levin 2020-05-19   99  	uint index = get_index(h);
9cc562c3695b5b Sasha Levin 2020-05-19  100  	uint unique = get_unique(h);
9cc562c3695b5b Sasha Levin 2020-05-19  101  	struct hmgrentry *entry;
9cc562c3695b5b Sasha Levin 2020-05-19  102  
9cc562c3695b5b Sasha Levin 2020-05-19  103  	if (index >= table->table_size) {
9cc562c3695b5b Sasha Levin 2020-05-19  104  		pr_err("%s Invalid index %x %d\n", __func__, h, index);
9cc562c3695b5b Sasha Levin 2020-05-19  105  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  106  	}
9cc562c3695b5b Sasha Levin 2020-05-19  107  
9cc562c3695b5b Sasha Levin 2020-05-19  108  	entry = &table->entry_table[index];
9cc562c3695b5b Sasha Levin 2020-05-19  109  	if (unique != entry->unique) {
9cc562c3695b5b Sasha Levin 2020-05-19  110  		pr_err("%s Invalid unique %x %d %d %d %p",
9cc562c3695b5b Sasha Levin 2020-05-19  111  			   __func__, h, unique, entry->unique,
9cc562c3695b5b Sasha Levin 2020-05-19  112  			   index, entry->object);
9cc562c3695b5b Sasha Levin 2020-05-19  113  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  114  	}
9cc562c3695b5b Sasha Levin 2020-05-19  115  
9cc562c3695b5b Sasha Levin 2020-05-19  116  	if (entry->destroyed && !ignore_destroyed) {
9cc562c3695b5b Sasha Levin 2020-05-19  117  		pr_err("%s Invalid destroyed", __func__);
9cc562c3695b5b Sasha Levin 2020-05-19  118  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  119  	}
9cc562c3695b5b Sasha Levin 2020-05-19  120  
9cc562c3695b5b Sasha Levin 2020-05-19  121  	if (entry->type == HMGRENTRY_TYPE_FREE) {
9cc562c3695b5b Sasha Levin 2020-05-19  122  		pr_err("%s Entry is freed %x %d", __func__, h, index);
9cc562c3695b5b Sasha Levin 2020-05-19  123  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  124  	}
9cc562c3695b5b Sasha Levin 2020-05-19  125  
9cc562c3695b5b Sasha Levin 2020-05-19  126  	if (t != HMGRENTRY_TYPE_FREE && t != entry->type) {
9cc562c3695b5b Sasha Levin 2020-05-19  127  		pr_err("%s type mismatch %x %d %d", __func__, h,
9cc562c3695b5b Sasha Levin 2020-05-19  128  			   t, entry->type);
9cc562c3695b5b Sasha Levin 2020-05-19  129  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  130  	}
9cc562c3695b5b Sasha Levin 2020-05-19  131  
9cc562c3695b5b Sasha Levin 2020-05-19  132  	return true;
9cc562c3695b5b Sasha Levin 2020-05-19  133  }
9cc562c3695b5b Sasha Levin 2020-05-19  134  
9cc562c3695b5b Sasha Levin 2020-05-19  135  static d3dkmt_handle build_handle(uint index, uint unique, uint instance)
9cc562c3695b5b Sasha Levin 2020-05-19  136  {
9cc562c3695b5b Sasha Levin 2020-05-19  137  	uint handle_bits;
9cc562c3695b5b Sasha Levin 2020-05-19  138  
9cc562c3695b5b Sasha Levin 2020-05-19  139  	handle_bits = (index << HMGRHANDLE_INDEX_SHIFT) & HMGRHANDLE_INDEX_MASK;
9cc562c3695b5b Sasha Levin 2020-05-19  140  	handle_bits |= (unique << HMGRHANDLE_UNIQUE_SHIFT) &
9cc562c3695b5b Sasha Levin 2020-05-19  141  	    HMGRHANDLE_UNIQUE_MASK;
9cc562c3695b5b Sasha Levin 2020-05-19  142  	handle_bits |= (instance << HMGRHANDLE_INSTANCE_SHIFT) &
9cc562c3695b5b Sasha Levin 2020-05-19  143  	    HMGRHANDLE_INSTANCE_MASK;
9cc562c3695b5b Sasha Levin 2020-05-19  144  
9cc562c3695b5b Sasha Levin 2020-05-19  145  	return (d3dkmt_handle) handle_bits;
9cc562c3695b5b Sasha Levin 2020-05-19  146  }
9cc562c3695b5b Sasha Levin 2020-05-19  147  
9cc562c3695b5b Sasha Levin 2020-05-19  148  inline uint hmgrtable_get_used_entry_count(struct hmgrtable *table)
9cc562c3695b5b Sasha Levin 2020-05-19  149  {
9cc562c3695b5b Sasha Levin 2020-05-19  150  	DXGKRNL_ASSERT(table->table_size >= table->free_count);
9cc562c3695b5b Sasha Levin 2020-05-19  151  	return (table->table_size - table->free_count);
9cc562c3695b5b Sasha Levin 2020-05-19  152  }
9cc562c3695b5b Sasha Levin 2020-05-19  153  
9cc562c3695b5b Sasha Levin 2020-05-19  154  bool hmgrtable_mark_destroyed(struct hmgrtable *table, d3dkmt_handle h)
9cc562c3695b5b Sasha Levin 2020-05-19  155  {
9cc562c3695b5b Sasha Levin 2020-05-19  156  	if (!is_handle_valid(table, h, false, HMGRENTRY_TYPE_FREE))
9cc562c3695b5b Sasha Levin 2020-05-19  157  		return false;
9cc562c3695b5b Sasha Levin 2020-05-19  158  
9cc562c3695b5b Sasha Levin 2020-05-19  159  	table->entry_table[get_index(h)].destroyed = true;
9cc562c3695b5b Sasha Levin 2020-05-19  160  	return true;
9cc562c3695b5b Sasha Levin 2020-05-19  161  }
9cc562c3695b5b Sasha Levin 2020-05-19  162  
9cc562c3695b5b Sasha Levin 2020-05-19  163  bool hmgrtable_unmark_destroyed(struct hmgrtable *table, d3dkmt_handle h)
9cc562c3695b5b Sasha Levin 2020-05-19  164  {
9cc562c3695b5b Sasha Levin 2020-05-19  165  	if (!is_handle_valid(table, h, true, HMGRENTRY_TYPE_FREE))
9cc562c3695b5b Sasha Levin 2020-05-19  166  		return true;
9cc562c3695b5b Sasha Levin 2020-05-19  167  
9cc562c3695b5b Sasha Levin 2020-05-19  168  	DXGKRNL_ASSERT(table->entry_table[get_index(h)].destroyed);
9cc562c3695b5b Sasha Levin 2020-05-19  169  	table->entry_table[get_index(h)].destroyed = 0;
9cc562c3695b5b Sasha Levin 2020-05-19  170  	return true;
9cc562c3695b5b Sasha Levin 2020-05-19  171  }
9cc562c3695b5b Sasha Levin 2020-05-19  172  
9cc562c3695b5b Sasha Levin 2020-05-19  173  static inline bool is_empty(struct hmgrtable *table)
9cc562c3695b5b Sasha Levin 2020-05-19  174  {
9cc562c3695b5b Sasha Levin 2020-05-19  175  	return (table->free_count == table->table_size);
9cc562c3695b5b Sasha Levin 2020-05-19  176  }
9cc562c3695b5b Sasha Levin 2020-05-19  177  
9cc562c3695b5b Sasha Levin 2020-05-19 @178  void print_status(struct hmgrtable *table)
9cc562c3695b5b Sasha Levin 2020-05-19  179  {
9cc562c3695b5b Sasha Levin 2020-05-19  180  	int i;
9cc562c3695b5b Sasha Levin 2020-05-19  181  
9cc562c3695b5b Sasha Levin 2020-05-19  182  	TRACE_DEBUG(1, "hmgrtable head, tail %p %d %d\n",
9cc562c3695b5b Sasha Levin 2020-05-19  183  		    table, table->free_handle_list_head,
9cc562c3695b5b Sasha Levin 2020-05-19  184  		    table->free_handle_list_tail);
9cc562c3695b5b Sasha Levin 2020-05-19  185  	if (table->entry_table == NULL)
9cc562c3695b5b Sasha Levin 2020-05-19  186  		return;
9cc562c3695b5b Sasha Levin 2020-05-19  187  	for (i = 0; i < 3; i++) {
9cc562c3695b5b Sasha Levin 2020-05-19  188  		if (table->entry_table[i].type != HMGRENTRY_TYPE_FREE)
9cc562c3695b5b Sasha Levin 2020-05-19  189  			TRACE_DEBUG(1, "hmgrtable entry %p %d %p\n",
9cc562c3695b5b Sasha Levin 2020-05-19  190  				    table, i, table->entry_table[i].object);
9cc562c3695b5b Sasha Levin 2020-05-19  191  		else
9cc562c3695b5b Sasha Levin 2020-05-19  192  			TRACE_DEBUG(1, "hmgrtable entry %p %d %d %d\n",
9cc562c3695b5b Sasha Levin 2020-05-19  193  				    table, i,
9cc562c3695b5b Sasha Levin 2020-05-19  194  				    table->entry_table[i].next_free_index,
9cc562c3695b5b Sasha Levin 2020-05-19  195  				    table->entry_table[i].prev_free_index);
9cc562c3695b5b Sasha Levin 2020-05-19  196  	}
9cc562c3695b5b Sasha Levin 2020-05-19  197  }
9cc562c3695b5b Sasha Levin 2020-05-19  198  

:::::: The code at line 91 was first introduced by commit
:::::: 9cc562c3695b5b44c0c931c76bdc24e8c4f33587 gpu: dxgkrnl: core code

:::::: TO: Sasha Levin <sashal@kernel.org>
:::::: CC: 0day robot <lkp@intel.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 73441 bytes --]

  reply	other threads:[~2020-05-19 23:27 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 16:32 [RFC PATCH 0/4] DirectX on Linux Sasha Levin
2020-05-19 16:32 ` Sasha Levin
2020-05-19 16:32 ` Sasha Levin
2020-05-19 16:32 ` [RFC PATCH 1/4] gpu: dxgkrnl: core code Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 17:19   ` Greg KH
2020-05-19 17:19     ` Greg KH
2020-05-19 17:19     ` Greg KH
2020-05-19 17:21   ` Greg KH
2020-05-19 17:21     ` Greg KH
2020-05-19 17:21     ` Greg KH
2020-05-19 17:45     ` Sasha Levin
2020-05-19 17:45       ` Sasha Levin
2020-05-19 17:45       ` Sasha Levin
2020-05-20  6:13       ` Greg KH
2020-05-20  6:13         ` Greg KH
2020-05-20  6:13         ` Greg KH
2020-05-19 17:27   ` Greg KH
2020-05-19 17:27     ` Greg KH
2020-05-19 17:27     ` Greg KH
2020-05-19 16:32 ` [RFC PATCH 2/4] gpu: dxgkrnl: hook up dxgkrnl Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 23:27   ` kbuild test robot [this message]
2020-05-19 23:27   ` kbuild test robot
2020-05-20  7:05   ` kbuild test robot
2020-05-22  8:10   ` Dan Carpenter
2020-05-22  8:10     ` [kbuild] " Dan Carpenter
2020-05-30 13:48   ` kbuild test robot
2020-05-19 16:32 ` [RFC PATCH 3/4] Drivers: hv: vmbus: " Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 16:32 ` [RFC PATCH 4/4] gpu: dxgkrnl: create a MAINTAINERS entry Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 16:32   ` Sasha Levin
2020-05-19 19:21 ` [RFC PATCH 0/4] DirectX on Linux Daniel Vetter
2020-05-19 19:21   ` Daniel Vetter
2020-05-19 19:21   ` Daniel Vetter
2020-05-19 20:36   ` Sasha Levin
2020-05-19 20:36     ` Sasha Levin
2020-05-19 20:36     ` Sasha Levin
2020-05-20 10:37     ` Jan Engelhardt
2020-05-20 10:37       ` Jan Engelhardt
2020-05-20 10:37       ` Jan Engelhardt
2020-06-28 23:39     ` James Hilliard
2020-06-28 23:39       ` James Hilliard
2020-06-28 23:39       ` James Hilliard
2020-05-19 22:42 ` Dave Airlie
2020-05-19 22:42   ` Dave Airlie
2020-05-19 22:42   ` Dave Airlie
2020-05-19 23:01   ` Daniel Vetter
2020-05-19 23:01     ` Daniel Vetter
2020-05-19 23:01     ` Daniel Vetter
2020-05-20  3:47     ` [EXTERNAL] " Steve Pronovost
2020-05-20  3:47       ` Steve Pronovost
2020-05-20  3:47       ` Steve Pronovost
2020-05-20  7:40       ` Daniel Vetter
2020-05-20  8:19         ` Steve Pronovost
2020-05-20 15:34           ` Steve Pronovost
2020-05-20 15:34             ` Steve Pronovost
2020-05-20 15:34             ` Steve Pronovost
2020-06-16 10:51       ` Pavel Machek
2020-06-16 10:51         ` Pavel Machek
2020-06-16 10:51         ` Pavel Machek
2020-05-19 23:12   ` Dave Airlie
2020-05-19 23:12     ` Dave Airlie
2020-05-19 23:12     ` Dave Airlie
2020-06-16 10:51     ` Pavel Machek
2020-06-16 10:51       ` Pavel Machek
2020-06-16 10:51       ` Pavel Machek
2020-06-16 13:21       ` Sasha Levin
2020-06-16 13:21         ` Sasha Levin
2020-06-16 13:21         ` Sasha Levin
2020-05-20  7:10 ` Thomas Zimmermann
2020-05-20  7:10   ` Thomas Zimmermann
2020-05-20  7:10   ` Thomas Zimmermann
2020-05-20  7:42   ` [EXTERNAL] " Steve Pronovost
2020-05-20  7:42     ` Steve Pronovost
2020-05-20  7:42     ` Steve Pronovost
2020-05-20 11:06     ` Thomas Zimmermann
2020-05-20 11:06       ` Thomas Zimmermann
2020-05-20 11:06       ` Thomas Zimmermann
2020-06-16 10:51   ` Pavel Machek
2020-06-16 10:51     ` Pavel Machek
2020-06-16 10:51     ` Pavel Machek
2020-06-16 13:28     ` Sasha Levin
2020-06-16 13:28       ` Sasha Levin
2020-06-16 13:28       ` Sasha Levin
2020-06-16 14:41       ` Pavel Machek
2020-06-16 14:41         ` Pavel Machek
2020-06-16 14:41         ` Pavel Machek
2020-06-16 16:00         ` Sasha Levin
2020-06-16 16:00           ` Sasha Levin
2020-06-16 16:00           ` Sasha Levin
  -- strict thread matches above, loose matches on Subject: below --
2020-05-21 20:47 [RFC PATCH 2/4] gpu: dxgkrnl: hook up dxgkrnl kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202005200718.7GiCO2Ip%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.