[PATCH v1 0/3] arm64: defconfig: Enable some (hopefully) useful options

2020-12-18 Thread Guido Günther
The aim of this series is make the arm64 'make defconfig' kernel more useful for debugging and daily usage. I'm aware that expectations there diff widely so I went for things I found in other defconigs as well. It enables ftrace, more filesystems and more dm/md modules. Since it's not board speci

[for-linus][PATCH 0/3] tracing: Last three patches (hopefully) before my pull request

2020-08-06 Thread Steven Rostedt
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 37f9e8b51dbe7f69d9f80aec98f1514f0cd4085e Masami Hiramatsu (1): bootconfig: Fix to find the initargs correctly Muchun Song (1): kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE Ste

[RFC][PATCHES] (hopefully) saner refcounting for mountpoint dentries

2019-07-05 Thread Al Viro
Currently, we handle mountpoint dentry lifetime in a very convoluted way. * each struct mount attached to a mount tree contributes to ->d_count of mountpoint dentry (pointed to by ->mnt_mountpoint). * permanently detaching a mount from a mount tree moves the reference into -

Hopefully

2018-01-18 Thread Rita Micheal
Dear friend, My name is Mr Micheal Rita, I am the Bill and Exchange (assistant) Manager of Bank of Africa Ouagadougou, Burkina Faso. In my department I discovered an abandoned sum of teen million five hundred thousand United State of American dollars (10.5MILLION USA DOLLARS) in an account that be

[for-next][PATCH 0/2] tracing: Hopefully the last updates for 4.13

2017-07-12 Thread Steven Rostedt
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 2e028c4fe12907f226b8221815f16c2486ad3aa7 Dan Carpenter (2): ftrace: Remove an unneeded NULL check ftrace: Fix uninitialized variable in match_records() kernel/trace/ftrace.c | 4 ++-- 1

Hopefully

2017-05-02 Thread Rita Micheal
Dear friend, My name is Mr Micheal Rita, I am the Bill and Exchange (assistant) Manager of Bank of Africa Ouagadougou, Burkina Faso. In my department I discovered an abandoned sum of teen million five hundred thousand United State of American dollars (10.5MILLION USA DOLLARS) in an account that be

Hopefully

2017-05-01 Thread Rita Micheal
Good Day Dearest. My name is Rita Micheal I am 18 year's old, the only daughter of late Mr Raymond Micheal from Burkina Faso, I am contacting you to help me relocate to your country to continue my education in university in your country, before my father died he gave me a deposit slip document of

Hopefully

2017-02-07 Thread Rita Micheal
Dear friend, My name is Mr Micheal Rita, I am the Bill and Exchange (assistant) Manager of Bank of Africa Ouagadougou, Burkina Faso. In my department I discovered an abandoned sum of teen million five hundred thousand United State of American dollars (10.5MILLION USA DOLLARS) in an account that be

[for-next][PATCH 0/5] tracing: Hopefully last update for merge window

2016-12-13 Thread Steven Rostedt
Some last minute additions. git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 772b020609258144b80a853d7305b5723125f4ca Marcin Nowakowski (2): tracing/kprobes: Add a helper method to return number of probe hits kprobes/trace: Fix kprobe self

Hopefully

2016-11-19 Thread Rita Micheal
Hi friend I am a banker in ADB BANK. I want to transfer an abandoned $25.5Million to your Bank account. 40/percent will be your share. No risks involved but keep it as secret. Contact me for more details And also acknowledge receipt of this message in acceptance of my mutual business Endeavour by f

[for-next][PATCH 0/6] tracing: Hopefully the last updates for 3.16 merge window

2014-06-06 Thread Steven Rostedt
These should be the last of the patches I need for merging. There's one feature which is to be able to increase the saved cmdlines such that it is possible not to lose any. Other fixes were memory not cleaned up properly on boot up if there was a failed allocation, and other clean ups. git://gi

[PATCH] Fix broken zero-copy on vmalloc() buffers (4th and hopefully final submission)

2014-02-08 Thread Richard Yao
This patch has been submitted for a few times. The first time was my first time doing any sort of Linux patch submission. At the time, I was unaware of ./scripts/get_maintainer.pl and sent the patch to only a subset of the correct people. Consequently, it was not submitted properly for acceptance

[tip:core/locking] arch: Re-sort some Kbuild files to hopefully help avoid some conflicts

2014-01-13 Thread tip-bot for Stephen Rothwell
Kbuild files to hopefully help avoid some conflicts Checkin: 93ea02bb8435 arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h ... unfortunately left some Kbuild files out of order, which caused unnecessary merge conflicts, in particular with checkin: e3fec2f74f7f

[GIT PULL] tip/timers/core: Hopefully last few timekeeping changes for 3.13

2013-10-22 Thread John Stultz
Hey Thomas, Ingo, Here are a few last timekeeping changes I've got queued for 3.13, for tip/timers/core. This includes: * An improved ssize_t fix for sysfs_get_uname * Alarmtimer return fix, since ENOTSUPP isn't exported to userland * Comment typo fixes Let me know if you have any thoughts

[PATCH 0/3][RFC] Alarmtimer fixes (hopefully 3.7 material)

2012-09-17 Thread John Stultz
Arve Hjønnevåg reported numerous crashes from the "BUG_ON(timer->state != HRTIMER_STATE_CALLBACK)" check in __run_hrtimer after it called alarmtimer_fired. Looking at the code, I realized much of the logic duplicated the hrtimer code, and that by multiplexing numerous alarmtimers onto a single hrt

Re: [PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Jani Nikula
On Mon, 13 Aug 2012, Mihai Moldovan wrote: > Had another look at the code and would like to apologize for the confusion... No worries Mihai, thanks for testing! BR, Jani. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.

Re: [PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Mihai Moldovan
Had another look at the code and would like to apologize for the confusion... * On 13.08.2012 05:27 PM, Mihai Moldovan wrote: > Uhm, no, quite on the contrary. gmbus starts at 0 (with idx 0 being labeled > "disabled" and idx ((GMBUS_NUM_PORTS == 6) + 1) being labeled "reserved", > which > neither

Re: [PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Mihai Moldovan
* On 13.08.2012 05:09 PM, Daniel Vetter wrote: > On Mon, Aug 13, 2012 at 05:03:24PM +0200, Mihai Moldovan wrote: >> Hi Jani, >> >> The reason sounds sane to me, but while looking through the code, I have >> seen a >> few other problems, too. >> >> To my understanding, we should use port for dev_pr

Re: [PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Daniel Vetter
On Mon, Aug 13, 2012 at 05:03:24PM +0200, Mihai Moldovan wrote: > Hi Jani, > > * On 13.08.2012 04:33 PM, Jani Nikula wrote: > > Hi Mihai, could you test the following patch to see if it fixes the problem, > > please? > > > > BR, > > Jani. > > > > > > Jani Nikula (1): > > drm/i915: ensure i2c ada

Re: [PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Mihai Moldovan
Hi Jani, * On 13.08.2012 04:33 PM, Jani Nikula wrote: > Hi Mihai, could you test the following patch to see if it fixes the problem, > please? > > BR, > Jani. > > > Jani Nikula (1): > drm/i915: ensure i2c adapter is all set before adding it > > drivers/gpu/drm/i915/intel_i2c.c |7 --- >

[PATCH 0/1] hopefully fix null pointer dereference on i915 load

2012-08-13 Thread Jani Nikula
Hi Mihai, could you test the following patch to see if it fixes the problem, please? BR, Jani. Jani Nikula (1): drm/i915: ensure i2c adapter is all set before adding it drivers/gpu/drm/i915/intel_i2c.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) -- 1.7.9.5 -- To unsubs

git tree, Re: [patch 0/5] (hopefully) final 2.6.23 fixes for cell platform

2007-08-22 Thread Arnd Bergmann
On Wednesday 22 August 2007, Arnd Bergmann wrote: > Hi Paul, > > A few bugs came up on the cell platform when testing on the lastest > prototype version of a future hardware. The first three patches are > all meant to track changes required for the fixes that have gone > into the firmware. Patch 4

[patch 0/5] (hopefully) final 2.6.23 fixes for cell platform

2007-08-22 Thread Arnd Bergmann
Hi Paul, A few bugs came up on the cell platform when testing on the lastest prototype version of a future hardware. The first three patches are all meant to track changes required for the fixes that have gone into the firmware. Patch 4 is for a bug that showed up during testing, and the final pat

Re: [PATCH 0/25][V3] pvops_64 last round (hopefully)

2007-08-15 Thread Jeremy Fitzhardinge
Glauber de Oliveira Costa wrote: > This is hopefully the last iteration of the pvops64 patch. > > From the last version, we have only one change, which is > include/asm-x86_64/processor.h: There were still one survivor in raw asm. > Also, git screwed me up for some reason, and the

[PATCH 0/25][V3] pvops_64 last round (hopefully)

2007-08-15 Thread Glauber de Oliveira Costa
This is hopefully the last iteration of the pvops64 patch. >From the last version, we have only one change, which is >include/asm-x86_64/processor.h: There were still one survivor in raw asm. Also, git screwed me up for some reason, and the 25th patch was missing the new files, paravir

Re: [PATCH] pci quirks: Sort out the VIA mess once and for all (hopefully)

2007-04-14 Thread Sergio Monteiro Basto
Hi, I don't have the original message just my reply, I had try a FC6-respin dvd.iso ( which have kernel 2.6.20) in my old laptop (http://sergiomb.no-ip.org/laptop/ ) which need "VIA IRQ quirk fixup" and I had many problems with booting after dig a little I found that quirks aren't applied anymor

Re: Testing patch for ALi PATA - fixes hopefully for the problems with ATAPI DMA

2007-03-28 Thread Alan Cox
On Wed, 28 Mar 2007 17:23:08 -0400 "Ioan Ionita" <[EMAIL PROTECTED]> wrote: > On 3/27/07, Alan Cox <[EMAIL PROTECTED]> wrote: > > > > > > This implements two things at driver level which are implemented > > implicitly by the old IDE layer > > > > - Only doing sector sized ATAPI I/O via DMA > > - A

Re: Testing patch for ALi PATA - fixes hopefully for the problems with ATAPI DMA

2007-03-28 Thread Andrey Borzenkov
Alan Cox wrote: > > This implements two things at driver level which are implemented > implicitly by the old IDE layer > > - Only doing sector sized ATAPI I/O via DMA > - Alway writing the size values > > Hopefully this will make CD devices behave better for those wi

Testing patch for ALi PATA - fixes hopefully for the problems with ATAPI DMA

2007-03-27 Thread Alan Cox
This implements two things at driver level which are implemented implicitly by the old IDE layer - Only doing sector sized ATAPI I/O via DMA - Alway writing the size values Hopefully this will make CD devices behave better for those with the problems. If you can test both the detection and

Re: [PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-02-06 Thread Haavard Skinnemoen
On Wed, 31 Jan 2007 17:26:05 + Alan <[EMAIL PROTECTED]> wrote: > Two fixes in this test patch. One of them allows old CF cards to refuse > pio mode setting, and one to wait for the drive to settle after a set > features changes the speed settings, which is based upon the workarounds > used by

Re: [PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-02-02 Thread Andrey Borzenkov
Alan wrote: > Two fixes in this test patch. One of them allows old CF cards to refuse > pio mode setting, and one to wait for the drive to settle after a set > features changes the speed settings, which is based upon the workarounds > used by drivers/ide. > > Please test and report back if you ha

Re: [PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-02-02 Thread Jeff Garzik
Alan wrote: Looks like you should use ata_busy_wait() here, rather than reproducing the same code again. It waits in 10uS chunks while 1uS chunks were used in the workaround. Could indeed do that once I know the fix is right. While I'm at it the ata_busy_wait kerneldoc is borked so here's a fix

Re: [PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-01-31 Thread Alan
> Looks like you should use ata_busy_wait() here, rather than reproducing > the same code again. It waits in 10uS chunks while 1uS chunks were used in the workaround. Could indeed do that once I know the fix is right. While I'm at it the ata_busy_wait kerneldoc is borked so here's a fix Signed-o

Re: [PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-01-31 Thread Jeff Garzik
Alan wrote: @@ -5142,6 +5174,20 @@ status = ata_chk_status(ap); if (unlikely(status & ATA_BUSY)) goto idle_irq; + + if (unlikely(qc->tf.command == ATA_CMD_SET_FEATURES && + qc->tf.feature == SETFEATURES_XFER)) { + /* Let the timings

[PATCH] libata: Fix (hopefully) all the remaining problems with devices failing setup/identify

2007-01-31 Thread Alan
Two fixes in this test patch. One of them allows old CF cards to refuse pio mode setting, and one to wait for the drive to settle after a set features changes the speed settings, which is based upon the workarounds used by drivers/ide. Please test and report back if you have an afflicted system. T

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
cliff white <[EMAIL PROTECTED]> wrote: > > -extern struct agp_bridge_data *(*agp_find_bridge)(struct pci_dev *); > - Oh crap, so the compiler decided that agp_find_bridge() was a function and decided to jump to it, rather than reading from it and doing an indirect jump. Yup, that'll crash it. So

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread cliff white
On Thu, 24 Mar 2005 14:21:31 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > cliff white <[EMAIL PROTECTED]> wrote: > > > > Okay, i have a iBook G4, with radeon, with 2.6.12-rc1-mm2, i'm getting the > > following OOPS > > on boot. > > Please try reverting agp-make-some-code-static.patch (Dunno

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
cliff white <[EMAIL PROTECTED]> wrote: > > Okay, i have a iBook G4, with radeon, with 2.6.12-rc1-mm2, i'm getting the > following OOPS > on boot. Please try reverting agp-make-some-code-static.patch (Dunno why that would fix an oops, but apparently it does). - To unsubscribe from this list: sen

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread cliff white
On Thu, 24 Mar 2005 10:33:02 + (GMT) Dave Airlie <[EMAIL PROTECTED]> wrote: > > Hi Andrew, Dave, > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two p

Re: Fw: Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Dave Jones
On Thu, Mar 24, 2005 at 09:09:47PM +, Andrew Clayton wrote: > On Thu, 2005-03-24 at 12:32 -0800, Andrew Morton wrote: > > ? > > > > Begin forwarded message: > > > > [snip] > > > > You mean these changes? > > > > > > --- a/drivers/char/agp/via-agp.c2005-03-24 10:33:45 -08

Re: Fw: Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Clayton
On Thu, 2005-03-24 at 12:32 -0800, Andrew Morton wrote: > ? > > Begin forwarded message: > [snip] > > You mean these changes? > > > > --- a/drivers/char/agp/via-agp.c2005-03-24 10:33:45 -08:00 > > +++ b/drivers/char/agp/via-agp.c2005-03-24 10:33:45 -08:00 > > @@ -83,8 +83,10 @@

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Jean Delvare
Ho all, > > Aparently backing out the changes to via's tlb_flush routine fixed > > it for one VIA user. I've not had a chance to look into it just yet. > > Worse case we can just drop those changes for 2.6.12 I am that one. > You mean these changes? > > --- a/drivers/char/agp/via-agp.c2

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Jesse Barnes
On Thursday, March 24, 2005 10:18 am, Dave Jones wrote: > > I'm trying to get ahold of one--so hopefully I'll be able to test and > > fix this stuff up when I do. > > Aparently backing out the changes to via's tlb_flush routine fixed it > for one VIA user. I

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Dave Jones
On Thu, Mar 24, 2005 at 09:02:03AM -0800, Jesse Barnes wrote: > On Thursday, March 24, 2005 2:33 am, Dave Airlie wrote: > > Hi Andrew, Dave, > > > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > > the multi-bridge on i915 and the XF

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Jesse Barnes
On Thursday, March 24, 2005 2:33 am, Dave Airlie wrote: > Hi Andrew, Dave, > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two patches in your tree.. the one from

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
Dave Airlie <[EMAIL PROTECTED]> wrote: > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two patches in your tree.. the one from Brice and the one I attached &g

drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Dave Airlie
Hi Andrew, Dave, I've put a couple of patches into my drm-2.6 tree that hopefully fix up the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop the two patches in your tree.. the one from Brice and the one I attached to the bug? you'll get conflicts anyway I'm