this looks like an i915 bug
On Wed, May 15, 2024 at 10:41:19AM +0800, kernel test robot wrote:
>
>
> Hello,
>
> as we understand, this commit is not the root-cause of this WARNING. the
> WARNING
> just shows in another way by commit changes.
>
> 53ed0af496422959 7bd230a26648ac68ab3731ebbc4
>
On Fri, Feb 23, 2024 at 01:46:53PM -0500, Steven Rostedt wrote:
> On Fri, 23 Feb 2024 10:30:45 -0800
> Jeff Johnson wrote:
>
> > On 2/23/2024 9:56 AM, Steven Rostedt wrote:
> > > From: "Steven Rostedt (Google)"
> > >
> > > [
> > >This is a treewide change. I will likely re-create this patch
On Wed, Nov 08, 2023 at 01:58:37PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann
>
> bch2_target_to_text_sb() is only called in the file it is defined in,
> and it has no extern prototype:
>
> fs/bcachefs/disk_groups.c:583:6: error: no previous prototype for
> 'bch2_target_to_text_sb' [-Wer
On Thu, Dec 06, 2018 at 12:32:47PM +, Kieran Bingham wrote:
> Oh - although, yes - there are some good concepts there - but I'm a bit
> weary of how easy it would be to 'run' the said test against multiple
> kernel version libraries... there would be a lot of possible ABI
> conflicts perhaps.
>
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
deleted.
The really nice thing about deleting this unnecessary locking is that it
lets us trivially delete a lot of now unnecessary idr_preload() - with
idr doing its own locking, we can pass GFP_KERNEL to idr_alloc() just
fine.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
C
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
deleted.
The really nice thing about deleting this unnecessary locking is that it
lets us trivially delete a lot of now unnecessary idr_preload() - with
idr doing its own locking, we can pass GFP_KERNEL to idr_alloc() just
fine.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
C
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
From: Kent Overstreet
Our new idr implementation does its own locking, instead of forcing it
onto the callers like the old implementation.
Many of the existing idr users need locking for more than just
idr_alloc()/idr_remove()/idr_find() - they're taking refcounts and such
under their lock
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
From: Kent Overstreet
Our new idr implementation does its own locking, instead of forcing it
onto the callers like the old implementation.
Many of the existing idr users need locking for more than just
idr_alloc()/idr_remove()/idr_find() - they're taking refcounts and such
under their lock
On Wed, Jun 19, 2013 at 01:18:32AM -0700, Tejun Heo wrote:
> Hello, Kent.
>
> On Tue, Jun 18, 2013 at 05:02:30PM -0700, Kent Overstreet wrote:
> > With the new ida implementation, that doesn't work anymore - the new ida
> > code grows its bitmap tree by reallocating th
On Wed, Jun 19, 2013 at 01:18:32AM -0700, Tejun Heo wrote:
> Hello, Kent.
>
> On Tue, Jun 18, 2013 at 05:02:30PM -0700, Kent Overstreet wrote:
> > With the new ida implementation, that doesn't work anymore - the new ida
> > code grows its bitmap tree by reallocating th
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
deleted.
The really nice thing about deleting this unnecessary locking is that it
lets us trivially delete a lot of now unnecessary idr_preload() - with
idr doing its own locking, we can pass GFP_KERNEL to idr_alloc() just
fine.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
C
so this patch
updates all the callers.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
Cc: Stefan Richter
Cc: David Airlie
Cc: Roland Dreier
Cc: Sean Hefty
Cc: Hal Rosenstock
Cc: Steve Wise
Cc: Hoang-Nam Nguyen
Cc: Christoph Raisch
Cc: Mike Marciniszyn
Cc: Doug Gilbert
deleted.
The really nice thing about deleting this unnecessary locking is that it
lets us trivially delete a lot of now unnecessary idr_preload() - with
idr doing its own locking, we can pass GFP_KERNEL to idr_alloc() just
fine.
Signed-off-by: Kent Overstreet
Cc: Andrew Morton
Cc: Tejun Heo
C
18 matches
Mail list logo