Re: WG: 2.4 on COMPQ Proliant

2001-03-30 Thread André
domo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ Hello EveryBody, I have a COMPAQ ML570 (2xPIII-700Mhz/1MBytes Cache, 2 x NCR SCSI controller, 1 SMART ARRAY 5304 (128 MBytes Cache). I test with linux 2.4.2-ac20, and all disks, CPU&#

Re: [PATCH 08/13] media: i2c: imx214: Add vblank and hblank controls

2024-10-06 Thread André
Hi Dave, Am Freitag, dem 13.09.2024 um 18:40 +0100 schrieb Dave Stevenson: > On Thu, 12 Sept 2024 at 15:51, Dave Stevenson > wrote: > > > > Hi André & Ricardo > > > > On Thu, 12 Sept 2024 at 14:41, Ricardo Ribalda Delgado > > wrote: > > > >

Re: [PATCH 09/13] media: i2c: imx214: Extract format and crop settings

2024-10-06 Thread André
Hi Ricardo, Am Donnerstag, dem 12.09.2024 um 15:40 +0200 schrieb Ricardo Ribalda Delgado: > On Mon, Sep 2, 2024 at 11:54 PM André Apitzsch via B4 Relay > wrote: > > > > From: André Apitzsch > > > > Remove format and crop settings from register sequences and set

[PATCH] arm: Include soc.h to fix compiling

2013-02-06 Thread André Hentschel
I needed this when compiling for pandaboard at commit: 0944c0a03465718909ba8e800a5230528aeabafb Signed-off-by: André Hentschel From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 6 Feb 2013 23:16:20 +0100 Subject: [PATCH] arm: Include soc.h to fix

[PATCH] arm: Preserve TPIDRURW on context switch

2013-02-06 Thread André Hentschel
could only test it with kernel 3.4.6 Signed-off-by: André Hentschel From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 6 Feb 2013 23:24:54 +0100 Subject: [PATCH] arm: Preserve TPIDRURW on context switch --- arch/arm/include/asm/thread_info.h | 1 + arch/arm/include/asm/tls.h | 43

Re: [PATCH] arm: Preserve TPIDRURW on context switch

2013-02-06 Thread André Hentschel
Am 06.02.2013 23:51, schrieb Russell King - ARM Linux: > On Wed, Feb 06, 2013 at 11:43:10PM +0100, André Hentschel wrote: >> There are more and more applications coming to WinRT, Wine could support >> them, >> but mostly they expect to have the thread environment block

Re: [PATCH] arm: Preserve TPIDRURW on context switch

2013-02-09 Thread André Hentschel
Am 08.02.2013 16:48, schrieb Will Deacon: > On Wed, Feb 06, 2013 at 11:01:23PM +0000, André Hentschel wrote: >> Am 06.02.2013 23:51, schrieb Russell King - ARM Linux: >>> On Wed, Feb 06, 2013 at 11:43:10PM +0100, André Hentschel wrote: >>>> There are more and mor

Re: [PATCH] arm: Preserve TPIDRURW on context switch

2013-02-12 Thread André Hentschel
Am 08.02.2013 16:48, schrieb Will Deacon: > On Wed, Feb 06, 2013 at 11:01:23PM +0000, André Hentschel wrote: >> Am 06.02.2013 23:51, schrieb Russell King - ARM Linux: >>> On Wed, Feb 06, 2013 at 11:43:10PM +0100, André Hentschel wrote: >>>> There are more and mor

Re: [PATCH] arm: Preserve TPIDRURW on context switch

2013-02-12 Thread André Hentschel
Am 12.02.2013 15:09, schrieb Will Deacon: > Hi Andre, > > On Tue, Feb 12, 2013 at 02:02:59PM +0000, André Hentschel wrote: >> Am 08.02.2013 16:48, schrieb Will Deacon: >>> On Wed, Feb 06, 2013 at 11:01:23PM +, André Hentschel wrote: >>>> No, i'm n

Re: [PATCH] arm: Preserve TPIDRURW on context switch

2013-02-20 Thread André Hentschel
Am 12.02.2013 16:02, schrieb Matthieu CASTET: > Will Deacon a écrit : >> Hi Andre, >> >> On Tue, Feb 12, 2013 at 02:02:59PM +, André Hentschel wrote: >>> Am 08.02.2013 16:48, schrieb Will Deacon: >>>> On Wed, Feb 06, 2013 at 11:01:23PM +, André H

Re: arm: Only load TLS values when needed

2013-08-26 Thread André Hentschel
Am 15.08.2013 20:27, schrieb André Hentschel: > Hi Jonathan, > > Am 15.08.2013 19:29, schrieb Jonathan Austin: >> Hi André >> What I've *not* tested: >> * As this CPU does not have the tls register, I haven't run any tests that >> try to read/write it,

[PATCHv2] arm: Preserve TPIDRURW on context switch

2013-04-19 Thread André Hentschel
From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= There are more and more applications coming to WinRT, Wine could support them, but mostly they expect to have the thread environment block (TEB) in TPIDRURW. This register must be preserved per thread instead of being cleared. Signed-off-by: André

Re: [PATCHv2] arm: Preserve TPIDRURW on context switch

2013-04-22 Thread André Hentschel
Am 22.04.2013 17:18, schrieb Will Deacon: > On Mon, Apr 22, 2013 at 03:36:16PM +0100, Russell King - ARM Linux wrote: >> On Fri, Apr 19, 2013 at 05:54:35PM +0200, André Hentschel wrote: >>> From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= >>> >>> There are more and mor

[PATCH v6] arm: Preserve the user r/w register TPIDRURW on context, switch and fork

2013-06-17 Thread André Hentschel
From: André Hentschel Since commit 6a1c53124aa1 the user writeable TLS register was zeroed to prevent it from being used as a covert channel between two tasks. There are more and more applications coming to Windows RT, Wine could support them, but mostly they expect to have the thread

Re: [PATCH v6] arm: Preserve the user r/w register TPIDRURW on context, switch and fork

2013-06-18 Thread André Hentschel
On 18.06.2013 12:07, Will Deacon wrote: > On Mon, Jun 17, 2013 at 11:13:48PM +0100, André Hentschel wrote: >> From: André Hentschel >> >> Since commit 6a1c53124aa1 the user writeable TLS register was zeroed to >> prevent it from being used as a covert channel between

[PATCH v7] arm: Preserve the user r/w register TPIDRURW on context, switch and fork

2013-06-18 Thread André Hentschel
From: André Hentschel Since commit 6a1c53124aa1 the user writeable TLS register was zeroed to prevent it from being used as a covert channel between two tasks. There are more and more applications coming to Windows RT, Wine could support them, but mostly they expect to have the thread

Re: arm: Only load TLS values when needed

2013-08-14 Thread André Hentschel
Hi Jonathan, Any updates on this? Am 17.07.2013 21:49, schrieb André Hentschel: > Am 17.07.2013 13:10, schrieb Jonathan Austin: >> Hi André, >> Do you have access to anything v6-NOT-k-ish? If not I can try and test this >> on something appropriate. How does your test-case a

Re: arm: Only load TLS values when needed

2013-08-14 Thread André Hentschel
Am 14.08.2013 18:20, schrieb Jonathan Austin: > Hi André, > > On 14/08/13 15:07, André Hentschel wrote: >> Hi Jonathan, >> Any updates on this? >> > > I was holding out to see the version with ldrd at the top, as discussed below > - I never saw a version wit

Re: arm: Only load TLS values when needed

2013-08-15 Thread André Hentschel
Hi Jonathan, Am 15.08.2013 19:29, schrieb Jonathan Austin: > Hi André > > (I've put RMK and LAKML back on Cc: they got dropped somewhere along the way) > > On 14/08/13 22:21, André Hentschel wrote: >>>>>> [...] >>>>>>>> Now

arm: Only load TLS values when needed

2013-07-15 Thread André Hentschel
From: André Hentschel This patch intents to reduce loading instructions when the resulting value is not used. It's a follow up on a4780adeefd042482f624f5e0d577bf9cdcbb760 Signed-off-by: André Hentschel --- This patch is against Linux 3.11-rc1 (ad81f0545ef01ea651886dddac4bef6cec9

Re: arm: Only load TLS values when needed

2013-07-16 Thread André Hentschel
Hi Jonathan, First, thank you for your review. Am 16.07.2013 19:31, schrieb Jonathan Austin: > Hi André, > > On 15/07/13 18:14, André Hentschel wrote: >> From: André Hentschel >> >> This patch intents to reduce loading instructions when the resulting value >>

Re: arm: Only load TLS values when needed

2013-07-17 Thread André Hentschel
Am 17.07.2013 13:10, schrieb Jonathan Austin: > Hi André, > > On 16/07/13 20:27, André Hentschel wrote: >> Hi Jonathan, First, thank you for your review. >> >> Am 16.07.2013 19:31, schrieb Jonathan Austin: >>> Hi André, >>> >>> On 15/07/13 18

Re: [PATCHv2] arm: Preserve TPIDRURW on context switch

2013-05-02 Thread André Hentschel
Am 24.04.2013 11:42, schrieb Will Deacon: > Hi Andrew, > > On Tue, Apr 23, 2013 at 11:42:22PM +0100, André Hentschel wrote: >> Am 23.04.2013 11:15, schrieb Will Deacon: >>> You could introduce `get' tls functions, which don't do anything for CPUs >>> wit

Re: [PATCHv2] arm: Preserve TPIDRURW on context switch

2013-05-04 Thread André Hentschel
Am 03.05.2013 17:24, schrieb Jonathan Austin: > Hi Russell, > > Thanks for the comments - you're right about the 'switch_tls' > being more appropriate - needed to take a step back to see that. > > I've got a few questions, added inline. > > André, Ass

Re: [PATCHv2] arm: Preserve TPIDRURW on context switch

2013-05-06 Thread André Hentschel
mp1, tmp2 > > How do you feel about calling tp and trw something different? tpidro > and tpidrw, or tp and tpuser? > > The naming threw me off slightly first time I read this new signature > (tp=thread_pointer/tls_pointer/etc). > FWIW i think tp&tpuser is more consistent. &

[PATCHv3] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-07 Thread André Hentschel
must always read TPIDRURW in copy_thread. Signed-off-by: André Hentschel Signed-off-by: Will Deacon Signed-off-by: Jonathan Austin --- This patch is against a86d52667d8eda5de39393ce737794403bdce1eb I could only test it with kernel 3.4.6, beside using Wine for testing i also used https

Re: [PATCHv3] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-08 Thread André Hentschel
Hi Will, thx for having a look. Am 08.05.2013 10:57, schrieb Will Deacon:> Hi Andre, > > On Tue, May 07, 2013 at 09:51:00PM +0100, André Hentschel wrote: >> From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= > > Might just be my mailer, but you should check that your name is intact

[PATCHv4] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-08 Thread André Hentschel
must always read TPIDRURW in copy_thread. Signed-off-by: André Hentschel Signed-off-by: Will Deacon Signed-off-by: Jonathan Austin --- This patch is against a86d52667d8eda5de39393ce737794403bdce1eb Why so much Signed-off-bys? Some History: The first patch had performance issues pointed out

Re: [PATCHv2] arm: Preserve TPIDRURW on context switch

2013-04-23 Thread André Hentschel
Am 23.04.2013 11:15, schrieb Will Deacon: > On Mon, Apr 22, 2013 at 10:07:35PM +0100, André Hentschel wrote: >> Am 22.04.2013 17:18, schrieb Will Deacon: >>> On Mon, Apr 22, 2013 at 03:36:16PM +0100, Russell King - ARM Linux wrote: >>>> On Fri, Apr 19, 2013 at 05:

Re: [PATCHv4] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-18 Thread André Hentschel
Am 08.05.2013 21:03, schrieb André Hentschel: > From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= > > Since commit 6a1c53124aa1 the user writeable TLS register was zeroed to > prevent it from being used as a covert channel between two tasks. > > There are more and more applications com

Re: [PATCHv4] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-20 Thread André Hentschel
Am 20.05.2013 13:03, schrieb Jonathan Austin: > Hi André > > On 18/05/13 16:02, André Hentschel wrote: >> Am 08.05.2013 21:03, schrieb André Hentschel: >>> From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= >>> > > This is strangely formatted for me too, and I use

[PATCH v5] arm: Preserve the user r/w register TPIDRURW on context switch and fork

2013-05-22 Thread André Hentschel
From: André Hentschel Since commit 6a1c53124aa1 the user writeable TLS register was zeroed to prevent it from being used as a covert channel between two tasks. There are more and more applications coming to Windows RT, Wine could support them, but mostly they expect to have the thread

Re: [Xen-devel] kernel 3.7+ cpufreq regression on AMD system running as dom0

2013-01-14 Thread André Przywara
On Mon, 14 Jan 2013 18:08:45 +0100 Stefan Bader wrote: > On 14.01.2013 17:34, Borislav Petkov wrote: > > On Mon, Jan 14, 2013 at 04:58:54PM +0100, Stefan Bader wrote: > >> Starting with kernel v3.7 the following commit added a quirk > >> to obtain the real frequencies of certain AMD systems: > >>

Re: [CHECKER] 3 kmalloc underallocation bugs

2001-04-05 Thread André Dahlqvist
Dawson Engler <[EMAIL PROTECTED]> wrote: > enclosed are three bugs found in the 2.4.1 kernel by an extension Why are you guys running these tests against an already old kernel? I would suggest running it against at least Linus' latest version, or preferably Alan's -ac tree. -

Does reiserfs really meet the "Linux-2.4.x patch submission policy"?

2001-01-16 Thread André Dahlqvist
ou basically wanted 2.4.1 to be "boring". I guess it's the "pushover and wimp" showing his face again:-) -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Update URL for hdparm in Configure.help

2001-01-20 Thread André Dahlqvist
inserted in and removed from the running kernel whenever you want), -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Add help text for ATI Radeon

2001-01-20 Thread André Dahlqvist
if you have an Intel I810 graphics card. If M is -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [Danger] Re: test8-pre4: innd fixed?

2000-09-05 Thread André Dahlqvist
Adrian Nims > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null -- ::: ICQ: 75132336 http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED] -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/nul

Re: Patch for scripts/Configure (zImage->bzImage)

2000-09-11 Thread André Dahlqvist
On Mon, Sep 11, 2000 at 09:11:59AM +0200, Andreas Jaeger wrote: > -echo "*** Next, you may run 'make zImage', 'make zdisk', or 'make zlilo'." > +echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make

Re: test9-pre5+t9p2-vmpatch VM deadlock during write-intensive workload

2000-09-22 Thread André Dahlqvist
x Code; c012c1cf 11: 85 d2 test %edx,%edx Code; c012c1d1 13: 74 00 je 15 <_EIP+0x15> c012c1d3 Aiee, killing interrupt handler Kernel panic: Attempted to kill the idle task! -- // André - To unsubscribe from this list: send the line "unsubscrib

Re: test9-pre5+t9p2-vmpatch VM deadlock during write-intensive workload

2000-09-22 Thread André Dahlqvist
st reading e-mail in Mutt. I had to type the oops down by hand, but I will provide ksymoops output soon if you need it. -- // André - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: big ECN push

2000-10-14 Thread André Dahlqvist
in response to tcp connections with ECN bits set Product: PIX Component: fw Severity: 2Status: R [Resolved] Version Found: 5.1(1) Fixed-in Version: 5.1(2.206) 5.1(2.207) 5.2(1.200) -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe

Re: [PATCH] GPL licence corrections

2000-10-16 Thread André Dahlqvist
icense" (ignoring case) was missed. -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Multiple redundant copies of GPL license file

2000-10-17 Thread André Dahlqvist
On Tue, Oct 17, 2000 at 05:50:18AM -0400, Mike A. Harris wrote: > So Linus's COPYING file in the source root is correct, and the > other two files can be deleted. Just make sure that no document points to these two files. -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscri

MD5 check failes for ISDN related files on 2.4.2-ac24

2001-03-24 Thread André Dahlqvist
check failed for 'diva.c' md5sum: MD5 check failed for 'sedlbauer.c' They all seam to be related to the ISDN code. Is this something to worry about? -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

[PATCH] Fix typo in linux/fs/reiserfs/namei.c

2001-02-06 Thread André Dahlqvist
ng ("vs-: reiserfs_rename: could not cut old name. Fsck +later?\n"); old_dir->i_size -= DEH_SIZE + old_de.de_entrylen; old_dir->i_blocks = ((old_dir->i_size + 511) >> 9); -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the

[PATCH] Fix typo in linux/include/asm-ppc/semaphore.h

2001-02-06 Thread André Dahlqvist
init_rwsem(struct rw_semaphore *sem) { -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Spelling fixes for commonly misspelled words

2001-02-06 Thread André Dahlqvist
is held, which guarantees existence of swap device. * * Note: if swap_map[] reaches SWAP_MAP_MAX the entries are treated as * "permanent", but will be reclaimed by the next swapoff. diff -ur linux-2.4.1-ac4/net/core/dev.c linux/net/core/dev.c --- linux-2.4.1-ac4/net/core/dev.c Wed Feb

Re: Kernel 2.4.x TODO

2001-05-23 Thread André Dahlqvist
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Was the TODO list at http://linux24.sourceforge.net just meant to be useful > before 2.4.0 was released? It would be interesting to know how many of these issues have been fixed by now. -- André Dahlqvist <[EMAIL PROTECTED]> - T

Re: Linux 2.4.5-ac2

2001-05-28 Thread André Dahlqvist
Marcelo Tosatti <[EMAIL PROTECTED]> wrote: > It did not fixed any interactivity problem. I agree. Kernels after 2.4.4 uses a *lot* more swap for me, which I guess might be part of the reason for the slowdown. -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this

Re: Linux 2.4.5-ac2

2001-05-28 Thread André Dahlqvist
André Dahlqvist <[EMAIL PROTECTED]> wrote: > I agree. Kernels after 2.4.4 uses a *lot* more swap for me, which I guess > might be part of the reason for the slowdown. Following up on myself, here are some numbers: Freshly booted 2.4.4 with X and Mozilla running, 'f

Re: Linux 2.4.5-ac2

2001-05-28 Thread André Dahlqvist
a lot slower. Let me know if you want me to do more tests. -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [git patches] IDE update

2005-07-04 Thread André Tomt
Al Boldi wrote: Bartlomiej Zolnierkiewicz wrote: { On 7/4/05, Al Boldi <[EMAIL PROTECTED]> wrote: Hdparm -tT gives 38mb/s in 2.4.31 Cat /dev/hda > /dev/null gives 2% user 33% sys 65% idle Hdparm -tT gives 28mb/s in 2.6.12 Cat /dev/hda > /dev/null gives 2% user 25% sys 0% idle 73% IOWAIT The

Re: ahci, SActive flag, and the HD activity LED

2005-08-03 Thread André Tomt
Martin Wilck wrote: Jens Axboe wrote: If I am reading the specs correctly, that'd mean the ahci driver is wrong in setting the SActive bit. I completely agree, that was my reading of the spec as well and hence my original posts about this in the NCQ thread. Have you (or has anybody else)

Re: random errors with bzip2

2001-06-19 Thread André Dahlqvist
. The kernel didn't oops, and I actually had to run several kernel compiles at the same time to have gcc die. Try memtest86 on the suspect box. -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: 2.4.4 breaks dhcpcd with Realtek 8139

2001-04-28 Thread André Cruz
's up with the realtek driver update I would say. I'm not on the list so please CC me replys. Thanks. ---- André Cruz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://

Re: Linux 2.4.4-ac10

2001-05-18 Thread André Dahlqvist
# ld -v -- André Dahlqvist <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 00/13] arm64: Allwinner A64 support based on sunxi-ng

2016-07-31 Thread André Przywara
Hi Maxime, On 26/07/16 21:30, Maxime Ripard wrote: > Hi, > > Here is the previous A64 patches made by Andre [1], reworked to use > the new sunxi-ng clock framework. > > This uses the current H3 clock code, as both are really similar. The > first patches are just meant to rework slightly the H3 c

Re: [PATCH v2 3/4] arm64: dts: add Allwinner A64 SoC .dtsi

2016-09-14 Thread André Przywara
On 09/09/16 21:10, Maxime Ripard wrote: Hi Maxime, > From: Andre Przywara > > The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores > and the typical tablet / TV box peripherals. > The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of > the peripherals and the memor

Re: [PATCH 00/13] arm64: Allwinner A64 support based on sunxi-ng

2016-08-24 Thread André Przywara
Hi Maxime, thanks for your answer, much appreciated! On 23/08/16 20:31, Maxime Ripard wrote: > Hi Andre, > > On Mon, Aug 01, 2016 at 02:43:06AM +0100, André Przywara wrote: >> Hi Maxime, >> >> On 26/07/16 21:30, Maxime Ripard wrote: >>> Hi, >>> >&

[PATCH] scripts/gdb: make lx-dmesg command work (reliably)

2017-05-26 Thread André Draszik
t about the location of the symbol, we can make lx-dmesg work again. While at it, do the same for the other symbols we need from printk.c Signed-off-by: André Draszik --- scripts/gdb/linux/dmesg.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/gdb/l

[PATCH v2] scripts/gdb: make lx-dmesg command work (reliably)

2017-05-26 Thread André Draszik
buf $3 = (char **) 0x8120fe40 (gdb) p &'verifier.c'::log_buf $4 = (char **) 0x8120fe40 (gdb) p &'printk.c'::log_buf $5 = (char **) 0x8048b7d0 By being explicit about the location of the symbol, we can make lx-dmesg work again. While at it, do the same for t

[PATCH v3] scripts/gdb: make lx-dmesg command work (reliably)

2017-05-26 Thread André Draszik
buf $3 = (char **) 0x8120fe40 (gdb) p &'verifier.c'::log_buf $4 = (char **) 0x8120fe40 (gdb) p &'printk.c'::log_buf $5 = (char **) 0x8048b7d0 By being explicit about the location of the symbol, we can make lx-dmesg work again. While at it, do the same for t

Re: [PATCH] pinctrl: use non-devm kmalloc versions for free functions

2017-05-12 Thread André Przywara
On 12/05/17 18:14, Tony Lindgren wrote: > * Tony Lindgren [170512 08:39]: >> * Linus Walleij [170512 02:28]: >>> On Thu, May 11, 2017 at 4:20 PM, Andre Przywara >>> wrote: Linus, can you shed some light if this array creation serves some purpose? >>> >>> Tony [author of this function] can

[PATCH v2 1/2] watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriate

2018-01-12 Thread André Draszik
exactly that use-case. Given the watchdog driver core doesn't know what timeout was originally set by whoever started the watchdog (boot loader), we make sure to update the timeout in the hardware according to what the watchdog core thinks it is. Signed-off-by: André Draszik Cc: Wim Van Sebroec

[PATCH v2 2/2] watchdog: mt7621: switch to using managed devm_watchdog_register_device()

2018-01-12 Thread André Draszik
This does the necessary cleanup on driver unload automatically. Signed-off-by: André Draszik Reviewed-by: Guenter Roeck Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: linux-watch...@vger.kernel.org Cc: John Crispin --- Changes in v2: - add reviewed-by --- drivers/watchdog/mt7621_wdt.c | 13

Re: [PATCH 3/3] encrypted-keys: document new fscrypt key format

2018-01-19 Thread André Draszik
Thank you Ted, On Wed, 2018-01-17 at 13:05 -0500, Theodore Ts'o wrote: > On Wed, Jan 17, 2018 at 02:38:59PM +0000, André Draszik wrote: > > > > [...] > > > > > > Please be very clear about exactly what security properties are > > > achieved > >

[PATCH v2 1/2] fscrypt: add support for the encrypted key type

2018-01-17 Thread André Draszik
We now try to acquire the key according to the encryption policy from both key types, 'logon' as well as 'encrypted'. Signed-off-by: André Draszik Cc: "Theodore Y. Ts'o" Cc: Jaegeuk Kim Cc: linux-fscr...@vger.kernel.org Cc: linux-kernel@vger.kernel.org C

[PATCH v2 2/2] fscrypt: update documentation for encrypted key support

2018-01-17 Thread André Draszik
Signed-off-by: André Draszik Cc: "Theodore Y. Ts'o" Cc: Jaegeuk Kim Cc: Jonathan Corbet Cc: linux-fscr...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Eric Biggers Cc: linux-...@vger.kernel.org --- Documentation/filesystems/fscrypt.rst | 56

Re: [PATCH 1/3] encrypted-keys: add fscrypt format support

2018-01-17 Thread André Draszik
Thanks Eric for the review! On Wed, 2018-01-10 at 20:00 -0800, Eric Biggers wrote: > Hi André, > > On Wed, Jan 10, 2018 at 12:44:16PM +0000, André Draszik wrote: > > This is heavily based on commit 79a73d188726 > > ("encrypted-keys: add ecryptfs format support"

Re: [PATCH 3/3] encrypted-keys: document new fscrypt key format

2018-01-17 Thread André Draszik
Hi Eric, On Wed, 2018-01-10 at 20:48 -0800, Eric Biggers wrote: > Hi André, > > On Wed, Jan 10, 2018 at 12:44:18PM +0000, André Draszik wrote: > > diff --git a/Documentation/security/keys/fscrypt.rst > > b/Documentation/security/keys/fscrypt.rst > > new file mode 10

[PATCH v3] fscrypt: add support for the encrypted key type

2018-01-18 Thread André Draszik
imply insert them again (optionally benefitting from the TPM's capability to only unseal kmk.blob when the system is in the expected state, thereby also protecting fscrypt.blob): keyctl add trusted kmk "load $(cat /keys/kmk.blob)" @u keyctl add encrypted fscrypt:1234567890123456

[PATCH 1/2] watchdog: mt7621: Set WDOG_HW_RUNNING, when watchdog is already running.

2018-01-10 Thread André Draszik
what timeout was originally set by whoever started the watchdog (boot loader), we make sure to update the timeout in the hardware according to what the watchdog core thinks it is. Signed-off-by: André Draszik Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: linux-watch...@vger.kernel.org Cc: John Cr

[PATCH 2/2] watchdog: mt7621: switch to using managed devm_watchdog_register_device()

2018-01-10 Thread André Draszik
This does the necessary cleanup on driver unload automatically. Signed-off-by: André Draszik Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: linux-watch...@vger.kernel.org Cc: John Crispin --- drivers/watchdog/mt7621_wdt.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff

[PATCH 1/3] encrypted-keys: add fscrypt format support

2018-01-10 Thread André Draszik
details about the usage of encrypted keys with the fscrypt subsystem can be found in the file 'Documentation/security/keys/fscrypt.rst'. Signed-off-by: André Draszik Cc: Mimi Zohar Cc: David Howells Cc: James Morris Cc: "Serge E. Hallyn" Cc: "Theodore Y. Ts'o

[PATCH 2/3] fscrypt: add support for the encrypted key type

2018-01-10 Thread André Draszik
We now try to acquire the key according to the encryption policy from both key types, 'logon' as well as 'encrypted'. Signed-off-by: André Draszik Cc: Mimi Zohar Cc: David Howells Cc: James Morris Cc: "Serge E. Hallyn" Cc: "Theodore Y. Ts'o" Cc:

[PATCH 3/3] encrypted-keys: document new fscrypt key format

2018-01-10 Thread André Draszik
Signed-off-by: André Draszik Cc: Mimi Zohar Cc: David Howells Cc: James Morris Cc: "Serge E. Hallyn" Cc: "Theodore Y. Ts'o" Cc: Jaegeuk Kim Cc: Jonathan Corbet Cc: Kees Cook Cc: linux-integr...@vger.kernel.org Cc: keyri...@vger.kernel.org Cc: linux-security-

Re: [PATCH 1/5] arm64: dts: allwinner: a64: Add i2c0 pins

2018-03-12 Thread André Przywara
On 12/03/18 16:10, Harald Geyer wrote: > Add the proper pin group node to reference in board files. > > Signed-off-by: Harald Geyer That looks correct to me, so: Reviewed-by: Andre Przywara But out of curiosity, what is this used for? In patch 5/5 I see it being used, but without a clue for w

Re: [PATCH 2/5] arm64: dts: allwinner: a64: Add watchdog

2018-03-12 Thread André Przywara
On 12/03/18 16:10, Harald Geyer wrote: Hi, > Add a watchdog node for the A64, automatically enabled on all boards. > Tested on Olimex Teres I. > > Signed-off-by: Harald Geyer > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/a

Re: [PATCH 1/2] arm64: arch_timer: Workaround for Allwinner A64 timer instability

2018-05-26 Thread André Przywara
On 05/11/2018 03:27 AM, Samuel Holland wrote: > The Allwinner A64 SoC is known [1] to have an unstable architectural > timer, which manifests itself most obviously in the time jumping forward > a multiple of 95 years [2][3]. This coincides with 2^56 cycles at a > timer frequency of 24 MHz, implying

Re: [PATCH v4 2/2] leds: add ktd202x driver

2023-09-28 Thread André Apitzsch
Hi Lee Jones, Am Donnerstag, dem 28.09.2023 um 15:42 +0100 schrieb Lee Jones: > On Sat, 23 Sep 2023, André Apitzsch wrote: > > > This commit adds support for Kinetic KTD2026/7 RGB/White LED > > driver. > > > > Signed-off-by: André Apitzsch > > --- > &

[PATCH v5 0/2] leds: Add a driver for KTD202x

2023-10-01 Thread André Apitzsch
Add the binding description and the corresponding driver for the Kinetic KTD2026 and KTD2027. Signed-off-by: André Apitzsch --- Changes in v5: - Restructure brightness_set() + add comments to it to be easier understandable - Add some line breaks + remove little line-wraps to improve readability

[PATCH v5 1/2] dt-bindings: leds: Add Kinetic KTD2026/2027 LED

2023-10-01 Thread André Apitzsch
Document Kinetic KTD2026/2027 LED driver devicetree bindings. Reviewed-by: Krzysztof Kozlowski Signed-off-by: André Apitzsch --- .../devicetree/bindings/leds/kinetic,ktd202x.yaml | 171 + 1 file changed, 171 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread André Apitzsch
This commit adds support for Kinetic KTD2026/7 RGB/White LED driver. Signed-off-by: André Apitzsch --- drivers/leds/rgb/Kconfig| 13 + drivers/leds/rgb/Makefile | 1 + drivers/leds/rgb/leds-ktd202x.c | 619 3 files changed, 633

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread André Apitzsch
Hi Christophe, Am Sonntag, dem 01.10.2023 um 17:15 +0200 schrieb Christophe JAILLET: > Le 01/10/2023 à 15:52, André Apitzsch a écrit : > > This commit adds support for Kinetic KTD2026/7 RGB/White LED > > driver. > > > > Signed-off-by: André Apitzsch >

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread André Apitzsch
Am Sonntag, dem 01.10.2023 um 22:46 +0200 schrieb Christophe JAILLET: > Le 01/10/2023 à 18:56, André Apitzsch a écrit : > > Hi Christophe, > > > > Am Sonntag, dem 01.10.2023 um 17:15 +0200 schrieb Christophe > > JAILLET: > > > Le 01/10/2023 à 15:52, André Ap

[PATCH v6 0/2] leds: Add a driver for KTD202x

2023-10-02 Thread André Apitzsch
Add the binding description and the corresponding driver for the Kinetic KTD2026 and KTD2027. Signed-off-by: André Apitzsch --- Changes in v6: - Remove un-needed inits - Narrow scope of variables - Release of_node references on early exit - Pass child node to dev_err() in ktd202x_setup_led_rgb

[PATCH v6 1/2] dt-bindings: leds: Add Kinetic KTD2026/2027 LED

2023-10-02 Thread André Apitzsch
Document Kinetic KTD2026/2027 LED driver devicetree bindings. Reviewed-by: Krzysztof Kozlowski Signed-off-by: André Apitzsch --- .../devicetree/bindings/leds/kinetic,ktd202x.yaml | 171 + 1 file changed, 171 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v6 2/2] leds: add ktd202x driver

2023-10-02 Thread André Apitzsch
This commit adds support for Kinetic KTD2026/7 RGB/White LED driver. Signed-off-by: André Apitzsch --- drivers/leds/rgb/Kconfig| 13 + drivers/leds/rgb/Makefile | 1 + drivers/leds/rgb/leds-ktd202x.c | 625 3 files changed, 639

[PATCH 0/2] arm64: dts: qcom: longcheer l8910 and l9100: Enable RGB LED

2023-10-13 Thread André Apitzsch
With the driver for ktd2026 recently applied to linux-leds[1], the LED can be enabled on longcheer l8910 and l9100. [1] https://lore.kernel.org/all/20231002-ktd202x-v6-0-26be8eefe...@apitzsch.eu/ Signed-off-by: André Apitzsch --- André Apitzsch (2): arm64: dts: qcom: msm8916-longcheer

[PATCH 1/2] arm64: dts: qcom: msm8916-longcheer-l8910: Enable RGB LED

2023-10-13 Thread André Apitzsch
l8910 uses KTD2026 LED driver. Add it to the device tree. Tested-by: Stephan Gerhold Signed-off-by: André Apitzsch --- .../boot/dts/qcom/msm8916-longcheer-l8910.dts | 51 ++ 1 file changed, 51 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8910

[PATCH 2/2] arm64: dts: qcom: msm8939-longcheer-l9100: Enable RGB LED

2023-10-13 Thread André Apitzsch
l9100 uses KTD2026 LED driver. Add it to the device tree. Signed-off-by: André Apitzsch --- .../boot/dts/qcom/msm8939-longcheer-l9100.dts | 51 ++ 1 file changed, 51 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts b/arch/arm64/boot/dts

[PATCH] arm64: dts: qcom: msm8939-longcheer-l9100: Add proximity-near-level

2023-10-16 Thread André Apitzsch
Consider an object near to the sensor when their distance is about 4 cm or below. Signed-off-by: André Apitzsch --- arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts b/arch/arm64/boot

Re: [PATCH] arm64: dts: qcom: msm8939-longcheer-l9100: Add proximity-near-level

2023-10-17 Thread André Apitzsch
Am Dienstag, dem 17.10.2023 um 18:25 +0200 schrieb Konrad Dybcio: > > > On 10/16/23 22:18, André Apitzsch wrote: > > Consider an object near to the sensor when their distance is about > > 4 cm > > or below. > > > > Signed-off-by: André Apitzsch > >

Re: [PATCH] arm64: dts: qcom: msm8939-longcheer-l9100: Add proximity-near-level

2023-10-18 Thread André Apitzsch
Am Mittwoch, dem 18.10.2023 um 10:32 +0200 schrieb Konrad Dybcio: > > > On 10/17/23 22:03, André Apitzsch wrote: > > Am Dienstag, dem 17.10.2023 um 18:25 +0200 schrieb Konrad Dybcio: > > > > > > > > > On 10/16/23 22:18, André Apitzsch wrote: > >

[PATCH v2] arm64: dts: qcom: msm8939-longcheer-l9100: Add proximity-near-level

2023-11-26 Thread André Apitzsch
Consider an object near to the sensor when their distance is about 4 cm or below. Reviewed-by: Konrad Dybcio Signed-off-by: André Apitzsch --- Changes in v2: - add R-b - Link to v1: https://lore.kernel.org/r/20231016-bqm5_prox-v1-1-2acdc732b...@apitzsch.eu --- arch/arm64/boot/dts/qcom/msm8939

[PATCH 1/2] dt-bindings: arm: qcom: Add Motorola Moto G 4G

2023-12-13 Thread André Apitzsch
Document the compatible for the MSM8926-based Motorola Moto G 4G smartphone. Signed-off-by: André Apitzsch --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings

[PATCH 0/2] ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree

2023-12-13 Thread André Apitzsch
This dts adds support for Motorola Moto G 4G released in 2013. Add a device tree with initial support for: - GPIO keys - Hall sensor - SDHCI - Vibrator Signed-off-by: André Apitzsch --- André Apitzsch (2): dt-bindings: arm: qcom: Add Motorola Moto G 4G ARM: dts: qcom: msm8926

Re: [PATCH 0/2] ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree

2023-12-14 Thread André Apitzsch
Am Mittwoch, dem 13.12.2023 um 21:44 +0100 schrieb Konrad Dybcio: > > > On 12/13/23 21:33, André Apitzsch wrote: > > This dts adds support for Motorola Moto G 4G released in 2013. > I have a similar one in my drawer.. not the 4g kind, titan IIRC? > Wasn't this one c

[PATCH v2 0/2] ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree

2023-12-14 Thread André Apitzsch
This dts adds support for Motorola Moto G 4G released in 2013. Add a device tree with initial support for: - GPIO keys - Hall sensor - SDHCI - Vibrator Signed-off-by: André Apitzsch --- Changes in v2: - Make clear it's about Moto G 4G released in 2013. - Add a-b to patch 1/2. - Combine

  1   2   3   4   5   6   7   8   >